Class: Grafeas::V1::Grafeas::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/grafeas/v1/grafeas/client.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#batch_create_notes::Gapic::Config::Method (readonly)

RPC-specific configuration for batch_create_notes

Returns:

  • (::Gapic::Config::Method)


1690
1691
1692
# File 'lib/grafeas/v1/grafeas/client.rb', line 1690

def batch_create_notes
  @batch_create_notes
end

#batch_create_occurrences::Gapic::Config::Method (readonly)

RPC-specific configuration for batch_create_occurrences

Returns:

  • (::Gapic::Config::Method)


1655
1656
1657
# File 'lib/grafeas/v1/grafeas/client.rb', line 1655

def batch_create_occurrences
  @batch_create_occurrences
end

#create_note::Gapic::Config::Method (readonly)

RPC-specific configuration for create_note

Returns:

  • (::Gapic::Config::Method)


1685
1686
1687
# File 'lib/grafeas/v1/grafeas/client.rb', line 1685

def create_note
  @create_note
end

#create_occurrence::Gapic::Config::Method (readonly)

RPC-specific configuration for create_occurrence

Returns:

  • (::Gapic::Config::Method)


1650
1651
1652
# File 'lib/grafeas/v1/grafeas/client.rb', line 1650

def create_occurrence
  @create_occurrence
end

#delete_note::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_note

Returns:

  • (::Gapic::Config::Method)


1680
1681
1682
# File 'lib/grafeas/v1/grafeas/client.rb', line 1680

def delete_note
  @delete_note
end

#delete_occurrence::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_occurrence

Returns:

  • (::Gapic::Config::Method)


1645
1646
1647
# File 'lib/grafeas/v1/grafeas/client.rb', line 1645

def delete_occurrence
  @delete_occurrence
end

#get_note::Gapic::Config::Method (readonly)

RPC-specific configuration for get_note

Returns:

  • (::Gapic::Config::Method)


1670
1671
1672
# File 'lib/grafeas/v1/grafeas/client.rb', line 1670

def get_note
  @get_note
end

#get_occurrence::Gapic::Config::Method (readonly)

RPC-specific configuration for get_occurrence

Returns:

  • (::Gapic::Config::Method)


1635
1636
1637
# File 'lib/grafeas/v1/grafeas/client.rb', line 1635

def get_occurrence
  @get_occurrence
end

#get_occurrence_note::Gapic::Config::Method (readonly)

RPC-specific configuration for get_occurrence_note

Returns:

  • (::Gapic::Config::Method)


1665
1666
1667
# File 'lib/grafeas/v1/grafeas/client.rb', line 1665

def get_occurrence_note
  @get_occurrence_note
end

#list_note_occurrences::Gapic::Config::Method (readonly)

RPC-specific configuration for list_note_occurrences

Returns:

  • (::Gapic::Config::Method)


1700
1701
1702
# File 'lib/grafeas/v1/grafeas/client.rb', line 1700

def list_note_occurrences
  @list_note_occurrences
end

#list_notes::Gapic::Config::Method (readonly)

RPC-specific configuration for list_notes

Returns:

  • (::Gapic::Config::Method)


1675
1676
1677
# File 'lib/grafeas/v1/grafeas/client.rb', line 1675

def list_notes
  @list_notes
end

#list_occurrences::Gapic::Config::Method (readonly)

RPC-specific configuration for list_occurrences

Returns:

  • (::Gapic::Config::Method)


1640
1641
1642
# File 'lib/grafeas/v1/grafeas/client.rb', line 1640

def list_occurrences
  @list_occurrences
end

#update_note::Gapic::Config::Method (readonly)

RPC-specific configuration for update_note

Returns:

  • (::Gapic::Config::Method)


1695
1696
1697
# File 'lib/grafeas/v1/grafeas/client.rb', line 1695

def update_note
  @update_note
end

#update_occurrence::Gapic::Config::Method (readonly)

RPC-specific configuration for update_occurrence

Returns:

  • (::Gapic::Config::Method)


1660
1661
1662
# File 'lib/grafeas/v1/grafeas/client.rb', line 1660

def update_occurrence
  @update_occurrence
end