public static final class DeleteFrameworkDeploymentRequest.Builder extends GeneratedMessageV3.Builder<DeleteFrameworkDeploymentRequest.Builder> implements DeleteFrameworkDeploymentRequestOrBuilder
Request message for DeleteFrameworkDeployment.
Protobuf type google.cloud.cloudsecuritycompliance.v1.DeleteFrameworkDeploymentRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DeleteFrameworkDeploymentRequest.BuilderImplements
DeleteFrameworkDeploymentRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DeleteFrameworkDeploymentRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
DeleteFrameworkDeploymentRequest.Builder |
build()
public DeleteFrameworkDeploymentRequest build()
Returns | |
---|---|
Type | Description |
DeleteFrameworkDeploymentRequest |
buildPartial()
public DeleteFrameworkDeploymentRequest buildPartial()
Returns | |
---|---|
Type | Description |
DeleteFrameworkDeploymentRequest |
clear()
public DeleteFrameworkDeploymentRequest.Builder clear()
Returns | |
---|---|
Type | Description |
DeleteFrameworkDeploymentRequest.Builder |
clearEtag()
public DeleteFrameworkDeploymentRequest.Builder clearEtag()
Optional. An opaque identifier for the current version of the resource.
If you provide this value, then it must match the existing value. If the values don't match, then the request fails with an ABORTED error.
If you omit this value, then the resource is deleted regardless of its
current etag
value.
string etag = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
DeleteFrameworkDeploymentRequest.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public DeleteFrameworkDeploymentRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
DeleteFrameworkDeploymentRequest.Builder |
clearName()
public DeleteFrameworkDeploymentRequest.Builder clearName()
Required. Name of the framework deployment to be deleted FrameworkDeployment name in either of the following formats: organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
DeleteFrameworkDeploymentRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public DeleteFrameworkDeploymentRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
DeleteFrameworkDeploymentRequest.Builder |
clone()
public DeleteFrameworkDeploymentRequest.Builder clone()
Returns | |
---|---|
Type | Description |
DeleteFrameworkDeploymentRequest.Builder |
getDefaultInstanceForType()
public DeleteFrameworkDeploymentRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
DeleteFrameworkDeploymentRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getEtag()
public String getEtag()
Optional. An opaque identifier for the current version of the resource.
If you provide this value, then it must match the existing value. If the values don't match, then the request fails with an ABORTED error.
If you omit this value, then the resource is deleted regardless of its
current etag
value.
string etag = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The etag. |
getEtagBytes()
public ByteString getEtagBytes()
Optional. An opaque identifier for the current version of the resource.
If you provide this value, then it must match the existing value. If the values don't match, then the request fails with an ABORTED error.
If you omit this value, then the resource is deleted regardless of its
current etag
value.
string etag = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for etag. |
getName()
public String getName()
Required. Name of the framework deployment to be deleted FrameworkDeployment name in either of the following formats: organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
Required. Name of the framework deployment to be deleted FrameworkDeployment name in either of the following formats: organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(DeleteFrameworkDeploymentRequest other)
public DeleteFrameworkDeploymentRequest.Builder mergeFrom(DeleteFrameworkDeploymentRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteFrameworkDeploymentRequest |
Returns | |
---|---|
Type | Description |
DeleteFrameworkDeploymentRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteFrameworkDeploymentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DeleteFrameworkDeploymentRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public DeleteFrameworkDeploymentRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
DeleteFrameworkDeploymentRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DeleteFrameworkDeploymentRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DeleteFrameworkDeploymentRequest.Builder |
setEtag(String value)
public DeleteFrameworkDeploymentRequest.Builder setEtag(String value)
Optional. An opaque identifier for the current version of the resource.
If you provide this value, then it must match the existing value. If the values don't match, then the request fails with an ABORTED error.
If you omit this value, then the resource is deleted regardless of its
current etag
value.
string etag = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The etag to set. |
Returns | |
---|---|
Type | Description |
DeleteFrameworkDeploymentRequest.Builder |
This builder for chaining. |
setEtagBytes(ByteString value)
public DeleteFrameworkDeploymentRequest.Builder setEtagBytes(ByteString value)
Optional. An opaque identifier for the current version of the resource.
If you provide this value, then it must match the existing value. If the values don't match, then the request fails with an ABORTED error.
If you omit this value, then the resource is deleted regardless of its
current etag
value.
string etag = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for etag to set. |
Returns | |
---|---|
Type | Description |
DeleteFrameworkDeploymentRequest.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public DeleteFrameworkDeploymentRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
DeleteFrameworkDeploymentRequest.Builder |
setName(String value)
public DeleteFrameworkDeploymentRequest.Builder setName(String value)
Required. Name of the framework deployment to be deleted FrameworkDeployment name in either of the following formats: organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
String The name to set. |
Returns | |
---|---|
Type | Description |
DeleteFrameworkDeploymentRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public DeleteFrameworkDeploymentRequest.Builder setNameBytes(ByteString value)
Required. Name of the framework deployment to be deleted FrameworkDeployment name in either of the following formats: organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
DeleteFrameworkDeploymentRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DeleteFrameworkDeploymentRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
DeleteFrameworkDeploymentRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final DeleteFrameworkDeploymentRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DeleteFrameworkDeploymentRequest.Builder |