Interface ResourceAbsoluteDiffProto.ResourceAbsoluteDiffPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResourceAbsoluteDiffProto.ResourceAbsoluteDiffPB,ResourceAbsoluteDiffProto.ResourceAbsoluteDiffPB.Builder
- Enclosing class:
- ResourceAbsoluteDiffProto
public static interface ResourceAbsoluteDiffProto.ResourceAbsoluteDiffPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetChangeOps(int index) repeated .common.protobuf.ResourceChangeOperationPB changeOps = 2;intrepeated .common.protobuf.ResourceChangeOperationPB changeOps = 2;repeated .common.protobuf.ResourceChangeOperationPB changeOps = 2;getChangeOpsOrBuilder(int index) repeated .common.protobuf.ResourceChangeOperationPB changeOps = 2;repeated .common.protobuf.ResourceChangeOperationPB changeOps = 2;string resourceCollectionName = 1;com.google.protobuf.ByteStringstring resourceCollectionName = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getResourceCollectionName
String getResourceCollectionName()string resourceCollectionName = 1;- Returns:
- The resourceCollectionName.
-
getResourceCollectionNameBytes
com.google.protobuf.ByteString getResourceCollectionNameBytes()string resourceCollectionName = 1;- Returns:
- The bytes for resourceCollectionName.
-
getChangeOpsList
List<ResourceAbsoluteDiffProto.ResourceChangeOperationPB> getChangeOpsList()repeated .common.protobuf.ResourceChangeOperationPB changeOps = 2; -
getChangeOps
repeated .common.protobuf.ResourceChangeOperationPB changeOps = 2; -
getChangeOpsCount
int getChangeOpsCount()repeated .common.protobuf.ResourceChangeOperationPB changeOps = 2; -
getChangeOpsOrBuilderList
List<? extends ResourceAbsoluteDiffProto.ResourceChangeOperationPBOrBuilder> getChangeOpsOrBuilderList()repeated .common.protobuf.ResourceChangeOperationPB changeOps = 2; -
getChangeOpsOrBuilder
repeated .common.protobuf.ResourceChangeOperationPB changeOps = 2;
-