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