public static class ProjectsSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<ProjectsSettings,ProjectsSettings.Builder>
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(ProjectsSettings settings) |
protected |
Builder(ProjectsStubSettings.Builder stubSettings) |
| Modifier and Type | Method and Description |
|---|---|
ProjectsSettings.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.
|
ProjectsSettings |
build() |
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateProjectRequest,Project,CreateProjectMetadata> |
createProjectOperationSettings()
Returns the builder for the settings used for calls to createProject.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateProjectRequest,com.google.longrunning.Operation> |
createProjectSettings()
Returns the builder for the settings used for calls to createProject.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteProjectRequest,Project,DeleteProjectMetadata> |
deleteProjectOperationSettings()
Returns the builder for the settings used for calls to deleteProject.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteProjectRequest,com.google.longrunning.Operation> |
deleteProjectSettings()
Returns the builder for the settings used for calls to deleteProject.
|
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.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetProjectRequest,Project> |
getProjectSettings()
Returns the builder for the settings used for calls to getProject.
|
ProjectsStubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.PagedCallSettings.Builder<ListProjectsRequest,ListProjectsResponse,ProjectsClient.ListProjectsPagedResponse> |
listProjectsSettings()
Returns the builder for the settings used for calls to listProjects.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<MoveProjectRequest,Project,MoveProjectMetadata> |
moveProjectOperationSettings()
Returns the builder for the settings used for calls to moveProject.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<MoveProjectRequest,com.google.longrunning.Operation> |
moveProjectSettings()
Returns the builder for the settings used for calls to moveProject.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<SearchProjectsRequest,SearchProjectsResponse,ProjectsClient.SearchProjectsPagedResponse> |
searchProjectsSettings()
Returns the builder for the settings used for calls to searchProjects.
|
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.
|
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.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<UndeleteProjectRequest,Project,UndeleteProjectMetadata> |
undeleteProjectOperationSettings()
Returns the builder for the settings used for calls to undeleteProject.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UndeleteProjectRequest,com.google.longrunning.Operation> |
undeleteProjectSettings()
Returns the builder for the settings used for calls to undeleteProject.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateProjectRequest,Project,UpdateProjectMetadata> |
updateProjectOperationSettings()
Returns the builder for the settings used for calls to updateProject.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateProjectRequest,com.google.longrunning.Operation> |
updateProjectSettings()
Returns the builder for the settings used for calls to updateProject.
|
applyToAllUnaryMethods, getApiKey, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogCheckIntervalDuration, getWatchdogProvider, self, setApiKey, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setUniverseDomain, setWatchdogCheckInterval, setWatchdogCheckIntervalDuration, setWatchdogProvider, toStringprotected Builder()
throws IOException
IOExceptionprotected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(ProjectsSettings settings)
protected Builder(ProjectsStubSettings.Builder stubSettings)
public ProjectsStubSettings.Builder getStubSettingsBuilder()
public ProjectsSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Note: This method does not support applying settings to streaming methods.
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetProjectRequest,Project> getProjectSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListProjectsRequest,ListProjectsResponse,ProjectsClient.ListProjectsPagedResponse> listProjectsSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<SearchProjectsRequest,SearchProjectsResponse,ProjectsClient.SearchProjectsPagedResponse> searchProjectsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateProjectRequest,com.google.longrunning.Operation> createProjectSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateProjectRequest,Project,CreateProjectMetadata> createProjectOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateProjectRequest,com.google.longrunning.Operation> updateProjectSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateProjectRequest,Project,UpdateProjectMetadata> updateProjectOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<MoveProjectRequest,com.google.longrunning.Operation> moveProjectSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<MoveProjectRequest,Project,MoveProjectMetadata> moveProjectOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteProjectRequest,com.google.longrunning.Operation> deleteProjectSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteProjectRequest,Project,DeleteProjectMetadata> deleteProjectOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UndeleteProjectRequest,com.google.longrunning.Operation> undeleteProjectSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<UndeleteProjectRequest,Project,UndeleteProjectMetadata> undeleteProjectOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
public ProjectsSettings build() throws IOException
build in class com.google.api.gax.rpc.ClientSettings.Builder<ProjectsSettings,ProjectsSettings.Builder>IOExceptionCopyright © 2025 Google LLC. All rights reserved.