接口 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.java.lang.StringgetProvider()classname of the function auth provicer this data is relevant tocom.google.protobuf.ByteStringgetProviderBytes()classname of the function auth provicer this data is relevant to
-
-
-
方法详细资料
-
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
java.lang.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.
-
-