Class ExportDeploymentStatefileRequest.Builder (0.8.0)

public static final class ExportDeploymentStatefileRequest.Builder extends GeneratedMessageV3.Builder<ExportDeploymentStatefileRequest.Builder> implements ExportDeploymentStatefileRequestOrBuilder

A request to export a state file passed to a 'ExportDeploymentStatefile' call.

Protobuf type google.cloud.config.v1.ExportDeploymentStatefileRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ExportDeploymentStatefileRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ExportDeploymentStatefileRequest.Builder
Overrides

build()

public ExportDeploymentStatefileRequest build()
Returns
TypeDescription
ExportDeploymentStatefileRequest

buildPartial()

public ExportDeploymentStatefileRequest buildPartial()
Returns
TypeDescription
ExportDeploymentStatefileRequest

clear()

public ExportDeploymentStatefileRequest.Builder clear()
Returns
TypeDescription
ExportDeploymentStatefileRequest.Builder
Overrides

clearDraft()

public ExportDeploymentStatefileRequest.Builder clearDraft()

Optional. If this flag is set to true, the exported deployment state file will be the draft state. This will enable the draft file to be validated before copying it over to the working state on unlock.

bool draft = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ExportDeploymentStatefileRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public ExportDeploymentStatefileRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ExportDeploymentStatefileRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ExportDeploymentStatefileRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ExportDeploymentStatefileRequest.Builder
Overrides

clearParent()

public ExportDeploymentStatefileRequest.Builder clearParent()

Required. The parent in whose context the statefile is listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ExportDeploymentStatefileRequest.Builder

This builder for chaining.

clone()

public ExportDeploymentStatefileRequest.Builder clone()
Returns
TypeDescription
ExportDeploymentStatefileRequest.Builder
Overrides

getDefaultInstanceForType()

public ExportDeploymentStatefileRequest getDefaultInstanceForType()
Returns
TypeDescription
ExportDeploymentStatefileRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDraft()

public boolean getDraft()

Optional. If this flag is set to true, the exported deployment state file will be the draft state. This will enable the draft file to be validated before copying it over to the working state on unlock.

bool draft = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The draft.

getParent()

public String getParent()

Required. The parent in whose context the statefile is listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The parent in whose context the statefile is listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ExportDeploymentStatefileRequest other)

public ExportDeploymentStatefileRequest.Builder mergeFrom(ExportDeploymentStatefileRequest other)
Parameter
NameDescription
otherExportDeploymentStatefileRequest
Returns
TypeDescription
ExportDeploymentStatefileRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ExportDeploymentStatefileRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExportDeploymentStatefileRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ExportDeploymentStatefileRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ExportDeploymentStatefileRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ExportDeploymentStatefileRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ExportDeploymentStatefileRequest.Builder
Overrides

setDraft(boolean value)

public ExportDeploymentStatefileRequest.Builder setDraft(boolean value)

Optional. If this flag is set to true, the exported deployment state file will be the draft state. This will enable the draft file to be validated before copying it over to the working state on unlock.

bool draft = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueboolean

The draft to set.

Returns
TypeDescription
ExportDeploymentStatefileRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public ExportDeploymentStatefileRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ExportDeploymentStatefileRequest.Builder
Overrides

setParent(String value)

public ExportDeploymentStatefileRequest.Builder setParent(String value)

Required. The parent in whose context the statefile is listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
ExportDeploymentStatefileRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ExportDeploymentStatefileRequest.Builder setParentBytes(ByteString value)

Required. The parent in whose context the statefile is listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
ExportDeploymentStatefileRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ExportDeploymentStatefileRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ExportDeploymentStatefileRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ExportDeploymentStatefileRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ExportDeploymentStatefileRequest.Builder
Overrides