Class DeleteFrameworkDeploymentRequest (0.1.0)

public final class DeleteFrameworkDeploymentRequest extends GeneratedMessageV3 implements DeleteFrameworkDeploymentRequestOrBuilder

Request message for DeleteFrameworkDeployment.

Protobuf type google.cloud.cloudsecuritycompliance.v1.DeleteFrameworkDeploymentRequest

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DeleteFrameworkDeploymentRequest

Static Fields

ETAG_FIELD_NUMBER

public static final int ETAG_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static DeleteFrameworkDeploymentRequest getDefaultInstance()
Returns
Type Description
DeleteFrameworkDeploymentRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static DeleteFrameworkDeploymentRequest.Builder newBuilder()
Returns
Type Description
DeleteFrameworkDeploymentRequest.Builder

newBuilder(DeleteFrameworkDeploymentRequest prototype)

public static DeleteFrameworkDeploymentRequest.Builder newBuilder(DeleteFrameworkDeploymentRequest prototype)
Parameter
Name Description
prototype DeleteFrameworkDeploymentRequest
Returns
Type Description
DeleteFrameworkDeploymentRequest.Builder

parseDelimitedFrom(InputStream input)

public static DeleteFrameworkDeploymentRequest parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DeleteFrameworkDeploymentRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DeleteFrameworkDeploymentRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeleteFrameworkDeploymentRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static DeleteFrameworkDeploymentRequest parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
DeleteFrameworkDeploymentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static DeleteFrameworkDeploymentRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeleteFrameworkDeploymentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static DeleteFrameworkDeploymentRequest parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
DeleteFrameworkDeploymentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static DeleteFrameworkDeploymentRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeleteFrameworkDeploymentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static DeleteFrameworkDeploymentRequest parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
DeleteFrameworkDeploymentRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static DeleteFrameworkDeploymentRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeleteFrameworkDeploymentRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static DeleteFrameworkDeploymentRequest parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DeleteFrameworkDeploymentRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DeleteFrameworkDeploymentRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeleteFrameworkDeploymentRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static DeleteFrameworkDeploymentRequest parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
DeleteFrameworkDeploymentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static DeleteFrameworkDeploymentRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeleteFrameworkDeploymentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<DeleteFrameworkDeploymentRequest> parser()
Returns
Type Description
Parser<DeleteFrameworkDeploymentRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public DeleteFrameworkDeploymentRequest getDefaultInstanceForType()
Returns
Type Description
DeleteFrameworkDeploymentRequest

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.

getParserForType()

public Parser<DeleteFrameworkDeploymentRequest> getParserForType()
Returns
Type Description
Parser<DeleteFrameworkDeploymentRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public DeleteFrameworkDeploymentRequest.Builder newBuilderForType()
Returns
Type Description
DeleteFrameworkDeploymentRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected DeleteFrameworkDeploymentRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
DeleteFrameworkDeploymentRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public DeleteFrameworkDeploymentRequest.Builder toBuilder()
Returns
Type Description
DeleteFrameworkDeploymentRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException