Interface Service.DeleteGatewayEndpointBindingOrBuilder

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

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

    Modifier and Type
    Method
    Description
    ID of the endpoint
    com.google.protobuf.ByteString
    ID of the endpoint
    ID of the resource
    com.google.protobuf.ByteString
    ID of the resource
    Type of resource bound to the endpoint
    com.google.protobuf.ByteString
    Type of resource bound to the endpoint
    boolean
    ID of the endpoint
    boolean
    ID of the resource
    boolean
    Type of resource bound to the endpoint

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

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

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

      boolean hasResourceType()
       Type of resource bound to the endpoint
       
      optional string resource_type = 2;
      Returns:
      Whether the resourceType field is set.
    • getResourceType

      String getResourceType()
       Type of resource bound to the endpoint
       
      optional string resource_type = 2;
      Returns:
      The resourceType.
    • getResourceTypeBytes

      com.google.protobuf.ByteString getResourceTypeBytes()
       Type of resource bound to the endpoint
       
      optional string resource_type = 2;
      Returns:
      The bytes for resourceType.
    • hasResourceId

      boolean hasResourceId()
       ID of the resource
       
      optional string resource_id = 3;
      Returns:
      Whether the resourceId field is set.
    • getResourceId

      String getResourceId()
       ID of the resource
       
      optional string resource_id = 3;
      Returns:
      The resourceId.
    • getResourceIdBytes

      com.google.protobuf.ByteString getResourceIdBytes()
       ID of the resource
       
      optional string resource_id = 3;
      Returns:
      The bytes for resourceId.