public final class VertexDatasetRegex extends GeneratedMessage implements VertexDatasetRegexOrBuilderA pattern to match against one or more dataset resources.
Protobuf type google.privacy.dlp.v2.VertexDatasetRegex
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > VertexDatasetRegexImplements
VertexDatasetRegexOrBuilderStatic Fields
PROJECT_ID_REGEX_FIELD_NUMBER
public static final int PROJECT_ID_REGEX_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static VertexDatasetRegex getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
VertexDatasetRegex |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static VertexDatasetRegex.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
VertexDatasetRegex.Builder |
|
newBuilder(VertexDatasetRegex prototype)
public static VertexDatasetRegex.Builder newBuilder(VertexDatasetRegex prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
VertexDatasetRegex |
| Returns | |
|---|---|
| Type | Description |
VertexDatasetRegex.Builder |
|
parseDelimitedFrom(InputStream input)
public static VertexDatasetRegex parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
VertexDatasetRegex |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static VertexDatasetRegex parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
VertexDatasetRegex |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static VertexDatasetRegex parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
VertexDatasetRegex |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static VertexDatasetRegex parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
VertexDatasetRegex |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static VertexDatasetRegex parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
VertexDatasetRegex |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static VertexDatasetRegex parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
VertexDatasetRegex |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static VertexDatasetRegex parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
VertexDatasetRegex |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static VertexDatasetRegex parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
VertexDatasetRegex |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static VertexDatasetRegex parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
VertexDatasetRegex |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static VertexDatasetRegex parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
VertexDatasetRegex |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static VertexDatasetRegex parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
VertexDatasetRegex |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static VertexDatasetRegex parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
VertexDatasetRegex |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<VertexDatasetRegex> parser()| Returns | |
|---|---|
| Type | Description |
Parser<VertexDatasetRegex> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public VertexDatasetRegex getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
VertexDatasetRegex |
|
getParserForType()
public Parser<VertexDatasetRegex> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<VertexDatasetRegex> |
|
getProjectIdRegex()
public String getProjectIdRegex()For organizations, if unset, will match all projects. Has no effect for configurations created within a project.
string project_id_regex = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The projectIdRegex. |
getProjectIdRegexBytes()
public ByteString getProjectIdRegexBytes()For organizations, if unset, will match all projects. Has no effect for configurations created within a project.
string project_id_regex = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for projectIdRegex. |
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public VertexDatasetRegex.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
VertexDatasetRegex.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected VertexDatasetRegex.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
VertexDatasetRegex.Builder |
|
toBuilder()
public VertexDatasetRegex.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
VertexDatasetRegex.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|