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.
    • :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)


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

def create_api
  @create_api
end

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

RPC-specific configuration for create_api_deployment

Returns:

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


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

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)


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

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)


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

def create_api_version
  @create_api_version
end

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

RPC-specific configuration for create_artifact

Returns:

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


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

def create_artifact
  @create_artifact
end

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

RPC-specific configuration for delete_api

Returns:

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


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

def delete_api
  @delete_api
end

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

RPC-specific configuration for delete_api_deployment

Returns:

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


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

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)


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

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)


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

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)


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

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)


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

def delete_api_version
  @delete_api_version
end

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

RPC-specific configuration for delete_artifact

Returns:

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


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

def delete_artifact
  @delete_artifact
end

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

RPC-specific configuration for get_api

Returns:

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


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

def get_api
  @get_api
end

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

RPC-specific configuration for get_api_deployment

Returns:

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


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

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)


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

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)


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

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)


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

def get_api_version
  @get_api_version
end

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

RPC-specific configuration for get_artifact

Returns:

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


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

def get_artifact
  @get_artifact
end

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

RPC-specific configuration for get_artifact_contents

Returns:

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


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

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)


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

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)


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

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)


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

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)


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

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)


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

def list_api_versions
  @list_api_versions
end

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

RPC-specific configuration for list_apis

Returns:

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


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

def list_apis
  @list_apis
end

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

RPC-specific configuration for list_artifacts

Returns:

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


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

def list_artifacts
  @list_artifacts
end

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

RPC-specific configuration for replace_artifact

Returns:

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


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

def replace_artifact
  @replace_artifact
end

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

RPC-specific configuration for rollback_api_deployment

Returns:

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


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

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)


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

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)


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

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)


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

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)


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

def update_api
  @update_api
end

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

RPC-specific configuration for update_api_deployment

Returns:

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


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

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)


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

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)


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

def update_api_version
  @update_api_version
end