接口 Function.FunctionAuthenticationSpecOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- Function
public static interface Function.FunctionAuthenticationSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明com.google.protobuf.ByteStringgetData()function authentication related data that the function authentication provider needs to cache/distribute to all workers support function authentication.classname of the function auth provicer this data is relevant tocom.google.protobuf.ByteStringclassname of the function auth provicer this data is relevant to从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getData
com.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;- 返回:
- The data.
-
getProvider
String getProvider()classname of the function auth provicer this data is relevant to
string provider = 2;- 返回:
- The provider.
-
getProviderBytes
com.google.protobuf.ByteString getProviderBytes()classname of the function auth provicer this data is relevant to
string provider = 2;- 返回:
- The bytes for provider.
-