public final class DeleteDataPolicyRequest extends GeneratedMessageV3 implements DeleteDataPolicyRequestOrBuilder
Request message for the DeleteDataPolicy method.
Protobuf type google.cloud.bigquery.datapolicies.v1beta1.DeleteDataPolicyRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DeleteDataPolicyRequestImplements
DeleteDataPolicyRequestOrBuilderStatic Fields
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static DeleteDataPolicyRequest getDefaultInstance()
Type | Description |
DeleteDataPolicyRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static DeleteDataPolicyRequest.Builder newBuilder()
Type | Description |
DeleteDataPolicyRequest.Builder |
newBuilder(DeleteDataPolicyRequest prototype)
public static DeleteDataPolicyRequest.Builder newBuilder(DeleteDataPolicyRequest prototype)
Name | Description |
prototype | DeleteDataPolicyRequest |
Type | Description |
DeleteDataPolicyRequest.Builder |
parseDelimitedFrom(InputStream input)
public static DeleteDataPolicyRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
DeleteDataPolicyRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DeleteDataPolicyRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteDataPolicyRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static DeleteDataPolicyRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
DeleteDataPolicyRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DeleteDataPolicyRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteDataPolicyRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static DeleteDataPolicyRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
DeleteDataPolicyRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DeleteDataPolicyRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteDataPolicyRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static DeleteDataPolicyRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
DeleteDataPolicyRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DeleteDataPolicyRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteDataPolicyRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static DeleteDataPolicyRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
DeleteDataPolicyRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DeleteDataPolicyRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteDataPolicyRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static DeleteDataPolicyRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
DeleteDataPolicyRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DeleteDataPolicyRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteDataPolicyRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<DeleteDataPolicyRequest> parser()
Type | Description |
Parser<DeleteDataPolicyRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public DeleteDataPolicyRequest getDefaultInstanceForType()
Type | Description |
DeleteDataPolicyRequest |
getName()
public String getName()
Required. Resource name of the data policy to delete. Format is
projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Required. Resource name of the data policy to delete. Format is
projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for name. |
getParserForType()
public Parser<DeleteDataPolicyRequest> getParserForType()
Type | Description |
Parser<DeleteDataPolicyRequest> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public DeleteDataPolicyRequest.Builder newBuilderForType()
Type | Description |
DeleteDataPolicyRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DeleteDataPolicyRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
DeleteDataPolicyRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public DeleteDataPolicyRequest.Builder toBuilder()
Type | Description |
DeleteDataPolicyRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |