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

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

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

        public UpdateClientTlsPolicyRequest 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<UpdateClientTlsPolicyRequest.Builder>
      • mergeFrom

        public UpdateClientTlsPolicyRequest.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<UpdateClientTlsPolicyRequest.Builder>
        Throws:
        IOException
      • hasUpdateMask

        public boolean hasUpdateMask()
         Optional. Field mask is used to specify the fields to be overwritten in the
         ClientTlsPolicy resource by the update.  The fields
         specified in the update_mask are relative to the resource, not
         the full request. A field will be overwritten if it is in the
         mask. If the user does not provide a mask then all fields will be
         overwritten.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasUpdateMask in interface UpdateClientTlsPolicyRequestOrBuilder
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        public com.google.protobuf.FieldMask getUpdateMask()
         Optional. Field mask is used to specify the fields to be overwritten in the
         ClientTlsPolicy resource by the update.  The fields
         specified in the update_mask are relative to the resource, not
         the full request. A field will be overwritten if it is in the
         mask. If the user does not provide a mask then all fields will be
         overwritten.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getUpdateMask in interface UpdateClientTlsPolicyRequestOrBuilder
        Returns:
        The updateMask.
      • setUpdateMask

        public UpdateClientTlsPolicyRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask value)
         Optional. Field mask is used to specify the fields to be overwritten in the
         ClientTlsPolicy resource by the update.  The fields
         specified in the update_mask are relative to the resource, not
         the full request. A field will be overwritten if it is in the
         mask. If the user does not provide a mask then all fields will be
         overwritten.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
      • setUpdateMask

        public UpdateClientTlsPolicyRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask.Builder builderForValue)
         Optional. Field mask is used to specify the fields to be overwritten in the
         ClientTlsPolicy resource by the update.  The fields
         specified in the update_mask are relative to the resource, not
         the full request. A field will be overwritten if it is in the
         mask. If the user does not provide a mask then all fields will be
         overwritten.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
      • mergeUpdateMask

        public UpdateClientTlsPolicyRequest.Builder mergeUpdateMask​(com.google.protobuf.FieldMask value)
         Optional. Field mask is used to specify the fields to be overwritten in the
         ClientTlsPolicy resource by the update.  The fields
         specified in the update_mask are relative to the resource, not
         the full request. A field will be overwritten if it is in the
         mask. If the user does not provide a mask then all fields will be
         overwritten.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
      • clearUpdateMask

        public UpdateClientTlsPolicyRequest.Builder clearUpdateMask()
         Optional. Field mask is used to specify the fields to be overwritten in the
         ClientTlsPolicy resource by the update.  The fields
         specified in the update_mask are relative to the resource, not
         the full request. A field will be overwritten if it is in the
         mask. If the user does not provide a mask then all fields will be
         overwritten.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
      • getUpdateMaskBuilder

        public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
         Optional. Field mask is used to specify the fields to be overwritten in the
         ClientTlsPolicy resource by the update.  The fields
         specified in the update_mask are relative to the resource, not
         the full request. A field will be overwritten if it is in the
         mask. If the user does not provide a mask then all fields will be
         overwritten.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
      • getUpdateMaskOrBuilder

        public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Optional. Field mask is used to specify the fields to be overwritten in the
         ClientTlsPolicy resource by the update.  The fields
         specified in the update_mask are relative to the resource, not
         the full request. A field will be overwritten if it is in the
         mask. If the user does not provide a mask then all fields will be
         overwritten.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getUpdateMaskOrBuilder in interface UpdateClientTlsPolicyRequestOrBuilder
      • hasClientTlsPolicy

        public boolean hasClientTlsPolicy()
         Required. Updated ClientTlsPolicy resource.
         
        .google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policy = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasClientTlsPolicy in interface UpdateClientTlsPolicyRequestOrBuilder
        Returns:
        Whether the clientTlsPolicy field is set.
      • setClientTlsPolicy

        public UpdateClientTlsPolicyRequest.Builder setClientTlsPolicy​(ClientTlsPolicy value)
         Required. Updated ClientTlsPolicy resource.
         
        .google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policy = 2 [(.google.api.field_behavior) = REQUIRED];
      • mergeClientTlsPolicy

        public UpdateClientTlsPolicyRequest.Builder mergeClientTlsPolicy​(ClientTlsPolicy value)
         Required. Updated ClientTlsPolicy resource.
         
        .google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policy = 2 [(.google.api.field_behavior) = REQUIRED];
      • clearClientTlsPolicy

        public UpdateClientTlsPolicyRequest.Builder clearClientTlsPolicy()
         Required. Updated ClientTlsPolicy resource.
         
        .google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policy = 2 [(.google.api.field_behavior) = REQUIRED];
      • getClientTlsPolicyBuilder

        public ClientTlsPolicy.Builder getClientTlsPolicyBuilder()
         Required. Updated ClientTlsPolicy resource.
         
        .google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policy = 2 [(.google.api.field_behavior) = REQUIRED];