public static final class DataAccessIngestionLabel.Builder extends GeneratedMessage.Builder<DataAccessIngestionLabel.Builder> implements DataAccessIngestionLabelOrBuilderLabel used in data access for ingestion.
Protobuf type google.backstory.DataAccessIngestionLabel
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DataAccessIngestionLabel.BuilderImplements
DataAccessIngestionLabelOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DataAccessIngestionLabel build()| Returns | |
|---|---|
| Type | Description |
DataAccessIngestionLabel |
|
buildPartial()
public DataAccessIngestionLabel buildPartial()| Returns | |
|---|---|
| Type | Description |
DataAccessIngestionLabel |
|
clear()
public DataAccessIngestionLabel.Builder clear()| Returns | |
|---|---|
| Type | Description |
DataAccessIngestionLabel.Builder |
|
clearKey()
public DataAccessIngestionLabel.Builder clearKey()The key.
string key = 1;
| Returns | |
|---|---|
| Type | Description |
DataAccessIngestionLabel.Builder |
This builder for chaining. |
clearValue()
public DataAccessIngestionLabel.Builder clearValue()The value.
string value = 2;
| Returns | |
|---|---|
| Type | Description |
DataAccessIngestionLabel.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DataAccessIngestionLabel getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DataAccessIngestionLabel |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getKey()
public String getKey()The key.
string key = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The key. |
getKeyBytes()
public ByteString getKeyBytes()The key.
string key = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for key. |
getValue()
public String getValue()The value.
string value = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The value. |
getValueBytes()
public ByteString getValueBytes()The value.
string value = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for value. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DataAccessIngestionLabel other)
public DataAccessIngestionLabel.Builder mergeFrom(DataAccessIngestionLabel other)| Parameter | |
|---|---|
| Name | Description |
other |
DataAccessIngestionLabel |
| Returns | |
|---|---|
| Type | Description |
DataAccessIngestionLabel.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DataAccessIngestionLabel.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataAccessIngestionLabel.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DataAccessIngestionLabel.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DataAccessIngestionLabel.Builder |
|
setKey(String value)
public DataAccessIngestionLabel.Builder setKey(String value)The key.
string key = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe key to set. |
| Returns | |
|---|---|
| Type | Description |
DataAccessIngestionLabel.Builder |
This builder for chaining. |
setKeyBytes(ByteString value)
public DataAccessIngestionLabel.Builder setKeyBytes(ByteString value)The key.
string key = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for key to set. |
| Returns | |
|---|---|
| Type | Description |
DataAccessIngestionLabel.Builder |
This builder for chaining. |
setValue(String value)
public DataAccessIngestionLabel.Builder setValue(String value)The value.
string value = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe value to set. |
| Returns | |
|---|---|
| Type | Description |
DataAccessIngestionLabel.Builder |
This builder for chaining. |
setValueBytes(ByteString value)
public DataAccessIngestionLabel.Builder setValueBytes(ByteString value)The value.
string value = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for value to set. |
| Returns | |
|---|---|
| Type | Description |
DataAccessIngestionLabel.Builder |
This builder for chaining. |