Uses of Class
com.google.dataflow.v1beta3.SDKInfo
-
Packages that use SDKInfo Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of SDKInfo in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return SDKInfo Modifier and Type Method Description SDKInfo
SDKInfo.Builder. build()
SDKInfo
SDKInfo.Builder. buildPartial()
static SDKInfo
SDKInfo. getDefaultInstance()
SDKInfo
SDKInfo.Builder. getDefaultInstanceForType()
SDKInfo
SDKInfo. getDefaultInstanceForType()
SDKInfo
ContainerSpec.Builder. getSdkInfo()
Required.SDKInfo
ContainerSpec. getSdkInfo()
Required.SDKInfo
ContainerSpecOrBuilder. getSdkInfo()
Required.SDKInfo
RuntimeMetadata.Builder. getSdkInfo()
SDK Info for the template.SDKInfo
RuntimeMetadata. getSdkInfo()
SDK Info for the template.SDKInfo
RuntimeMetadataOrBuilder. getSdkInfo()
SDK Info for the template.static SDKInfo
SDKInfo. parseDelimitedFrom(InputStream input)
static SDKInfo
SDKInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SDKInfo
SDKInfo. parseFrom(byte[] data)
static SDKInfo
SDKInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SDKInfo
SDKInfo. parseFrom(com.google.protobuf.ByteString data)
static SDKInfo
SDKInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SDKInfo
SDKInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static SDKInfo
SDKInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SDKInfo
SDKInfo. parseFrom(InputStream input)
static SDKInfo
SDKInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SDKInfo
SDKInfo. parseFrom(ByteBuffer data)
static SDKInfo
SDKInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.dataflow.v1beta3 that return types with arguments of type SDKInfo Modifier and Type Method Description com.google.protobuf.Parser<SDKInfo>
SDKInfo. getParserForType()
static com.google.protobuf.Parser<SDKInfo>
SDKInfo. parser()
Methods in com.google.dataflow.v1beta3 with parameters of type SDKInfo Modifier and Type Method Description SDKInfo.Builder
SDKInfo.Builder. mergeFrom(SDKInfo other)
ContainerSpec.Builder
ContainerSpec.Builder. mergeSdkInfo(SDKInfo value)
Required.RuntimeMetadata.Builder
RuntimeMetadata.Builder. mergeSdkInfo(SDKInfo value)
SDK Info for the template.static SDKInfo.Builder
SDKInfo. newBuilder(SDKInfo prototype)
ContainerSpec.Builder
ContainerSpec.Builder. setSdkInfo(SDKInfo value)
Required.RuntimeMetadata.Builder
RuntimeMetadata.Builder. setSdkInfo(SDKInfo value)
SDK Info for the template.
-