Interface Service.GetGatewayEndpointOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEndpointId()
      Either endpoint_id or name must be provided
      com.google.protobuf.ByteString getEndpointIdBytes()
      Either endpoint_id or name must be provided
      java.lang.String getName()
      optional string name = 2;
      com.google.protobuf.ByteString getNameBytes()
      optional string name = 2;
      boolean hasEndpointId()
      Either endpoint_id or name must be provided
      boolean hasName()
      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 Detail

      • hasEndpointId

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

        java.lang.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

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

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