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

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

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

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

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

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

        public UpdateAzureClusterRequest.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<UpdateAzureClusterRequest.Builder>
        Throws:
        IOException
      • hasAzureCluster

        public boolean hasAzureCluster()
         Required. The [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster]
         resource to update.
         
        .google.cloud.gkemulticloud.v1.AzureCluster azure_cluster = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasAzureCluster in interface UpdateAzureClusterRequestOrBuilder
        Returns:
        Whether the azureCluster field is set.
      • getAzureCluster

        public AzureCluster getAzureCluster()
         Required. The [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster]
         resource to update.
         
        .google.cloud.gkemulticloud.v1.AzureCluster azure_cluster = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getAzureCluster in interface UpdateAzureClusterRequestOrBuilder
        Returns:
        The azureCluster.
      • setAzureCluster

        public UpdateAzureClusterRequest.Builder setAzureCluster​(AzureCluster value)
         Required. The [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster]
         resource to update.
         
        .google.cloud.gkemulticloud.v1.AzureCluster azure_cluster = 1 [(.google.api.field_behavior) = REQUIRED];
      • setAzureCluster

        public UpdateAzureClusterRequest.Builder setAzureCluster​(AzureCluster.Builder builderForValue)
         Required. The [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster]
         resource to update.
         
        .google.cloud.gkemulticloud.v1.AzureCluster azure_cluster = 1 [(.google.api.field_behavior) = REQUIRED];
      • mergeAzureCluster

        public UpdateAzureClusterRequest.Builder mergeAzureCluster​(AzureCluster value)
         Required. The [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster]
         resource to update.
         
        .google.cloud.gkemulticloud.v1.AzureCluster azure_cluster = 1 [(.google.api.field_behavior) = REQUIRED];
      • clearAzureCluster

        public UpdateAzureClusterRequest.Builder clearAzureCluster()
         Required. The [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster]
         resource to update.
         
        .google.cloud.gkemulticloud.v1.AzureCluster azure_cluster = 1 [(.google.api.field_behavior) = REQUIRED];
      • getAzureClusterBuilder

        public AzureCluster.Builder getAzureClusterBuilder()
         Required. The [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster]
         resource to update.
         
        .google.cloud.gkemulticloud.v1.AzureCluster azure_cluster = 1 [(.google.api.field_behavior) = REQUIRED];
      • getValidateOnly

        public boolean getValidateOnly()
         If set, only validate the request, but do not actually update the cluster.
         
        bool validate_only = 2;
        Specified by:
        getValidateOnly in interface UpdateAzureClusterRequestOrBuilder
        Returns:
        The validateOnly.
      • setValidateOnly

        public UpdateAzureClusterRequest.Builder setValidateOnly​(boolean value)
         If set, only validate the request, but do not actually update the cluster.
         
        bool validate_only = 2;
        Parameters:
        value - The validateOnly to set.
        Returns:
        This builder for chaining.
      • clearValidateOnly

        public UpdateAzureClusterRequest.Builder clearValidateOnly()
         If set, only validate the request, but do not actually update the cluster.
         
        bool validate_only = 2;
        Returns:
        This builder for chaining.
      • 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 can only include these
         fields from [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster]:
        
          *   `description`.
          *   `azureClient`.
          *   `control_plane.version`.
          *   `control_plane.vm_size`.
          *   `annotations`.
          *   `authorization.admin_users`.
          *   `control_plane.root_volume.size_gib`.
          *   `azure_services_authentication`.
          *   `azure_services_authentication.tenant_id`.
          *   `azure_services_authentication.application_id`.
          *   `control_plane.proxy_config`.
          *   `control_plane.proxy_config.resource_group_id`.
          *   `control_plane.proxy_config.secret_id`.
          *   `control_plane.ssh_config.authorized_key`.
          *   `logging_config.component_config.enable_components`
          *   `monitoring_config.managed_prometheus_config.enabled`.
         
        .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasUpdateMask in interface UpdateAzureClusterRequestOrBuilder
        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 can only include these
         fields from [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster]:
        
          *   `description`.
          *   `azureClient`.
          *   `control_plane.version`.
          *   `control_plane.vm_size`.
          *   `annotations`.
          *   `authorization.admin_users`.
          *   `control_plane.root_volume.size_gib`.
          *   `azure_services_authentication`.
          *   `azure_services_authentication.tenant_id`.
          *   `azure_services_authentication.application_id`.
          *   `control_plane.proxy_config`.
          *   `control_plane.proxy_config.resource_group_id`.
          *   `control_plane.proxy_config.secret_id`.
          *   `control_plane.ssh_config.authorized_key`.
          *   `logging_config.component_config.enable_components`
          *   `monitoring_config.managed_prometheus_config.enabled`.
         
        .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getUpdateMask in interface UpdateAzureClusterRequestOrBuilder
        Returns:
        The updateMask.
      • setUpdateMask

        public UpdateAzureClusterRequest.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 can only include these
         fields from [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster]:
        
          *   `description`.
          *   `azureClient`.
          *   `control_plane.version`.
          *   `control_plane.vm_size`.
          *   `annotations`.
          *   `authorization.admin_users`.
          *   `control_plane.root_volume.size_gib`.
          *   `azure_services_authentication`.
          *   `azure_services_authentication.tenant_id`.
          *   `azure_services_authentication.application_id`.
          *   `control_plane.proxy_config`.
          *   `control_plane.proxy_config.resource_group_id`.
          *   `control_plane.proxy_config.secret_id`.
          *   `control_plane.ssh_config.authorized_key`.
          *   `logging_config.component_config.enable_components`
          *   `monitoring_config.managed_prometheus_config.enabled`.
         
        .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];
      • setUpdateMask

        public UpdateAzureClusterRequest.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 can only include these
         fields from [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster]:
        
          *   `description`.
          *   `azureClient`.
          *   `control_plane.version`.
          *   `control_plane.vm_size`.
          *   `annotations`.
          *   `authorization.admin_users`.
          *   `control_plane.root_volume.size_gib`.
          *   `azure_services_authentication`.
          *   `azure_services_authentication.tenant_id`.
          *   `azure_services_authentication.application_id`.
          *   `control_plane.proxy_config`.
          *   `control_plane.proxy_config.resource_group_id`.
          *   `control_plane.proxy_config.secret_id`.
          *   `control_plane.ssh_config.authorized_key`.
          *   `logging_config.component_config.enable_components`
          *   `monitoring_config.managed_prometheus_config.enabled`.
         
        .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];
      • mergeUpdateMask

        public UpdateAzureClusterRequest.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 can only include these
         fields from [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster]:
        
          *   `description`.
          *   `azureClient`.
          *   `control_plane.version`.
          *   `control_plane.vm_size`.
          *   `annotations`.
          *   `authorization.admin_users`.
          *   `control_plane.root_volume.size_gib`.
          *   `azure_services_authentication`.
          *   `azure_services_authentication.tenant_id`.
          *   `azure_services_authentication.application_id`.
          *   `control_plane.proxy_config`.
          *   `control_plane.proxy_config.resource_group_id`.
          *   `control_plane.proxy_config.secret_id`.
          *   `control_plane.ssh_config.authorized_key`.
          *   `logging_config.component_config.enable_components`
          *   `monitoring_config.managed_prometheus_config.enabled`.
         
        .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];
      • clearUpdateMask

        public UpdateAzureClusterRequest.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 can only include these
         fields from [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster]:
        
          *   `description`.
          *   `azureClient`.
          *   `control_plane.version`.
          *   `control_plane.vm_size`.
          *   `annotations`.
          *   `authorization.admin_users`.
          *   `control_plane.root_volume.size_gib`.
          *   `azure_services_authentication`.
          *   `azure_services_authentication.tenant_id`.
          *   `azure_services_authentication.application_id`.
          *   `control_plane.proxy_config`.
          *   `control_plane.proxy_config.resource_group_id`.
          *   `control_plane.proxy_config.secret_id`.
          *   `control_plane.ssh_config.authorized_key`.
          *   `logging_config.component_config.enable_components`
          *   `monitoring_config.managed_prometheus_config.enabled`.
         
        .google.protobuf.FieldMask update_mask = 4 [(.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 can only include these
         fields from [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster]:
        
          *   `description`.
          *   `azureClient`.
          *   `control_plane.version`.
          *   `control_plane.vm_size`.
          *   `annotations`.
          *   `authorization.admin_users`.
          *   `control_plane.root_volume.size_gib`.
          *   `azure_services_authentication`.
          *   `azure_services_authentication.tenant_id`.
          *   `azure_services_authentication.application_id`.
          *   `control_plane.proxy_config`.
          *   `control_plane.proxy_config.resource_group_id`.
          *   `control_plane.proxy_config.secret_id`.
          *   `control_plane.ssh_config.authorized_key`.
          *   `logging_config.component_config.enable_components`
          *   `monitoring_config.managed_prometheus_config.enabled`.
         
        .google.protobuf.FieldMask update_mask = 4 [(.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 can only include these
         fields from [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster]:
        
          *   `description`.
          *   `azureClient`.
          *   `control_plane.version`.
          *   `control_plane.vm_size`.
          *   `annotations`.
          *   `authorization.admin_users`.
          *   `control_plane.root_volume.size_gib`.
          *   `azure_services_authentication`.
          *   `azure_services_authentication.tenant_id`.
          *   `azure_services_authentication.application_id`.
          *   `control_plane.proxy_config`.
          *   `control_plane.proxy_config.resource_group_id`.
          *   `control_plane.proxy_config.secret_id`.
          *   `control_plane.ssh_config.authorized_key`.
          *   `logging_config.component_config.enable_components`
          *   `monitoring_config.managed_prometheus_config.enabled`.
         
        .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getUpdateMaskOrBuilder in interface UpdateAzureClusterRequestOrBuilder
      • setUnknownFields

        public final UpdateAzureClusterRequest.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<UpdateAzureClusterRequest.Builder>
      • mergeUnknownFields

        public final UpdateAzureClusterRequest.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<UpdateAzureClusterRequest.Builder>