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 Type
    Method
    Description
    Nexus service name (defaults to proto service full name).
    com.google.protobuf.ByteString
    Nexus service name (defaults to proto service full name).
    getTags(int index)
    Tags to attach to the service.
    com.google.protobuf.ByteString
    getTagsBytes(int index)
    Tags to attach to the service.
    int
    Tags to attach to the service.
    Tags to attach to the service.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      List<String> getTagsList()
       Tags to attach to the service. Used by code generators to include and exclude services.
       
      repeated string tags = 2;
      Returns:
      A list containing the tags.
    • 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

      String getTags(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 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.