Class UpdateAppConnectionRequest.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<UpdateAppConnectionRequest.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<UpdateAppConnectionRequest.Builder>
      • getDefaultInstanceForType

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

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

        public UpdateAppConnectionRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

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

        public UpdateAppConnectionRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws 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<UpdateAppConnectionRequest.Builder>
        Throws:
        IOException
      • hasUpdateMask

        public boolean hasUpdateMask()
         Required. Mask of fields to update. At least one path must be supplied in
         this field. The elements of the repeated paths field may only include these
         fields from [BeyondCorp.AppConnection]:
         * `labels`
         * `display_name`
         * `application_endpoint`
         * `connectors`
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasUpdateMask in interface UpdateAppConnectionRequestOrBuilder
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        public com.google.protobuf.FieldMask getUpdateMask()
         Required. Mask of fields to update. At least one path must be supplied in
         this field. The elements of the repeated paths field may only include these
         fields from [BeyondCorp.AppConnection]:
         * `labels`
         * `display_name`
         * `application_endpoint`
         * `connectors`
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getUpdateMask in interface UpdateAppConnectionRequestOrBuilder
        Returns:
        The updateMask.
      • setUpdateMask

        public UpdateAppConnectionRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask value)
         Required. Mask of fields to update. At least one path must be supplied in
         this field. The elements of the repeated paths field may only include these
         fields from [BeyondCorp.AppConnection]:
         * `labels`
         * `display_name`
         * `application_endpoint`
         * `connectors`
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
      • setUpdateMask

        public UpdateAppConnectionRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask.Builder builderForValue)
         Required. Mask of fields to update. At least one path must be supplied in
         this field. The elements of the repeated paths field may only include these
         fields from [BeyondCorp.AppConnection]:
         * `labels`
         * `display_name`
         * `application_endpoint`
         * `connectors`
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
      • mergeUpdateMask

        public UpdateAppConnectionRequest.Builder mergeUpdateMask​(com.google.protobuf.FieldMask value)
         Required. Mask of fields to update. At least one path must be supplied in
         this field. The elements of the repeated paths field may only include these
         fields from [BeyondCorp.AppConnection]:
         * `labels`
         * `display_name`
         * `application_endpoint`
         * `connectors`
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
      • clearUpdateMask

        public UpdateAppConnectionRequest.Builder clearUpdateMask()
         Required. Mask of fields to update. At least one path must be supplied in
         this field. The elements of the repeated paths field may only include these
         fields from [BeyondCorp.AppConnection]:
         * `labels`
         * `display_name`
         * `application_endpoint`
         * `connectors`
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
      • getUpdateMaskBuilder

        public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
         Required. Mask of fields to update. At least one path must be supplied in
         this field. The elements of the repeated paths field may only include these
         fields from [BeyondCorp.AppConnection]:
         * `labels`
         * `display_name`
         * `application_endpoint`
         * `connectors`
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
      • getUpdateMaskOrBuilder

        public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Required. Mask of fields to update. At least one path must be supplied in
         this field. The elements of the repeated paths field may only include these
         fields from [BeyondCorp.AppConnection]:
         * `labels`
         * `display_name`
         * `application_endpoint`
         * `connectors`
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getUpdateMaskOrBuilder in interface UpdateAppConnectionRequestOrBuilder
      • hasAppConnection

        public boolean hasAppConnection()
         Required. AppConnection message with updated fields. Only supported fields
         specified in update_mask are updated.
         
        .google.cloud.beyondcorp.appconnections.v1.AppConnection app_connection = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasAppConnection in interface UpdateAppConnectionRequestOrBuilder
        Returns:
        Whether the appConnection field is set.
      • getAppConnection

        public AppConnection getAppConnection()
         Required. AppConnection message with updated fields. Only supported fields
         specified in update_mask are updated.
         
        .google.cloud.beyondcorp.appconnections.v1.AppConnection app_connection = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getAppConnection in interface UpdateAppConnectionRequestOrBuilder
        Returns:
        The appConnection.
      • setAppConnection

        public UpdateAppConnectionRequest.Builder setAppConnection​(AppConnection value)
         Required. AppConnection message with updated fields. Only supported fields
         specified in update_mask are updated.
         
        .google.cloud.beyondcorp.appconnections.v1.AppConnection app_connection = 2 [(.google.api.field_behavior) = REQUIRED];
      • setAppConnection

        public UpdateAppConnectionRequest.Builder setAppConnection​(AppConnection.Builder builderForValue)
         Required. AppConnection message with updated fields. Only supported fields
         specified in update_mask are updated.
         
        .google.cloud.beyondcorp.appconnections.v1.AppConnection app_connection = 2 [(.google.api.field_behavior) = REQUIRED];
      • mergeAppConnection

        public UpdateAppConnectionRequest.Builder mergeAppConnection​(AppConnection value)
         Required. AppConnection message with updated fields. Only supported fields
         specified in update_mask are updated.
         
        .google.cloud.beyondcorp.appconnections.v1.AppConnection app_connection = 2 [(.google.api.field_behavior) = REQUIRED];
      • clearAppConnection

        public UpdateAppConnectionRequest.Builder clearAppConnection()
         Required. AppConnection message with updated fields. Only supported fields
         specified in update_mask are updated.
         
        .google.cloud.beyondcorp.appconnections.v1.AppConnection app_connection = 2 [(.google.api.field_behavior) = REQUIRED];
      • getAppConnectionBuilder

        public AppConnection.Builder getAppConnectionBuilder()
         Required. AppConnection message with updated fields. Only supported fields
         specified in update_mask are updated.
         
        .google.cloud.beyondcorp.appconnections.v1.AppConnection app_connection = 2 [(.google.api.field_behavior) = REQUIRED];
      • getAppConnectionOrBuilder

        public AppConnectionOrBuilder getAppConnectionOrBuilder()
         Required. AppConnection message with updated fields. Only supported fields
         specified in update_mask are updated.
         
        .google.cloud.beyondcorp.appconnections.v1.AppConnection app_connection = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getAppConnectionOrBuilder in interface UpdateAppConnectionRequestOrBuilder
      • getRequestId

        public String getRequestId()
         Optional. An optional request ID to identify requests. Specify a unique
         request ID so that if you must retry your request, the server will know to
         ignore the request if it has already been completed. The server will
         guarantee that for at least 60 minutes since the first request.
        
         For example, consider a situation where you make an initial request and t
         he request times out. If you make the request again with the same request
         ID, the server can check if original operation with the same request ID
         was received, and if so, will ignore the second request. This prevents
         clients from accidentally creating duplicate commitments.
        
         The request ID must be a valid UUID with the exception that zero UUID is
         not supported (00000000-0000-0000-0000-000000000000).
         
        string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getRequestId in interface UpdateAppConnectionRequestOrBuilder
        Returns:
        The requestId.
      • getRequestIdBytes

        public com.google.protobuf.ByteString getRequestIdBytes()
         Optional. An optional request ID to identify requests. Specify a unique
         request ID so that if you must retry your request, the server will know to
         ignore the request if it has already been completed. The server will
         guarantee that for at least 60 minutes since the first request.
        
         For example, consider a situation where you make an initial request and t
         he request times out. If you make the request again with the same request
         ID, the server can check if original operation with the same request ID
         was received, and if so, will ignore the second request. This prevents
         clients from accidentally creating duplicate commitments.
        
         The request ID must be a valid UUID with the exception that zero UUID is
         not supported (00000000-0000-0000-0000-000000000000).
         
        string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getRequestIdBytes in interface UpdateAppConnectionRequestOrBuilder
        Returns:
        The bytes for requestId.
      • setRequestId

        public UpdateAppConnectionRequest.Builder setRequestId​(String value)
         Optional. An optional request ID to identify requests. Specify a unique
         request ID so that if you must retry your request, the server will know to
         ignore the request if it has already been completed. The server will
         guarantee that for at least 60 minutes since the first request.
        
         For example, consider a situation where you make an initial request and t
         he request times out. If you make the request again with the same request
         ID, the server can check if original operation with the same request ID
         was received, and if so, will ignore the second request. This prevents
         clients from accidentally creating duplicate commitments.
        
         The request ID must be a valid UUID with the exception that zero UUID is
         not supported (00000000-0000-0000-0000-000000000000).
         
        string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The requestId to set.
        Returns:
        This builder for chaining.
      • clearRequestId

        public UpdateAppConnectionRequest.Builder clearRequestId()
         Optional. An optional request ID to identify requests. Specify a unique
         request ID so that if you must retry your request, the server will know to
         ignore the request if it has already been completed. The server will
         guarantee that for at least 60 minutes since the first request.
        
         For example, consider a situation where you make an initial request and t
         he request times out. If you make the request again with the same request
         ID, the server can check if original operation with the same request ID
         was received, and if so, will ignore the second request. This prevents
         clients from accidentally creating duplicate commitments.
        
         The request ID must be a valid UUID with the exception that zero UUID is
         not supported (00000000-0000-0000-0000-000000000000).
         
        string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setRequestIdBytes

        public UpdateAppConnectionRequest.Builder setRequestIdBytes​(com.google.protobuf.ByteString value)
         Optional. An optional request ID to identify requests. Specify a unique
         request ID so that if you must retry your request, the server will know to
         ignore the request if it has already been completed. The server will
         guarantee that for at least 60 minutes since the first request.
        
         For example, consider a situation where you make an initial request and t
         he request times out. If you make the request again with the same request
         ID, the server can check if original operation with the same request ID
         was received, and if so, will ignore the second request. This prevents
         clients from accidentally creating duplicate commitments.
        
         The request ID must be a valid UUID with the exception that zero UUID is
         not supported (00000000-0000-0000-0000-000000000000).
         
        string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for requestId to set.
        Returns:
        This builder for chaining.
      • getValidateOnly

        public boolean getValidateOnly()
         Optional. If set, validates request by executing a dry-run which would not
         alter the resource in any way.
         
        bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getValidateOnly in interface UpdateAppConnectionRequestOrBuilder
        Returns:
        The validateOnly.
      • setValidateOnly

        public UpdateAppConnectionRequest.Builder setValidateOnly​(boolean value)
         Optional. If set, validates request by executing a dry-run which would not
         alter the resource in any way.
         
        bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The validateOnly to set.
        Returns:
        This builder for chaining.
      • clearValidateOnly

        public UpdateAppConnectionRequest.Builder clearValidateOnly()
         Optional. If set, validates request by executing a dry-run which would not
         alter the resource in any way.
         
        bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • getAllowMissing

        public boolean getAllowMissing()
         Optional. If set as true, will create the resource if it is not found.
         
        bool allow_missing = 5 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getAllowMissing in interface UpdateAppConnectionRequestOrBuilder
        Returns:
        The allowMissing.
      • setAllowMissing

        public UpdateAppConnectionRequest.Builder setAllowMissing​(boolean value)
         Optional. If set as true, will create the resource if it is not found.
         
        bool allow_missing = 5 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The allowMissing to set.
        Returns:
        This builder for chaining.
      • clearAllowMissing

        public UpdateAppConnectionRequest.Builder clearAllowMissing()
         Optional. If set as true, will create the resource if it is not found.
         
        bool allow_missing = 5 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final UpdateAppConnectionRequest.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAppConnectionRequest.Builder>
      • mergeUnknownFields

        public final UpdateAppConnectionRequest.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAppConnectionRequest.Builder>