public static interface BeamFnApi.ProcessBundleRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getCacheTokens(int index)
(Optional) A list of cache tokens that can be used by an SDK to reuse
cached data returned by the State API across multiple bundles.
|
int |
getCacheTokensCount()
(Optional) A list of cache tokens that can be used by an SDK to reuse
cached data returned by the State API across multiple bundles.
|
List<com.google.protobuf.ByteString> |
getCacheTokensList()
(Optional) A list of cache tokens that can be used by an SDK to reuse
cached data returned by the State API across multiple bundles.
|
String |
getProcessBundleDescriptorReference()
(Required) A reference to the process bundle descriptor that must be
instantiated and executed by the SDK harness.
|
com.google.protobuf.ByteString |
getProcessBundleDescriptorReferenceBytes()
(Required) A reference to the process bundle descriptor that must be
instantiated and executed by the SDK harness.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProcessBundleDescriptorReference()
(Required) A reference to the process bundle descriptor that must be instantiated and executed by the SDK harness.
string process_bundle_descriptor_reference = 1;com.google.protobuf.ByteString getProcessBundleDescriptorReferenceBytes()
(Required) A reference to the process bundle descriptor that must be instantiated and executed by the SDK harness.
string process_bundle_descriptor_reference = 1;List<com.google.protobuf.ByteString> getCacheTokensList()
(Optional) A list of cache tokens that can be used by an SDK to reuse cached data returned by the State API across multiple bundles.
repeated bytes cache_tokens = 2;int getCacheTokensCount()
(Optional) A list of cache tokens that can be used by an SDK to reuse cached data returned by the State API across multiple bundles.
repeated bytes cache_tokens = 2;com.google.protobuf.ByteString getCacheTokens(int index)
(Optional) A list of cache tokens that can be used by an SDK to reuse cached data returned by the State API across multiple bundles.
repeated bytes cache_tokens = 2;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.