public static interface RunnerApi.FunctionSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Any |
getParameter()
(Optional) The data specifying any parameters to the URN.
|
com.google.protobuf.AnyOrBuilder |
getParameterOrBuilder()
(Optional) The data specifying any parameters to the URN.
|
String |
getUrn()
(Required) A URN that describes the accompanying payload.
|
com.google.protobuf.ByteString |
getUrnBytes()
(Required) A URN that describes the accompanying payload.
|
boolean |
hasParameter()
(Optional) The data specifying any parameters to the URN.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUrn()
(Required) A URN that describes the accompanying payload. For any URN that is not recognized (by whomever is inspecting it) the parameter payload should be treated as opaque and passed as-is.
string urn = 1;com.google.protobuf.ByteString getUrnBytes()
(Required) A URN that describes the accompanying payload. For any URN that is not recognized (by whomever is inspecting it) the parameter payload should be treated as opaque and passed as-is.
string urn = 1;boolean hasParameter()
(Optional) The data specifying any parameters to the URN. If the URN does not require any arguments, this may be omitted.
.google.protobuf.Any parameter = 2;com.google.protobuf.Any getParameter()
(Optional) The data specifying any parameters to the URN. If the URN does not require any arguments, this may be omitted.
.google.protobuf.Any parameter = 2;com.google.protobuf.AnyOrBuilder getParameterOrBuilder()
(Optional) The data specifying any parameters to the URN. If the URN does not require any arguments, this may be omitted.
.google.protobuf.Any parameter = 2;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.