Class GetDeploymentEventRequest.Builder (0.44.0)

public static final class GetDeploymentEventRequest.Builder extends GeneratedMessage.Builder<GetDeploymentEventRequest.Builder> implements GetDeploymentEventRequestOrBuilder

Request for getting a DeploymentEvent.

Protobuf type google.cloud.developerconnect.v1.GetDeploymentEventRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public GetDeploymentEventRequest build()
Returns
Type Description
GetDeploymentEventRequest

buildPartial()

public GetDeploymentEventRequest buildPartial()
Returns
Type Description
GetDeploymentEventRequest

clear()

public GetDeploymentEventRequest.Builder clear()
Returns
Type Description
GetDeploymentEventRequest.Builder
Overrides

clearName()

public GetDeploymentEventRequest.Builder clearName()

Required. The name of the deployment event to retrieve. Format: projects/{project}/locations/{location}/insightsConfigs/{insights_config}/deploymentEvents/{uuid}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetDeploymentEventRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetDeploymentEventRequest getDefaultInstanceForType()
Returns
Type Description
GetDeploymentEventRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Required. The name of the deployment event to retrieve. Format: projects/{project}/locations/{location}/insightsConfigs/{insights_config}/deploymentEvents/{uuid}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the deployment event to retrieve. Format: projects/{project}/locations/{location}/insightsConfigs/{insights_config}/deploymentEvents/{uuid}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetDeploymentEventRequest other)

public GetDeploymentEventRequest.Builder mergeFrom(GetDeploymentEventRequest other)
Parameter
Name Description
other GetDeploymentEventRequest
Returns
Type Description
GetDeploymentEventRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetDeploymentEventRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetDeploymentEventRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetDeploymentEventRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetDeploymentEventRequest.Builder
Overrides

setName(String value)

public GetDeploymentEventRequest.Builder setName(String value)

Required. The name of the deployment event to retrieve. Format: projects/{project}/locations/{location}/insightsConfigs/{insights_config}/deploymentEvents/{uuid}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetDeploymentEventRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetDeploymentEventRequest.Builder setNameBytes(ByteString value)

Required. The name of the deployment event to retrieve. Format: projects/{project}/locations/{location}/insightsConfigs/{insights_config}/deploymentEvents/{uuid}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetDeploymentEventRequest.Builder

This builder for chaining.