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

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

Overview

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


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

def aggregated_list
  @aggregated_list
end

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

RPC-specific configuration for delete

Returns:

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


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

def delete
  @delete
end

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

RPC-specific configuration for get

Returns:

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


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

def get
  @get
end

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

RPC-specific configuration for insert

Returns:

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


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

def insert
  @insert
end

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

RPC-specific configuration for list

Returns:

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


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

def list
  @list
end

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

RPC-specific configuration for patch

Returns:

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


1138
1139
1140
# File 'lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb', line 1138

def patch
  @patch
end

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

RPC-specific configuration for set_certificate_map

Returns:

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


1143
1144
1145
# File 'lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb', line 1143

def set_certificate_map
  @set_certificate_map
end

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

RPC-specific configuration for set_quic_override

Returns:

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


1148
1149
1150
# File 'lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb', line 1148

def set_quic_override
  @set_quic_override
end

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

RPC-specific configuration for set_ssl_certificates

Returns:

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


1153
1154
1155
# File 'lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb', line 1153

def set_ssl_certificates
  @set_ssl_certificates
end

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

RPC-specific configuration for set_ssl_policy

Returns:

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


1158
1159
1160
# File 'lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb', line 1158

def set_ssl_policy
  @set_ssl_policy
end

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

RPC-specific configuration for set_url_map

Returns:

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


1163
1164
1165
# File 'lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb', line 1163

def set_url_map
  @set_url_map
end