Class Service.UpdateGatewayEndpoint.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Service.UpdateGatewayEndpoint.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Service.UpdateGatewayEndpoint.Builder>
      • getDefaultInstanceForType

        public Service.UpdateGatewayEndpoint getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Service.UpdateGatewayEndpoint build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Service.UpdateGatewayEndpoint buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public Service.UpdateGatewayEndpoint.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                      int index,
                                                                      java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.UpdateGatewayEndpoint.Builder>
      • addRepeatedField

        public Service.UpdateGatewayEndpoint.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                      java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.UpdateGatewayEndpoint.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Service.UpdateGatewayEndpoint.Builder>
      • mergeFrom

        public Service.UpdateGatewayEndpoint.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Service.UpdateGatewayEndpoint.Builder>
        Throws:
        java.io.IOException
      • setEndpointId

        public Service.UpdateGatewayEndpoint.Builder setEndpointId​(java.lang.String value)
         ID of the endpoint to update
         
        optional string endpoint_id = 1;
        Parameters:
        value - The endpointId to set.
        Returns:
        This builder for chaining.
      • setEndpointIdBytes

        public Service.UpdateGatewayEndpoint.Builder setEndpointIdBytes​(com.google.protobuf.ByteString value)
         ID of the endpoint to update
         
        optional string endpoint_id = 1;
        Parameters:
        value - The bytes for endpointId to set.
        Returns:
        This builder for chaining.
      • setName

        public Service.UpdateGatewayEndpoint.Builder setName​(java.lang.String value)
         Optional new name for the endpoint
         
        optional string name = 2;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • setNameBytes

        public Service.UpdateGatewayEndpoint.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Optional new name for the endpoint
         
        optional string name = 2;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • setUpdatedBy

        public Service.UpdateGatewayEndpoint.Builder setUpdatedBy​(java.lang.String value)
         Username of the updater
         
        optional string updated_by = 3;
        Parameters:
        value - The updatedBy to set.
        Returns:
        This builder for chaining.
      • setUpdatedByBytes

        public Service.UpdateGatewayEndpoint.Builder setUpdatedByBytes​(com.google.protobuf.ByteString value)
         Username of the updater
         
        optional string updated_by = 3;
        Parameters:
        value - The bytes for updatedBy to set.
        Returns:
        This builder for chaining.