Class GetColumnDataProfileRequest.Builder (3.87.0)

public static final class GetColumnDataProfileRequest.Builder extends GeneratedMessage.Builder<GetColumnDataProfileRequest.Builder> implements GetColumnDataProfileRequestOrBuilder

Request to get a column data profile.

Protobuf type google.privacy.dlp.v2.GetColumnDataProfileRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public GetColumnDataProfileRequest build()
Returns
Type Description
GetColumnDataProfileRequest

buildPartial()

public GetColumnDataProfileRequest buildPartial()
Returns
Type Description
GetColumnDataProfileRequest

clear()

public GetColumnDataProfileRequest.Builder clear()
Returns
Type Description
GetColumnDataProfileRequest.Builder
Overrides

clearName()

public GetColumnDataProfileRequest.Builder clearName()

Required. Resource name, for example organizations/12345/locations/us/columnDataProfiles/53234423.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetColumnDataProfileRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetColumnDataProfileRequest getDefaultInstanceForType()
Returns
Type Description
GetColumnDataProfileRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Required. Resource name, for example organizations/12345/locations/us/columnDataProfiles/53234423.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Resource name, for example organizations/12345/locations/us/columnDataProfiles/53234423.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetColumnDataProfileRequest other)

public GetColumnDataProfileRequest.Builder mergeFrom(GetColumnDataProfileRequest other)
Parameter
Name Description
other GetColumnDataProfileRequest
Returns
Type Description
GetColumnDataProfileRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetColumnDataProfileRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetColumnDataProfileRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetColumnDataProfileRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetColumnDataProfileRequest.Builder
Overrides

setName(String value)

public GetColumnDataProfileRequest.Builder setName(String value)

Required. Resource name, for example organizations/12345/locations/us/columnDataProfiles/53234423.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetColumnDataProfileRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetColumnDataProfileRequest.Builder setNameBytes(ByteString value)

Required. Resource name, for example organizations/12345/locations/us/columnDataProfiles/53234423.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetColumnDataProfileRequest.Builder

This builder for chaining.