Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::CreateDeploymentRequest.
Request message for AgentService.CreateDeployment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#deployment
def deployment() -> ::Google::Cloud::Ces::V1beta::Deployment
Returns
- (::Google::Cloud::Ces::V1beta::Deployment) — Required. The deployment to create.
#deployment=
def deployment=(value) -> ::Google::Cloud::Ces::V1beta::Deployment
Parameter
- value (::Google::Cloud::Ces::V1beta::Deployment) — Required. The deployment to create.
Returns
- (::Google::Cloud::Ces::V1beta::Deployment) — Required. The deployment to create.
#deployment_id
def deployment_id() -> ::String
Returns
- (::String) — Optional. The ID to use for the deployment, which will become the final component of the deployment's resource name. If not provided, a unique ID will be automatically assigned for the deployment.
#deployment_id=
def deployment_id=(value) -> ::String
Parameter
- value (::String) — Optional. The ID to use for the deployment, which will become the final component of the deployment's resource name. If not provided, a unique ID will be automatically assigned for the deployment.
Returns
- (::String) — Optional. The ID to use for the deployment, which will become the final component of the deployment's resource name. If not provided, a unique ID will be automatically assigned for the deployment.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent app.
Format:
projects/{project}/locations/{location}/apps/{app}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent app.
Format:
projects/{project}/locations/{location}/apps/{app}
Returns
-
(::String) — Required. The parent app.
Format:
projects/{project}/locations/{location}/apps/{app}