public static final class DataProfileLocation.Builder extends GeneratedMessageV3.Builder<DataProfileLocation.Builder> implements DataProfileLocationOrBuilder
The data that will be profiled.
Protobuf type google.privacy.dlp.v2.DataProfileLocation
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DataProfileLocation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public DataProfileLocation build()
Returns
buildPartial()
public DataProfileLocation buildPartial()
Returns
clear()
public DataProfileLocation.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public DataProfileLocation.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearFolderId()
public DataProfileLocation.Builder clearFolderId()
The ID of the Folder within an organization to scan.
int64 folder_id = 2;
Returns
clearLocation()
public DataProfileLocation.Builder clearLocation()
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public DataProfileLocation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearOrganizationId()
public DataProfileLocation.Builder clearOrganizationId()
The ID of an organization to scan.
int64 organization_id = 1;
Returns
clone()
public DataProfileLocation.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public DataProfileLocation getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getFolderId()
public long getFolderId()
The ID of the Folder within an organization to scan.
int64 folder_id = 2;
Returns
Type | Description |
long | The folderId.
|
getLocationCase()
public DataProfileLocation.LocationCase getLocationCase()
Returns
getOrganizationId()
public long getOrganizationId()
The ID of an organization to scan.
int64 organization_id = 1;
Returns
Type | Description |
long | The organizationId.
|
hasFolderId()
public boolean hasFolderId()
The ID of the Folder within an organization to scan.
int64 folder_id = 2;
Returns
Type | Description |
boolean | Whether the folderId field is set.
|
hasOrganizationId()
public boolean hasOrganizationId()
The ID of an organization to scan.
int64 organization_id = 1;
Returns
Type | Description |
boolean | Whether the organizationId field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(DataProfileLocation other)
public DataProfileLocation.Builder mergeFrom(DataProfileLocation other)
Parameter
Returns
public DataProfileLocation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public DataProfileLocation.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DataProfileLocation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public DataProfileLocation.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setFolderId(long value)
public DataProfileLocation.Builder setFolderId(long value)
The ID of the Folder within an organization to scan.
int64 folder_id = 2;
Parameter
Name | Description |
value | long
The folderId to set.
|
Returns
setOrganizationId(long value)
public DataProfileLocation.Builder setOrganizationId(long value)
The ID of an organization to scan.
int64 organization_id = 1;
Parameter
Name | Description |
value | long
The organizationId to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DataProfileLocation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final DataProfileLocation.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides