public static final class GetSnapshotRequest.Builder extends GeneratedMessage.Builder<GetSnapshotRequest.Builder> implements GetSnapshotRequestOrBuilderA request message for Snapshots.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetSnapshotRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetSnapshotRequest.BuilderImplements
GetSnapshotRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetSnapshotRequest build()| Returns | |
|---|---|
| Type | Description |
GetSnapshotRequest |
|
buildPartial()
public GetSnapshotRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetSnapshotRequest |
|
clear()
public GetSnapshotRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetSnapshotRequest.Builder |
|
clearProject()
public GetSnapshotRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetSnapshotRequest.Builder |
This builder for chaining. |
clearSnapshot()
public GetSnapshotRequest.Builder clearSnapshot()Name of the Snapshot resource to return.
string snapshot = 284874180 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetSnapshotRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetSnapshotRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetSnapshotRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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. |
getSnapshot()
public String getSnapshot()Name of the Snapshot resource to return.
string snapshot = 284874180 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The snapshot. |
getSnapshotBytes()
public ByteString getSnapshotBytes()Name of the Snapshot resource to return.
string snapshot = 284874180 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for snapshot. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetSnapshotRequest other)
public GetSnapshotRequest.Builder mergeFrom(GetSnapshotRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetSnapshotRequest |
| Returns | |
|---|---|
| Type | Description |
GetSnapshotRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetSnapshotRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetSnapshotRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetSnapshotRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetSnapshotRequest.Builder |
|
setProject(String value)
public GetSnapshotRequest.Builder setProject(String value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe project to set. |
| Returns | |
|---|---|
| Type | Description |
GetSnapshotRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public GetSnapshotRequest.Builder setProjectBytes(ByteString value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for project to set. |
| Returns | |
|---|---|
| Type | Description |
GetSnapshotRequest.Builder |
This builder for chaining. |
setSnapshot(String value)
public GetSnapshotRequest.Builder setSnapshot(String value)Name of the Snapshot resource to return.
string snapshot = 284874180 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe snapshot to set. |
| Returns | |
|---|---|
| Type | Description |
GetSnapshotRequest.Builder |
This builder for chaining. |
setSnapshotBytes(ByteString value)
public GetSnapshotRequest.Builder setSnapshotBytes(ByteString value)Name of the Snapshot resource to return.
string snapshot = 284874180 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for snapshot to set. |
| Returns | |
|---|---|
| Type | Description |
GetSnapshotRequest.Builder |
This builder for chaining. |