Class GetInstantSnapshotGroupRequest (1.105.0)

public final class GetInstantSnapshotGroupRequest extends GeneratedMessage implements GetInstantSnapshotGroupRequestOrBuilder

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

Protobuf type google.cloud.compute.v1.GetInstantSnapshotGroupRequest

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > GetInstantSnapshotGroupRequest

Static Fields

INSTANT_SNAPSHOT_GROUP_FIELD_NUMBER

public static final int INSTANT_SNAPSHOT_GROUP_FIELD_NUMBER
Field Value
Type Description
int

PROJECT_FIELD_NUMBER

public static final int PROJECT_FIELD_NUMBER
Field Value
Type Description
int

ZONE_FIELD_NUMBER

public static final int ZONE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GetInstantSnapshotGroupRequest getDefaultInstance()
Returns
Type Description
GetInstantSnapshotGroupRequest

getDescriptor()

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

newBuilder()

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

newBuilder(GetInstantSnapshotGroupRequest prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public GetInstantSnapshotGroupRequest getDefaultInstanceForType()
Returns
Type Description
GetInstantSnapshotGroupRequest

getInstantSnapshotGroup()

public String getInstantSnapshotGroup()

Name of the InstantSnapshotGroup resource to return.

string instant_snapshot_group = 223180386 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The instantSnapshotGroup.

getInstantSnapshotGroupBytes()

public ByteString getInstantSnapshotGroupBytes()

Name of the InstantSnapshotGroup resource to return.

string instant_snapshot_group = 223180386 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for instantSnapshotGroup.

getParserForType()

public Parser<GetInstantSnapshotGroupRequest> getParserForType()
Returns
Type Description
Parser<GetInstantSnapshotGroupRequest>
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.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getZone()

public String getZone()

The name of the zone for this request.

string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The zone.

getZoneBytes()

public ByteString getZoneBytes()

The name of the zone for this request.

string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for zone.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public GetInstantSnapshotGroupRequest.Builder newBuilderForType()
Returns
Type Description
GetInstantSnapshotGroupRequest.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected GetInstantSnapshotGroupRequest.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
GetInstantSnapshotGroupRequest.Builder
Overrides

toBuilder()

public GetInstantSnapshotGroupRequest.Builder toBuilder()
Returns
Type Description
GetInstantSnapshotGroupRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException