接口 Function.FunctionAuthenticationSpecOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
Function.FunctionAuthenticationSpec, Function.FunctionAuthenticationSpec.Builder
封闭类:
Function

public static interface Function.FunctionAuthenticationSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    com.google.protobuf.ByteString
    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 to
    com.google.protobuf.ByteString
    classname 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.