Interface Service.GetGatewayEndpointOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Service.GetGatewayEndpoint, Service.GetGatewayEndpoint.Builder
Enclosing class:
Service

public static interface Service.GetGatewayEndpointOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Either endpoint_id or name must be provided
    com.google.protobuf.ByteString
    Either endpoint_id or name must be provided
    optional string name = 2;
    com.google.protobuf.ByteString
    optional string name = 2;
    boolean
    Either endpoint_id or name must be provided
    boolean
    optional string name = 2;

    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

    • hasEndpointId

      boolean hasEndpointId()
       Either endpoint_id or name must be provided
       
      optional string endpoint_id = 1;
      Returns:
      Whether the endpointId field is set.
    • getEndpointId

      String getEndpointId()
       Either endpoint_id or name must be provided
       
      optional string endpoint_id = 1;
      Returns:
      The endpointId.
    • getEndpointIdBytes

      com.google.protobuf.ByteString getEndpointIdBytes()
       Either endpoint_id or name must be provided
       
      optional string endpoint_id = 1;
      Returns:
      The bytes for endpointId.
    • hasName

      boolean hasName()
      optional string name = 2;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
      optional string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      optional string name = 2;
      Returns:
      The bytes for name.