Class FoldersSettings.Builder

    • Method Detail

      • applyToAllUnaryMethods

        public FoldersSettings.Builder applyToAllUnaryMethods​(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,​?>,​Void> settingsUpdater)
        Applies the given settings updater function to all of the unary API methods in this service.

        Note: This method does not support applying settings to streaming methods.

      • getFolderSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFolderRequest,​Folder> getFolderSettings()
        Returns the builder for the settings used for calls to getFolder.
      • createFolderSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateFolderRequest,​com.google.longrunning.Operation> createFolderSettings()
        Returns the builder for the settings used for calls to createFolder.
      • createFolderOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateFolderRequest,​Folder,​CreateFolderMetadata> createFolderOperationSettings()
        Returns the builder for the settings used for calls to createFolder.
      • updateFolderSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFolderRequest,​com.google.longrunning.Operation> updateFolderSettings()
        Returns the builder for the settings used for calls to updateFolder.
      • updateFolderOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateFolderRequest,​Folder,​UpdateFolderMetadata> updateFolderOperationSettings()
        Returns the builder for the settings used for calls to updateFolder.
      • moveFolderSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<MoveFolderRequest,​com.google.longrunning.Operation> moveFolderSettings()
        Returns the builder for the settings used for calls to moveFolder.
      • moveFolderOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<MoveFolderRequest,​Folder,​MoveFolderMetadata> moveFolderOperationSettings()
        Returns the builder for the settings used for calls to moveFolder.
      • deleteFolderSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteFolderRequest,​com.google.longrunning.Operation> deleteFolderSettings()
        Returns the builder for the settings used for calls to deleteFolder.
      • deleteFolderOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteFolderRequest,​Folder,​DeleteFolderMetadata> deleteFolderOperationSettings()
        Returns the builder for the settings used for calls to deleteFolder.
      • undeleteFolderSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UndeleteFolderRequest,​com.google.longrunning.Operation> undeleteFolderSettings()
        Returns the builder for the settings used for calls to undeleteFolder.
      • undeleteFolderOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<UndeleteFolderRequest,​Folder,​UndeleteFolderMetadata> undeleteFolderOperationSettings()
        Returns the builder for the settings used for calls to undeleteFolder.
      • getIamPolicySettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,​com.google.iam.v1.Policy> getIamPolicySettings()
        Returns the builder for the settings used for calls to getIamPolicy.
      • setIamPolicySettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,​com.google.iam.v1.Policy> setIamPolicySettings()
        Returns the builder for the settings used for calls to setIamPolicy.
      • testIamPermissionsSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,​com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
        Returns the builder for the settings used for calls to testIamPermissions.