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

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

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

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

        public CreatePrivateCloudRequest.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<CreatePrivateCloudRequest.Builder>
      • isInitialized

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

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

        public String getParent()
         Required. The resource name of the location to create the new
         private cloud in. Resource names are schemeless URIs that follow the
         conventions in https://cloud.google.com/apis/design/resource_names.
         For example:
         `projects/my-project/locations/us-central1-a`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface CreatePrivateCloudRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The resource name of the location to create the new
         private cloud in. Resource names are schemeless URIs that follow the
         conventions in https://cloud.google.com/apis/design/resource_names.
         For example:
         `projects/my-project/locations/us-central1-a`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface CreatePrivateCloudRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public CreatePrivateCloudRequest.Builder setParent​(String value)
         Required. The resource name of the location to create the new
         private cloud in. Resource names are schemeless URIs that follow the
         conventions in https://cloud.google.com/apis/design/resource_names.
         For example:
         `projects/my-project/locations/us-central1-a`
         
        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 CreatePrivateCloudRequest.Builder clearParent()
         Required. The resource name of the location to create the new
         private cloud in. Resource names are schemeless URIs that follow the
         conventions in https://cloud.google.com/apis/design/resource_names.
         For example:
         `projects/my-project/locations/us-central1-a`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public CreatePrivateCloudRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The resource name of the location to create the new
         private cloud in. Resource names are schemeless URIs that follow the
         conventions in https://cloud.google.com/apis/design/resource_names.
         For example:
         `projects/my-project/locations/us-central1-a`
         
        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.
      • getPrivateCloudId

        public String getPrivateCloudId()
         Required. The user-provided identifier of the private cloud to be created.
         This identifier must be unique among each `PrivateCloud` within the parent
         and becomes the final token in the name URI.
         The identifier must meet the following requirements:
        
         * Only contains 1-63 alphanumeric characters and hyphens
         * Begins with an alphabetical character
         * Ends with a non-hyphen character
         * Not formatted as a UUID
         * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034)
         (section 3.5)
         
        string private_cloud_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getPrivateCloudId in interface CreatePrivateCloudRequestOrBuilder
        Returns:
        The privateCloudId.
      • getPrivateCloudIdBytes

        public com.google.protobuf.ByteString getPrivateCloudIdBytes()
         Required. The user-provided identifier of the private cloud to be created.
         This identifier must be unique among each `PrivateCloud` within the parent
         and becomes the final token in the name URI.
         The identifier must meet the following requirements:
        
         * Only contains 1-63 alphanumeric characters and hyphens
         * Begins with an alphabetical character
         * Ends with a non-hyphen character
         * Not formatted as a UUID
         * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034)
         (section 3.5)
         
        string private_cloud_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getPrivateCloudIdBytes in interface CreatePrivateCloudRequestOrBuilder
        Returns:
        The bytes for privateCloudId.
      • setPrivateCloudId

        public CreatePrivateCloudRequest.Builder setPrivateCloudId​(String value)
         Required. The user-provided identifier of the private cloud to be created.
         This identifier must be unique among each `PrivateCloud` within the parent
         and becomes the final token in the name URI.
         The identifier must meet the following requirements:
        
         * Only contains 1-63 alphanumeric characters and hyphens
         * Begins with an alphabetical character
         * Ends with a non-hyphen character
         * Not formatted as a UUID
         * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034)
         (section 3.5)
         
        string private_cloud_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The privateCloudId to set.
        Returns:
        This builder for chaining.
      • clearPrivateCloudId

        public CreatePrivateCloudRequest.Builder clearPrivateCloudId()
         Required. The user-provided identifier of the private cloud to be created.
         This identifier must be unique among each `PrivateCloud` within the parent
         and becomes the final token in the name URI.
         The identifier must meet the following requirements:
        
         * Only contains 1-63 alphanumeric characters and hyphens
         * Begins with an alphabetical character
         * Ends with a non-hyphen character
         * Not formatted as a UUID
         * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034)
         (section 3.5)
         
        string private_cloud_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setPrivateCloudIdBytes

        public CreatePrivateCloudRequest.Builder setPrivateCloudIdBytes​(com.google.protobuf.ByteString value)
         Required. The user-provided identifier of the private cloud to be created.
         This identifier must be unique among each `PrivateCloud` within the parent
         and becomes the final token in the name URI.
         The identifier must meet the following requirements:
        
         * Only contains 1-63 alphanumeric characters and hyphens
         * Begins with an alphabetical character
         * Ends with a non-hyphen character
         * Not formatted as a UUID
         * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034)
         (section 3.5)
         
        string private_cloud_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for privateCloudId to set.
        Returns:
        This builder for chaining.
      • hasPrivateCloud

        public boolean hasPrivateCloud()
         Required. The initial description of the new private cloud.
         
        .google.cloud.vmwareengine.v1.PrivateCloud private_cloud = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasPrivateCloud in interface CreatePrivateCloudRequestOrBuilder
        Returns:
        Whether the privateCloud field is set.
      • getPrivateCloud

        public PrivateCloud getPrivateCloud()
         Required. The initial description of the new private cloud.
         
        .google.cloud.vmwareengine.v1.PrivateCloud private_cloud = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getPrivateCloud in interface CreatePrivateCloudRequestOrBuilder
        Returns:
        The privateCloud.
      • setPrivateCloud

        public CreatePrivateCloudRequest.Builder setPrivateCloud​(PrivateCloud value)
         Required. The initial description of the new private cloud.
         
        .google.cloud.vmwareengine.v1.PrivateCloud private_cloud = 3 [(.google.api.field_behavior) = REQUIRED];
      • setPrivateCloud

        public CreatePrivateCloudRequest.Builder setPrivateCloud​(PrivateCloud.Builder builderForValue)
         Required. The initial description of the new private cloud.
         
        .google.cloud.vmwareengine.v1.PrivateCloud private_cloud = 3 [(.google.api.field_behavior) = REQUIRED];
      • mergePrivateCloud

        public CreatePrivateCloudRequest.Builder mergePrivateCloud​(PrivateCloud value)
         Required. The initial description of the new private cloud.
         
        .google.cloud.vmwareengine.v1.PrivateCloud private_cloud = 3 [(.google.api.field_behavior) = REQUIRED];
      • clearPrivateCloud

        public CreatePrivateCloudRequest.Builder clearPrivateCloud()
         Required. The initial description of the new private cloud.
         
        .google.cloud.vmwareengine.v1.PrivateCloud private_cloud = 3 [(.google.api.field_behavior) = REQUIRED];
      • getPrivateCloudBuilder

        public PrivateCloud.Builder getPrivateCloudBuilder()
         Required. The initial description of the new private cloud.
         
        .google.cloud.vmwareengine.v1.PrivateCloud private_cloud = 3 [(.google.api.field_behavior) = REQUIRED];
      • getRequestId

        public String getRequestId()
         Optional. 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 = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getRequestId in interface CreatePrivateCloudRequestOrBuilder
        Returns:
        The requestId.
      • getRequestIdBytes

        public com.google.protobuf.ByteString getRequestIdBytes()
         Optional. 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 = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getRequestIdBytes in interface CreatePrivateCloudRequestOrBuilder
        Returns:
        The bytes for requestId.
      • setRequestId

        public CreatePrivateCloudRequest.Builder setRequestId​(String value)
         Optional. 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 = 4 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The requestId to set.
        Returns:
        This builder for chaining.
      • clearRequestId

        public CreatePrivateCloudRequest.Builder clearRequestId()
         Optional. 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 = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setRequestIdBytes

        public CreatePrivateCloudRequest.Builder setRequestIdBytes​(com.google.protobuf.ByteString value)
         Optional. 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 = 4 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for requestId to set.
        Returns:
        This builder for chaining.
      • getValidateOnly

        public boolean getValidateOnly()
         Optional. True if you want the request to be validated and not executed;
         false otherwise.
         
        bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getValidateOnly in interface CreatePrivateCloudRequestOrBuilder
        Returns:
        The validateOnly.
      • setValidateOnly

        public CreatePrivateCloudRequest.Builder setValidateOnly​(boolean value)
         Optional. True if you want the request to be validated and not executed;
         false otherwise.
         
        bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The validateOnly to set.
        Returns:
        This builder for chaining.
      • clearValidateOnly

        public CreatePrivateCloudRequest.Builder clearValidateOnly()
         Optional. True if you want the request to be validated and not executed;
         false otherwise.
         
        bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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