public final class StreamingSideInputLocation extends GeneratedMessage implements StreamingSideInputLocationOrBuilderIdentifies the location of a streaming side input.
Protobuf type google.dataflow.v1beta3.StreamingSideInputLocation
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > StreamingSideInputLocationImplements
StreamingSideInputLocationOrBuilderStatic Fields
STATE_FAMILY_FIELD_NUMBER
public static final int STATE_FAMILY_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
TAG_FIELD_NUMBER
public static final int TAG_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static StreamingSideInputLocation getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static StreamingSideInputLocation.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation.Builder |
|
newBuilder(StreamingSideInputLocation prototype)
public static StreamingSideInputLocation.Builder newBuilder(StreamingSideInputLocation prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
StreamingSideInputLocation |
| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation.Builder |
|
parseDelimitedFrom(InputStream input)
public static StreamingSideInputLocation parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static StreamingSideInputLocation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static StreamingSideInputLocation parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static StreamingSideInputLocation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static StreamingSideInputLocation parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static StreamingSideInputLocation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static StreamingSideInputLocation parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static StreamingSideInputLocation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static StreamingSideInputLocation parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static StreamingSideInputLocation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static StreamingSideInputLocation parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static StreamingSideInputLocation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<StreamingSideInputLocation> parser()| Returns | |
|---|---|
| Type | Description |
Parser<StreamingSideInputLocation> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public StreamingSideInputLocation getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation |
|
getParserForType()
public Parser<StreamingSideInputLocation> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<StreamingSideInputLocation> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getStateFamily()
public String getStateFamily()Identifies the state family where this side input is stored.
string state_family = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The stateFamily. |
getStateFamilyBytes()
public ByteString getStateFamilyBytes()Identifies the state family where this side input is stored.
string state_family = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for stateFamily. |
getTag()
public String getTag()Identifies the particular side input within the streaming Dataflow job.
string tag = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The tag. |
getTagBytes()
public ByteString getTagBytes()Identifies the particular side input within the streaming Dataflow job.
string tag = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tag. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public StreamingSideInputLocation.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected StreamingSideInputLocation.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation.Builder |
|
toBuilder()
public StreamingSideInputLocation.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
StreamingSideInputLocation.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|