Interface Service.DeleteGatewayEndpointTagOrBuilder

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

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

    Modifier and Type
    Method
    Description
    ID of the endpoint to delete tag from
    com.google.protobuf.ByteString
    ID of the endpoint to delete tag from
    Tag key to delete
    com.google.protobuf.ByteString
    Tag key to delete
    boolean
    ID of the endpoint to delete tag from
    boolean
    Tag key to delete

    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()
       ID of the endpoint to delete tag from
       
      optional string endpoint_id = 1;
      Returns:
      Whether the endpointId field is set.
    • getEndpointId

      String getEndpointId()
       ID of the endpoint to delete tag from
       
      optional string endpoint_id = 1;
      Returns:
      The endpointId.
    • getEndpointIdBytes

      com.google.protobuf.ByteString getEndpointIdBytes()
       ID of the endpoint to delete tag from
       
      optional string endpoint_id = 1;
      Returns:
      The bytes for endpointId.
    • hasKey

      boolean hasKey()
       Tag key to delete
       
      optional string key = 2;
      Returns:
      Whether the key field is set.
    • getKey

      String getKey()
       Tag key to delete
       
      optional string key = 2;
      Returns:
      The key.
    • getKeyBytes

      com.google.protobuf.ByteString getKeyBytes()
       Tag key to delete
       
      optional string key = 2;
      Returns:
      The bytes for key.