public static interface Function.FunctionAuthenticationSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getData()
function authentication related data that the function authentication provider
needs to cache/distribute to all workers support function authentication.
|
String |
getProvider()
classname of the function auth provicer this data is relevant to
|
com.google.protobuf.ByteString |
getProviderBytes()
classname of the function auth provicer this data is relevant to
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getData()
function authentication related data that the function authentication provider needs to cache/distribute to all workers support function authentication. Depending on the function authentication provider implementation, this can be the actual auth credentials or a pointer to the auth credentials that this function should use
bytes data = 1;String getProvider()
classname of the function auth provicer this data is relevant to
string provider = 2;com.google.protobuf.ByteString getProviderBytes()
classname of the function auth provicer this data is relevant to
string provider = 2;Copyright © 2017–2021 Apache Software Foundation. All rights reserved.