Class Function.FunctionAuthenticationSpec.Builder

    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Function.FunctionAuthenticationSpec.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Function.FunctionAuthenticationSpec.Builder>
      • getDefaultInstanceForType

        public Function.FunctionAuthenticationSpec getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Function.FunctionAuthenticationSpec build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Function.FunctionAuthenticationSpec buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class 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
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Function.FunctionAuthenticationSpec.Builder>
        Throws:
        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;
        Specified by:
        getData in interface Function.FunctionAuthenticationSpecOrBuilder
        Returns:
        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;
        Parameters:
        value - The data to set.
        Returns:
        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;
        Returns:
        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;
        Parameters:
        value - The provider to set.
        Returns:
        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;
        Parameters:
        value - The bytes for provider to set.
        Returns:
        This builder for chaining.