public static final class StructuredMessage.Parameter.Builder extends GeneratedMessage.Builder<StructuredMessage.Parameter.Builder> implements StructuredMessage.ParameterOrBuilderStructured data associated with this message.
Protobuf type google.dataflow.v1beta3.StructuredMessage.Parameter
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > StructuredMessage.Parameter.BuilderImplements
StructuredMessage.ParameterOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public StructuredMessage.Parameter build()| Returns | |
|---|---|
| Type | Description |
StructuredMessage.Parameter |
|
buildPartial()
public StructuredMessage.Parameter buildPartial()| Returns | |
|---|---|
| Type | Description |
StructuredMessage.Parameter |
|
clear()
public StructuredMessage.Parameter.Builder clear()| Returns | |
|---|---|
| Type | Description |
StructuredMessage.Parameter.Builder |
|
clearKey()
public StructuredMessage.Parameter.Builder clearKey()Key or name for this parameter.
string key = 1;
| Returns | |
|---|---|
| Type | Description |
StructuredMessage.Parameter.Builder |
This builder for chaining. |
clearValue()
public StructuredMessage.Parameter.Builder clearValue()Value for this parameter.
.google.protobuf.Value value = 2;
| Returns | |
|---|---|
| Type | Description |
StructuredMessage.Parameter.Builder |
|
getDefaultInstanceForType()
public StructuredMessage.Parameter getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
StructuredMessage.Parameter |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getKey()
public String getKey()Key or name for this parameter.
string key = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The key. |
getKeyBytes()
public ByteString getKeyBytes()Key or name for this parameter.
string key = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for key. |
getValue()
public Value getValue()Value for this parameter.
.google.protobuf.Value value = 2;
| Returns | |
|---|---|
| Type | Description |
Value |
The value. |
getValueBuilder()
public Value.Builder getValueBuilder()Value for this parameter.
.google.protobuf.Value value = 2;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getValueOrBuilder()
public ValueOrBuilder getValueOrBuilder()Value for this parameter.
.google.protobuf.Value value = 2;
| Returns | |
|---|---|
| Type | Description |
ValueOrBuilder |
|
hasValue()
public boolean hasValue()Value for this parameter.
.google.protobuf.Value value = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the value field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(StructuredMessage.Parameter other)
public StructuredMessage.Parameter.Builder mergeFrom(StructuredMessage.Parameter other)| Parameter | |
|---|---|
| Name | Description |
other |
StructuredMessage.Parameter |
| Returns | |
|---|---|
| Type | Description |
StructuredMessage.Parameter.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public StructuredMessage.Parameter.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StructuredMessage.Parameter.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public StructuredMessage.Parameter.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
StructuredMessage.Parameter.Builder |
|
mergeValue(Value value)
public StructuredMessage.Parameter.Builder mergeValue(Value value)Value for this parameter.
.google.protobuf.Value value = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Value |
| Returns | |
|---|---|
| Type | Description |
StructuredMessage.Parameter.Builder |
|
setKey(String value)
public StructuredMessage.Parameter.Builder setKey(String value)Key or name for this parameter.
string key = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe key to set. |
| Returns | |
|---|---|
| Type | Description |
StructuredMessage.Parameter.Builder |
This builder for chaining. |
setKeyBytes(ByteString value)
public StructuredMessage.Parameter.Builder setKeyBytes(ByteString value)Key or name for this parameter.
string key = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for key to set. |
| Returns | |
|---|---|
| Type | Description |
StructuredMessage.Parameter.Builder |
This builder for chaining. |
setValue(Value value)
public StructuredMessage.Parameter.Builder setValue(Value value)Value for this parameter.
.google.protobuf.Value value = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Value |
| Returns | |
|---|---|
| Type | Description |
StructuredMessage.Parameter.Builder |
|
setValue(Value.Builder builderForValue)
public StructuredMessage.Parameter.Builder setValue(Value.Builder builderForValue)Value for this parameter.
.google.protobuf.Value value = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
StructuredMessage.Parameter.Builder |
|