public interface CreateInspectTemplateRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
InspectTemplate |
getInspectTemplate()
The InspectTemplate to create.
|
InspectTemplateOrBuilder |
getInspectTemplateOrBuilder()
The InspectTemplate to create.
|
java.lang.String |
getParent()
The parent resource name, for example projects/my-project-id or
organizations/my-org-id.
|
ByteString |
getParentBytes()
The parent resource name, for example projects/my-project-id or
organizations/my-org-id.
|
java.lang.String |
getTemplateId()
The template id can contain uppercase and lowercase letters,
numbers, and hyphens; that is, it must match the regular
expression: `[a-zA-Z\\d-]+`.
|
ByteString |
getTemplateIdBytes()
The template id can contain uppercase and lowercase letters,
numbers, and hyphens; that is, it must match the regular
expression: `[a-zA-Z\\d-]+`.
|
boolean |
hasInspectTemplate()
The InspectTemplate to create.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getParent()
The parent resource name, for example projects/my-project-id or organizations/my-org-id.
string parent = 1;
ByteString getParentBytes()
The parent resource name, for example projects/my-project-id or organizations/my-org-id.
string parent = 1;
boolean hasInspectTemplate()
The InspectTemplate to create.
.google.privacy.dlp.v2.InspectTemplate inspect_template = 2;
InspectTemplate getInspectTemplate()
The InspectTemplate to create.
.google.privacy.dlp.v2.InspectTemplate inspect_template = 2;
InspectTemplateOrBuilder getInspectTemplateOrBuilder()
The InspectTemplate to create.
.google.privacy.dlp.v2.InspectTemplate inspect_template = 2;
java.lang.String getTemplateId()
The template 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 template_id = 3;
ByteString getTemplateIdBytes()
The template 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 template_id = 3;