Send feedback
Class GrafeasStubSettings (2.1.3) Stay organized with collections
Save and categorize content based on your preferences.
Version 2.1.3 keyboard_arrow_down
public
class
GrafeasStubSettings
extends
StubSettings<GrafeasStubSettings>
Settings class to configure an instance of GrafeasStub
.
The default instance has everything set to sensible defaults:
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 getOccurrence to 30 seconds:
GrafeasStubSettings.Builder grafeasSettingsBuilder = GrafeasStubSettings.newBuilder();
grafeasSettingsBuilder
.getOccurrenceSettings()
.setRetrySettings(
grafeasSettingsBuilder
.getOccurrenceSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
GrafeasStubSettings grafeasSettings = grafeasSettingsBuilder.build();
Constructors
GrafeasStubSettings(GrafeasStubSettings.Builder settingsBuilder)
protected
GrafeasStubSettings
(
GrafeasStubSettings
.
Builder
settingsBuilder
)
Parameter
Methods
batchCreateNotesSettings()
public
UnaryCallSettings<BatchCreateNotesRequest
,
BatchCreateNotesResponse
>
batchCreateNotesSettings
()
Returns the object with the settings used for calls to batchCreateNotes.
Returns
batchCreateOccurrencesSettings()
public
UnaryCallSettings<BatchCreateOccurrencesRequest
,
BatchCreateOccurrencesResponse
>
batchCreateOccurrencesSettings
()
Returns the object with the settings used for calls to batchCreateOccurrences.
Returns
createNoteSettings()
public
UnaryCallSettings<CreateNoteRequest
,
Note
>
createNoteSettings
()
Returns the object with the settings used for calls to createNote.
Returns
createOccurrenceSettings()
public
UnaryCallSettings<CreateOccurrenceRequest
,
Occurrence
>
createOccurrenceSettings
()
Returns the object with the settings used for calls to createOccurrence.
Returns
createStub()
public
GrafeasStub
createStub
()
Returns
Exceptions
public
static
ApiClientHeaderProvider
.
Builder
defaultApiClientHeaderProviderBuilder
()
Returns
defaultCredentialsProviderBuilder()
public
static
GoogleCredentialsProvider
.
Builder
defaultCredentialsProviderBuilder
()
Returns a builder for the default credentials for this service.
Returns
defaultExecutorProviderBuilder()
public
static
InstantiatingExecutorProvider
.
Builder
defaultExecutorProviderBuilder
()
Returns a builder for the default ExecutorProvider for this service.
Returns
defaultGrpcTransportProviderBuilder()
public
static
InstantiatingGrpcChannelProvider
.
Builder
defaultGrpcTransportProviderBuilder
()
Returns a builder for the default ChannelProvider for this service.
Returns
defaultTransportChannelProvider()
public
static
TransportChannelProvider
defaultTransportChannelProvider
()
Returns
deleteNoteSettings()
public
UnaryCallSettings<DeleteNoteRequest
,
Empty
>
deleteNoteSettings
()
Returns the object with the settings used for calls to deleteNote.
Returns
deleteOccurrenceSettings()
public
UnaryCallSettings<DeleteOccurrenceRequest
,
Empty
>
deleteOccurrenceSettings
()
Returns the object with the settings used for calls to deleteOccurrence.
Returns
getDefaultEndpoint()
public
static
String
getDefaultEndpoint
()
Returns the default service endpoint.
Returns
getDefaultMtlsEndpoint()
public
static
String
getDefaultMtlsEndpoint
()
Returns the default mTLS service endpoint.
Returns
getDefaultServiceScopes()
public
static
List<String>
getDefaultServiceScopes
()
Returns the default service scopes.
Returns
getNoteSettings()
public
UnaryCallSettings<GetNoteRequest
,
Note
>
getNoteSettings
()
Returns the object with the settings used for calls to getNote.
Returns
getOccurrenceNoteSettings()
public
UnaryCallSettings<GetOccurrenceNoteRequest
,
Note
>
getOccurrenceNoteSettings
()
Returns the object with the settings used for calls to getOccurrenceNote.
Returns
getOccurrenceSettings()
public
UnaryCallSettings<GetOccurrenceRequest
,
Occurrence
>
getOccurrenceSettings
()
Returns the object with the settings used for calls to getOccurrence.
Returns
listNoteOccurrencesSettings()
public
PagedCallSettings<ListNoteOccurrencesRequest
,
ListNoteOccurrencesResponse
,
GrafeasClient
.
ListNoteOccurrencesPagedResponse
>
listNoteOccurrencesSettings
()
Returns the object with the settings used for calls to listNoteOccurrences.
Returns
listNotesSettings()
public
PagedCallSettings<ListNotesRequest
,
ListNotesResponse
,
GrafeasClient
.
ListNotesPagedResponse
>
listNotesSettings
()
Returns the object with the settings used for calls to listNotes.
Returns
listOccurrencesSettings()
public
PagedCallSettings<ListOccurrencesRequest
,
ListOccurrencesResponse
,
GrafeasClient
.
ListOccurrencesPagedResponse
>
listOccurrencesSettings
()
Returns the object with the settings used for calls to listOccurrences.
Returns
newBuilder()
public
static
GrafeasStubSettings
.
Builder
newBuilder
()
Returns a new builder for this class.
Returns
newBuilder(ClientContext clientContext)
public
static
GrafeasStubSettings
.
Builder
newBuilder
(
ClientContext
clientContext
)
Returns a new builder for this class.
Parameter
Returns
toBuilder()
public
GrafeasStubSettings
.
Builder
toBuilder
()
Returns a builder containing all the values of this settings class.
Returns
Overrides
updateNoteSettings()
public
UnaryCallSettings<UpdateNoteRequest
,
Note
>
updateNoteSettings
()
Returns the object with the settings used for calls to updateNote.
Returns
updateOccurrenceSettings()
public
UnaryCallSettings<UpdateOccurrenceRequest
,
Occurrence
>
updateOccurrenceSettings
()
Returns the object with the settings used for calls to updateOccurrence.
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-09-04 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-09-04 UTC."],[],[],null,[]]