com.googlecode.mobilityrpc.protocol.protobuf
Interface MessageResourceResponse.ResourceResponseOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- MessageResourceResponse.ResourceResponse, MessageResourceResponse.ResourceResponse.Builder
- Enclosing class:
- MessageResourceResponse
public static interface MessageResourceResponse.ResourceResponseOrBuilder
- extends com.google.protobuf.MessageOrBuilder
| 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 |
getResourceDataList
List<MessageResourceResponse.ResourceData> getResourceDataList()
repeated .com.googlecode.mobilityrpc.protocol.protobuf.ResourceData resource_data = 1;
The requested bytecode or binary resource data
getResourceData
MessageResourceResponse.ResourceData getResourceData(int index)
repeated .com.googlecode.mobilityrpc.protocol.protobuf.ResourceData resource_data = 1;
The requested bytecode or binary resource data
getResourceDataCount
int getResourceDataCount()
repeated .com.googlecode.mobilityrpc.protocol.protobuf.ResourceData resource_data = 1;
The requested bytecode or binary resource data
getResourceDataOrBuilderList
List<? extends MessageResourceResponse.ResourceDataOrBuilder> getResourceDataOrBuilderList()
repeated .com.googlecode.mobilityrpc.protocol.protobuf.ResourceData resource_data = 1;
The requested bytecode or binary resource data
getResourceDataOrBuilder
MessageResourceResponse.ResourceDataOrBuilder getResourceDataOrBuilder(int index)
repeated .com.googlecode.mobilityrpc.protocol.protobuf.ResourceData resource_data = 1;
The requested bytecode or binary resource data
hasRequestIdentifier
boolean hasRequestIdentifier()
required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 4;
The request identifier, copied from the corresponding resource request originally sent by the client
getRequestIdentifier
ComponentRequestIdentifier.RequestIdentifier getRequestIdentifier()
required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 4;
The request identifier, copied from the corresponding resource request originally sent by the client
getRequestIdentifierOrBuilder
ComponentRequestIdentifier.RequestIdentifierOrBuilder getRequestIdentifierOrBuilder()
required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 4;
The request identifier, copied from the corresponding resource request originally sent by the client
Copyright © 2016. All rights reserved.