Interface Service.UpdateGatewayEndpointOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEndpointId()
      ID of the endpoint to update
      com.google.protobuf.ByteString getEndpointIdBytes()
      ID of the endpoint to update
      java.lang.String getName()
      Optional new name for the endpoint
      com.google.protobuf.ByteString getNameBytes()
      Optional new name for the endpoint
      java.lang.String getUpdatedBy()
      Username of the updater
      com.google.protobuf.ByteString getUpdatedByBytes()
      Username of the updater
      boolean hasEndpointId()
      ID of the endpoint to update
      boolean hasName()
      Optional new name for the endpoint
      boolean hasUpdatedBy()
      Username of the updater
      • 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()
         ID of the endpoint to update
         
        optional string endpoint_id = 1;
        Returns:
        Whether the endpointId field is set.
      • getEndpointId

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

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

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

        java.lang.String getName()
         Optional new name for the endpoint
         
        optional string name = 2;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Optional new name for the endpoint
         
        optional string name = 2;
        Returns:
        The bytes for name.
      • hasUpdatedBy

        boolean hasUpdatedBy()
         Username of the updater
         
        optional string updated_by = 3;
        Returns:
        Whether the updatedBy field is set.
      • getUpdatedBy

        java.lang.String getUpdatedBy()
         Username of the updater
         
        optional string updated_by = 3;
        Returns:
        The updatedBy.
      • getUpdatedByBytes

        com.google.protobuf.ByteString getUpdatedByBytes()
         Username of the updater
         
        optional string updated_by = 3;
        Returns:
        The bytes for updatedBy.