com.googlecode.mobilityrpc.protocol.protobuf
Interface MessageResourceResponse.ResourceDataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MessageResourceResponse.ResourceData, MessageResourceResponse.ResourceData.Builder
Enclosing class:
MessageResourceResponse

public static interface MessageResourceResponse.ResourceDataOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 com.google.protobuf.ByteString getResourceData()
          required bytes resource_data = 2;
 String getResourceName()
          required string resource_name = 1;
 com.google.protobuf.ByteString getResourceNameBytes()
          required string resource_name = 1;
 boolean hasResourceData()
          required bytes resource_data = 2;
 boolean hasResourceName()
          required string resource_name = 1;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasResourceName

boolean hasResourceName()
required string resource_name = 1;
 The name of the class or resource requested, as provided by the SessionClassLoader on the local machine
 


getResourceName

String getResourceName()
required string resource_name = 1;
 The name of the class or resource requested, as provided by the SessionClassLoader on the local machine
 


getResourceNameBytes

com.google.protobuf.ByteString getResourceNameBytes()
required string resource_name = 1;
 The name of the class or resource requested, as provided by the SessionClassLoader on the local machine
 


hasResourceData

boolean hasResourceData()
required bytes resource_data = 2;
 The bytecode of the class or binary data of the resource requested
 


getResourceData

com.google.protobuf.ByteString getResourceData()
required bytes resource_data = 2;
 The bytecode of the class or binary data of the resource requested
 



Copyright © 2016. All rights reserved.