Send feedback
Class FoldersStubSettings (1.5.6)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.5.6 keyboard_arrow_down
public class FoldersStubSettings extends StubSettings<FoldersStubSettings>
Settings class to configure an instance of FoldersStub .
The default instance has everything set to sensible defaults:
The default service address (cloudresourcemanager.googleapis.com) and default port (443)
are used.
Credentials are acquired automatically through Application Default Credentials.
Retries are configured for idempotent methods but not for non-idempotent methods.
The builder of this class is recursive, so contained classes are themselves builders. When
build() is called, the tree of builders is called to create the complete settings object.
For example, to set the total timeout of getFolder to 30 seconds:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
FoldersStubSettings . Builder foldersSettingsBuilder = FoldersStubSettings . newBuilder ();
foldersSettingsBuilder
. getFolderSettings ()
. setRetrySettings (
foldersSettingsBuilder . getFolderSettings (). getRetrySettings (). toBuilder ()
. setTotalTimeout ( Duration . ofSeconds ( 30 ))
. build ());
FoldersStubSettings foldersSettings = foldersSettingsBuilder . build ();
Static Methods
public static ApiClientHeaderProvider . Builder defaultApiClientHeaderProviderBuilder ()
Returns
public static GoogleCredentialsProvider . Builder defaultCredentialsProviderBuilder ()
Returns a builder for the default credentials for this service.
Returns
public static InstantiatingExecutorProvider . Builder defaultExecutorProviderBuilder ()
Returns a builder for the default ExecutorProvider for this service.
Returns
public static ApiClientHeaderProvider . Builder defaultGrpcApiClientHeaderProviderBuilder ()
Returns
public static InstantiatingGrpcChannelProvider . Builder defaultGrpcTransportProviderBuilder ()
Returns a builder for the default gRPC ChannelProvider for this service.
Returns
public static ApiClientHeaderProvider . Builder defaultHttpJsonApiClientHeaderProviderBuilder ()
Returns
public static InstantiatingHttpJsonChannelProvider . Builder defaultHttpJsonTransportProviderBuilder ()
Returns a builder for the default REST ChannelProvider for this service.
Returns
public static TransportChannelProvider defaultTransportChannelProvider ()
Returns
public static String getDefaultEndpoint ()
Returns the default service endpoint.
Returns
public static String getDefaultMtlsEndpoint ()
Returns the default mTLS service endpoint.
Returns
public static List<String> getDefaultServiceScopes ()
Returns the default service scopes.
Returns
public static FoldersStubSettings . Builder newBuilder ()
Returns a new gRPC builder for this class.
Returns
public static FoldersStubSettings . Builder newBuilder ( ClientContext clientContext )
Returns a new builder for this class.
Parameter
Returns
public static FoldersStubSettings . Builder newHttpJsonBuilder ()
Returns a new REST builder for this class.
Returns
Constructors
protected FoldersStubSettings ( FoldersStubSettings . Builder settingsBuilder )
Parameter
Methods
public OperationCallSettings<CreateFolderRequest , Folder , CreateFolderMetadata > createFolderOperationSettings ()
Returns the object with the settings used for calls to createFolder.
Returns
public UnaryCallSettings<CreateFolderRequest , Operation > createFolderSettings ()
Returns the object with the settings used for calls to createFolder.
Returns
public FoldersStub createStub ()
Returns
Exceptions
public OperationCallSettings<DeleteFolderRequest , Folder , DeleteFolderMetadata > deleteFolderOperationSettings ()
Returns the object with the settings used for calls to deleteFolder.
Returns
public UnaryCallSettings<DeleteFolderRequest , Operation > deleteFolderSettings ()
Returns the object with the settings used for calls to deleteFolder.
Returns
public UnaryCallSettings<GetFolderRequest , Folder > getFolderSettings ()
Returns the object with the settings used for calls to getFolder.
Returns
public UnaryCallSettings<GetIamPolicyRequest , Policy > getIamPolicySettings ()
Returns the object with the settings used for calls to getIamPolicy.
Returns
Type Description UnaryCallSettings <com.google.iam.v1.GetIamPolicyRequest ,com.google.iam.v1.Policy >
public PagedCallSettings<ListFoldersRequest , ListFoldersResponse , FoldersClient . ListFoldersPagedResponse > listFoldersSettings ()
Returns the object with the settings used for calls to listFolders.
Returns
public OperationCallSettings<MoveFolderRequest , Folder , MoveFolderMetadata > moveFolderOperationSettings ()
Returns the object with the settings used for calls to moveFolder.
Returns
public UnaryCallSettings<MoveFolderRequest , Operation > moveFolderSettings ()
Returns the object with the settings used for calls to moveFolder.
Returns
public PagedCallSettings<SearchFoldersRequest , SearchFoldersResponse , FoldersClient . SearchFoldersPagedResponse > searchFoldersSettings ()
Returns the object with the settings used for calls to searchFolders.
Returns
public UnaryCallSettings<SetIamPolicyRequest , Policy > setIamPolicySettings ()
Returns the object with the settings used for calls to setIamPolicy.
Returns
Type Description UnaryCallSettings <com.google.iam.v1.SetIamPolicyRequest ,com.google.iam.v1.Policy >
public UnaryCallSettings<TestIamPermissionsRequest , TestIamPermissionsResponse > testIamPermissionsSettings ()
Returns the object with the settings used for calls to testIamPermissions.
Returns
Type Description UnaryCallSettings <com.google.iam.v1.TestIamPermissionsRequest ,com.google.iam.v1.TestIamPermissionsResponse >
public FoldersStubSettings . Builder toBuilder ()
Returns a builder containing all the values of this settings class.
Returns
Overrides
public OperationCallSettings<UndeleteFolderRequest , Folder , UndeleteFolderMetadata > undeleteFolderOperationSettings ()
Returns the object with the settings used for calls to undeleteFolder.
Returns
public UnaryCallSettings<UndeleteFolderRequest , Operation > undeleteFolderSettings ()
Returns the object with the settings used for calls to undeleteFolder.
Returns
public OperationCallSettings<UpdateFolderRequest , Folder , UpdateFolderMetadata > updateFolderOperationSettings ()
Returns the object with the settings used for calls to updateFolder.
Returns
public UnaryCallSettings<UpdateFolderRequest , Operation > updateFolderSettings ()
Returns the object with the settings used for calls to updateFolder.
Returns
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]