Class GetGlobalAddressRequest (1.49.0)

public final class GetGlobalAddressRequest extends GeneratedMessageV3 implements GetGlobalAddressRequestOrBuilder

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

Protobuf type google.cloud.compute.v1.GetGlobalAddressRequest

Static Fields

ADDRESS_FIELD_NUMBER

public static final int ADDRESS_FIELD_NUMBER
Field Value
TypeDescription
int

PROJECT_FIELD_NUMBER

public static final int PROJECT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static GetGlobalAddressRequest getDefaultInstance()
Returns
TypeDescription
GetGlobalAddressRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static GetGlobalAddressRequest.Builder newBuilder()
Returns
TypeDescription
GetGlobalAddressRequest.Builder

newBuilder(GetGlobalAddressRequest prototype)

public static GetGlobalAddressRequest.Builder newBuilder(GetGlobalAddressRequest prototype)
Parameter
NameDescription
prototypeGetGlobalAddressRequest
Returns
TypeDescription
GetGlobalAddressRequest.Builder

parseDelimitedFrom(InputStream input)

public static GetGlobalAddressRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GetGlobalAddressRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GetGlobalAddressRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetGlobalAddressRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static GetGlobalAddressRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
GetGlobalAddressRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GetGlobalAddressRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetGlobalAddressRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GetGlobalAddressRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
GetGlobalAddressRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GetGlobalAddressRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetGlobalAddressRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GetGlobalAddressRequest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
GetGlobalAddressRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GetGlobalAddressRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetGlobalAddressRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static GetGlobalAddressRequest parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GetGlobalAddressRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GetGlobalAddressRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetGlobalAddressRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static GetGlobalAddressRequest parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
GetGlobalAddressRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GetGlobalAddressRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetGlobalAddressRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<GetGlobalAddressRequest> parser()
Returns
TypeDescription
Parser<GetGlobalAddressRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAddress()

public String getAddress()

Name of the address resource to return.

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

Returns
TypeDescription
String

The address.

getAddressBytes()

public ByteString getAddressBytes()

Name of the address resource to return.

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

Returns
TypeDescription
ByteString

The bytes for address.

getDefaultInstanceForType()

public GetGlobalAddressRequest getDefaultInstanceForType()
Returns
TypeDescription
GetGlobalAddressRequest

getParserForType()

public Parser<GetGlobalAddressRequest> getParserForType()
Returns
TypeDescription
Parser<GetGlobalAddressRequest>
Overrides

getProject()

public String getProject()

Project ID for this request.

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

Returns
TypeDescription
String

The project.

getProjectBytes()

public ByteString getProjectBytes()

Project ID for this request.

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

Returns
TypeDescription
ByteString

The bytes for project.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public GetGlobalAddressRequest.Builder newBuilderForType()
Returns
TypeDescription
GetGlobalAddressRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GetGlobalAddressRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
GetGlobalAddressRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public GetGlobalAddressRequest.Builder toBuilder()
Returns
TypeDescription
GetGlobalAddressRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException