Interface RegisteredServiceEndpoint.GeneralServiceEndpointOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
RegisteredServiceEndpoint.GeneralServiceEndpoint, RegisteredServiceEndpoint.GeneralServiceEndpoint.Builder
Enclosing class:
RegisteredServiceEndpoint

public static interface RegisteredServiceEndpoint.GeneralServiceEndpointOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    * A short description of the service provided.
    com.google.protobuf.ByteString
    * A short description of the service provided.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getDescription

      String getDescription()
       *
       A short description of the service provided.
       <p>
       This value, if set, MUST NOT exceed 100 bytes when encoded as UTF-8.<br/>
       This field is OPTIONAL.
       
      string description = 1;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       *
       A short description of the service provided.
       <p>
       This value, if set, MUST NOT exceed 100 bytes when encoded as UTF-8.<br/>
       This field is OPTIONAL.
       
      string description = 1;
      Returns:
      The bytes for description.