Class RuntimeMetadata (0.46.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
Type Description
int

SDK_INFO_FIELD_NUMBER

public static final int SDK_INFO_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static RuntimeMetadata getDefaultInstance()
Returns
Type Description
RuntimeMetadata

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static RuntimeMetadata.Builder newBuilder()
Returns
Type Description
RuntimeMetadata.Builder

newBuilder(RuntimeMetadata prototype)

public static RuntimeMetadata.Builder newBuilder(RuntimeMetadata prototype)
Parameter
Name Description
prototype RuntimeMetadata
Returns
Type Description
RuntimeMetadata.Builder

parseDelimitedFrom(InputStream input)

public static RuntimeMetadata parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RuntimeMetadata
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RuntimeMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RuntimeMetadata
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static RuntimeMetadata parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
RuntimeMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static RuntimeMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RuntimeMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static RuntimeMetadata parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
RuntimeMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static RuntimeMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RuntimeMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static RuntimeMetadata parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
RuntimeMetadata
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static RuntimeMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RuntimeMetadata
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static RuntimeMetadata parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RuntimeMetadata
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RuntimeMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RuntimeMetadata
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static RuntimeMetadata parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
RuntimeMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static RuntimeMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RuntimeMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<RuntimeMetadata> parser()
Returns
Type Description
Parser<RuntimeMetadata>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public RuntimeMetadata getDefaultInstanceForType()
Returns
Type Description
RuntimeMetadata

getParameters(int index)

public ParameterMetadata getParameters(int index)

The parameters for the template.

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

Parameter
Name Description
index int
Returns
Type Description
ParameterMetadata

getParametersCount()

public int getParametersCount()

The parameters for the template.

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

Returns
Type Description
int

getParametersList()

public List<ParameterMetadata> getParametersList()

The parameters for the template.

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

Returns
Type Description
List<ParameterMetadata>

getParametersOrBuilder(int index)

public ParameterMetadataOrBuilder getParametersOrBuilder(int index)

The parameters for the template.

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

Parameter
Name Description
index int
Returns
Type Description
ParameterMetadataOrBuilder

getParametersOrBuilderList()

public List<? extends ParameterMetadataOrBuilder> getParametersOrBuilderList()

The parameters for the template.

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

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

getParserForType()

public Parser<RuntimeMetadata> getParserForType()
Returns
Type Description
Parser<RuntimeMetadata>
Overrides

getSdkInfo()

public SDKInfo getSdkInfo()

SDK Info for the template.

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

Returns
Type Description
SDKInfo

The sdkInfo.

getSdkInfoOrBuilder()

public SDKInfoOrBuilder getSdkInfoOrBuilder()

SDK Info for the template.

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

Returns
Type Description
SDKInfoOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasSdkInfo()

public boolean hasSdkInfo()

SDK Info for the template.

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

Returns
Type Description
boolean

Whether the sdkInfo field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public RuntimeMetadata.Builder newBuilderForType()
Returns
Type Description
RuntimeMetadata.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected RuntimeMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
RuntimeMetadata.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public RuntimeMetadata.Builder toBuilder()
Returns
Type Description
RuntimeMetadata.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException