Class InsertGlobalAddressRequest (1.88.0)

public final class InsertGlobalAddressRequest extends GeneratedMessageV3 implements InsertGlobalAddressRequestOrBuilder

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

Protobuf type google.cloud.compute.v1.InsertGlobalAddressRequest

Static Fields

ADDRESS_RESOURCE_FIELD_NUMBER

public static final int ADDRESS_RESOURCE_FIELD_NUMBER
Field Value
Type Description
int

PROJECT_FIELD_NUMBER

public static final int PROJECT_FIELD_NUMBER
Field Value
Type Description
int

REQUEST_ID_FIELD_NUMBER

public static final int REQUEST_ID_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static InsertGlobalAddressRequest getDefaultInstance()
Returns
Type Description
InsertGlobalAddressRequest

getDescriptor()

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

newBuilder()

public static InsertGlobalAddressRequest.Builder newBuilder()
Returns
Type Description
InsertGlobalAddressRequest.Builder

newBuilder(InsertGlobalAddressRequest prototype)

public static InsertGlobalAddressRequest.Builder newBuilder(InsertGlobalAddressRequest prototype)
Parameter
Name Description
prototype InsertGlobalAddressRequest
Returns
Type Description
InsertGlobalAddressRequest.Builder

parseDelimitedFrom(InputStream input)

public static InsertGlobalAddressRequest parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
InsertGlobalAddressRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InsertGlobalAddressRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InsertGlobalAddressRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static InsertGlobalAddressRequest parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
InsertGlobalAddressRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static InsertGlobalAddressRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InsertGlobalAddressRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static InsertGlobalAddressRequest parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
InsertGlobalAddressRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static InsertGlobalAddressRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InsertGlobalAddressRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static InsertGlobalAddressRequest parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
InsertGlobalAddressRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static InsertGlobalAddressRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InsertGlobalAddressRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static InsertGlobalAddressRequest parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
InsertGlobalAddressRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InsertGlobalAddressRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InsertGlobalAddressRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static InsertGlobalAddressRequest parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
InsertGlobalAddressRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static InsertGlobalAddressRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InsertGlobalAddressRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<InsertGlobalAddressRequest> parser()
Returns
Type Description
Parser<InsertGlobalAddressRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAddressResource()

public Address getAddressResource()

The body resource for this request

.google.cloud.compute.v1.Address address_resource = 483888121 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Address

The addressResource.

getAddressResourceOrBuilder()

public AddressOrBuilder getAddressResourceOrBuilder()

The body resource for this request

.google.cloud.compute.v1.Address address_resource = 483888121 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AddressOrBuilder

getDefaultInstanceForType()

public InsertGlobalAddressRequest getDefaultInstanceForType()
Returns
Type Description
InsertGlobalAddressRequest

getParserForType()

public Parser<InsertGlobalAddressRequest>