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