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)


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

def create_api
  @create_api
end

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

RPC-specific configuration for create_api_deployment

Returns:

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


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

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)


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

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)


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

def create_api_version
  @create_api_version
end

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

RPC-specific configuration for create_artifact

Returns:

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


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

def create_artifact
  @create_artifact
end

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

RPC-specific configuration for delete_api

Returns:

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


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

def delete_api
  @delete_api
end

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

RPC-specific configuration for delete_api_deployment

Returns:

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


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

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)


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

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)


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

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)


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

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)


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

def delete_api_version
  @delete_api_version
end

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

RPC-specific configuration for delete_artifact

Returns:

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


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

def delete_artifact
  @delete_artifact
end

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

RPC-specific configuration for get_api

Returns:

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


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

def get_api
  @get_api
end

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

RPC-specific configuration for get_api_deployment

Returns:

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


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

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)


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

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)


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

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)


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

def get_api_version
  @get_api_version
end

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

RPC-specific configuration for get_artifact

Returns:

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


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

def get_artifact
  @get_artifact
end

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

RPC-specific configuration for get_artifact_contents

Returns:

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


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

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)


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

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)


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

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)


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

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)


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

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)


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

def list_api_versions
  @list_api_versions
end

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

RPC-specific configuration for list_apis

Returns:

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


3554
3555
3556
# File 'lib/google/cloud/apigee_registry/v1/registry/rest/client.rb', line 3554

def list_apis
  @list_apis
end

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

RPC-specific configuration for list_artifacts

Returns:

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


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

def list_artifacts
  @list_artifacts
end

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

RPC-specific configuration for replace_artifact

Returns:

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


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

def replace_artifact
  @replace_artifact
end

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

RPC-specific configuration for rollback_api_deployment

Returns:

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


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

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)


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

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)


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

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)


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

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)


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

def update_api
  @update_api
end

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

RPC-specific configuration for update_api_deployment

Returns:

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


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

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)


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

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)


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

def update_api_version
  @update_api_version
end