Class GetDeployPolicyRequest.Builder (1.50.0)

public static final class GetDeployPolicyRequest.Builder extends GeneratedMessageV3.Builder<GetDeployPolicyRequest.Builder> implements GetDeployPolicyRequestOrBuilder

The request object for GetDeployPolicy

Protobuf type google.cloud.deploy.v1.GetDeployPolicyRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GetDeployPolicyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GetDeployPolicyRequest.Builder
Overrides

build()

public GetDeployPolicyRequest build()
Returns
Type Description
GetDeployPolicyRequest

buildPartial()

public GetDeployPolicyRequest buildPartial()
Returns
Type Description
GetDeployPolicyRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

public GetDeployPolicyRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
GetDeployPolicyRequest.Builder
Overrides

clearName()

public GetDeployPolicyRequest.Builder clearName()

Required. Name of the DeployPolicy. Format must be projects/{project_id}/locations/{location_name}/deployPolicies/{deploy_policy_name}.

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

Returns
Type Description
GetDeployPolicyRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public GetDeployPolicyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
GetDeployPolicyRequest.Builder
Overrides

clone()

public GetDeployPolicyRequest.Builder clone()
Returns
Type Description
GetDeployPolicyRequest.Builder
Overrides

getDefaultInstanceForType()

public GetDeployPolicyRequest getDefaultInstanceForType()
Returns
Type Description
GetDeployPolicyRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Name of the DeployPolicy. Format must be projects/{project_id}/locations/{location_name}/deployPolicies/{deploy_policy_name}.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Name of the DeployPolicy. Format must be projects/{project_id}/locations/{location_name}/deployPolicies/{deploy_policy_name}.

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

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetDeployPolicyRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GetDeployPolicyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetDeployPolicyRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public GetDeployPolicyRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GetDeployPolicyRequest.Builder
Overrides

setName(String value)

public GetDeployPolicyRequest.Builder setName(String value)

Required. Name of the DeployPolicy. Format must be projects/{project_id}/locations/{location_name}/deployPolicies/{deploy_policy_name}.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetDeployPolicyRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetDeployPolicyRequest.Builder setNameBytes(ByteString value)

Required. Name of the DeployPolicy. Format must be projects/{project_id}/locations/{location_name}/deployPolicies/{deploy_policy_name}.

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
GetDeployPolicyRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public GetDeployPolicyRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
GetDeployPolicyRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GetDeployPolicyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetDeployPolicyRequest.Builder
Overrides