Class GetGlobalAddressRequest.Builder (1.93.0)

public static final class GetGlobalAddressRequest.Builder extends GeneratedMessage.Builder<GetGlobalAddressRequest.Builder> implements GetGlobalAddressRequestOrBuilder

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

Protobuf type google.cloud.compute.v1.GetGlobalAddressRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetGlobalAddressRequest build()
Returns
Type Description
GetGlobalAddressRequest

buildPartial()

public GetGlobalAddressRequest buildPartial()
Returns
Type Description
GetGlobalAddressRequest

clear()

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

clearAddress()

public GetGlobalAddressRequest.Builder clearAddress()

Name of the address resource to return.

string address = 462920692 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetGlobalAddressRequest.Builder

This builder for chaining.

clearProject()

public GetGlobalAddressRequest.Builder clearProject()

Project ID for this request.

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

Returns
Type Description
GetGlobalAddressRequest.Builder

This builder for chaining.

getAddress()

public String getAddress()

Name of the address resource to return.

string address = 462920692 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The address.

getAddressBytes()

public ByteString getAddressBytes()

Name of the address resource to return.

string address = 462920692 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for address.

getDefaultInstanceForType()

public GetGlobalAddressRequest getDefaultInstanceForType()
Returns
Type Description
GetGlobalAddressRequest

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.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetGlobalAddressRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setAddress(String value)

public GetGlobalAddressRequest.Builder setAddress(String value)

Name of the address resource to return.

string address = 462920692 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The address to set.

Returns
Type Description
GetGlobalAddressRequest.Builder

This builder for chaining.

setAddressBytes(ByteString value)

public GetGlobalAddressRequest.Builder setAddressBytes(ByteString value)

Name of the address resource to return.

string address = 462920692 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for address to set.

Returns
Type Description
GetGlobalAddressRequest.Builder

This builder for chaining.

setProject(String value)

public GetGlobalAddressRequest.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
GetGlobalAddressRequest.Builder

This builder for chaining.

setProjectBytes(ByteString value)

public GetGlobalAddressRequest.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
GetGlobalAddressRequest.Builder

This builder for chaining.