public static final class StateFamilyConfig.Builder extends GeneratedMessage.Builder<StateFamilyConfig.Builder> implements StateFamilyConfigOrBuilderState family configuration.
Protobuf type google.dataflow.v1beta3.StateFamilyConfig
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > StateFamilyConfig.BuilderImplements
StateFamilyConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public StateFamilyConfig build()| Returns | |
|---|---|
| Type | Description |
StateFamilyConfig |
|
buildPartial()
public StateFamilyConfig buildPartial()| Returns | |
|---|---|
| Type | Description |
StateFamilyConfig |
|
clear()
public StateFamilyConfig.Builder clear()| Returns | |
|---|---|
| Type | Description |
StateFamilyConfig.Builder |
|
clearIsRead()
public StateFamilyConfig.Builder clearIsRead()If true, this family corresponds to a read operation.
bool is_read = 2;
| Returns | |
|---|---|
| Type | Description |
StateFamilyConfig.Builder |
This builder for chaining. |
clearStateFamily()
public StateFamilyConfig.Builder clearStateFamily()The state family value.
string state_family = 1;
| Returns | |
|---|---|
| Type | Description |
StateFamilyConfig.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public StateFamilyConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
StateFamilyConfig |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getIsRead()
public boolean getIsRead()If true, this family corresponds to a read operation.
bool is_read = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The isRead. |
getStateFamily()
public String getStateFamily()The state family value.
string state_family = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The stateFamily. |
getStateFamilyBytes()
public ByteString getStateFamilyBytes()The state family value.
string state_family = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for stateFamily. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(StateFamilyConfig other)
public StateFamilyConfig.Builder mergeFrom(StateFamilyConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
StateFamilyConfig |
| Returns | |
|---|---|
| Type | Description |
StateFamilyConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public StateFamilyConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StateFamilyConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public StateFamilyConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
StateFamilyConfig.Builder |
|
setIsRead(boolean value)
public StateFamilyConfig.Builder setIsRead(boolean value)If true, this family corresponds to a read operation.
bool is_read = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe isRead to set. |
| Returns | |
|---|---|
| Type | Description |
StateFamilyConfig.Builder |
This builder for chaining. |
setStateFamily(String value)
public StateFamilyConfig.Builder setStateFamily(String value)The state family value.
string state_family = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe stateFamily to set. |
| Returns | |
|---|---|
| Type | Description |
StateFamilyConfig.Builder |
This builder for chaining. |
setStateFamilyBytes(ByteString value)
public StateFamilyConfig.Builder setStateFamilyBytes(ByteString value)The state family value.
string state_family = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for stateFamily to set. |
| Returns | |
|---|---|
| Type | Description |
StateFamilyConfig.Builder |
This builder for chaining. |