Interface Service.SetGatewayEndpointTagOrBuilder

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

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

    Modifier and Type
    Method
    Description
    ID of the endpoint to set tag on
    com.google.protobuf.ByteString
    ID of the endpoint to set tag on
    Tag key to set
    com.google.protobuf.ByteString
    Tag key to set
    Tag value to set
    com.google.protobuf.ByteString
    Tag value to set
    boolean
    ID of the endpoint to set tag on
    boolean
    Tag key to set
    boolean
    Tag value to set

    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 set tag on
       
      optional string endpoint_id = 1;
      Returns:
      Whether the endpointId field is set.
    • getEndpointId

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

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

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

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

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

      boolean hasValue()
       Tag value to set
       
      optional string value = 3;
      Returns:
      Whether the value field is set.
    • getValue

      String getValue()
       Tag value to set
       
      optional string value = 3;
      Returns:
      The value.
    • getValueBytes

      com.google.protobuf.ByteString getValueBytes()
       Tag value to set
       
      optional string value = 3;
      Returns:
      The bytes for value.