Interface Options.OperationOptionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Options.OperationOptions,Options.OperationOptions.Builder
- Enclosing class:
Options
public static interface Options.OperationOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Nexus operation name (defaults to proto method name).com.google.protobuf.ByteStringNexus operation name (defaults to proto method name).getTags(int index) Tags to attach to the operation.com.google.protobuf.ByteStringgetTagsBytes(int index) Tags to attach to the operation.intTags to attach to the operation.Tags to attach to the operation.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
-
getName
String getName()Nexus operation name (defaults to proto method name).
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Nexus operation name (defaults to proto method name).
string name = 1;- Returns:
- The bytes for name.
-
getTagsList
-
getTagsCount
int getTagsCount()Tags to attach to the operation. Used by code generators to include and exclude operations.
repeated string tags = 2;- Returns:
- The count of tags.
-
getTags
Tags to attach to the operation. Used by code generators to include and exclude operations.
repeated string tags = 2;- Parameters:
index- The index of the element to return.- Returns:
- The tags at the given index.
-
getTagsBytes
com.google.protobuf.ByteString getTagsBytes(int index) Tags to attach to the operation. Used by code generators to include and exclude operations.
repeated string tags = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the tags at the given index.
-