public static final class DeletePostureDeploymentRequest.Builder extends GeneratedMessage.Builder<DeletePostureDeploymentRequest.Builder> implements DeletePostureDeploymentRequestOrBuilderMessage for deleting a PostureDeployment.
Protobuf type google.cloud.securityposture.v1.DeletePostureDeploymentRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeletePostureDeploymentRequest.BuilderImplements
DeletePostureDeploymentRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DeletePostureDeploymentRequest build()| Returns | |
|---|---|
| Type | Description |
DeletePostureDeploymentRequest |
|
buildPartial()
public DeletePostureDeploymentRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
DeletePostureDeploymentRequest |
|
clear()
public DeletePostureDeploymentRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
DeletePostureDeploymentRequest.Builder |
|
clearEtag()
public DeletePostureDeploymentRequest.Builder clearEtag()Optional. Etag value of the PostureDeployment to be deleted.
string etag = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DeletePostureDeploymentRequest.Builder |
This builder for chaining. |
clearName()
public DeletePostureDeploymentRequest.Builder clearName()Required. Name of the resource.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
DeletePostureDeploymentRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DeletePostureDeploymentRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DeletePostureDeploymentRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEtag()
public String getEtag()Optional. Etag value of the PostureDeployment to be deleted.
string etag = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The etag. |
getEtagBytes()
public ByteString getEtagBytes()Optional. Etag value of the PostureDeployment to be deleted.
string etag = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for etag. |
getName()
public String getName()Required. Name of the resource.
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 resource.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DeletePostureDeploymentRequest other)
public DeletePostureDeploymentRequest.Builder mergeFrom(DeletePostureDeploymentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeletePostureDeploymentRequest |
| Returns | |
|---|---|
| Type | Description |
DeletePostureDeploymentRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeletePostureDeploymentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeletePostureDeploymentRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DeletePostureDeploymentRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DeletePostureDeploymentRequest.Builder |
|
setEtag(String value)
public DeletePostureDeploymentRequest.Builder setEtag(String value)Optional. Etag value of the PostureDeployment to be deleted.
string etag = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe etag to set. |
| Returns | |
|---|---|
| Type | Description |
DeletePostureDeploymentRequest.Builder |
This builder for chaining. |
setEtagBytes(ByteString value)
public DeletePostureDeploymentRequest.Builder setEtagBytes(ByteString value)Optional. Etag value of the PostureDeployment to be deleted.
string etag = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for etag to set. |
| Returns | |
|---|---|
| Type | Description |
DeletePostureDeploymentRequest.Builder |
This builder for chaining. |
setName(String value)
public DeletePostureDeploymentRequest.Builder setName(String value)Required. Name of the resource.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
DeletePostureDeploymentRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public DeletePostureDeploymentRequest.Builder setNameBytes(ByteString value)Required. Name of the resource.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
DeletePostureDeploymentRequest.Builder |
This builder for chaining. |