接口 Function.FunctionAuthenticationSpecOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      com.google.protobuf.ByteString getData()
      function authentication related data that the function authentication provider needs to cache/distribute to all workers support function authentication.
      java.lang.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
      • 从接口继承的方法 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

        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.