Class GetGlobalPublicDelegatedPrefixeRequest.Builder (1.93.0)

public static final class GetGlobalPublicDelegatedPrefixeRequest.Builder extends GeneratedMessage.Builder<GetGlobalPublicDelegatedPrefixeRequest.Builder> implements GetGlobalPublicDelegatedPrefixeRequestOrBuilder

A request message for GlobalPublicDelegatedPrefixes.Get. See the method description for details.

Protobuf type google.cloud.compute.v1.GetGlobalPublicDelegatedPrefixeRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetGlobalPublicDelegatedPrefixeRequest build()
Returns
Type Description
GetGlobalPublicDelegatedPrefixeRequest

buildPartial()

public GetGlobalPublicDelegatedPrefixeRequest buildPartial()
Returns
Type Description
GetGlobalPublicDelegatedPrefixeRequest

clear()

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

clearProject()

public GetGlobalPublicDelegatedPrefixeRequest.Builder clearProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetGlobalPublicDelegatedPrefixeRequest.Builder

This builder for chaining.

clearPublicDelegatedPrefix()

public GetGlobalPublicDelegatedPrefixeRequest.Builder clearPublicDelegatedPrefix()

Name of the PublicDelegatedPrefix resource to return.

string public_delegated_prefix = 204238440 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetGlobalPublicDelegatedPrefixeRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetGlobalPublicDelegatedPrefixeRequest getDefaultInstanceForType()
Returns
Type Description
GetGlobalPublicDelegatedPrefixeRequest

getDescriptorForType()

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

getProject()

public String getProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The project.

getProjectBytes()

public ByteString getProjectBytes()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for project.

getPublicDelegatedPrefix()

public String getPublicDelegatedPrefix()

Name of the PublicDelegatedPrefix resource to return.

string public_delegated_prefix = 204238440 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The publicDelegatedPrefix.

getPublicDelegatedPrefixBytes()

public ByteString getPublicDelegatedPrefixBytes()

Name of the PublicDelegatedPrefix resource to return.

string public_delegated_prefix = 204238440 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for publicDelegatedPrefix.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetGlobalPublicDelegatedPrefixeRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setProject(String value)

public GetGlobalPublicDelegatedPrefixeRequest.Builder setProject(String value)

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The project to set.

Returns
Type Description
GetGlobalPublicDelegatedPrefixeRequest.Builder

This builder for chaining.

setProjectBytes(ByteString value)

public GetGlobalPublicDelegatedPrefixeRequest.Builder setProjectBytes(ByteString value)

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for project to set.

Returns
Type Description
GetGlobalPublicDelegatedPrefixeRequest.Builder

This builder for chaining.

setPublicDelegatedPrefix(String value)

public GetGlobalPublicDelegatedPrefixeRequest.Builder setPublicDelegatedPrefix(String value)

Name of the PublicDelegatedPrefix resource to return.

string public_delegated_prefix = 204238440 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The publicDelegatedPrefix to set.

Returns
Type Description
GetGlobalPublicDelegatedPrefixeRequest.Builder

This builder for chaining.

setPublicDelegatedPrefixBytes(ByteString value)

public GetGlobalPublicDelegatedPrefixeRequest.Builder setPublicDelegatedPrefixBytes(ByteString value)

Name of the PublicDelegatedPrefix resource to return.

string public_delegated_prefix = 204238440 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for publicDelegatedPrefix to set.

Returns
Type Description
GetGlobalPublicDelegatedPrefixeRequest.Builder

This builder for chaining.