Reference documentation and code samples for the Grafeas V1 API class Grafeas::V1::Grafeas::Client::Configuration::Rpcs.
Configuration RPC class for the Grafeas API.
Includes fields providing the configuration for each RPC in this service.
Each configuration object is of type Gapic::Config::Method
and includes
the following configuration fields:
-
timeout
(type:Numeric
) - The call timeout in seconds -
metadata
(type:Hash{Symbol=>String}
) - Additional gRPC headers -
retry_policy (type:
Hash`) - The retry policy. The policy fields include the following keys:-
:initial_delay
(type:Numeric
) - The initial delay in seconds. -
:max_delay
(type:Numeric
) - The max delay in seconds. -
:multiplier
(type:Numeric
) - The incremental backoff multiplier. -
:retry_codes
(type:Array<String>
) - The error codes that should trigger a retry.
-
Inherits
- Object
Methods
#batch_create_notes
def batch_create_notes() -> ::Gapic::Config::Method
RPC-specific configuration for batch_create_notes
- (::Gapic::Config::Method)
#batch_create_occurrences
def batch_create_occurrences() -> ::Gapic::Config::Method
RPC-specific configuration for batch_create_occurrences
- (::Gapic::Config::Method)
#create_note
def create_note() -> ::Gapic::Config::Method
RPC-specific configuration for create_note
- (::Gapic::Config::Method)
#create_occurrence
def create_occurrence() -> ::Gapic::Config::Method
RPC-specific configuration for create_occurrence
- (::Gapic::Config::Method)
#delete_note
def delete_note() -> ::Gapic::Config::Method
RPC-specific configuration for delete_note
- (::Gapic::Config::Method)
#delete_occurrence
def delete_occurrence() -> ::Gapic::Config::Method
RPC-specific configuration for delete_occurrence
- (::Gapic::Config::Method)
#get_note
def get_note() -> ::Gapic::Config::Method
RPC-specific configuration for get_note
- (::Gapic::Config::Method)
#get_occurrence
def get_occurrence() -> ::Gapic::Config::Method
RPC-specific configuration for get_occurrence
- (::Gapic::Config::Method)
#get_occurrence_note
def get_occurrence_note() -> ::Gapic::Config::Method
RPC-specific configuration for get_occurrence_note
- (::Gapic::Config::Method)
#list_note_occurrences
def list_note_occurrences() -> ::Gapic::Config::Method
RPC-specific configuration for list_note_occurrences
- (::Gapic::Config::Method)
#list_notes
def list_notes() -> ::Gapic::Config::Method
RPC-specific configuration for list_notes
- (::Gapic::Config::Method)
#list_occurrences
def list_occurrences() -> ::Gapic::Config::Method
RPC-specific configuration for list_occurrences
- (::Gapic::Config::Method)
#update_note
def update_note() -> ::Gapic::Config::Method
RPC-specific configuration for update_note
- (::Gapic::Config::Method)
#update_occurrence
def update_occurrence() -> ::Gapic::Config::Method
RPC-specific configuration for update_occurrence
- (::Gapic::Config::Method)