类 Function.FunctionAuthenticationSpec.Builder

    • 方法详细资料

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        指定者:
        internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Function.FunctionAuthenticationSpec.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        指定者:
        getDescriptorForType 在接口中 com.google.protobuf.Message.Builder
        指定者:
        getDescriptorForType 在接口中 com.google.protobuf.MessageOrBuilder
        覆盖:
        getDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Function.FunctionAuthenticationSpec.Builder>
      • getDefaultInstanceForType

        public Function.FunctionAuthenticationSpec getDefaultInstanceForType()
        指定者:
        getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuilder
        指定者:
        getDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilder
      • build

        public Function.FunctionAuthenticationSpec build()
        指定者:
        build 在接口中 com.google.protobuf.Message.Builder
        指定者:
        build 在接口中 com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Function.FunctionAuthenticationSpec buildPartial()
        指定者:
        buildPartial 在接口中 com.google.protobuf.Message.Builder
        指定者:
        buildPartial 在接口中 com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        指定者:
        isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilder
        覆盖:
        isInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Function.FunctionAuthenticationSpec.Builder>
      • mergeFrom

        public Function.FunctionAuthenticationSpec.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                              throws java.io.IOException
        指定者:
        mergeFrom 在接口中 com.google.protobuf.Message.Builder
        指定者:
        mergeFrom 在接口中 com.google.protobuf.MessageLite.Builder
        覆盖:
        mergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<Function.FunctionAuthenticationSpec.Builder>
        抛出:
        java.io.IOException
      • getData

        public 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;
        指定者:
        getData 在接口中 Function.FunctionAuthenticationSpecOrBuilder
        返回:
        The data.
      • setData

        public Function.FunctionAuthenticationSpec.Builder setData​(com.google.protobuf.ByteString value)
        
         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;
        参数:
        value - The data to set.
        返回:
        This builder for chaining.
      • clearData

        public Function.FunctionAuthenticationSpec.Builder clearData()
        
         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;
        返回:
        This builder for chaining.
      • setProvider

        public Function.FunctionAuthenticationSpec.Builder setProvider​(java.lang.String value)
        
         classname of the function auth provicer this data is relevant to
         
        string provider = 2;
        参数:
        value - The provider to set.
        返回:
        This builder for chaining.
      • setProviderBytes

        public Function.FunctionAuthenticationSpec.Builder setProviderBytes​(com.google.protobuf.ByteString value)
        
         classname of the function auth provicer this data is relevant to
         
        string provider = 2;
        参数:
        value - The bytes for provider to set.
        返回:
        This builder for chaining.