public static final class SaveSnapshotRequest.Builder extends GeneratedMessageV3.Builder<SaveSnapshotRequest.Builder> implements SaveSnapshotRequestOrBuilder
Request to create a snapshot of a Cloud Composer environment.
Protobuf type google.cloud.orchestration.airflow.service.v1beta1.SaveSnapshotRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SaveSnapshotRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public SaveSnapshotRequest build()
buildPartial()
public SaveSnapshotRequest buildPartial()
clear()
public SaveSnapshotRequest.Builder clear()
Overrides
clearEnvironment()
public SaveSnapshotRequest.Builder clearEnvironment()
The resource name of the source environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
string environment = 1;
clearField(Descriptors.FieldDescriptor field)
public SaveSnapshotRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public SaveSnapshotRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearSnapshotLocation()
public SaveSnapshotRequest.Builder clearSnapshotLocation()
Location in a Cloud Storage where the snapshot is going to be stored, e.g.:
"gs://my-bucket/snapshots".
string snapshot_location = 2;
clone()
public SaveSnapshotRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public SaveSnapshotRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getEnvironment()
public String getEnvironment()
The resource name of the source environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
string environment = 1;
Returns |
Type |
Description |
String |
The environment.
|
getEnvironmentBytes()
public ByteString getEnvironmentBytes()
The resource name of the source environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
string environment = 1;
Returns |
Type |
Description |
ByteString |
The bytes for environment.
|
getSnapshotLocation()
public String getSnapshotLocation()
Location in a Cloud Storage where the snapshot is going to be stored, e.g.:
"gs://my-bucket/snapshots".
string snapshot_location = 2;
Returns |
Type |
Description |
String |
The snapshotLocation.
|
getSnapshotLocationBytes()
public ByteString getSnapshotLocationBytes()
Location in a Cloud Storage where the snapshot is going to be stored, e.g.:
"gs://my-bucket/snapshots".
string snapshot_location = 2;
Returns |
Type |
Description |
ByteString |
The bytes for snapshotLocation.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(SaveSnapshotRequest other)
public SaveSnapshotRequest.Builder mergeFrom(SaveSnapshotRequest other)
public SaveSnapshotRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public SaveSnapshotRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SaveSnapshotRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setEnvironment(String value)
public SaveSnapshotRequest.Builder setEnvironment(String value)
The resource name of the source environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
string environment = 1;
Parameter |
Name |
Description |
value |
String
The environment to set.
|
setEnvironmentBytes(ByteString value)
public SaveSnapshotRequest.Builder setEnvironmentBytes(ByteString value)
The resource name of the source environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}"
string environment = 1;
Parameter |
Name |
Description |
value |
ByteString
The bytes for environment to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public SaveSnapshotRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SaveSnapshotRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setSnapshotLocation(String value)
public SaveSnapshotRequest.Builder setSnapshotLocation(String value)
Location in a Cloud Storage where the snapshot is going to be stored, e.g.:
"gs://my-bucket/snapshots".
string snapshot_location = 2;
Parameter |
Name |
Description |
value |
String
The snapshotLocation to set.
|
setSnapshotLocationBytes(ByteString value)
public SaveSnapshotRequest.Builder setSnapshotLocationBytes(ByteString value)
Location in a Cloud Storage where the snapshot is going to be stored, e.g.:
"gs://my-bucket/snapshots".
string snapshot_location = 2;
Parameter |
Name |
Description |
value |
ByteString
The bytes for snapshotLocation to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final SaveSnapshotRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides