Class DeleteDataAttributeBindingRequest (1.91.0) (original) (raw)

public final class DeleteDataAttributeBindingRequest extends GeneratedMessage implements DeleteDataAttributeBindingRequestOrBuilder

Delete DataAttributeBinding request.

Protobuf type google.cloud.dataplex.v1.DeleteDataAttributeBindingRequest

Inherited Members

com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)

com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)

com.google.protobuf.GeneratedMessage.makeMutableCopy(ListT)

com.google.protobuf.GeneratedMessage.makeMutableCopy(ListT,int)

com.google.protobuf.GeneratedMessage.emptyList(java.lang.Class)

com.google.protobuf.GeneratedMessage.serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)

com.google.protobuf.GeneratedMessage.serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)

com.google.protobuf.GeneratedMessage.serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)

com.google.protobuf.GeneratedMessage.serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)

com.google.protobuf.GeneratedMessage.canUseUnsafe()

com.google.protobuf.GeneratedMessage.emptyBooleanList()

com.google.protobuf.GeneratedMessage.emptyDoubleList()

com.google.protobuf.GeneratedMessage.emptyFloatList()

com.google.protobuf.GeneratedMessage.emptyIntList()

com.google.protobuf.GeneratedMessage.emptyLongList()

com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)

com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)

com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)

com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)

com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)

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 DeleteDataAttributeBindingRequest getDefaultInstance()
Returns
Type Description
DeleteDataAttributeBindingRequest

getDescriptor()

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

newBuilder()

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

newBuilder(DeleteDataAttributeBindingRequest prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

Overrides

getDefaultInstanceForType()

public DeleteDataAttributeBindingRequest getDefaultInstanceForType()
Returns
Type Description
DeleteDataAttributeBindingRequest

getEtag()

Required. If the client provided etag value does not match the current etag value, the DeleteDataAttributeBindingRequest method returns an ABORTED error response. Etags must be used when calling the DeleteDataAttributeBinding.

string etag = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String The etag.

getEtagBytes()

public ByteString getEtagBytes()

Required. If the client provided etag value does not match the current etag value, the DeleteDataAttributeBindingRequest method returns an ABORTED error response. Etags must be used when calling the DeleteDataAttributeBinding.

string etag = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString The bytes for etag.

getName()

Required. The resource name of the DataAttributeBinding: projects/{project_number}/locations/{location_id}/dataAttributeBindings/{data_attribute_binding_id}

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

Returns
Type Description
String The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name of the DataAttributeBinding: projects/{project_number}/locations/{location_id}/dataAttributeBindings/{data_attribute_binding_id}

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

Returns
Type Description
ByteString The bytes for name.

getParserForType()

public Parser<DeleteDataAttributeBindingRequest> getParserForType()
Returns
Type Description
Parser<DeleteDataAttributeBindingRequest>

Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int

Overrides

hashCode()

Returns
Type Description
int

Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable

Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean

Overrides

newBuilderForType()

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

newBuilderForType(AbstractMessage.BuilderParent parent)

protected DeleteDataAttributeBindingRequest.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
DeleteDataAttributeBindingRequest.Builder

Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream

Overrides

Exceptions
Type Description
IOException