public static interface RunnerApi.SdkFunctionSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEnvironmentId()
(Required) Reference to an execution environment capable of
invoking this function.
|
com.google.protobuf.ByteString |
getEnvironmentIdBytes()
(Required) Reference to an execution environment capable of
invoking this function.
|
RunnerApi.FunctionSpec |
getSpec()
(Required) A full specification of this function.
|
RunnerApi.FunctionSpecOrBuilder |
getSpecOrBuilder()
(Required) A full specification of this function.
|
boolean |
hasSpec()
(Required) A full specification of this function.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSpec()
(Required) A full specification of this function.
.org.apache.beam.runner_api.v1.FunctionSpec spec = 1;RunnerApi.FunctionSpec getSpec()
(Required) A full specification of this function.
.org.apache.beam.runner_api.v1.FunctionSpec spec = 1;RunnerApi.FunctionSpecOrBuilder getSpecOrBuilder()
(Required) A full specification of this function.
.org.apache.beam.runner_api.v1.FunctionSpec spec = 1;String getEnvironmentId()
(Required) Reference to an execution environment capable of invoking this function.
string environment_id = 2;com.google.protobuf.ByteString getEnvironmentIdBytes()
(Required) Reference to an execution environment capable of invoking this function.
string environment_id = 2;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.