Class GetCustomTargetTypeRequest.Builder (1.81.0)

public static final class GetCustomTargetTypeRequest.Builder extends GeneratedMessage.Builder<GetCustomTargetTypeRequest.Builder> implements GetCustomTargetTypeRequestOrBuilder

The request object for GetCustomTargetType.

Protobuf type google.cloud.deploy.v1.GetCustomTargetTypeRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetCustomTargetTypeRequest build()
Returns
Type Description
GetCustomTargetTypeRequest

buildPartial()

public GetCustomTargetTypeRequest buildPartial()
Returns
Type Description
GetCustomTargetTypeRequest

clear()

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

clearName()

public GetCustomTargetTypeRequest.Builder clearName()

Required. Name of the CustomTargetType. Format must be projects/{project_id}/locations/{location_name}/customTargetTypes/{custom_target_type}.

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

Returns
Type Description
GetCustomTargetTypeRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetCustomTargetTypeRequest getDefaultInstanceForType()
Returns
Type Description
GetCustomTargetTypeRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Name of the CustomTargetType. Format must be projects/{project_id}/locations/{location_name}/customTargetTypes/{custom_target_type}.

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 CustomTargetType. Format must be projects/{project_id}/locations/{location_name}/customTargetTypes/{custom_target_type}.

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(GetCustomTargetTypeRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetCustomTargetTypeRequest.Builder setName(String value)

Required. Name of the CustomTargetType. Format must be projects/{project_id}/locations/{location_name}/customTargetTypes/{custom_target_type}.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetCustomTargetTypeRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetCustomTargetTypeRequest.Builder setNameBytes(ByteString value)

Required. Name of the CustomTargetType. Format must be projects/{project_id}/locations/{location_name}/customTargetTypes/{custom_target_type}.

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

This builder for chaining.