|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface MessageResourceResponse.ResourceDataOrBuilder
| 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 |
|---|
boolean hasResourceName()
required string resource_name = 1;
The name of the class or resource requested, as provided by the SessionClassLoader on the local machine
String getResourceName()
required string resource_name = 1;
The name of the class or resource requested, as provided by the SessionClassLoader on the local machine
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
boolean hasResourceData()
required bytes resource_data = 2;
The bytecode of the class or binary data of the resource requested
com.google.protobuf.ByteString getResourceData()
required bytes resource_data = 2;
The bytecode of the class or binary data of the resource requested
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||