- 1.55.0 (latest)
- 1.54.0
- 1.53.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.6
- 1.4.0
- 1.3.2
- 1.2.12
public class FoldersSettings extends ClientSettings<FoldersSettings>
Settings class to configure an instance of FoldersClient.
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 for illustrative purposes only.
// It may require modifications to work in your environment.
FoldersSettings.Builder foldersSettingsBuilder = FoldersSettings.newBuilder();
foldersSettingsBuilder
.getFolderSettings()
.setRetrySettings(
foldersSettingsBuilder
.getFolderSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
FoldersSettings foldersSettings = foldersSettingsBuilder.build();
Static Methods
create(FoldersStubSettings stub)
public static final FoldersSettings create(FoldersStubSettings stub)
Name | Description |
stub | FoldersStubSettings |
Type | Description |
FoldersSettings |
Type | Description |
IOException |
defaultApiClientHeaderProviderBuilder()
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Type | Description |
Builder |
defaultCredentialsProviderBuilder()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
Type | Description |
Builder |
defaultExecutorProviderBuilder()
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
Type | Description |
Builder |
defaultGrpcTransportProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
Type | Description |
Builder |
defaultTransportChannelProvider()
public static TransportChannelProvider defaultTransportChannelProvider()
Type | Description |
TransportChannelProvider |
getDefaultEndpoint()
public static String getDefaultEndpoint()
Returns the default service endpoint.
Type | Description |
String |
getDefaultServiceScopes()
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
Type | Description |
List<String> |
newBuilder()
public static FoldersSettings.Builder newBuilder()
Returns a new builder for this class.
Type | Description |
FoldersSettings.Builder |
newBuilder(ClientContext clientContext)
public static FoldersSettings.Builder newBuilder(ClientContext clientContext)
Returns a new builder for this class.
Name | Description |
clientContext | ClientContext |
Type | Description |
FoldersSettings.Builder |
Constructors
FoldersSettings(FoldersSettings.Builder settingsBuilder)
protected FoldersSettings(FoldersSettings.Builder settingsBuilder)
Name | Description |
settingsBuilder | FoldersSettings.Builder |
Methods
createFolderOperationSettings()
public OperationCallSettings<CreateFolderRequest,Folder,CreateFolderMetadata> createFolderOperationSettings()
Returns the object with the settings used for calls to createFolder.
Type | Description |
OperationCallSettings<CreateFolderRequest,Folder,CreateFolderMetadata> |
createFolderSettings()
public UnaryCallSettings<CreateFolderRequest,Operation> createFolderSettings()
Returns the object with the settings used for calls to createFolder.
Type | Description |
UnaryCallSettings<CreateFolderRequest,Operation> |
deleteFolderOperationSettings()
public OperationCallSettings<DeleteFolderRequest,Folder,DeleteFolderMetadata> deleteFolderOperationSettings()
Returns the object with the settings used for calls to deleteFolder.
Type | Description |
OperationCallSettings<DeleteFolderRequest,Folder,DeleteFolderMetadata> |
deleteFolderSettings()
public UnaryCallSettings<DeleteFolderRequest,Operation> deleteFolderSettings()
Returns the object with the settings used for calls to deleteFolder.
Type | Description |
UnaryCallSettings<DeleteFolderRequest,Operation> |
getFolderSettings()
public UnaryCallSettings<GetFolderRequest,Folder> getFolderSettings()
Returns the object with the settings used for calls to getFolder.
Type | Description |
UnaryCallSettings<GetFolderRequest,Folder> |
getIamPolicySettings()
public UnaryCallSettings<GetIamPolicyRequest,Policy> getIamPolicySettings()
Returns the object with the settings used for calls to getIamPolicy.
Type | Description |
UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
listFoldersSettings()
public PagedCallSettings<ListFoldersRequest,ListFoldersResponse,FoldersClient.ListFoldersPagedResponse> listFoldersSettings()
Returns the object with the settings used for calls to listFolders.
Type | Description |
PagedCallSettings<ListFoldersRequest,ListFoldersResponse,ListFoldersPagedResponse> |
moveFolderOperationSettings()
public OperationCallSettings<MoveFolderRequest,Folder,MoveFolderMetadata> moveFolderOperationSettings()
Returns the object with the settings used for calls to moveFolder.
Type | Description |
OperationCallSettings<MoveFolderRequest,Folder,MoveFolderMetadata> |
moveFolderSettings()
public UnaryCallSettings<MoveFolderRequest,Operation> moveFolderSettings()
Returns the object with the settings used for calls to moveFolder.
Type | Description |
UnaryCallSettings<MoveFolderRequest,Operation> |
searchFoldersSettings()
public PagedCallSettings<SearchFoldersRequest,SearchFoldersResponse,FoldersClient.SearchFoldersPagedResponse> searchFoldersSettings()
Returns the object with the settings used for calls to searchFolders.
Type | Description |
PagedCallSettings<SearchFoldersRequest,SearchFoldersResponse,SearchFoldersPagedResponse> |
setIamPolicySettings()
public UnaryCallSettings<SetIamPolicyRequest,Policy> setIamPolicySettings()
Returns the object with the settings used for calls to setIamPolicy.
Type | Description |
UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
testIamPermissionsSettings()
public UnaryCallSettings<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.
Type | Description |
UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
toBuilder()
public FoldersSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.
Type | Description |
FoldersSettings.Builder |
undeleteFolderOperationSettings()
public OperationCallSettings<UndeleteFolderRequest,Folder,UndeleteFolderMetadata> undeleteFolderOperationSettings()
Returns the object with the settings used for calls to undeleteFolder.
Type | Description |
OperationCallSettings<UndeleteFolderRequest,Folder,UndeleteFolderMetadata> |
undeleteFolderSettings()
public UnaryCallSettings<UndeleteFolderRequest,Operation> undeleteFolderSettings()
Returns the object with the settings used for calls to undeleteFolder.
Type | Description |
UnaryCallSettings<UndeleteFolderRequest,Operation> |
updateFolderOperationSettings()
public OperationCallSettings<UpdateFolderRequest,Folder,UpdateFolderMetadata> updateFolderOperationSettings()
Returns the object with the settings used for calls to updateFolder.
Type | Description |
OperationCallSettings<UpdateFolderRequest,Folder,UpdateFolderMetadata> |
updateFolderSettings()
public UnaryCallSettings<UpdateFolderRequest,Operation> updateFolderSettings()
Returns the object with the settings used for calls to updateFolder.
Type | Description |
UnaryCallSettings<UpdateFolderRequest,Operation> |