Class RuntimeMetadata (0.9.0)

public final class RuntimeMetadata extends GeneratedMessageV3 implements RuntimeMetadataOrBuilder

RuntimeMetadata describing a runtime environment.

Protobuf type google.dataflow.v1beta3.RuntimeMetadata

Static Fields

PARAMETERS_FIELD_NUMBER

public static final int PARAMETERS_FIELD_NUMBER
Field Value
TypeDescription
int

SDK_INFO_FIELD_NUMBER

public static final int SDK_INFO_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static RuntimeMetadata getDefaultInstance()
Returns
TypeDescription
RuntimeMetadata

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static RuntimeMetadata.Builder newBuilder()
Returns
TypeDescription
RuntimeMetadata.Builder

newBuilder(RuntimeMetadata prototype)

public static RuntimeMetadata.Builder newBuilder(RuntimeMetadata prototype)
Parameter
NameDescription
prototypeRuntimeMetadata
Returns
TypeDescription
RuntimeMetadata.Builder

parseDelimitedFrom(InputStream input)

public static RuntimeMetadata parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
RuntimeMetadata
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RuntimeMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RuntimeMetadata
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static RuntimeMetadata parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
RuntimeMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static RuntimeMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RuntimeMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static RuntimeMetadata parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
RuntimeMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static RuntimeMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RuntimeMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static RuntimeMetadata parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
RuntimeMetadata
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static RuntimeMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RuntimeMetadata
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static RuntimeMetadata parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
RuntimeMetadata
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RuntimeMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RuntimeMetadata
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static RuntimeMetadata parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
RuntimeMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static RuntimeMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RuntimeMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<RuntimeMetadata> parser()
Returns
TypeDescription
Parser<RuntimeMetadata>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public RuntimeMetadata getDefaultInstanceForType()
Returns
TypeDescription
RuntimeMetadata

getParameters(int index)

public ParameterMetadata getParameters(int index)

The parameters for the template.

repeated .google.dataflow.v1beta3.ParameterMetadata parameters = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
ParameterMetadata

getParametersCount()

public int getParametersCount()

The parameters for the template.

repeated .google.dataflow.v1beta3.ParameterMetadata parameters = 2;

Returns
TypeDescription
int

getParametersList()

public List<ParameterMetadata> getParametersList()

The parameters for the template.

repeated .google.dataflow.v1beta3.ParameterMetadata parameters = 2;

Returns
TypeDescription
List<ParameterMetadata>

getParametersOrBuilder(int index)

public ParameterMetadataOrBuilder getParametersOrBuilder(int index)

The parameters for the template.

repeated .google.dataflow.v1beta3.ParameterMetadata parameters = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
ParameterMetadataOrBuilder

getParametersOrBuilderList()

public List<? extends ParameterMetadataOrBuilder> getParametersOrBuilderList()

The parameters for the template.

repeated .google.dataflow.v1beta3.ParameterMetadata parameters = 2;

Returns
TypeDescription
List<? extends com.google.dataflow.v1beta3.ParameterMetadataOrBuilder>

getParserForType()

public Parser<RuntimeMetadata> getParserForType()
Returns
TypeDescription
Parser<RuntimeMetadata>
Overrides

getSdkInfo()

public SDKInfo getSdkInfo()

SDK Info for the template.

.google.dataflow.v1beta3.SDKInfo sdk_info = 1;

Returns
TypeDescription
SDKInfo

The sdkInfo.

getSdkInfoOrBuilder()

public SDKInfoOrBuilder getSdkInfoOrBuilder()

SDK Info for the template.

.google.dataflow.v1beta3.SDKInfo sdk_info = 1;

Returns
TypeDescription
SDKInfoOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasSdkInfo()

public boolean hasSdkInfo()

SDK Info for the template.

.google.dataflow.v1beta3.SDKInfo sdk_info = 1;

Returns
TypeDescription
boolean

Whether the sdkInfo field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public RuntimeMetadata.Builder newBuilderForType()
Returns
TypeDescription
RuntimeMetadata.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected RuntimeMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
RuntimeMetadata.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public RuntimeMetadata.Builder toBuilder()
Returns
TypeDescription
RuntimeMetadata.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException