Class SubnetworksSetPrivateIpGoogleAccessRequest (1.27.0)

See more code actions.
public final class SubnetworksSetPrivateIpGoogleAccessRequest extends GeneratedMessageV3 implements SubnetworksSetPrivateIpGoogleAccessRequestOrBuilder

Protobuf type google.cloud.compute.v1.SubnetworksSetPrivateIpGoogleAccessRequest

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

Static Fields

PRIVATE_IP_GOOGLE_ACCESS_FIELD_NUMBER

public static final int PRIVATE_IP_GOOGLE_ACCESS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static SubnetworksSetPrivateIpGoogleAccessRequest getDefaultInstance()

getDescriptor()

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

newBuilder()

public static SubnetworksSetPrivateIpGoogleAccessRequest.Builder newBuilder()

newBuilder(SubnetworksSetPrivateIpGoogleAccessRequest prototype)

public static SubnetworksSetPrivateIpGoogleAccessRequest.Builder newBuilder(SubnetworksSetPrivateIpGoogleAccessRequest prototype)
Parameter
NameDescription
prototypeSubnetworksSetPrivateIpGoogleAccessRequest

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<SubnetworksSetPrivateIpGoogleAccessRequest> parser()

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public SubnetworksSetPrivateIpGoogleAccessRequest getDefaultInstanceForType()

getParserForType()

public Parser<SubnetworksSetPrivateIpGoogleAccessRequest> getParserForType()
Overrides

getPrivateIpGoogleAccess()

public boolean getPrivateIpGoogleAccess()

optional bool private_ip_google_access = 421491790;

Returns
TypeDescription
boolean

The privateIpGoogleAccess.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasPrivateIpGoogleAccess()

public boolean hasPrivateIpGoogleAccess()

optional bool private_ip_google_access = 421491790;

Returns
TypeDescription
boolean

Whether the privateIpGoogleAccess field is set.

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 SubnetworksSetPrivateIpGoogleAccessRequest.Builder newBuilderForType()

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SubnetworksSetPrivateIpGoogleAccessRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public SubnetworksSetPrivateIpGoogleAccessRequest.Builder toBuilder()

writeTo(CodedOutputStream output)

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