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 Memberscom.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_NUMBERpublic static final int ETAG_FIELD_NUMBER
Field Value
Type
Description
int
NAME_FIELD_NUMBERpublic static final int NAME_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods getDefaultInstance()public static DeleteDataAttributeBindingRequest getDefaultInstance()
getDescriptor()public static final Descriptors.Descriptor getDescriptor()
newBuilder()public static DeleteDataAttributeBindingRequest.Builder newBuilder()
newBuilder(DeleteDataAttributeBindingRequest prototype)public static DeleteDataAttributeBindingRequest.Builder newBuilder(DeleteDataAttributeBindingRequest prototype)
public static DeleteDataAttributeBindingRequest parseDelimitedFrom(InputStream input)
public static DeleteDataAttributeBindingRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)public static DeleteDataAttributeBindingRequest parseFrom(byte[] data)
Parameter
Name
Description
data
byte[]
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)public static DeleteDataAttributeBindingRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)public static DeleteDataAttributeBindingRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)public static DeleteDataAttributeBindingRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DeleteDataAttributeBindingRequest parseFrom(CodedInputStream input)
public static DeleteDataAttributeBindingRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DeleteDataAttributeBindingRequest parseFrom(InputStream input)
public static DeleteDataAttributeBindingRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)public static DeleteDataAttributeBindingRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)public static DeleteDataAttributeBindingRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()public static Parser<DeleteDataAttributeBindingRequest> parser()
Methods equals(Object obj)public boolean equals(Object obj)
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()public DeleteDataAttributeBindingRequest getDefaultInstanceForType()
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()
Overrides
getSerializedSize()public int getSerializedSize()
Returns
Type
Description
int
Overrides
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()public final boolean isInitialized()
Overrides
newBuilderForType()public DeleteDataAttributeBindingRequest.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)protected DeleteDataAttributeBindingRequest.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()public DeleteDataAttributeBindingRequest.Builder toBuilder()
writeTo(CodedOutputStream output)public void writeTo(CodedOutputStream output)
Overrides