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

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

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

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

        public CreateAzureClientRequest.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<CreateAzureClientRequest.Builder>
      • addRepeatedField

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

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

        public CreateAzureClientRequest.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<CreateAzureClientRequest.Builder>
        Throws:
        IOException
      • getParent

        public String getParent()
         Required. The parent location where this
         [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resource will be
         created.
        
         Location names are formatted as `projects/<project-id>/locations/<region>`.
        
         See [Resource Names](https://cloud.google.com/apis/design/resource_names)
         for more details on Google Cloud resource names.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface CreateAzureClientRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The parent location where this
         [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resource will be
         created.
        
         Location names are formatted as `projects/<project-id>/locations/<region>`.
        
         See [Resource Names](https://cloud.google.com/apis/design/resource_names)
         for more details on Google Cloud resource names.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface CreateAzureClientRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public CreateAzureClientRequest.Builder setParent​(String value)
         Required. The parent location where this
         [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resource will be
         created.
        
         Location names are formatted as `projects/<project-id>/locations/<region>`.
        
         See [Resource Names](https://cloud.google.com/apis/design/resource_names)
         for more details on Google Cloud resource names.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The parent to set.
        Returns:
        This builder for chaining.
      • clearParent

        public CreateAzureClientRequest.Builder clearParent()
         Required. The parent location where this
         [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resource will be
         created.
        
         Location names are formatted as `projects/<project-id>/locations/<region>`.
        
         See [Resource Names](https://cloud.google.com/apis/design/resource_names)
         for more details on Google Cloud resource names.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public CreateAzureClientRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The parent location where this
         [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resource will be
         created.
        
         Location names are formatted as `projects/<project-id>/locations/<region>`.
        
         See [Resource Names](https://cloud.google.com/apis/design/resource_names)
         for more details on Google Cloud resource names.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for parent to set.
        Returns:
        This builder for chaining.
      • hasAzureClient

        public boolean hasAzureClient()
         Required. The specification of the
         [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] to create.
         
        .google.cloud.gkemulticloud.v1.AzureClient azure_client = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasAzureClient in interface CreateAzureClientRequestOrBuilder
        Returns:
        Whether the azureClient field is set.
      • getAzureClient

        public AzureClient getAzureClient()
         Required. The specification of the
         [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] to create.
         
        .google.cloud.gkemulticloud.v1.AzureClient azure_client = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getAzureClient in interface CreateAzureClientRequestOrBuilder
        Returns:
        The azureClient.
      • setAzureClient

        public CreateAzureClientRequest.Builder setAzureClient​(AzureClient value)
         Required. The specification of the
         [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] to create.
         
        .google.cloud.gkemulticloud.v1.AzureClient azure_client = 2 [(.google.api.field_behavior) = REQUIRED];
      • setAzureClient

        public CreateAzureClientRequest.Builder setAzureClient​(AzureClient.Builder builderForValue)
         Required. The specification of the
         [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] to create.
         
        .google.cloud.gkemulticloud.v1.AzureClient azure_client = 2 [(.google.api.field_behavior) = REQUIRED];
      • mergeAzureClient

        public CreateAzureClientRequest.Builder mergeAzureClient​(AzureClient value)
         Required. The specification of the
         [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] to create.
         
        .google.cloud.gkemulticloud.v1.AzureClient azure_client = 2 [(.google.api.field_behavior) = REQUIRED];
      • clearAzureClient

        public CreateAzureClientRequest.Builder clearAzureClient()
         Required. The specification of the
         [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] to create.
         
        .google.cloud.gkemulticloud.v1.AzureClient azure_client = 2 [(.google.api.field_behavior) = REQUIRED];
      • getAzureClientBuilder

        public AzureClient.Builder getAzureClientBuilder()
         Required. The specification of the
         [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] to create.
         
        .google.cloud.gkemulticloud.v1.AzureClient azure_client = 2 [(.google.api.field_behavior) = REQUIRED];
      • getAzureClientId

        public String getAzureClientId()
         Required. A client provided ID the resource. Must be unique within the
         parent resource.
        
         The provided ID will be part of the
         [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resource name
         formatted as
         `projects/<project-id>/locations/<region>/azureClients/<client-id>`.
        
         Valid characters are `/[a-z][0-9]-/`. Cannot be longer than 63 characters.
         
        string azure_client_id = 4 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getAzureClientId in interface CreateAzureClientRequestOrBuilder
        Returns:
        The azureClientId.
      • getAzureClientIdBytes

        public com.google.protobuf.ByteString getAzureClientIdBytes()
         Required. A client provided ID the resource. Must be unique within the
         parent resource.
        
         The provided ID will be part of the
         [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resource name
         formatted as
         `projects/<project-id>/locations/<region>/azureClients/<client-id>`.
        
         Valid characters are `/[a-z][0-9]-/`. Cannot be longer than 63 characters.
         
        string azure_client_id = 4 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getAzureClientIdBytes in interface CreateAzureClientRequestOrBuilder
        Returns:
        The bytes for azureClientId.
      • setAzureClientId

        public CreateAzureClientRequest.Builder setAzureClientId​(String value)
         Required. A client provided ID the resource. Must be unique within the
         parent resource.
        
         The provided ID will be part of the
         [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resource name
         formatted as
         `projects/<project-id>/locations/<region>/azureClients/<client-id>`.
        
         Valid characters are `/[a-z][0-9]-/`. Cannot be longer than 63 characters.
         
        string azure_client_id = 4 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The azureClientId to set.
        Returns:
        This builder for chaining.
      • clearAzureClientId

        public CreateAzureClientRequest.Builder clearAzureClientId()
         Required. A client provided ID the resource. Must be unique within the
         parent resource.
        
         The provided ID will be part of the
         [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resource name
         formatted as
         `projects/<project-id>/locations/<region>/azureClients/<client-id>`.
        
         Valid characters are `/[a-z][0-9]-/`. Cannot be longer than 63 characters.
         
        string azure_client_id = 4 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setAzureClientIdBytes

        public CreateAzureClientRequest.Builder setAzureClientIdBytes​(com.google.protobuf.ByteString value)
         Required. A client provided ID the resource. Must be unique within the
         parent resource.
        
         The provided ID will be part of the
         [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resource name
         formatted as
         `projects/<project-id>/locations/<region>/azureClients/<client-id>`.
        
         Valid characters are `/[a-z][0-9]-/`. Cannot be longer than 63 characters.
         
        string azure_client_id = 4 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for azureClientId to set.
        Returns:
        This builder for chaining.
      • getValidateOnly

        public boolean getValidateOnly()
         If set, only validate the request, but do not actually create the client.
         
        bool validate_only = 3;
        Specified by:
        getValidateOnly in interface CreateAzureClientRequestOrBuilder
        Returns:
        The validateOnly.
      • setValidateOnly

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

        public CreateAzureClientRequest.Builder clearValidateOnly()
         If set, only validate the request, but do not actually create the client.
         
        bool validate_only = 3;
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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