public final class CreateDiscoveryConfigRequest extends GeneratedMessageV3 implements CreateDiscoveryConfigRequestOrBuilder
Request message for CreateDiscoveryConfig.
Protobuf type google.privacy.dlp.v2.CreateDiscoveryConfigRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CONFIG_ID_FIELD_NUMBER
public static final int CONFIG_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DISCOVERY_CONFIG_FIELD_NUMBER
public static final int DISCOVERY_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static CreateDiscoveryConfigRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static CreateDiscoveryConfigRequest.Builder newBuilder()
newBuilder(CreateDiscoveryConfigRequest prototype)
public static CreateDiscoveryConfigRequest.Builder newBuilder(CreateDiscoveryConfigRequest prototype)
public static CreateDiscoveryConfigRequest parseDelimitedFrom(InputStream input)
public static CreateDiscoveryConfigRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static CreateDiscoveryConfigRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CreateDiscoveryConfigRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static CreateDiscoveryConfigRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateDiscoveryConfigRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateDiscoveryConfigRequest parseFrom(CodedInputStream input)
public static CreateDiscoveryConfigRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateDiscoveryConfigRequest parseFrom(InputStream input)
public static CreateDiscoveryConfigRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static CreateDiscoveryConfigRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CreateDiscoveryConfigRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<CreateDiscoveryConfigRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getConfigId()
public String getConfigId()
The config ID can contain uppercase and lowercase letters,
numbers, and hyphens; that is, it must match the regular
expression: [a-zA-Z\d-_]+
. The maximum length is 100
characters. Can be empty to allow the system to generate one.
string config_id = 3;
Returns |
Type |
Description |
String |
The configId.
|
getConfigIdBytes()
public ByteString getConfigIdBytes()
The config ID can contain uppercase and lowercase letters,
numbers, and hyphens; that is, it must match the regular
expression: [a-zA-Z\d-_]+
. The maximum length is 100
characters. Can be empty to allow the system to generate one.
string config_id = 3;
Returns |
Type |
Description |
ByteString |
The bytes for configId.
|
getDefaultInstanceForType()
public CreateDiscoveryConfigRequest getDefaultInstanceForType()
getDiscoveryConfig()
public DiscoveryConfig getDiscoveryConfig()
Required. The DiscoveryConfig to create.
.google.privacy.dlp.v2.DiscoveryConfig discovery_config = 2 [(.google.api.field_behavior) = REQUIRED];
getDiscoveryConfigOrBuilder()
public DiscoveryConfigOrBuilder getDiscoveryConfigOrBuilder()
Required. The DiscoveryConfig to create.
.google.privacy.dlp.v2.DiscoveryConfig discovery_config = 2 [(.google.api.field_behavior) = REQUIRED];
getParent()
public String getParent()
Required. Parent resource name.
The format of this value is as follows:
projects/
<var>PROJECT_ID</var>/locations/
<var>LOCATION_ID</var>
The following example parent
string specifies a parent project with the
identifier example-project
, and specifies the europe-west3
location
for processing data:
parent=projects/example-project/locations/europe-west3
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The parent.
|
getParentBytes()
public ByteString getParentBytes()
Required. Parent resource name.
The format of this value is as follows:
projects/
<var>PROJECT_ID</var>/locations/
<var>LOCATION_ID</var>
The following example parent
string specifies a parent project with the
identifier example-project
, and specifies the europe-west3
location
for processing data:
parent=projects/example-project/locations/europe-west3
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for parent.
|
getParserForType()
public Parser<CreateDiscoveryConfigRequest> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasDiscoveryConfig()
public boolean hasDiscoveryConfig()
Required. The DiscoveryConfig to create.
.google.privacy.dlp.v2.DiscoveryConfig discovery_config = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the discoveryConfig field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public CreateDiscoveryConfigRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CreateDiscoveryConfigRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public CreateDiscoveryConfigRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides