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

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

Overview

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

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

RPC-specific configuration for add_signed_url_key

Returns:

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


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

def add_signed_url_key
  @add_signed_url_key
end

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

RPC-specific configuration for aggregated_list

Returns:

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


1082
1083
1084
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1082

def aggregated_list
  @aggregated_list
end

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

RPC-specific configuration for delete

Returns:

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


1087
1088
1089
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1087

def delete
  @delete
end

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

RPC-specific configuration for delete_signed_url_key

Returns:

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


1092
1093
1094
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1092

def delete_signed_url_key
  @delete_signed_url_key
end

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

RPC-specific configuration for get

Returns:

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


1097
1098
1099
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1097

def get
  @get
end

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

RPC-specific configuration for get_health

Returns:

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


1102
1103
1104
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1102

def get_health
  @get_health
end

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

RPC-specific configuration for insert

Returns:

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


1107
1108
1109
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1107

def insert
  @insert
end

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

RPC-specific configuration for list

Returns:

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


1112
1113
1114
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1112

def list
  @list
end

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

RPC-specific configuration for patch

Returns:

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


1117
1118
1119
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1117

def patch
  @patch
end

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

RPC-specific configuration for set_edge_security_policy

Returns:

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


1122
1123
1124
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1122

def set_edge_security_policy
  @set_edge_security_policy
end

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

RPC-specific configuration for set_security_policy

Returns:

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


1127
1128
1129
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1127

def set_security_policy
  @set_security_policy
end

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

RPC-specific configuration for update

Returns:

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


1132
1133
1134
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1132

def update
  @update
end