Class: Google::Cloud::Compute::V1::Reservations::Rest::Client::Configuration::Rpcs

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

Overview

Configuration RPC class for the Reservations 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

there is one other field (retry_policy) that can be set but is currently not supported for REST Gapic libraries.

Instance Attribute Summary collapse

Instance Attribute Details

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

RPC-specific configuration for aggregated_list

Returns:

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


1031
1032
1033
# File 'lib/google/cloud/compute/v1/reservations/rest/client.rb', line 1031

def aggregated_list
  @aggregated_list
end

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

RPC-specific configuration for delete

Returns:

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


1036
1037
1038
# File 'lib/google/cloud/compute/v1/reservations/rest/client.rb', line 1036

def delete
  @delete
end

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

RPC-specific configuration for get

Returns:

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


1041
1042
1043
# File 'lib/google/cloud/compute/v1/reservations/rest/client.rb', line 1041

def get
  @get
end

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

RPC-specific configuration for get_iam_policy

Returns:

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


1046
1047
1048
# File 'lib/google/cloud/compute/v1/reservations/rest/client.rb', line 1046

def get_iam_policy
  @get_iam_policy
end

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

RPC-specific configuration for insert

Returns:

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


1051
1052
1053
# File 'lib/google/cloud/compute/v1/reservations/rest/client.rb', line 1051

def insert
  @insert
end

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

RPC-specific configuration for list

Returns:

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


1056
1057
1058
# File 'lib/google/cloud/compute/v1/reservations/rest/client.rb', line 1056

def list
  @list
end

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

RPC-specific configuration for resize

Returns:

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


1061
1062
1063
# File 'lib/google/cloud/compute/v1/reservations/rest/client.rb', line 1061

def resize
  @resize
end

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

RPC-specific configuration for set_iam_policy

Returns:

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


1066
1067
1068
# File 'lib/google/cloud/compute/v1/reservations/rest/client.rb', line 1066

def set_iam_policy
  @set_iam_policy
end

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

RPC-specific configuration for test_iam_permissions

Returns:

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


1071
1072
1073
# File 'lib/google/cloud/compute/v1/reservations/rest/client.rb', line 1071

def test_iam_permissions
  @test_iam_permissions
end

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

RPC-specific configuration for update

Returns:

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


1076
1077
1078
# File 'lib/google/cloud/compute/v1/reservations/rest/client.rb', line 1076

def update
  @update
end