Class SetPrivateIpGoogleAccessSubnetworkRequest (1.91.0)

public final class SetPrivateIpGoogleAccessSubnetworkRequest extends GeneratedMessageV3 implements SetPrivateIpGoogleAccessSubnetworkRequestOrBuilder

A request message for Subnetworks.SetPrivateIpGoogleAccess. See the method description for details.

Protobuf type google.cloud.compute.v1.SetPrivateIpGoogleAccessSubnetworkRequest

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SetPrivateIpGoogleAccessSubnetworkRequest

Static Fields

PROJECT_FIELD_NUMBER

public static final int PROJECT_FIELD_NUMBER
Field Value
Type Description
int

REGION_FIELD_NUMBER

public static final int REGION_FIELD_NUMBER
Field Value
Type Description
int

REQUEST_ID_FIELD_NUMBER

public static final int REQUEST_ID_FIELD_NUMBER
Field Value
Type Description
int

SUBNETWORKS_SET_PRIVATE_IP_GOOGLE_ACCESS_REQUEST_RESOURCE_FIELD_NUMBER

public static final int SUBNETWORKS_SET_PRIVATE_IP_GOOGLE_ACCESS_REQUEST_RESOURCE_FIELD_NUMBER
Field Value
Type Description
int

SUBNETWORK_FIELD_NUMBER

public static final int SUBNETWORK_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SetPrivateIpGoogleAccessSubnetworkRequest getDefaultInstance()
Returns
Type Description
SetPrivateIpGoogleAccessSubnetworkRequest

getDescriptor()

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

newBuilder()

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

newBuilder(SetPrivateIpGoogleAccessSubnetworkRequest prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<SetPrivateIpGoogleAccessSubnetworkRequest> parser()
</