Class PartitionId.Builder (3.1.4)

public static final class PartitionId.Builder extends GeneratedMessageV3.Builder<PartitionId.Builder> implements PartitionIdOrBuilder

Datastore partition ID. A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty. A partition ID contains several dimensions: project ID and namespace ID.

Protobuf type google.privacy.dlp.v2.PartitionId

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public PartitionId.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
PartitionId.Builder
Overrides

build()

public PartitionId build()
Returns
TypeDescription
PartitionId

buildPartial()

public PartitionId buildPartial()
Returns
TypeDescription
PartitionId

clear()

public PartitionId.Builder clear()
Returns
TypeDescription
PartitionId.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public PartitionId.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
PartitionId.Builder
Overrides

clearNamespaceId()

public PartitionId.Builder clearNamespaceId()

If not empty, the ID of the namespace to which the entities belong.

string namespace_id = 4;

Returns
TypeDescription
PartitionId.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public PartitionId.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
PartitionId.Builder
Overrides

clearProjectId()

public PartitionId.Builder clearProjectId()

The ID of the project to which the entities belong.

string project_id = 2;

Returns
TypeDescription
PartitionId.Builder

This builder for chaining.

clone()

public PartitionId.Builder clone()
Returns
TypeDescription
PartitionId.Builder
Overrides

getDefaultInstanceForType()

public PartitionId getDefaultInstanceForType()
Returns
TypeDescription
PartitionId

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getNamespaceId()

public String getNamespaceId()

If not empty, the ID of the namespace to which the entities belong.

string namespace_id = 4;

Returns
TypeDescription
String

The namespaceId.

getNamespaceIdBytes()

public ByteString getNamespaceIdBytes()

If not empty, the ID of the namespace to which the entities belong.

string namespace_id = 4;

Returns
TypeDescription
ByteString

The bytes for namespaceId.

getProjectId()

public String getProjectId()

The ID of the project to which the entities belong.

string project_id = 2;

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public ByteString getProjectIdBytes()

The ID of the project to which the entities belong.

string project_id = 2;

Returns
TypeDescription
ByteString

The bytes for projectId.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(PartitionId other)

public PartitionId.Builder mergeFrom(PartitionId other)
Parameter
NameDescription
otherPartitionId
Returns
TypeDescription
PartitionId.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public PartitionId.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PartitionId.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public PartitionId.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
PartitionId.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final PartitionId.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
PartitionId.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public PartitionId.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
PartitionId.Builder
Overrides

setNamespaceId(String value)

public PartitionId.Builder setNamespaceId(String value)

If not empty, the ID of the namespace to which the entities belong.

string namespace_id = 4;

Parameter
NameDescription
valueString

The namespaceId to set.

Returns
TypeDescription
PartitionId.Builder

This builder for chaining.

setNamespaceIdBytes(ByteString value)

public PartitionId.Builder setNamespaceIdBytes(ByteString value)

If not empty, the ID of the namespace to which the entities belong.

string namespace_id = 4;

Parameter
NameDescription
valueByteString

The bytes for namespaceId to set.

Returns
TypeDescription
PartitionId.Builder

This builder for chaining.

setProjectId(String value)

public PartitionId.Builder setProjectId(String value)

The ID of the project to which the entities belong.

string project_id = 2;

Parameter
NameDescription
valueString

The projectId to set.

Returns
TypeDescription
PartitionId.Builder

This builder for chaining.

setProjectIdBytes(ByteString value)

public PartitionId.Builder setProjectIdBytes(ByteString value)

The ID of the project to which the entities belong.

string project_id = 2;

Parameter
NameDescription
valueByteString

The bytes for projectId to set.

Returns
TypeDescription
PartitionId.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public PartitionId.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
PartitionId.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final PartitionId.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
PartitionId.Builder
Overrides