Class: Google::Cloud::ApigeeRegistry::V1::Registry::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/apigee_registry/v1/registry/rest/client.rb

Overview

Configuration RPC class for the Registry 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 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.
    • :jitter (type: Numeric) - The jitter in seconds. Default: 1.0.
    • :retry_codes (type: Array<String>) - The error codes that should trigger a retry.

Instance Attribute Summary collapse

Instance Attribute Details

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

RPC-specific configuration for create_api

Returns:

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


3573
3574
3575
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3573

def create_api
  @create_api
end

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

RPC-specific configuration for create_api_deployment

Returns:

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


3673
3674
3675
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3673

def create_api_deployment
  @create_api_deployment
end

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

RPC-specific configuration for create_api_spec

Returns:

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


3628
3629
3630
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3628

def create_api_spec
  @create_api_spec
end

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

RPC-specific configuration for create_api_version

Returns:

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


3598
3599
3600
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3598

def create_api_version
  @create_api_version
end

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

RPC-specific configuration for create_artifact

Returns:

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


3723
3724
3725
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3723

def create_artifact
  @create_artifact
end

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

RPC-specific configuration for delete_api

Returns:

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


3583
3584
3585
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3583

def delete_api
  @delete_api
end

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

RPC-specific configuration for delete_api_deployment

Returns:

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


3683
3684
3685
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3683

def delete_api_deployment
  @delete_api_deployment
end

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

RPC-specific configuration for delete_api_deployment_revision

Returns:

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


3703
3704
3705
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3703

def delete_api_deployment_revision
  @delete_api_deployment_revision
end

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

RPC-specific configuration for delete_api_spec

Returns:

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


3638
3639
3640
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3638

def delete_api_spec
  @delete_api_spec
end

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

RPC-specific configuration for delete_api_spec_revision

Returns:

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


3658
3659
3660
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3658

def delete_api_spec_revision
  @delete_api_spec_revision
end

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

RPC-specific configuration for delete_api_version

Returns:

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


3608
3609
3610
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3608

def delete_api_version
  @delete_api_version
end

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

RPC-specific configuration for delete_artifact

Returns:

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


3733
3734
3735
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3733

def delete_artifact
  @delete_artifact
end

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

RPC-specific configuration for get_api

Returns:

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


3568
3569
3570
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3568

def get_api
  @get_api
end

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

RPC-specific configuration for get_api_deployment

Returns:

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


3668
3669
3670
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3668

def get_api_deployment
  @get_api_deployment
end

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

RPC-specific configuration for get_api_spec

Returns:

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


3618
3619
3620
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3618

def get_api_spec
  @get_api_spec
end

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

RPC-specific configuration for get_api_spec_contents

Returns:

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


3623
3624
3625
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3623

def get_api_spec_contents
  @get_api_spec_contents
end

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

RPC-specific configuration for get_api_version

Returns:

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


3593
3594
3595
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3593

def get_api_version
  @get_api_version
end

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

RPC-specific configuration for get_artifact

Returns:

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


3713
3714
3715
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3713

def get_artifact
  @get_artifact
end

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

RPC-specific configuration for get_artifact_contents

Returns:

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


3718
3719
3720
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3718

def get_artifact_contents
  @get_artifact_contents
end

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

RPC-specific configuration for list_api_deployment_revisions

Returns:

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


3693
3694
3695
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3693

def list_api_deployment_revisions
  @list_api_deployment_revisions
end

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

RPC-specific configuration for list_api_deployments

Returns:

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


3663
3664
3665
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3663

def list_api_deployments
  @list_api_deployments
end

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

RPC-specific configuration for list_api_spec_revisions

Returns:

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


3648
3649
3650
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3648

def list_api_spec_revisions
  @list_api_spec_revisions
end

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

RPC-specific configuration for list_api_specs

Returns:

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


3613
3614
3615
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3613

def list_api_specs
  @list_api_specs
end

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

RPC-specific configuration for list_api_versions

Returns:

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


3588
3589
3590
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3588

def list_api_versions
  @list_api_versions
end

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

RPC-specific configuration for list_apis

Returns:

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


3563
3564
3565
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3563

def list_apis
  @list_apis
end

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

RPC-specific configuration for list_artifacts

Returns:

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


3708
3709
3710
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3708

def list_artifacts
  @list_artifacts
end

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

RPC-specific configuration for replace_artifact

Returns:

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


3728
3729
3730
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3728

def replace_artifact
  @replace_artifact
end

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

RPC-specific configuration for rollback_api_deployment

Returns:

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


3698
3699
3700
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3698

def rollback_api_deployment
  @rollback_api_deployment
end

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

RPC-specific configuration for rollback_api_spec

Returns:

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


3653
3654
3655
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3653

def rollback_api_spec
  @rollback_api_spec
end

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

RPC-specific configuration for tag_api_deployment_revision

Returns:

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


3688
3689
3690
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3688

def tag_api_deployment_revision
  @tag_api_deployment_revision
end

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

RPC-specific configuration for tag_api_spec_revision

Returns:

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


3643
3644
3645
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3643

def tag_api_spec_revision
  @tag_api_spec_revision
end

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

RPC-specific configuration for update_api

Returns:

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


3578
3579
3580
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3578

def update_api
  @update_api
end

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

RPC-specific configuration for update_api_deployment

Returns:

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


3678
3679
3680
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3678

def update_api_deployment
  @update_api_deployment
end

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

RPC-specific configuration for update_api_spec

Returns:

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


3633
3634
3635
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3633

def update_api_spec
  @update_api_spec
end

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

RPC-specific configuration for update_api_version

Returns:

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


3603
3604
3605
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3603

def update_api_version
  @update_api_version
end