body_hash
stringlengths 64
64
| body
stringlengths 23
109k
| docstring
stringlengths 1
57k
| path
stringlengths 4
198
| name
stringlengths 1
115
| repository_name
stringlengths 7
111
| repository_stars
float64 0
191k
| lang
stringclasses 1
value | body_without_docstring
stringlengths 14
108k
| unified
stringlengths 45
133k
|
---|---|---|---|---|---|---|---|---|---|
765ffc151e3c241da6ee2818e5bd2269976e42b539d00fd87cbeb526a95171d9 | def Insert(self, request, global_params=None):
'Creates a HealthCheck resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeHealthChecksInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Insert')
return self._RunMethod(config, request, global_params=global_params) | Creates a HealthCheck resource in the specified project using the data included in the request.
Args:
request: (ComputeHealthChecksInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Insert | KaranToor/MA450 | 1 | python | def Insert(self, request, global_params=None):
'Creates a HealthCheck resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeHealthChecksInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Insert')
return self._RunMethod(config, request, global_params=global_params) | def Insert(self, request, global_params=None):
'Creates a HealthCheck resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeHealthChecksInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Insert')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Creates a HealthCheck resource in the specified project using the data included in the request.
Args:
request: (ComputeHealthChecksInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
926d8bf77fbd5be5755330622dc6a33ce9a57826f15448a00d645ce6080ee8d9 | def List(self, request, global_params=None):
'Retrieves the list of HealthCheck resources available to the specified project.\n\n Args:\n request: (ComputeHealthChecksListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HealthCheckList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | Retrieves the list of HealthCheck resources available to the specified project.
Args:
request: (ComputeHealthChecksListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(HealthCheckList) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | List | KaranToor/MA450 | 1 | python | def List(self, request, global_params=None):
'Retrieves the list of HealthCheck resources available to the specified project.\n\n Args:\n request: (ComputeHealthChecksListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HealthCheckList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | def List(self, request, global_params=None):
'Retrieves the list of HealthCheck resources available to the specified project.\n\n Args:\n request: (ComputeHealthChecksListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HealthCheckList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves the list of HealthCheck resources available to the specified project.
Args:
request: (ComputeHealthChecksListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(HealthCheckList) The response message.<|endoftext|> |
1b8031c580079ac799d35e63244bfaa9ce4f32b1af2f2e4576b7dd02d0e8959f | def Patch(self, request, global_params=None):
'Updates a HealthCheck resource in the specified project using the data included in the request. This method supports patch semantics.\n\n Args:\n request: (ComputeHealthChecksPatchRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Patch')
return self._RunMethod(config, request, global_params=global_params) | Updates a HealthCheck resource in the specified project using the data included in the request. This method supports patch semantics.
Args:
request: (ComputeHealthChecksPatchRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Patch | KaranToor/MA450 | 1 | python | def Patch(self, request, global_params=None):
'Updates a HealthCheck resource in the specified project using the data included in the request. This method supports patch semantics.\n\n Args:\n request: (ComputeHealthChecksPatchRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Patch')
return self._RunMethod(config, request, global_params=global_params) | def Patch(self, request, global_params=None):
'Updates a HealthCheck resource in the specified project using the data included in the request. This method supports patch semantics.\n\n Args:\n request: (ComputeHealthChecksPatchRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Patch')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Updates a HealthCheck resource in the specified project using the data included in the request. This method supports patch semantics.
Args:
request: (ComputeHealthChecksPatchRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
0e23527a1c9712b4a6567a5bac75b236dffb16de2730e491e30acb1689df9c4a | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeHealthChecksTestIamPermissionsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TestPermissionsResponse) The response message.\n '
config = self.GetMethodConfig('TestIamPermissions')
return self._RunMethod(config, request, global_params=global_params) | Returns permissions that a caller has on the specified resource.
Args:
request: (ComputeHealthChecksTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | TestIamPermissions | KaranToor/MA450 | 1 | python | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeHealthChecksTestIamPermissionsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TestPermissionsResponse) The response message.\n '
config = self.GetMethodConfig('TestIamPermissions')
return self._RunMethod(config, request, global_params=global_params) | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeHealthChecksTestIamPermissionsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TestPermissionsResponse) The response message.\n '
config = self.GetMethodConfig('TestIamPermissions')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns permissions that a caller has on the specified resource.
Args:
request: (ComputeHealthChecksTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message.<|endoftext|> |
602bfb83d2bd6ea24bfe1361bfdccefe9f2313d96cf7a0788c46359a7595f9d6 | def Update(self, request, global_params=None):
'Updates a HealthCheck resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeHealthChecksUpdateRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Update')
return self._RunMethod(config, request, global_params=global_params) | Updates a HealthCheck resource in the specified project using the data included in the request.
Args:
request: (ComputeHealthChecksUpdateRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Update | KaranToor/MA450 | 1 | python | def Update(self, request, global_params=None):
'Updates a HealthCheck resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeHealthChecksUpdateRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Update')
return self._RunMethod(config, request, global_params=global_params) | def Update(self, request, global_params=None):
'Updates a HealthCheck resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeHealthChecksUpdateRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Update')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Updates a HealthCheck resource in the specified project using the data included in the request.
Args:
request: (ComputeHealthChecksUpdateRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
ba65a26fe40b708cdc4b1bfbe871768c27cdbff95a3cbcbaf38096153cb794f9 | def AggregatedList(self, request, global_params=None):
'Retrieves an aggregated list of host types.\n\n Args:\n request: (ComputeHostTypesAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HostTypeAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params) | Retrieves an aggregated list of host types.
Args:
request: (ComputeHostTypesAggregatedListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(HostTypeAggregatedList) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | AggregatedList | KaranToor/MA450 | 1 | python | def AggregatedList(self, request, global_params=None):
'Retrieves an aggregated list of host types.\n\n Args:\n request: (ComputeHostTypesAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HostTypeAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params) | def AggregatedList(self, request, global_params=None):
'Retrieves an aggregated list of host types.\n\n Args:\n request: (ComputeHostTypesAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HostTypeAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves an aggregated list of host types.
Args:
request: (ComputeHostTypesAggregatedListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(HostTypeAggregatedList) The response message.<|endoftext|> |
b4092e365a48da482b679f2b12642c2ba9e3f7fe7ff2bb999bbf1f6808449492 | def Get(self, request, global_params=None):
'Returns the specified host type. Get a list of available host types by making a list() request.\n\n Args:\n request: (ComputeHostTypesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HostType) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | Returns the specified host type. Get a list of available host types by making a list() request.
Args:
request: (ComputeHostTypesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(HostType) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Get | KaranToor/MA450 | 1 | python | def Get(self, request, global_params=None):
'Returns the specified host type. Get a list of available host types by making a list() request.\n\n Args:\n request: (ComputeHostTypesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HostType) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | def Get(self, request, global_params=None):
'Returns the specified host type. Get a list of available host types by making a list() request.\n\n Args:\n request: (ComputeHostTypesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HostType) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified host type. Get a list of available host types by making a list() request.
Args:
request: (ComputeHostTypesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(HostType) The response message.<|endoftext|> |
b744aa71bc478315cd2458f406ef464a05e3cfa30d6d3f59170976b6aa60e564 | def List(self, request, global_params=None):
'Retrieves a list of host types available to the specified project.\n\n Args:\n request: (ComputeHostTypesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HostTypeList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | Retrieves a list of host types available to the specified project.
Args:
request: (ComputeHostTypesListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(HostTypeList) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | List | KaranToor/MA450 | 1 | python | def List(self, request, global_params=None):
'Retrieves a list of host types available to the specified project.\n\n Args:\n request: (ComputeHostTypesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HostTypeList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | def List(self, request, global_params=None):
'Retrieves a list of host types available to the specified project.\n\n Args:\n request: (ComputeHostTypesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HostTypeList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves a list of host types available to the specified project.
Args:
request: (ComputeHostTypesListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(HostTypeList) The response message.<|endoftext|> |
593c2fd1375fa9f789a5e7863195ce1bfe215dadccf8c88fd6f44a5b88c19216 | def AggregatedList(self, request, global_params=None):
'Retrieves an aggregated list of hosts.\n\n Args:\n request: (ComputeHostsAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HostAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params) | Retrieves an aggregated list of hosts.
Args:
request: (ComputeHostsAggregatedListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(HostAggregatedList) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | AggregatedList | KaranToor/MA450 | 1 | python | def AggregatedList(self, request, global_params=None):
'Retrieves an aggregated list of hosts.\n\n Args:\n request: (ComputeHostsAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HostAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params) | def AggregatedList(self, request, global_params=None):
'Retrieves an aggregated list of hosts.\n\n Args:\n request: (ComputeHostsAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HostAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves an aggregated list of hosts.
Args:
request: (ComputeHostsAggregatedListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(HostAggregatedList) The response message.<|endoftext|> |
4d1968863fae0c8fd66cc213f9ede6fb513c8acc32d868c0d4fe5a1f0414cdb5 | def Delete(self, request, global_params=None):
'Deletes the specified Host resource.\n\n Args:\n request: (ComputeHostsDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Delete')
return self._RunMethod(config, request, global_params=global_params) | Deletes the specified Host resource.
Args:
request: (ComputeHostsDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Delete | KaranToor/MA450 | 1 | python | def Delete(self, request, global_params=None):
'Deletes the specified Host resource.\n\n Args:\n request: (ComputeHostsDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Delete')
return self._RunMethod(config, request, global_params=global_params) | def Delete(self, request, global_params=None):
'Deletes the specified Host resource.\n\n Args:\n request: (ComputeHostsDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Delete')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Deletes the specified Host resource.
Args:
request: (ComputeHostsDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
abb76f6fab3f65d2b98bc789d353a29d90faf5874315a56cf26980e66228a1e7 | def Get(self, request, global_params=None):
'Returns the specified host. Get a list of available hosts by making a list() request.\n\n Args:\n request: (ComputeHostsGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Host) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | Returns the specified host. Get a list of available hosts by making a list() request.
Args:
request: (ComputeHostsGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Host) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Get | KaranToor/MA450 | 1 | python | def Get(self, request, global_params=None):
'Returns the specified host. Get a list of available hosts by making a list() request.\n\n Args:\n request: (ComputeHostsGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Host) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | def Get(self, request, global_params=None):
'Returns the specified host. Get a list of available hosts by making a list() request.\n\n Args:\n request: (ComputeHostsGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Host) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified host. Get a list of available hosts by making a list() request.
Args:
request: (ComputeHostsGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Host) The response message.<|endoftext|> |
bdcdac33c5c0d8a230619b9f8597e8b08837e7525c8660097cd9a7daee4dba3f | def GetIamPolicy(self, request, global_params=None):
'Gets the access control policy for a resource. May be empty if no such policy or resource exists.\n\n Args:\n request: (ComputeHostsGetIamPolicyRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Policy) The response message.\n '
config = self.GetMethodConfig('GetIamPolicy')
return self._RunMethod(config, request, global_params=global_params) | Gets the access control policy for a resource. May be empty if no such policy or resource exists.
Args:
request: (ComputeHostsGetIamPolicyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Policy) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | GetIamPolicy | KaranToor/MA450 | 1 | python | def GetIamPolicy(self, request, global_params=None):
'Gets the access control policy for a resource. May be empty if no such policy or resource exists.\n\n Args:\n request: (ComputeHostsGetIamPolicyRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Policy) The response message.\n '
config = self.GetMethodConfig('GetIamPolicy')
return self._RunMethod(config, request, global_params=global_params) | def GetIamPolicy(self, request, global_params=None):
'Gets the access control policy for a resource. May be empty if no such policy or resource exists.\n\n Args:\n request: (ComputeHostsGetIamPolicyRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Policy) The response message.\n '
config = self.GetMethodConfig('GetIamPolicy')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Gets the access control policy for a resource. May be empty if no such policy or resource exists.
Args:
request: (ComputeHostsGetIamPolicyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Policy) The response message.<|endoftext|> |
a8f13d3451bd7c3ebf143a87f122fdca37e61dd5e830db69534762f73f3593ec | def Insert(self, request, global_params=None):
'Creates a host resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeHostsInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Insert')
return self._RunMethod(config, request, global_params=global_params) | Creates a host resource in the specified project using the data included in the request.
Args:
request: (ComputeHostsInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Insert | KaranToor/MA450 | 1 | python | def Insert(self, request, global_params=None):
'Creates a host resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeHostsInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Insert')
return self._RunMethod(config, request, global_params=global_params) | def Insert(self, request, global_params=None):
'Creates a host resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeHostsInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Insert')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Creates a host resource in the specified project using the data included in the request.
Args:
request: (ComputeHostsInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
dc837f180ec49fca19b944a8922acb816cbd209ded532d171aacc0503db6ba67 | def List(self, request, global_params=None):
'Retrieves a list of hosts available to the specified project.\n\n Args:\n request: (ComputeHostsListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HostList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | Retrieves a list of hosts available to the specified project.
Args:
request: (ComputeHostsListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(HostList) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | List | KaranToor/MA450 | 1 | python | def List(self, request, global_params=None):
'Retrieves a list of hosts available to the specified project.\n\n Args:\n request: (ComputeHostsListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HostList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | def List(self, request, global_params=None):
'Retrieves a list of hosts available to the specified project.\n\n Args:\n request: (ComputeHostsListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HostList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves a list of hosts available to the specified project.
Args:
request: (ComputeHostsListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(HostList) The response message.<|endoftext|> |
11bc826cb00ef3aed36ea0fb3f0c35283ae3d987d4d47c153a45fcc7b22f45d9 | def SetIamPolicy(self, request, global_params=None):
'Sets the access control policy on the specified resource. Replaces any existing policy.\n\n Args:\n request: (ComputeHostsSetIamPolicyRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Policy) The response message.\n '
config = self.GetMethodConfig('SetIamPolicy')
return self._RunMethod(config, request, global_params=global_params) | Sets the access control policy on the specified resource. Replaces any existing policy.
Args:
request: (ComputeHostsSetIamPolicyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Policy) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | SetIamPolicy | KaranToor/MA450 | 1 | python | def SetIamPolicy(self, request, global_params=None):
'Sets the access control policy on the specified resource. Replaces any existing policy.\n\n Args:\n request: (ComputeHostsSetIamPolicyRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Policy) The response message.\n '
config = self.GetMethodConfig('SetIamPolicy')
return self._RunMethod(config, request, global_params=global_params) | def SetIamPolicy(self, request, global_params=None):
'Sets the access control policy on the specified resource. Replaces any existing policy.\n\n Args:\n request: (ComputeHostsSetIamPolicyRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Policy) The response message.\n '
config = self.GetMethodConfig('SetIamPolicy')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Sets the access control policy on the specified resource. Replaces any existing policy.
Args:
request: (ComputeHostsSetIamPolicyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Policy) The response message.<|endoftext|> |
f796a678f8388d62204a417a13c523c2331e9b4f90e4440d66bbe6efd6c77043 | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeHostsTestIamPermissionsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TestPermissionsResponse) The response message.\n '
config = self.GetMethodConfig('TestIamPermissions')
return self._RunMethod(config, request, global_params=global_params) | Returns permissions that a caller has on the specified resource.
Args:
request: (ComputeHostsTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | TestIamPermissions | KaranToor/MA450 | 1 | python | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeHostsTestIamPermissionsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TestPermissionsResponse) The response message.\n '
config = self.GetMethodConfig('TestIamPermissions')
return self._RunMethod(config, request, global_params=global_params) | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeHostsTestIamPermissionsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TestPermissionsResponse) The response message.\n '
config = self.GetMethodConfig('TestIamPermissions')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns permissions that a caller has on the specified resource.
Args:
request: (ComputeHostsTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message.<|endoftext|> |
cd5f3c4191d3890f09ae69eb4fb69ab28db43642aad0c93abf021dd7357c4fb2 | def Delete(self, request, global_params=None):
'Deletes the specified HttpHealthCheck resource.\n\n Args:\n request: (ComputeHttpHealthChecksDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Delete')
return self._RunMethod(config, request, global_params=global_params) | Deletes the specified HttpHealthCheck resource.
Args:
request: (ComputeHttpHealthChecksDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Delete | KaranToor/MA450 | 1 | python | def Delete(self, request, global_params=None):
'Deletes the specified HttpHealthCheck resource.\n\n Args:\n request: (ComputeHttpHealthChecksDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Delete')
return self._RunMethod(config, request, global_params=global_params) | def Delete(self, request, global_params=None):
'Deletes the specified HttpHealthCheck resource.\n\n Args:\n request: (ComputeHttpHealthChecksDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Delete')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Deletes the specified HttpHealthCheck resource.
Args:
request: (ComputeHttpHealthChecksDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
513b9c42d581b42eac0fa2aa5ad91688103f88482ee061bdd9ac6fd3ee406926 | def Get(self, request, global_params=None):
'Returns the specified HttpHealthCheck resource. Get a list of available HTTP health checks by making a list() request.\n\n Args:\n request: (ComputeHttpHealthChecksGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HttpHealthCheck) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | Returns the specified HttpHealthCheck resource. Get a list of available HTTP health checks by making a list() request.
Args:
request: (ComputeHttpHealthChecksGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(HttpHealthCheck) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Get | KaranToor/MA450 | 1 | python | def Get(self, request, global_params=None):
'Returns the specified HttpHealthCheck resource. Get a list of available HTTP health checks by making a list() request.\n\n Args:\n request: (ComputeHttpHealthChecksGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HttpHealthCheck) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | def Get(self, request, global_params=None):
'Returns the specified HttpHealthCheck resource. Get a list of available HTTP health checks by making a list() request.\n\n Args:\n request: (ComputeHttpHealthChecksGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HttpHealthCheck) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified HttpHealthCheck resource. Get a list of available HTTP health checks by making a list() request.
Args:
request: (ComputeHttpHealthChecksGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(HttpHealthCheck) The response message.<|endoftext|> |
ebdf6bfb240ab27aba45d1c9f79a2f70d25e077dba750ae7dce41be4baa16133 | def Insert(self, request, global_params=None):
'Creates a HttpHealthCheck resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeHttpHealthChecksInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Insert')
return self._RunMethod(config, request, global_params=global_params) | Creates a HttpHealthCheck resource in the specified project using the data included in the request.
Args:
request: (ComputeHttpHealthChecksInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Insert | KaranToor/MA450 | 1 | python | def Insert(self, request, global_params=None):
'Creates a HttpHealthCheck resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeHttpHealthChecksInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Insert')
return self._RunMethod(config, request, global_params=global_params) | def Insert(self, request, global_params=None):
'Creates a HttpHealthCheck resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeHttpHealthChecksInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Insert')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Creates a HttpHealthCheck resource in the specified project using the data included in the request.
Args:
request: (ComputeHttpHealthChecksInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
3c413fc4729a115e7ac06e6c5c5110dade4dcebf2c0248c0a1ba98c9b97c29b6 | def List(self, request, global_params=None):
'Retrieves the list of HttpHealthCheck resources available to the specified project.\n\n Args:\n request: (ComputeHttpHealthChecksListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HttpHealthCheckList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | Retrieves the list of HttpHealthCheck resources available to the specified project.
Args:
request: (ComputeHttpHealthChecksListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(HttpHealthCheckList) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | List | KaranToor/MA450 | 1 | python | def List(self, request, global_params=None):
'Retrieves the list of HttpHealthCheck resources available to the specified project.\n\n Args:\n request: (ComputeHttpHealthChecksListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HttpHealthCheckList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | def List(self, request, global_params=None):
'Retrieves the list of HttpHealthCheck resources available to the specified project.\n\n Args:\n request: (ComputeHttpHealthChecksListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HttpHealthCheckList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves the list of HttpHealthCheck resources available to the specified project.
Args:
request: (ComputeHttpHealthChecksListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(HttpHealthCheckList) The response message.<|endoftext|> |
b25b4efa78094fda189fdaffd46b8185cb8ca31a88a70a0bae3b4f259674c5bb | def Patch(self, request, global_params=None):
'Updates a HttpHealthCheck resource in the specified project using the data included in the request. This method supports patch semantics.\n\n Args:\n request: (ComputeHttpHealthChecksPatchRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Patch')
return self._RunMethod(config, request, global_params=global_params) | Updates a HttpHealthCheck resource in the specified project using the data included in the request. This method supports patch semantics.
Args:
request: (ComputeHttpHealthChecksPatchRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Patch | KaranToor/MA450 | 1 | python | def Patch(self, request, global_params=None):
'Updates a HttpHealthCheck resource in the specified project using the data included in the request. This method supports patch semantics.\n\n Args:\n request: (ComputeHttpHealthChecksPatchRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Patch')
return self._RunMethod(config, request, global_params=global_params) | def Patch(self, request, global_params=None):
'Updates a HttpHealthCheck resource in the specified project using the data included in the request. This method supports patch semantics.\n\n Args:\n request: (ComputeHttpHealthChecksPatchRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Patch')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Updates a HttpHealthCheck resource in the specified project using the data included in the request. This method supports patch semantics.
Args:
request: (ComputeHttpHealthChecksPatchRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
2bc28736897d53d4a9b85761783ec2aa8b3e7477ed0fdec2a0946f5637719f77 | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeHttpHealthChecksTestIamPermissionsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TestPermissionsResponse) The response message.\n '
config = self.GetMethodConfig('TestIamPermissions')
return self._RunMethod(config, request, global_params=global_params) | Returns permissions that a caller has on the specified resource.
Args:
request: (ComputeHttpHealthChecksTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | TestIamPermissions | KaranToor/MA450 | 1 | python | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeHttpHealthChecksTestIamPermissionsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TestPermissionsResponse) The response message.\n '
config = self.GetMethodConfig('TestIamPermissions')
return self._RunMethod(config, request, global_params=global_params) | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeHttpHealthChecksTestIamPermissionsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TestPermissionsResponse) The response message.\n '
config = self.GetMethodConfig('TestIamPermissions')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns permissions that a caller has on the specified resource.
Args:
request: (ComputeHttpHealthChecksTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message.<|endoftext|> |
435060fb3cb33e1d84efc34edc8a103355d9f3a5a02e797c9b7be00f55a9edf7 | def Update(self, request, global_params=None):
'Updates a HttpHealthCheck resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeHttpHealthChecksUpdateRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Update')
return self._RunMethod(config, request, global_params=global_params) | Updates a HttpHealthCheck resource in the specified project using the data included in the request.
Args:
request: (ComputeHttpHealthChecksUpdateRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Update | KaranToor/MA450 | 1 | python | def Update(self, request, global_params=None):
'Updates a HttpHealthCheck resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeHttpHealthChecksUpdateRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Update')
return self._RunMethod(config, request, global_params=global_params) | def Update(self, request, global_params=None):
'Updates a HttpHealthCheck resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeHttpHealthChecksUpdateRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Update')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Updates a HttpHealthCheck resource in the specified project using the data included in the request.
Args:
request: (ComputeHttpHealthChecksUpdateRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
6477a4f528214de1daed0fa7a86eb0f2207a172de05c02ffa7b78c830342036b | def Delete(self, request, global_params=None):
'Deletes the specified HttpsHealthCheck resource.\n\n Args:\n request: (ComputeHttpsHealthChecksDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Delete')
return self._RunMethod(config, request, global_params=global_params) | Deletes the specified HttpsHealthCheck resource.
Args:
request: (ComputeHttpsHealthChecksDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Delete | KaranToor/MA450 | 1 | python | def Delete(self, request, global_params=None):
'Deletes the specified HttpsHealthCheck resource.\n\n Args:\n request: (ComputeHttpsHealthChecksDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Delete')
return self._RunMethod(config, request, global_params=global_params) | def Delete(self, request, global_params=None):
'Deletes the specified HttpsHealthCheck resource.\n\n Args:\n request: (ComputeHttpsHealthChecksDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Delete')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Deletes the specified HttpsHealthCheck resource.
Args:
request: (ComputeHttpsHealthChecksDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
55d01a069da55d902fa9cf73461a83eed0d65e74c03be58bea027404ce69f31d | def Get(self, request, global_params=None):
'Returns the specified HttpsHealthCheck resource. Get a list of available HTTPS health checks by making a list() request.\n\n Args:\n request: (ComputeHttpsHealthChecksGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HttpsHealthCheck) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | Returns the specified HttpsHealthCheck resource. Get a list of available HTTPS health checks by making a list() request.
Args:
request: (ComputeHttpsHealthChecksGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(HttpsHealthCheck) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Get | KaranToor/MA450 | 1 | python | def Get(self, request, global_params=None):
'Returns the specified HttpsHealthCheck resource. Get a list of available HTTPS health checks by making a list() request.\n\n Args:\n request: (ComputeHttpsHealthChecksGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HttpsHealthCheck) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | def Get(self, request, global_params=None):
'Returns the specified HttpsHealthCheck resource. Get a list of available HTTPS health checks by making a list() request.\n\n Args:\n request: (ComputeHttpsHealthChecksGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HttpsHealthCheck) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified HttpsHealthCheck resource. Get a list of available HTTPS health checks by making a list() request.
Args:
request: (ComputeHttpsHealthChecksGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(HttpsHealthCheck) The response message.<|endoftext|> |
3d52128f8bb0c8f11b5b59b41583a60a803e5a0d6823a61464b376e46e3decbc | def Insert(self, request, global_params=None):
'Creates a HttpsHealthCheck resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeHttpsHealthChecksInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Insert')
return self._RunMethod(config, request, global_params=global_params) | Creates a HttpsHealthCheck resource in the specified project using the data included in the request.
Args:
request: (ComputeHttpsHealthChecksInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Insert | KaranToor/MA450 | 1 | python | def Insert(self, request, global_params=None):
'Creates a HttpsHealthCheck resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeHttpsHealthChecksInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Insert')
return self._RunMethod(config, request, global_params=global_params) | def Insert(self, request, global_params=None):
'Creates a HttpsHealthCheck resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeHttpsHealthChecksInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Insert')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Creates a HttpsHealthCheck resource in the specified project using the data included in the request.
Args:
request: (ComputeHttpsHealthChecksInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
5ad1dde7e7b6e1170459015899538f8f6821071a7dc1921f84d515a8db6c6e59 | def List(self, request, global_params=None):
'Retrieves the list of HttpsHealthCheck resources available to the specified project.\n\n Args:\n request: (ComputeHttpsHealthChecksListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HttpsHealthCheckList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | Retrieves the list of HttpsHealthCheck resources available to the specified project.
Args:
request: (ComputeHttpsHealthChecksListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(HttpsHealthCheckList) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | List | KaranToor/MA450 | 1 | python | def List(self, request, global_params=None):
'Retrieves the list of HttpsHealthCheck resources available to the specified project.\n\n Args:\n request: (ComputeHttpsHealthChecksListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HttpsHealthCheckList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | def List(self, request, global_params=None):
'Retrieves the list of HttpsHealthCheck resources available to the specified project.\n\n Args:\n request: (ComputeHttpsHealthChecksListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (HttpsHealthCheckList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves the list of HttpsHealthCheck resources available to the specified project.
Args:
request: (ComputeHttpsHealthChecksListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(HttpsHealthCheckList) The response message.<|endoftext|> |
08bac33c7ad41d6d55d63e9d2ca4550b434707ac9b55214a0e7330c42c414eb8 | def Patch(self, request, global_params=None):
'Updates a HttpsHealthCheck resource in the specified project using the data included in the request. This method supports patch semantics.\n\n Args:\n request: (ComputeHttpsHealthChecksPatchRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Patch')
return self._RunMethod(config, request, global_params=global_params) | Updates a HttpsHealthCheck resource in the specified project using the data included in the request. This method supports patch semantics.
Args:
request: (ComputeHttpsHealthChecksPatchRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Patch | KaranToor/MA450 | 1 | python | def Patch(self, request, global_params=None):
'Updates a HttpsHealthCheck resource in the specified project using the data included in the request. This method supports patch semantics.\n\n Args:\n request: (ComputeHttpsHealthChecksPatchRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Patch')
return self._RunMethod(config, request, global_params=global_params) | def Patch(self, request, global_params=None):
'Updates a HttpsHealthCheck resource in the specified project using the data included in the request. This method supports patch semantics.\n\n Args:\n request: (ComputeHttpsHealthChecksPatchRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Patch')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Updates a HttpsHealthCheck resource in the specified project using the data included in the request. This method supports patch semantics.
Args:
request: (ComputeHttpsHealthChecksPatchRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
42e4a101f7ce8b03155e8ea6b2660dbe03e48dd2b17c17d331c8f469802d9015 | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeHttpsHealthChecksTestIamPermissionsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TestPermissionsResponse) The response message.\n '
config = self.GetMethodConfig('TestIamPermissions')
return self._RunMethod(config, request, global_params=global_params) | Returns permissions that a caller has on the specified resource.
Args:
request: (ComputeHttpsHealthChecksTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | TestIamPermissions | KaranToor/MA450 | 1 | python | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeHttpsHealthChecksTestIamPermissionsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TestPermissionsResponse) The response message.\n '
config = self.GetMethodConfig('TestIamPermissions')
return self._RunMethod(config, request, global_params=global_params) | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeHttpsHealthChecksTestIamPermissionsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TestPermissionsResponse) The response message.\n '
config = self.GetMethodConfig('TestIamPermissions')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns permissions that a caller has on the specified resource.
Args:
request: (ComputeHttpsHealthChecksTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message.<|endoftext|> |
b732e5d93b183c8eae1263a81e74cd30499be7a78cf19425719c6c69679e3cc1 | def Update(self, request, global_params=None):
'Updates a HttpsHealthCheck resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeHttpsHealthChecksUpdateRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Update')
return self._RunMethod(config, request, global_params=global_params) | Updates a HttpsHealthCheck resource in the specified project using the data included in the request.
Args:
request: (ComputeHttpsHealthChecksUpdateRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Update | KaranToor/MA450 | 1 | python | def Update(self, request, global_params=None):
'Updates a HttpsHealthCheck resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeHttpsHealthChecksUpdateRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Update')
return self._RunMethod(config, request, global_params=global_params) | def Update(self, request, global_params=None):
'Updates a HttpsHealthCheck resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeHttpsHealthChecksUpdateRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Update')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Updates a HttpsHealthCheck resource in the specified project using the data included in the request.
Args:
request: (ComputeHttpsHealthChecksUpdateRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
ca50654519e95a439de51eb6c072e2eff529382feba51a6fdfefe34bdebf7331 | def Delete(self, request, global_params=None):
'Deletes the specified image.\n\n Args:\n request: (ComputeImagesDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Delete')
return self._RunMethod(config, request, global_params=global_params) | Deletes the specified image.
Args:
request: (ComputeImagesDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Delete | KaranToor/MA450 | 1 | python | def Delete(self, request, global_params=None):
'Deletes the specified image.\n\n Args:\n request: (ComputeImagesDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Delete')
return self._RunMethod(config, request, global_params=global_params) | def Delete(self, request, global_params=None):
'Deletes the specified image.\n\n Args:\n request: (ComputeImagesDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Delete')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Deletes the specified image.
Args:
request: (ComputeImagesDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
46f67fe611e61cae79e09bdfad0723995484580ba9bc628bb0543daf1f13eda8 | def Deprecate(self, request, global_params=None):
'Sets the deprecation status of an image.\n\nIf an empty request body is given, clears the deprecation status instead.\n\n Args:\n request: (ComputeImagesDeprecateRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Deprecate')
return self._RunMethod(config, request, global_params=global_params) | Sets the deprecation status of an image.
If an empty request body is given, clears the deprecation status instead.
Args:
request: (ComputeImagesDeprecateRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Deprecate | KaranToor/MA450 | 1 | python | def Deprecate(self, request, global_params=None):
'Sets the deprecation status of an image.\n\nIf an empty request body is given, clears the deprecation status instead.\n\n Args:\n request: (ComputeImagesDeprecateRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Deprecate')
return self._RunMethod(config, request, global_params=global_params) | def Deprecate(self, request, global_params=None):
'Sets the deprecation status of an image.\n\nIf an empty request body is given, clears the deprecation status instead.\n\n Args:\n request: (ComputeImagesDeprecateRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Deprecate')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Sets the deprecation status of an image.
If an empty request body is given, clears the deprecation status instead.
Args:
request: (ComputeImagesDeprecateRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
f89928e85fef83fe1684b06b68b3175194f275ef4db518c1f557d33a6a8b9de0 | def Get(self, request, global_params=None):
'Returns the specified image. Get a list of available images by making a list() request.\n\n Args:\n request: (ComputeImagesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Image) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | Returns the specified image. Get a list of available images by making a list() request.
Args:
request: (ComputeImagesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Image) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Get | KaranToor/MA450 | 1 | python | def Get(self, request, global_params=None):
'Returns the specified image. Get a list of available images by making a list() request.\n\n Args:\n request: (ComputeImagesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Image) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | def Get(self, request, global_params=None):
'Returns the specified image. Get a list of available images by making a list() request.\n\n Args:\n request: (ComputeImagesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Image) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified image. Get a list of available images by making a list() request.
Args:
request: (ComputeImagesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Image) The response message.<|endoftext|> |
7182a910c9aeaae654e2760fb66aaadcac2e605298e88269fa24e54e9a021172 | def GetFromFamily(self, request, global_params=None):
'Returns the latest image that is part of an image family and is not deprecated.\n\n Args:\n request: (ComputeImagesGetFromFamilyRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Image) The response message.\n '
config = self.GetMethodConfig('GetFromFamily')
return self._RunMethod(config, request, global_params=global_params) | Returns the latest image that is part of an image family and is not deprecated.
Args:
request: (ComputeImagesGetFromFamilyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Image) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | GetFromFamily | KaranToor/MA450 | 1 | python | def GetFromFamily(self, request, global_params=None):
'Returns the latest image that is part of an image family and is not deprecated.\n\n Args:\n request: (ComputeImagesGetFromFamilyRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Image) The response message.\n '
config = self.GetMethodConfig('GetFromFamily')
return self._RunMethod(config, request, global_params=global_params) | def GetFromFamily(self, request, global_params=None):
'Returns the latest image that is part of an image family and is not deprecated.\n\n Args:\n request: (ComputeImagesGetFromFamilyRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Image) The response message.\n '
config = self.GetMethodConfig('GetFromFamily')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the latest image that is part of an image family and is not deprecated.
Args:
request: (ComputeImagesGetFromFamilyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Image) The response message.<|endoftext|> |
4311f9912a84f08635fbbb94ace5e9a3da23b5b1a8c88718c81cfdd063c71764 | def Insert(self, request, global_params=None):
'Creates an image in the specified project using the data included in the request.\n\n Args:\n request: (ComputeImagesInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Insert')
return self._RunMethod(config, request, global_params=global_params) | Creates an image in the specified project using the data included in the request.
Args:
request: (ComputeImagesInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Insert | KaranToor/MA450 | 1 | python | def Insert(self, request, global_params=None):
'Creates an image in the specified project using the data included in the request.\n\n Args:\n request: (ComputeImagesInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Insert')
return self._RunMethod(config, request, global_params=global_params) | def Insert(self, request, global_params=None):
'Creates an image in the specified project using the data included in the request.\n\n Args:\n request: (ComputeImagesInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Insert')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Creates an image in the specified project using the data included in the request.
Args:
request: (ComputeImagesInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
e5a37b133598169c017a736c065957ae023cbd72bc4eda005a89230991e6ade6 | def List(self, request, global_params=None):
'Retrieves the list of private images available to the specified project. Private images are images you create that belong to your project. This method does not get any images that belong to other projects, including publicly-available images, like Debian 8. If you want to get a list of publicly-available images, use this method to make a request to the respective image project, such as debian-cloud or windows-cloud.\n\n Args:\n request: (ComputeImagesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (ImageList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | Retrieves the list of private images available to the specified project. Private images are images you create that belong to your project. This method does not get any images that belong to other projects, including publicly-available images, like Debian 8. If you want to get a list of publicly-available images, use this method to make a request to the respective image project, such as debian-cloud or windows-cloud.
Args:
request: (ComputeImagesListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(ImageList) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | List | KaranToor/MA450 | 1 | python | def List(self, request, global_params=None):
'Retrieves the list of private images available to the specified project. Private images are images you create that belong to your project. This method does not get any images that belong to other projects, including publicly-available images, like Debian 8. If you want to get a list of publicly-available images, use this method to make a request to the respective image project, such as debian-cloud or windows-cloud.\n\n Args:\n request: (ComputeImagesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (ImageList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | def List(self, request, global_params=None):
'Retrieves the list of private images available to the specified project. Private images are images you create that belong to your project. This method does not get any images that belong to other projects, including publicly-available images, like Debian 8. If you want to get a list of publicly-available images, use this method to make a request to the respective image project, such as debian-cloud or windows-cloud.\n\n Args:\n request: (ComputeImagesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (ImageList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves the list of private images available to the specified project. Private images are images you create that belong to your project. This method does not get any images that belong to other projects, including publicly-available images, like Debian 8. If you want to get a list of publicly-available images, use this method to make a request to the respective image project, such as debian-cloud or windows-cloud.
Args:
request: (ComputeImagesListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(ImageList) The response message.<|endoftext|> |
f839224755e30bc5bbb5201a49bc658863d205069d353f1fb778c67261a1ea06 | def SetLabels(self, request, global_params=None):
'Sets the labels on an image. To learn more about labels, read the Labeling or Tagging Resources documentation.\n\n Args:\n request: (ComputeImagesSetLabelsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetLabels')
return self._RunMethod(config, request, global_params=global_params) | Sets the labels on an image. To learn more about labels, read the Labeling or Tagging Resources documentation.
Args:
request: (ComputeImagesSetLabelsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | SetLabels | KaranToor/MA450 | 1 | python | def SetLabels(self, request, global_params=None):
'Sets the labels on an image. To learn more about labels, read the Labeling or Tagging Resources documentation.\n\n Args:\n request: (ComputeImagesSetLabelsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetLabels')
return self._RunMethod(config, request, global_params=global_params) | def SetLabels(self, request, global_params=None):
'Sets the labels on an image. To learn more about labels, read the Labeling or Tagging Resources documentation.\n\n Args:\n request: (ComputeImagesSetLabelsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetLabels')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Sets the labels on an image. To learn more about labels, read the Labeling or Tagging Resources documentation.
Args:
request: (ComputeImagesSetLabelsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
fa508c51f1aa2209145a98093e5a3c2299e53cb155359d0d70d640509764c15a | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeImagesTestIamPermissionsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TestPermissionsResponse) The response message.\n '
config = self.GetMethodConfig('TestIamPermissions')
return self._RunMethod(config, request, global_params=global_params) | Returns permissions that a caller has on the specified resource.
Args:
request: (ComputeImagesTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | TestIamPermissions | KaranToor/MA450 | 1 | python | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeImagesTestIamPermissionsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TestPermissionsResponse) The response message.\n '
config = self.GetMethodConfig('TestIamPermissions')
return self._RunMethod(config, request, global_params=global_params) | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeImagesTestIamPermissionsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TestPermissionsResponse) The response message.\n '
config = self.GetMethodConfig('TestIamPermissions')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns permissions that a caller has on the specified resource.
Args:
request: (ComputeImagesTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message.<|endoftext|> |
235880f27ccb3e2b6e02269043eff85aa230617ec3ec01fe347403500d4e8e5d | def AbandonInstances(self, request, global_params=None):
'Schedules a group action to remove the specified instances from the managed instance group. Abandoning an instance does not delete the instance, but it does remove the instance from any target pools that are applied by the managed instance group. This method reduces the targetSize of the managed instance group by the number of instances that you abandon. This operation is marked as DONE when the action is scheduled even if the instances have not yet been removed from the group. You must separately verify the status of the abandoning action with the listmanagedinstances method.\n\n Args:\n request: (ComputeInstanceGroupManagersAbandonInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('AbandonInstances')
return self._RunMethod(config, request, global_params=global_params) | Schedules a group action to remove the specified instances from the managed instance group. Abandoning an instance does not delete the instance, but it does remove the instance from any target pools that are applied by the managed instance group. This method reduces the targetSize of the managed instance group by the number of instances that you abandon. This operation is marked as DONE when the action is scheduled even if the instances have not yet been removed from the group. You must separately verify the status of the abandoning action with the listmanagedinstances method.
Args:
request: (ComputeInstanceGroupManagersAbandonInstancesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | AbandonInstances | KaranToor/MA450 | 1 | python | def AbandonInstances(self, request, global_params=None):
'Schedules a group action to remove the specified instances from the managed instance group. Abandoning an instance does not delete the instance, but it does remove the instance from any target pools that are applied by the managed instance group. This method reduces the targetSize of the managed instance group by the number of instances that you abandon. This operation is marked as DONE when the action is scheduled even if the instances have not yet been removed from the group. You must separately verify the status of the abandoning action with the listmanagedinstances method.\n\n Args:\n request: (ComputeInstanceGroupManagersAbandonInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('AbandonInstances')
return self._RunMethod(config, request, global_params=global_params) | def AbandonInstances(self, request, global_params=None):
'Schedules a group action to remove the specified instances from the managed instance group. Abandoning an instance does not delete the instance, but it does remove the instance from any target pools that are applied by the managed instance group. This method reduces the targetSize of the managed instance group by the number of instances that you abandon. This operation is marked as DONE when the action is scheduled even if the instances have not yet been removed from the group. You must separately verify the status of the abandoning action with the listmanagedinstances method.\n\n Args:\n request: (ComputeInstanceGroupManagersAbandonInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('AbandonInstances')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Schedules a group action to remove the specified instances from the managed instance group. Abandoning an instance does not delete the instance, but it does remove the instance from any target pools that are applied by the managed instance group. This method reduces the targetSize of the managed instance group by the number of instances that you abandon. This operation is marked as DONE when the action is scheduled even if the instances have not yet been removed from the group. You must separately verify the status of the abandoning action with the listmanagedinstances method.
Args:
request: (ComputeInstanceGroupManagersAbandonInstancesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
9b65f17269cc5511861209a7eecf5dabfd0c5c285301c5411858ecffd6838bca | def AggregatedList(self, request, global_params=None):
'Retrieves the list of managed instance groups and groups them by zone.\n\n Args:\n request: (ComputeInstanceGroupManagersAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceGroupManagerAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params) | Retrieves the list of managed instance groups and groups them by zone.
Args:
request: (ComputeInstanceGroupManagersAggregatedListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceGroupManagerAggregatedList) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | AggregatedList | KaranToor/MA450 | 1 | python | def AggregatedList(self, request, global_params=None):
'Retrieves the list of managed instance groups and groups them by zone.\n\n Args:\n request: (ComputeInstanceGroupManagersAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceGroupManagerAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params) | def AggregatedList(self, request, global_params=None):
'Retrieves the list of managed instance groups and groups them by zone.\n\n Args:\n request: (ComputeInstanceGroupManagersAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceGroupManagerAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves the list of managed instance groups and groups them by zone.
Args:
request: (ComputeInstanceGroupManagersAggregatedListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceGroupManagerAggregatedList) The response message.<|endoftext|> |
787dfbf5d69787bd65cb4db52b9ba688b716164b63704f002e2b42a23189351e | def Delete(self, request, global_params=None):
'Deletes the specified managed instance group and all of the instances in that group. Note that the instance group must not belong to a backend service. Read Deleting an instance group for more information.\n\n Args:\n request: (ComputeInstanceGroupManagersDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Delete')
return self._RunMethod(config, request, global_params=global_params) | Deletes the specified managed instance group and all of the instances in that group. Note that the instance group must not belong to a backend service. Read Deleting an instance group for more information.
Args:
request: (ComputeInstanceGroupManagersDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Delete | KaranToor/MA450 | 1 | python | def Delete(self, request, global_params=None):
'Deletes the specified managed instance group and all of the instances in that group. Note that the instance group must not belong to a backend service. Read Deleting an instance group for more information.\n\n Args:\n request: (ComputeInstanceGroupManagersDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Delete')
return self._RunMethod(config, request, global_params=global_params) | def Delete(self, request, global_params=None):
'Deletes the specified managed instance group and all of the instances in that group. Note that the instance group must not belong to a backend service. Read Deleting an instance group for more information.\n\n Args:\n request: (ComputeInstanceGroupManagersDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Delete')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Deletes the specified managed instance group and all of the instances in that group. Note that the instance group must not belong to a backend service. Read Deleting an instance group for more information.
Args:
request: (ComputeInstanceGroupManagersDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
d4c907018fbf6519f29a59413eafd4b5f3ecdf5c0357a354d2069bfac69be416 | def DeleteInstances(self, request, global_params=None):
'Schedules a group action to delete the specified instances in the managed instance group. The instances are also removed from any target pools of which they were a member. This method reduces the targetSize of the managed instance group by the number of instances that you delete. This operation is marked as DONE when the action is scheduled even if the instances are still being deleted. You must separately verify the status of the deleting action with the listmanagedinstances method.\n\n Args:\n request: (ComputeInstanceGroupManagersDeleteInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('DeleteInstances')
return self._RunMethod(config, request, global_params=global_params) | Schedules a group action to delete the specified instances in the managed instance group. The instances are also removed from any target pools of which they were a member. This method reduces the targetSize of the managed instance group by the number of instances that you delete. This operation is marked as DONE when the action is scheduled even if the instances are still being deleted. You must separately verify the status of the deleting action with the listmanagedinstances method.
Args:
request: (ComputeInstanceGroupManagersDeleteInstancesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | DeleteInstances | KaranToor/MA450 | 1 | python | def DeleteInstances(self, request, global_params=None):
'Schedules a group action to delete the specified instances in the managed instance group. The instances are also removed from any target pools of which they were a member. This method reduces the targetSize of the managed instance group by the number of instances that you delete. This operation is marked as DONE when the action is scheduled even if the instances are still being deleted. You must separately verify the status of the deleting action with the listmanagedinstances method.\n\n Args:\n request: (ComputeInstanceGroupManagersDeleteInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('DeleteInstances')
return self._RunMethod(config, request, global_params=global_params) | def DeleteInstances(self, request, global_params=None):
'Schedules a group action to delete the specified instances in the managed instance group. The instances are also removed from any target pools of which they were a member. This method reduces the targetSize of the managed instance group by the number of instances that you delete. This operation is marked as DONE when the action is scheduled even if the instances are still being deleted. You must separately verify the status of the deleting action with the listmanagedinstances method.\n\n Args:\n request: (ComputeInstanceGroupManagersDeleteInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('DeleteInstances')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Schedules a group action to delete the specified instances in the managed instance group. The instances are also removed from any target pools of which they were a member. This method reduces the targetSize of the managed instance group by the number of instances that you delete. This operation is marked as DONE when the action is scheduled even if the instances are still being deleted. You must separately verify the status of the deleting action with the listmanagedinstances method.
Args:
request: (ComputeInstanceGroupManagersDeleteInstancesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
849b07dc734316da52d2f99ddfa39d4bc59463acb0a1c91da8aa646792c5ce01 | def Get(self, request, global_params=None):
'Returns all of the details about the specified managed instance group. Get a list of available managed instance groups by making a list() request.\n\n Args:\n request: (ComputeInstanceGroupManagersGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceGroupManager) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | Returns all of the details about the specified managed instance group. Get a list of available managed instance groups by making a list() request.
Args:
request: (ComputeInstanceGroupManagersGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceGroupManager) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Get | KaranToor/MA450 | 1 | python | def Get(self, request, global_params=None):
'Returns all of the details about the specified managed instance group. Get a list of available managed instance groups by making a list() request.\n\n Args:\n request: (ComputeInstanceGroupManagersGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceGroupManager) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | def Get(self, request, global_params=None):
'Returns all of the details about the specified managed instance group. Get a list of available managed instance groups by making a list() request.\n\n Args:\n request: (ComputeInstanceGroupManagersGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceGroupManager) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns all of the details about the specified managed instance group. Get a list of available managed instance groups by making a list() request.
Args:
request: (ComputeInstanceGroupManagersGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceGroupManager) The response message.<|endoftext|> |
89c11ffcdcdfe58af1e4180b89d05605c70217b3c2b388c33302ecfd88c60b73 | def Insert(self, request, global_params=None):
'Creates a managed instance group using the information that you specify in the request. After the group is created, it schedules an action to create instances in the group using the specified instance template. This operation is marked as DONE when the group is created even if the instances in the group have not yet been created. You must separately verify the status of the individual instances with the listmanagedinstances method.\n\n Args:\n request: (ComputeInstanceGroupManagersInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Insert')
return self._RunMethod(config, request, global_params=global_params) | Creates a managed instance group using the information that you specify in the request. After the group is created, it schedules an action to create instances in the group using the specified instance template. This operation is marked as DONE when the group is created even if the instances in the group have not yet been created. You must separately verify the status of the individual instances with the listmanagedinstances method.
Args:
request: (ComputeInstanceGroupManagersInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Insert | KaranToor/MA450 | 1 | python | def Insert(self, request, global_params=None):
'Creates a managed instance group using the information that you specify in the request. After the group is created, it schedules an action to create instances in the group using the specified instance template. This operation is marked as DONE when the group is created even if the instances in the group have not yet been created. You must separately verify the status of the individual instances with the listmanagedinstances method.\n\n Args:\n request: (ComputeInstanceGroupManagersInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Insert')
return self._RunMethod(config, request, global_params=global_params) | def Insert(self, request, global_params=None):
'Creates a managed instance group using the information that you specify in the request. After the group is created, it schedules an action to create instances in the group using the specified instance template. This operation is marked as DONE when the group is created even if the instances in the group have not yet been created. You must separately verify the status of the individual instances with the listmanagedinstances method.\n\n Args:\n request: (ComputeInstanceGroupManagersInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Insert')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Creates a managed instance group using the information that you specify in the request. After the group is created, it schedules an action to create instances in the group using the specified instance template. This operation is marked as DONE when the group is created even if the instances in the group have not yet been created. You must separately verify the status of the individual instances with the listmanagedinstances method.
Args:
request: (ComputeInstanceGroupManagersInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
bfb518fa122a9c13cab2fae4d0deaaeab9de65e0648bed2b1b07d00efa56a6c7 | def List(self, request, global_params=None):
'Retrieves a list of managed instance groups that are contained within the specified project and zone.\n\n Args:\n request: (ComputeInstanceGroupManagersListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceGroupManagerList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | Retrieves a list of managed instance groups that are contained within the specified project and zone.
Args:
request: (ComputeInstanceGroupManagersListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceGroupManagerList) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | List | KaranToor/MA450 | 1 | python | def List(self, request, global_params=None):
'Retrieves a list of managed instance groups that are contained within the specified project and zone.\n\n Args:\n request: (ComputeInstanceGroupManagersListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceGroupManagerList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | def List(self, request, global_params=None):
'Retrieves a list of managed instance groups that are contained within the specified project and zone.\n\n Args:\n request: (ComputeInstanceGroupManagersListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceGroupManagerList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves a list of managed instance groups that are contained within the specified project and zone.
Args:
request: (ComputeInstanceGroupManagersListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceGroupManagerList) The response message.<|endoftext|> |
4756d580f6a0165fa60cf41e8bec4e4d162abae4dfc99fc6ec7265fa12d85985 | def ListManagedInstances(self, request, global_params=None):
'Lists all of the instances in the managed instance group. Each instance in the list has a currentAction, which indicates the action that the managed instance group is performing on the instance. For example, if the group is still creating an instance, the currentAction is CREATING. If a previous action failed, the list displays the errors for that failed action.\n\n Args:\n request: (ComputeInstanceGroupManagersListManagedInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceGroupManagersListManagedInstancesResponse) The response message.\n '
config = self.GetMethodConfig('ListManagedInstances')
return self._RunMethod(config, request, global_params=global_params) | Lists all of the instances in the managed instance group. Each instance in the list has a currentAction, which indicates the action that the managed instance group is performing on the instance. For example, if the group is still creating an instance, the currentAction is CREATING. If a previous action failed, the list displays the errors for that failed action.
Args:
request: (ComputeInstanceGroupManagersListManagedInstancesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceGroupManagersListManagedInstancesResponse) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | ListManagedInstances | KaranToor/MA450 | 1 | python | def ListManagedInstances(self, request, global_params=None):
'Lists all of the instances in the managed instance group. Each instance in the list has a currentAction, which indicates the action that the managed instance group is performing on the instance. For example, if the group is still creating an instance, the currentAction is CREATING. If a previous action failed, the list displays the errors for that failed action.\n\n Args:\n request: (ComputeInstanceGroupManagersListManagedInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceGroupManagersListManagedInstancesResponse) The response message.\n '
config = self.GetMethodConfig('ListManagedInstances')
return self._RunMethod(config, request, global_params=global_params) | def ListManagedInstances(self, request, global_params=None):
'Lists all of the instances in the managed instance group. Each instance in the list has a currentAction, which indicates the action that the managed instance group is performing on the instance. For example, if the group is still creating an instance, the currentAction is CREATING. If a previous action failed, the list displays the errors for that failed action.\n\n Args:\n request: (ComputeInstanceGroupManagersListManagedInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceGroupManagersListManagedInstancesResponse) The response message.\n '
config = self.GetMethodConfig('ListManagedInstances')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Lists all of the instances in the managed instance group. Each instance in the list has a currentAction, which indicates the action that the managed instance group is performing on the instance. For example, if the group is still creating an instance, the currentAction is CREATING. If a previous action failed, the list displays the errors for that failed action.
Args:
request: (ComputeInstanceGroupManagersListManagedInstancesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceGroupManagersListManagedInstancesResponse) The response message.<|endoftext|> |
48f4c49c25c8555e54cbab2a12c97237c639fd7b1463c6e97f83df7341d97595 | def Patch(self, request, global_params=None):
'Updates a managed instance group using the information that you specify in the request. The field statefulPolicy is updated using PATCH semantics. This operation is marked as DONE when the group is updated even if the instances in the group have not yet been updated. You must separately verify the status of the individual instances with the listmanagedinstances method. This method supports patch semantics.\n\n Args:\n request: (ComputeInstanceGroupManagersPatchRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Patch')
return self._RunMethod(config, request, global_params=global_params) | Updates a managed instance group using the information that you specify in the request. The field statefulPolicy is updated using PATCH semantics. This operation is marked as DONE when the group is updated even if the instances in the group have not yet been updated. You must separately verify the status of the individual instances with the listmanagedinstances method. This method supports patch semantics.
Args:
request: (ComputeInstanceGroupManagersPatchRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Patch | KaranToor/MA450 | 1 | python | def Patch(self, request, global_params=None):
'Updates a managed instance group using the information that you specify in the request. The field statefulPolicy is updated using PATCH semantics. This operation is marked as DONE when the group is updated even if the instances in the group have not yet been updated. You must separately verify the status of the individual instances with the listmanagedinstances method. This method supports patch semantics.\n\n Args:\n request: (ComputeInstanceGroupManagersPatchRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Patch')
return self._RunMethod(config, request, global_params=global_params) | def Patch(self, request, global_params=None):
'Updates a managed instance group using the information that you specify in the request. The field statefulPolicy is updated using PATCH semantics. This operation is marked as DONE when the group is updated even if the instances in the group have not yet been updated. You must separately verify the status of the individual instances with the listmanagedinstances method. This method supports patch semantics.\n\n Args:\n request: (ComputeInstanceGroupManagersPatchRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Patch')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Updates a managed instance group using the information that you specify in the request. The field statefulPolicy is updated using PATCH semantics. This operation is marked as DONE when the group is updated even if the instances in the group have not yet been updated. You must separately verify the status of the individual instances with the listmanagedinstances method. This method supports patch semantics.
Args:
request: (ComputeInstanceGroupManagersPatchRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
6ed45da1785c489306cb7ecfb8932d8ad4532acb9f6ab8d7c3faabe283202b55 | def RecreateInstances(self, request, global_params=None):
'Schedules a group action to recreate the specified instances in the managed instance group. The instances are deleted and recreated using the current instance template for the managed instance group. This operation is marked as DONE when the action is scheduled even if the instances have not yet been recreated. You must separately verify the status of the recreating action with the listmanagedinstances method.\n\n Args:\n request: (ComputeInstanceGroupManagersRecreateInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('RecreateInstances')
return self._RunMethod(config, request, global_params=global_params) | Schedules a group action to recreate the specified instances in the managed instance group. The instances are deleted and recreated using the current instance template for the managed instance group. This operation is marked as DONE when the action is scheduled even if the instances have not yet been recreated. You must separately verify the status of the recreating action with the listmanagedinstances method.
Args:
request: (ComputeInstanceGroupManagersRecreateInstancesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | RecreateInstances | KaranToor/MA450 | 1 | python | def RecreateInstances(self, request, global_params=None):
'Schedules a group action to recreate the specified instances in the managed instance group. The instances are deleted and recreated using the current instance template for the managed instance group. This operation is marked as DONE when the action is scheduled even if the instances have not yet been recreated. You must separately verify the status of the recreating action with the listmanagedinstances method.\n\n Args:\n request: (ComputeInstanceGroupManagersRecreateInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('RecreateInstances')
return self._RunMethod(config, request, global_params=global_params) | def RecreateInstances(self, request, global_params=None):
'Schedules a group action to recreate the specified instances in the managed instance group. The instances are deleted and recreated using the current instance template for the managed instance group. This operation is marked as DONE when the action is scheduled even if the instances have not yet been recreated. You must separately verify the status of the recreating action with the listmanagedinstances method.\n\n Args:\n request: (ComputeInstanceGroupManagersRecreateInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('RecreateInstances')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Schedules a group action to recreate the specified instances in the managed instance group. The instances are deleted and recreated using the current instance template for the managed instance group. This operation is marked as DONE when the action is scheduled even if the instances have not yet been recreated. You must separately verify the status of the recreating action with the listmanagedinstances method.
Args:
request: (ComputeInstanceGroupManagersRecreateInstancesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
067a5162a81e7ccc6cda3e64aa883b45cc77b9a74b5f5ea2207726e6e0e6a4a3 | def Resize(self, request, global_params=None):
'Resizes the managed instance group. If you increase the size, the group creates new instances using the current instance template. If you decrease the size, the group deletes instances. The resize operation is marked DONE when the resize actions are scheduled even if the group has not yet added or deleted any instances. You must separately verify the status of the creating or deleting actions with the listmanagedinstances method.\n\n Args:\n request: (ComputeInstanceGroupManagersResizeRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Resize')
return self._RunMethod(config, request, global_params=global_params) | Resizes the managed instance group. If you increase the size, the group creates new instances using the current instance template. If you decrease the size, the group deletes instances. The resize operation is marked DONE when the resize actions are scheduled even if the group has not yet added or deleted any instances. You must separately verify the status of the creating or deleting actions with the listmanagedinstances method.
Args:
request: (ComputeInstanceGroupManagersResizeRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Resize | KaranToor/MA450 | 1 | python | def Resize(self, request, global_params=None):
'Resizes the managed instance group. If you increase the size, the group creates new instances using the current instance template. If you decrease the size, the group deletes instances. The resize operation is marked DONE when the resize actions are scheduled even if the group has not yet added or deleted any instances. You must separately verify the status of the creating or deleting actions with the listmanagedinstances method.\n\n Args:\n request: (ComputeInstanceGroupManagersResizeRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Resize')
return self._RunMethod(config, request, global_params=global_params) | def Resize(self, request, global_params=None):
'Resizes the managed instance group. If you increase the size, the group creates new instances using the current instance template. If you decrease the size, the group deletes instances. The resize operation is marked DONE when the resize actions are scheduled even if the group has not yet added or deleted any instances. You must separately verify the status of the creating or deleting actions with the listmanagedinstances method.\n\n Args:\n request: (ComputeInstanceGroupManagersResizeRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Resize')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Resizes the managed instance group. If you increase the size, the group creates new instances using the current instance template. If you decrease the size, the group deletes instances. The resize operation is marked DONE when the resize actions are scheduled even if the group has not yet added or deleted any instances. You must separately verify the status of the creating or deleting actions with the listmanagedinstances method.
Args:
request: (ComputeInstanceGroupManagersResizeRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
553d38ff91d4a896277b43d1daac8b9c34489d5be7d45c629869d04b2ee0348d | def ResizeAdvanced(self, request, global_params=None):
'Resizes the managed instance group with advanced configuration options like disabling creation retries. This is an extended version of the resize method.\n\nIf you increase the size of the instance group, the group creates new instances using the current instance template. If you decrease the size, the group deletes instances. The resize operation is marked DONE when the resize actions are scheduled even if the group has not yet added or deleted any instances. You must separately verify the status of the creating, creatingWithoutRetries, or deleting actions with the get or listmanagedinstances method.\n\n Args:\n request: (ComputeInstanceGroupManagersResizeAdvancedRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('ResizeAdvanced')
return self._RunMethod(config, request, global_params=global_params) | Resizes the managed instance group with advanced configuration options like disabling creation retries. This is an extended version of the resize method.
If you increase the size of the instance group, the group creates new instances using the current instance template. If you decrease the size, the group deletes instances. The resize operation is marked DONE when the resize actions are scheduled even if the group has not yet added or deleted any instances. You must separately verify the status of the creating, creatingWithoutRetries, or deleting actions with the get or listmanagedinstances method.
Args:
request: (ComputeInstanceGroupManagersResizeAdvancedRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | ResizeAdvanced | KaranToor/MA450 | 1 | python | def ResizeAdvanced(self, request, global_params=None):
'Resizes the managed instance group with advanced configuration options like disabling creation retries. This is an extended version of the resize method.\n\nIf you increase the size of the instance group, the group creates new instances using the current instance template. If you decrease the size, the group deletes instances. The resize operation is marked DONE when the resize actions are scheduled even if the group has not yet added or deleted any instances. You must separately verify the status of the creating, creatingWithoutRetries, or deleting actions with the get or listmanagedinstances method.\n\n Args:\n request: (ComputeInstanceGroupManagersResizeAdvancedRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('ResizeAdvanced')
return self._RunMethod(config, request, global_params=global_params) | def ResizeAdvanced(self, request, global_params=None):
'Resizes the managed instance group with advanced configuration options like disabling creation retries. This is an extended version of the resize method.\n\nIf you increase the size of the instance group, the group creates new instances using the current instance template. If you decrease the size, the group deletes instances. The resize operation is marked DONE when the resize actions are scheduled even if the group has not yet added or deleted any instances. You must separately verify the status of the creating, creatingWithoutRetries, or deleting actions with the get or listmanagedinstances method.\n\n Args:\n request: (ComputeInstanceGroupManagersResizeAdvancedRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('ResizeAdvanced')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Resizes the managed instance group with advanced configuration options like disabling creation retries. This is an extended version of the resize method.
If you increase the size of the instance group, the group creates new instances using the current instance template. If you decrease the size, the group deletes instances. The resize operation is marked DONE when the resize actions are scheduled even if the group has not yet added or deleted any instances. You must separately verify the status of the creating, creatingWithoutRetries, or deleting actions with the get or listmanagedinstances method.
Args:
request: (ComputeInstanceGroupManagersResizeAdvancedRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
5ed56dc0cc3f3fd71c673076d8072ee50b4cc6943c088293c2fe04f1ce119193 | def SetAutoHealingPolicies(self, request, global_params=None):
'Modifies the autohealing policies.\n\n Args:\n request: (ComputeInstanceGroupManagersSetAutoHealingPoliciesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetAutoHealingPolicies')
return self._RunMethod(config, request, global_params=global_params) | Modifies the autohealing policies.
Args:
request: (ComputeInstanceGroupManagersSetAutoHealingPoliciesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | SetAutoHealingPolicies | KaranToor/MA450 | 1 | python | def SetAutoHealingPolicies(self, request, global_params=None):
'Modifies the autohealing policies.\n\n Args:\n request: (ComputeInstanceGroupManagersSetAutoHealingPoliciesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetAutoHealingPolicies')
return self._RunMethod(config, request, global_params=global_params) | def SetAutoHealingPolicies(self, request, global_params=None):
'Modifies the autohealing policies.\n\n Args:\n request: (ComputeInstanceGroupManagersSetAutoHealingPoliciesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetAutoHealingPolicies')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Modifies the autohealing policies.
Args:
request: (ComputeInstanceGroupManagersSetAutoHealingPoliciesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
5d902e48fd29442a32cf6433dac03df5a6f45e193caea2ed3a72c2f54eb3d55e | def SetInstanceTemplate(self, request, global_params=None):
'Specifies the instance template to use when creating new instances in this group. The templates for existing instances in the group do not change unless you recreate them.\n\n Args:\n request: (ComputeInstanceGroupManagersSetInstanceTemplateRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetInstanceTemplate')
return self._RunMethod(config, request, global_params=global_params) | Specifies the instance template to use when creating new instances in this group. The templates for existing instances in the group do not change unless you recreate them.
Args:
request: (ComputeInstanceGroupManagersSetInstanceTemplateRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | SetInstanceTemplate | KaranToor/MA450 | 1 | python | def SetInstanceTemplate(self, request, global_params=None):
'Specifies the instance template to use when creating new instances in this group. The templates for existing instances in the group do not change unless you recreate them.\n\n Args:\n request: (ComputeInstanceGroupManagersSetInstanceTemplateRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetInstanceTemplate')
return self._RunMethod(config, request, global_params=global_params) | def SetInstanceTemplate(self, request, global_params=None):
'Specifies the instance template to use when creating new instances in this group. The templates for existing instances in the group do not change unless you recreate them.\n\n Args:\n request: (ComputeInstanceGroupManagersSetInstanceTemplateRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetInstanceTemplate')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Specifies the instance template to use when creating new instances in this group. The templates for existing instances in the group do not change unless you recreate them.
Args:
request: (ComputeInstanceGroupManagersSetInstanceTemplateRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
6c0468c271d859301b1fca09217f88983bc2c13d8526c3c4356bed2b8ad77e3d | def SetTargetPools(self, request, global_params=None):
'Modifies the target pools to which all instances in this managed instance group are assigned. The target pools automatically apply to all of the instances in the managed instance group. This operation is marked DONE when you make the request even if the instances have not yet been added to their target pools. The change might take some time to apply to all of the instances in the group depending on the size of the group.\n\n Args:\n request: (ComputeInstanceGroupManagersSetTargetPoolsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetTargetPools')
return self._RunMethod(config, request, global_params=global_params) | Modifies the target pools to which all instances in this managed instance group are assigned. The target pools automatically apply to all of the instances in the managed instance group. This operation is marked DONE when you make the request even if the instances have not yet been added to their target pools. The change might take some time to apply to all of the instances in the group depending on the size of the group.
Args:
request: (ComputeInstanceGroupManagersSetTargetPoolsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | SetTargetPools | KaranToor/MA450 | 1 | python | def SetTargetPools(self, request, global_params=None):
'Modifies the target pools to which all instances in this managed instance group are assigned. The target pools automatically apply to all of the instances in the managed instance group. This operation is marked DONE when you make the request even if the instances have not yet been added to their target pools. The change might take some time to apply to all of the instances in the group depending on the size of the group.\n\n Args:\n request: (ComputeInstanceGroupManagersSetTargetPoolsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetTargetPools')
return self._RunMethod(config, request, global_params=global_params) | def SetTargetPools(self, request, global_params=None):
'Modifies the target pools to which all instances in this managed instance group are assigned. The target pools automatically apply to all of the instances in the managed instance group. This operation is marked DONE when you make the request even if the instances have not yet been added to their target pools. The change might take some time to apply to all of the instances in the group depending on the size of the group.\n\n Args:\n request: (ComputeInstanceGroupManagersSetTargetPoolsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetTargetPools')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Modifies the target pools to which all instances in this managed instance group are assigned. The target pools automatically apply to all of the instances in the managed instance group. This operation is marked DONE when you make the request even if the instances have not yet been added to their target pools. The change might take some time to apply to all of the instances in the group depending on the size of the group.
Args:
request: (ComputeInstanceGroupManagersSetTargetPoolsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
ffb0279d26cbd388829dc71b8d7cab3867de6b11ec20502c5685b0e8ccea23ea | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeInstanceGroupManagersTestIamPermissionsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TestPermissionsResponse) The response message.\n '
config = self.GetMethodConfig('TestIamPermissions')
return self._RunMethod(config, request, global_params=global_params) | Returns permissions that a caller has on the specified resource.
Args:
request: (ComputeInstanceGroupManagersTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | TestIamPermissions | KaranToor/MA450 | 1 | python | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeInstanceGroupManagersTestIamPermissionsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TestPermissionsResponse) The response message.\n '
config = self.GetMethodConfig('TestIamPermissions')
return self._RunMethod(config, request, global_params=global_params) | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeInstanceGroupManagersTestIamPermissionsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TestPermissionsResponse) The response message.\n '
config = self.GetMethodConfig('TestIamPermissions')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns permissions that a caller has on the specified resource.
Args:
request: (ComputeInstanceGroupManagersTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message.<|endoftext|> |
18c9a63e7528f8e56c69b1f062e4cb9b6e1d5cc964e8fb99910ee98b988f5b54 | def Update(self, request, global_params=None):
'Updates a managed instance group using the information that you specify in the request. The field statefulPolicy is updated using PATCH semantics. This operation is marked as DONE when the group is updated even if the instances in the group have not yet been updated. You must separately verify the status of the individual instances with the listmanagedinstances method.\n\n Args:\n request: (ComputeInstanceGroupManagersUpdateRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Update')
return self._RunMethod(config, request, global_params=global_params) | Updates a managed instance group using the information that you specify in the request. The field statefulPolicy is updated using PATCH semantics. This operation is marked as DONE when the group is updated even if the instances in the group have not yet been updated. You must separately verify the status of the individual instances with the listmanagedinstances method.
Args:
request: (ComputeInstanceGroupManagersUpdateRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Update | KaranToor/MA450 | 1 | python | def Update(self, request, global_params=None):
'Updates a managed instance group using the information that you specify in the request. The field statefulPolicy is updated using PATCH semantics. This operation is marked as DONE when the group is updated even if the instances in the group have not yet been updated. You must separately verify the status of the individual instances with the listmanagedinstances method.\n\n Args:\n request: (ComputeInstanceGroupManagersUpdateRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Update')
return self._RunMethod(config, request, global_params=global_params) | def Update(self, request, global_params=None):
'Updates a managed instance group using the information that you specify in the request. The field statefulPolicy is updated using PATCH semantics. This operation is marked as DONE when the group is updated even if the instances in the group have not yet been updated. You must separately verify the status of the individual instances with the listmanagedinstances method.\n\n Args:\n request: (ComputeInstanceGroupManagersUpdateRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Update')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Updates a managed instance group using the information that you specify in the request. The field statefulPolicy is updated using PATCH semantics. This operation is marked as DONE when the group is updated even if the instances in the group have not yet been updated. You must separately verify the status of the individual instances with the listmanagedinstances method.
Args:
request: (ComputeInstanceGroupManagersUpdateRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
e17ec30f0b10e5b3d1e45c0cd462c6439f97b8acf0c9e6f2dba40e95087b79d5 | def AddInstances(self, request, global_params=None):
'Adds a list of instances to the specified instance group. All of the instances in the instance group must be in the same network/subnetwork. Read Adding instances for more information.\n\n Args:\n request: (ComputeInstanceGroupsAddInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('AddInstances')
return self._RunMethod(config, request, global_params=global_params) | Adds a list of instances to the specified instance group. All of the instances in the instance group must be in the same network/subnetwork. Read Adding instances for more information.
Args:
request: (ComputeInstanceGroupsAddInstancesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | AddInstances | KaranToor/MA450 | 1 | python | def AddInstances(self, request, global_params=None):
'Adds a list of instances to the specified instance group. All of the instances in the instance group must be in the same network/subnetwork. Read Adding instances for more information.\n\n Args:\n request: (ComputeInstanceGroupsAddInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('AddInstances')
return self._RunMethod(config, request, global_params=global_params) | def AddInstances(self, request, global_params=None):
'Adds a list of instances to the specified instance group. All of the instances in the instance group must be in the same network/subnetwork. Read Adding instances for more information.\n\n Args:\n request: (ComputeInstanceGroupsAddInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('AddInstances')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Adds a list of instances to the specified instance group. All of the instances in the instance group must be in the same network/subnetwork. Read Adding instances for more information.
Args:
request: (ComputeInstanceGroupsAddInstancesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
f7251735c621e4622abdf4962907edcc1c918ed6494fc749c7e4fa49afe816ab | def AggregatedList(self, request, global_params=None):
'Retrieves the list of instance groups and sorts them by zone.\n\n Args:\n request: (ComputeInstanceGroupsAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceGroupAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params) | Retrieves the list of instance groups and sorts them by zone.
Args:
request: (ComputeInstanceGroupsAggregatedListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceGroupAggregatedList) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | AggregatedList | KaranToor/MA450 | 1 | python | def AggregatedList(self, request, global_params=None):
'Retrieves the list of instance groups and sorts them by zone.\n\n Args:\n request: (ComputeInstanceGroupsAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceGroupAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params) | def AggregatedList(self, request, global_params=None):
'Retrieves the list of instance groups and sorts them by zone.\n\n Args:\n request: (ComputeInstanceGroupsAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceGroupAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves the list of instance groups and sorts them by zone.
Args:
request: (ComputeInstanceGroupsAggregatedListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceGroupAggregatedList) The response message.<|endoftext|> |
7b9bc8c41eed1b2b99a5798ea73391773361b8e64e30453d1578896963ce8b95 | def Delete(self, request, global_params=None):
'Deletes the specified instance group. The instances in the group are not deleted. Note that instance group must not belong to a backend service. Read Deleting an instance group for more information.\n\n Args:\n request: (ComputeInstanceGroupsDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Delete')
return self._RunMethod(config, request, global_params=global_params) | Deletes the specified instance group. The instances in the group are not deleted. Note that instance group must not belong to a backend service. Read Deleting an instance group for more information.
Args:
request: (ComputeInstanceGroupsDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Delete | KaranToor/MA450 | 1 | python | def Delete(self, request, global_params=None):
'Deletes the specified instance group. The instances in the group are not deleted. Note that instance group must not belong to a backend service. Read Deleting an instance group for more information.\n\n Args:\n request: (ComputeInstanceGroupsDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Delete')
return self._RunMethod(config, request, global_params=global_params) | def Delete(self, request, global_params=None):
'Deletes the specified instance group. The instances in the group are not deleted. Note that instance group must not belong to a backend service. Read Deleting an instance group for more information.\n\n Args:\n request: (ComputeInstanceGroupsDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Delete')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Deletes the specified instance group. The instances in the group are not deleted. Note that instance group must not belong to a backend service. Read Deleting an instance group for more information.
Args:
request: (ComputeInstanceGroupsDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
7736c4452ea9a6f83d3a14925c1753670b40ba61f86cf7a6824527dcd8578bb8 | def Get(self, request, global_params=None):
'Returns the specified instance group. Get a list of available instance groups by making a list() request.\n\n Args:\n request: (ComputeInstanceGroupsGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceGroup) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | Returns the specified instance group. Get a list of available instance groups by making a list() request.
Args:
request: (ComputeInstanceGroupsGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceGroup) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Get | KaranToor/MA450 | 1 | python | def Get(self, request, global_params=None):
'Returns the specified instance group. Get a list of available instance groups by making a list() request.\n\n Args:\n request: (ComputeInstanceGroupsGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceGroup) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | def Get(self, request, global_params=None):
'Returns the specified instance group. Get a list of available instance groups by making a list() request.\n\n Args:\n request: (ComputeInstanceGroupsGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceGroup) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified instance group. Get a list of available instance groups by making a list() request.
Args:
request: (ComputeInstanceGroupsGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceGroup) The response message.<|endoftext|> |
ca5267cf6aaa024f898286dd0ba817509d6fe7cc5da7db7c8a9f3324459e3d1c | def Insert(self, request, global_params=None):
'Creates an instance group in the specified project using the parameters that are included in the request.\n\n Args:\n request: (ComputeInstanceGroupsInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Insert')
return self._RunMethod(config, request, global_params=global_params) | Creates an instance group in the specified project using the parameters that are included in the request.
Args:
request: (ComputeInstanceGroupsInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Insert | KaranToor/MA450 | 1 | python | def Insert(self, request, global_params=None):
'Creates an instance group in the specified project using the parameters that are included in the request.\n\n Args:\n request: (ComputeInstanceGroupsInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Insert')
return self._RunMethod(config, request, global_params=global_params) | def Insert(self, request, global_params=None):
'Creates an instance group in the specified project using the parameters that are included in the request.\n\n Args:\n request: (ComputeInstanceGroupsInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Insert')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Creates an instance group in the specified project using the parameters that are included in the request.
Args:
request: (ComputeInstanceGroupsInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
92e2070c3435bee6adff45c86fa44d2a39863d10df6276d8d0dfda7ae58c5c2a | def List(self, request, global_params=None):
'Retrieves the list of instance groups that are located in the specified project and zone.\n\n Args:\n request: (ComputeInstanceGroupsListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceGroupList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | Retrieves the list of instance groups that are located in the specified project and zone.
Args:
request: (ComputeInstanceGroupsListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceGroupList) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | List | KaranToor/MA450 | 1 | python | def List(self, request, global_params=None):
'Retrieves the list of instance groups that are located in the specified project and zone.\n\n Args:\n request: (ComputeInstanceGroupsListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceGroupList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | def List(self, request, global_params=None):
'Retrieves the list of instance groups that are located in the specified project and zone.\n\n Args:\n request: (ComputeInstanceGroupsListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceGroupList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves the list of instance groups that are located in the specified project and zone.
Args:
request: (ComputeInstanceGroupsListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceGroupList) The response message.<|endoftext|> |
22c51f908ce3edf41711b46c3dfe180ef3ba854c07a42a6c7cb85fbfb80848ff | def ListInstances(self, request, global_params=None):
'Lists the instances in the specified instance group.\n\n Args:\n request: (ComputeInstanceGroupsListInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceGroupsListInstances) The response message.\n '
config = self.GetMethodConfig('ListInstances')
return self._RunMethod(config, request, global_params=global_params) | Lists the instances in the specified instance group.
Args:
request: (ComputeInstanceGroupsListInstancesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceGroupsListInstances) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | ListInstances | KaranToor/MA450 | 1 | python | def ListInstances(self, request, global_params=None):
'Lists the instances in the specified instance group.\n\n Args:\n request: (ComputeInstanceGroupsListInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceGroupsListInstances) The response message.\n '
config = self.GetMethodConfig('ListInstances')
return self._RunMethod(config, request, global_params=global_params) | def ListInstances(self, request, global_params=None):
'Lists the instances in the specified instance group.\n\n Args:\n request: (ComputeInstanceGroupsListInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceGroupsListInstances) The response message.\n '
config = self.GetMethodConfig('ListInstances')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Lists the instances in the specified instance group.
Args:
request: (ComputeInstanceGroupsListInstancesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceGroupsListInstances) The response message.<|endoftext|> |
09356889bdcde3629b0eadf40cd012f0b5fa596e04cdd3d2f52f0b96a0cbc2d1 | def RemoveInstances(self, request, global_params=None):
'Removes one or more instances from the specified instance group, but does not delete those instances.\n\n Args:\n request: (ComputeInstanceGroupsRemoveInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('RemoveInstances')
return self._RunMethod(config, request, global_params=global_params) | Removes one or more instances from the specified instance group, but does not delete those instances.
Args:
request: (ComputeInstanceGroupsRemoveInstancesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | RemoveInstances | KaranToor/MA450 | 1 | python | def RemoveInstances(self, request, global_params=None):
'Removes one or more instances from the specified instance group, but does not delete those instances.\n\n Args:\n request: (ComputeInstanceGroupsRemoveInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('RemoveInstances')
return self._RunMethod(config, request, global_params=global_params) | def RemoveInstances(self, request, global_params=None):
'Removes one or more instances from the specified instance group, but does not delete those instances.\n\n Args:\n request: (ComputeInstanceGroupsRemoveInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('RemoveInstances')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Removes one or more instances from the specified instance group, but does not delete those instances.
Args:
request: (ComputeInstanceGroupsRemoveInstancesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
9b796b0e96d96a74862af1eee989c406401efb90c55cfc297419141e5c2a92d8 | def SetNamedPorts(self, request, global_params=None):
'Sets the named ports for the specified instance group.\n\n Args:\n request: (ComputeInstanceGroupsSetNamedPortsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetNamedPorts')
return self._RunMethod(config, request, global_params=global_params) | Sets the named ports for the specified instance group.
Args:
request: (ComputeInstanceGroupsSetNamedPortsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | SetNamedPorts | KaranToor/MA450 | 1 | python | def SetNamedPorts(self, request, global_params=None):
'Sets the named ports for the specified instance group.\n\n Args:\n request: (ComputeInstanceGroupsSetNamedPortsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetNamedPorts')
return self._RunMethod(config, request, global_params=global_params) | def SetNamedPorts(self, request, global_params=None):
'Sets the named ports for the specified instance group.\n\n Args:\n request: (ComputeInstanceGroupsSetNamedPortsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetNamedPorts')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Sets the named ports for the specified instance group.
Args:
request: (ComputeInstanceGroupsSetNamedPortsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
07c446418fff3da38e13b83ba297111615fb6acb1b392ca8438112827a75314d | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeInstanceGroupsTestIamPermissionsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TestPermissionsResponse) The response message.\n '
config = self.GetMethodConfig('TestIamPermissions')
return self._RunMethod(config, request, global_params=global_params) | Returns permissions that a caller has on the specified resource.
Args:
request: (ComputeInstanceGroupsTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | TestIamPermissions | KaranToor/MA450 | 1 | python | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeInstanceGroupsTestIamPermissionsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TestPermissionsResponse) The response message.\n '
config = self.GetMethodConfig('TestIamPermissions')
return self._RunMethod(config, request, global_params=global_params) | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeInstanceGroupsTestIamPermissionsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TestPermissionsResponse) The response message.\n '
config = self.GetMethodConfig('TestIamPermissions')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns permissions that a caller has on the specified resource.
Args:
request: (ComputeInstanceGroupsTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message.<|endoftext|> |
fa163243477bf813e224b7a90430336676ccec4bc8d19a01d4b73ee3c100822b | def Delete(self, request, global_params=None):
'Deletes the specified instance template. If you delete an instance template that is being referenced from another instance group, the instance group will not be able to create or recreate virtual machine instances. Deleting an instance template is permanent and cannot be undone.\n\n Args:\n request: (ComputeInstanceTemplatesDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Delete')
return self._RunMethod(config, request, global_params=global_params) | Deletes the specified instance template. If you delete an instance template that is being referenced from another instance group, the instance group will not be able to create or recreate virtual machine instances. Deleting an instance template is permanent and cannot be undone.
Args:
request: (ComputeInstanceTemplatesDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Delete | KaranToor/MA450 | 1 | python | def Delete(self, request, global_params=None):
'Deletes the specified instance template. If you delete an instance template that is being referenced from another instance group, the instance group will not be able to create or recreate virtual machine instances. Deleting an instance template is permanent and cannot be undone.\n\n Args:\n request: (ComputeInstanceTemplatesDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Delete')
return self._RunMethod(config, request, global_params=global_params) | def Delete(self, request, global_params=None):
'Deletes the specified instance template. If you delete an instance template that is being referenced from another instance group, the instance group will not be able to create or recreate virtual machine instances. Deleting an instance template is permanent and cannot be undone.\n\n Args:\n request: (ComputeInstanceTemplatesDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Delete')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Deletes the specified instance template. If you delete an instance template that is being referenced from another instance group, the instance group will not be able to create or recreate virtual machine instances. Deleting an instance template is permanent and cannot be undone.
Args:
request: (ComputeInstanceTemplatesDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
025e353a94f8141e8ffc296f0d7c4b6905fd00639a214db8b103a8d2c87537b6 | def Get(self, request, global_params=None):
'Returns the specified instance template. Get a list of available instance templates by making a list() request.\n\n Args:\n request: (ComputeInstanceTemplatesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceTemplate) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | Returns the specified instance template. Get a list of available instance templates by making a list() request.
Args:
request: (ComputeInstanceTemplatesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceTemplate) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Get | KaranToor/MA450 | 1 | python | def Get(self, request, global_params=None):
'Returns the specified instance template. Get a list of available instance templates by making a list() request.\n\n Args:\n request: (ComputeInstanceTemplatesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceTemplate) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | def Get(self, request, global_params=None):
'Returns the specified instance template. Get a list of available instance templates by making a list() request.\n\n Args:\n request: (ComputeInstanceTemplatesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceTemplate) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified instance template. Get a list of available instance templates by making a list() request.
Args:
request: (ComputeInstanceTemplatesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceTemplate) The response message.<|endoftext|> |
a90e63c8f5d89e39d092ee80c2d7fbde940f2ff5dca7956bc4b75231bb1ec2cb | def Insert(self, request, global_params=None):
'Creates an instance template in the specified project using the data that is included in the request. If you are creating a new template to update an existing instance group, your new instance template must use the same network or, if applicable, the same subnetwork as the original template.\n\n Args:\n request: (ComputeInstanceTemplatesInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Insert')
return self._RunMethod(config, request, global_params=global_params) | Creates an instance template in the specified project using the data that is included in the request. If you are creating a new template to update an existing instance group, your new instance template must use the same network or, if applicable, the same subnetwork as the original template.
Args:
request: (ComputeInstanceTemplatesInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Insert | KaranToor/MA450 | 1 | python | def Insert(self, request, global_params=None):
'Creates an instance template in the specified project using the data that is included in the request. If you are creating a new template to update an existing instance group, your new instance template must use the same network or, if applicable, the same subnetwork as the original template.\n\n Args:\n request: (ComputeInstanceTemplatesInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Insert')
return self._RunMethod(config, request, global_params=global_params) | def Insert(self, request, global_params=None):
'Creates an instance template in the specified project using the data that is included in the request. If you are creating a new template to update an existing instance group, your new instance template must use the same network or, if applicable, the same subnetwork as the original template.\n\n Args:\n request: (ComputeInstanceTemplatesInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Insert')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Creates an instance template in the specified project using the data that is included in the request. If you are creating a new template to update an existing instance group, your new instance template must use the same network or, if applicable, the same subnetwork as the original template.
Args:
request: (ComputeInstanceTemplatesInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
b34ab8d29c0a0f94a4e5cc5fda4d8de46ff230f54f281a40a39241278a7606c6 | def List(self, request, global_params=None):
'Retrieves a list of instance templates that are contained within the specified project and zone.\n\n Args:\n request: (ComputeInstanceTemplatesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceTemplateList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | Retrieves a list of instance templates that are contained within the specified project and zone.
Args:
request: (ComputeInstanceTemplatesListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceTemplateList) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | List | KaranToor/MA450 | 1 | python | def List(self, request, global_params=None):
'Retrieves a list of instance templates that are contained within the specified project and zone.\n\n Args:\n request: (ComputeInstanceTemplatesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceTemplateList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | def List(self, request, global_params=None):
'Retrieves a list of instance templates that are contained within the specified project and zone.\n\n Args:\n request: (ComputeInstanceTemplatesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceTemplateList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves a list of instance templates that are contained within the specified project and zone.
Args:
request: (ComputeInstanceTemplatesListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceTemplateList) The response message.<|endoftext|> |
cbe939ac544f840fe39e460775aff3b8f070d22447dbba425615a1a8d3939c12 | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeInstanceTemplatesTestIamPermissionsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TestPermissionsResponse) The response message.\n '
config = self.GetMethodConfig('TestIamPermissions')
return self._RunMethod(config, request, global_params=global_params) | Returns permissions that a caller has on the specified resource.
Args:
request: (ComputeInstanceTemplatesTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | TestIamPermissions | KaranToor/MA450 | 1 | python | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeInstanceTemplatesTestIamPermissionsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TestPermissionsResponse) The response message.\n '
config = self.GetMethodConfig('TestIamPermissions')
return self._RunMethod(config, request, global_params=global_params) | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeInstanceTemplatesTestIamPermissionsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TestPermissionsResponse) The response message.\n '
config = self.GetMethodConfig('TestIamPermissions')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns permissions that a caller has on the specified resource.
Args:
request: (ComputeInstanceTemplatesTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message.<|endoftext|> |
51cd152da4cb0aea620674133ec9b06b59df92707cbb9c3bf217f1a5c3d3e42a | def AddAccessConfig(self, request, global_params=None):
"Adds an access config to an instance's network interface.\n\n Args:\n request: (ComputeInstancesAddAccessConfigRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n "
config = self.GetMethodConfig('AddAccessConfig')
return self._RunMethod(config, request, global_params=global_params) | Adds an access config to an instance's network interface.
Args:
request: (ComputeInstancesAddAccessConfigRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | AddAccessConfig | KaranToor/MA450 | 1 | python | def AddAccessConfig(self, request, global_params=None):
"Adds an access config to an instance's network interface.\n\n Args:\n request: (ComputeInstancesAddAccessConfigRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n "
config = self.GetMethodConfig('AddAccessConfig')
return self._RunMethod(config, request, global_params=global_params) | def AddAccessConfig(self, request, global_params=None):
"Adds an access config to an instance's network interface.\n\n Args:\n request: (ComputeInstancesAddAccessConfigRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n "
config = self.GetMethodConfig('AddAccessConfig')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Adds an access config to an instance's network interface.
Args:
request: (ComputeInstancesAddAccessConfigRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
019666e2c1c7226aa8f844dc11c3405198b4b408ea339c79e9ad2698a4de5ceb | def AggregatedList(self, request, global_params=None):
'Retrieves aggregated list of instances.\n\n Args:\n request: (ComputeInstancesAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params) | Retrieves aggregated list of instances.
Args:
request: (ComputeInstancesAggregatedListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceAggregatedList) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | AggregatedList | KaranToor/MA450 | 1 | python | def AggregatedList(self, request, global_params=None):
'Retrieves aggregated list of instances.\n\n Args:\n request: (ComputeInstancesAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params) | def AggregatedList(self, request, global_params=None):
'Retrieves aggregated list of instances.\n\n Args:\n request: (ComputeInstancesAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves aggregated list of instances.
Args:
request: (ComputeInstancesAggregatedListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceAggregatedList) The response message.<|endoftext|> |
6a9d6b58a90a01b24bcea0f0102e221890a7b5b678d4de49fe959b7f552ea40a | def AttachDisk(self, request, global_params=None):
'Attaches a Disk resource to an instance.\n\n Args:\n request: (ComputeInstancesAttachDiskRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('AttachDisk')
return self._RunMethod(config, request, global_params=global_params) | Attaches a Disk resource to an instance.
Args:
request: (ComputeInstancesAttachDiskRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | AttachDisk | KaranToor/MA450 | 1 | python | def AttachDisk(self, request, global_params=None):
'Attaches a Disk resource to an instance.\n\n Args:\n request: (ComputeInstancesAttachDiskRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('AttachDisk')
return self._RunMethod(config, request, global_params=global_params) | def AttachDisk(self, request, global_params=None):
'Attaches a Disk resource to an instance.\n\n Args:\n request: (ComputeInstancesAttachDiskRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('AttachDisk')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Attaches a Disk resource to an instance.
Args:
request: (ComputeInstancesAttachDiskRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
1ad171cf4d28ec81b4b03a440e24ebac3dfa379e9be2c90f4237e2ef4ad7f2d2 | def Delete(self, request, global_params=None):
'Deletes the specified Instance resource. For more information, see Stopping or Deleting an Instance.\n\n Args:\n request: (ComputeInstancesDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Delete')
return self._RunMethod(config, request, global_params=global_params) | Deletes the specified Instance resource. For more information, see Stopping or Deleting an Instance.
Args:
request: (ComputeInstancesDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Delete | KaranToor/MA450 | 1 | python | def Delete(self, request, global_params=None):
'Deletes the specified Instance resource. For more information, see Stopping or Deleting an Instance.\n\n Args:\n request: (ComputeInstancesDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Delete')
return self._RunMethod(config, request, global_params=global_params) | def Delete(self, request, global_params=None):
'Deletes the specified Instance resource. For more information, see Stopping or Deleting an Instance.\n\n Args:\n request: (ComputeInstancesDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Delete')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Deletes the specified Instance resource. For more information, see Stopping or Deleting an Instance.
Args:
request: (ComputeInstancesDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
baa98b5809d6d2cc2f90ded5595d4d70391cdf7bb88a66ed240911a0fbbc0e59 | def DeleteAccessConfig(self, request, global_params=None):
"Deletes an access config from an instance's network interface.\n\n Args:\n request: (ComputeInstancesDeleteAccessConfigRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n "
config = self.GetMethodConfig('DeleteAccessConfig')
return self._RunMethod(config, request, global_params=global_params) | Deletes an access config from an instance's network interface.
Args:
request: (ComputeInstancesDeleteAccessConfigRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | DeleteAccessConfig | KaranToor/MA450 | 1 | python | def DeleteAccessConfig(self, request, global_params=None):
"Deletes an access config from an instance's network interface.\n\n Args:\n request: (ComputeInstancesDeleteAccessConfigRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n "
config = self.GetMethodConfig('DeleteAccessConfig')
return self._RunMethod(config, request, global_params=global_params) | def DeleteAccessConfig(self, request, global_params=None):
"Deletes an access config from an instance's network interface.\n\n Args:\n request: (ComputeInstancesDeleteAccessConfigRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n "
config = self.GetMethodConfig('DeleteAccessConfig')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Deletes an access config from an instance's network interface.
Args:
request: (ComputeInstancesDeleteAccessConfigRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
5a7808d1b3a5dc3a48e0a7fb813d9dfe007da09a45663657d67f3ff4d1e716ed | def DetachDisk(self, request, global_params=None):
'Detaches a disk from an instance.\n\n Args:\n request: (ComputeInstancesDetachDiskRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('DetachDisk')
return self._RunMethod(config, request, global_params=global_params) | Detaches a disk from an instance.
Args:
request: (ComputeInstancesDetachDiskRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | DetachDisk | KaranToor/MA450 | 1 | python | def DetachDisk(self, request, global_params=None):
'Detaches a disk from an instance.\n\n Args:\n request: (ComputeInstancesDetachDiskRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('DetachDisk')
return self._RunMethod(config, request, global_params=global_params) | def DetachDisk(self, request, global_params=None):
'Detaches a disk from an instance.\n\n Args:\n request: (ComputeInstancesDetachDiskRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('DetachDisk')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Detaches a disk from an instance.
Args:
request: (ComputeInstancesDetachDiskRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
46ab9f3d667793d1dcb2d8ce0f661b5f279536817c2519867e874f1812e245a0 | def Get(self, request, global_params=None):
'Returns the specified Instance resource. Get a list of available instances by making a list() request.\n\n Args:\n request: (ComputeInstancesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Instance) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | Returns the specified Instance resource. Get a list of available instances by making a list() request.
Args:
request: (ComputeInstancesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Instance) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Get | KaranToor/MA450 | 1 | python | def Get(self, request, global_params=None):
'Returns the specified Instance resource. Get a list of available instances by making a list() request.\n\n Args:\n request: (ComputeInstancesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Instance) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | def Get(self, request, global_params=None):
'Returns the specified Instance resource. Get a list of available instances by making a list() request.\n\n Args:\n request: (ComputeInstancesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Instance) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified Instance resource. Get a list of available instances by making a list() request.
Args:
request: (ComputeInstancesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Instance) The response message.<|endoftext|> |
b3c8358e69b76429d7598597dfc2621c1bcc58e703c94952bc9bd9427873d742 | def GetIamPolicy(self, request, global_params=None):
'Gets the access control policy for a resource. May be empty if no such policy or resource exists.\n\n Args:\n request: (ComputeInstancesGetIamPolicyRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Policy) The response message.\n '
config = self.GetMethodConfig('GetIamPolicy')
return self._RunMethod(config, request, global_params=global_params) | Gets the access control policy for a resource. May be empty if no such policy or resource exists.
Args:
request: (ComputeInstancesGetIamPolicyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Policy) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | GetIamPolicy | KaranToor/MA450 | 1 | python | def GetIamPolicy(self, request, global_params=None):
'Gets the access control policy for a resource. May be empty if no such policy or resource exists.\n\n Args:\n request: (ComputeInstancesGetIamPolicyRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Policy) The response message.\n '
config = self.GetMethodConfig('GetIamPolicy')
return self._RunMethod(config, request, global_params=global_params) | def GetIamPolicy(self, request, global_params=None):
'Gets the access control policy for a resource. May be empty if no such policy or resource exists.\n\n Args:\n request: (ComputeInstancesGetIamPolicyRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Policy) The response message.\n '
config = self.GetMethodConfig('GetIamPolicy')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Gets the access control policy for a resource. May be empty if no such policy or resource exists.
Args:
request: (ComputeInstancesGetIamPolicyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Policy) The response message.<|endoftext|> |
bae32366044986f23def100f8da2859ad7329eeab8c1b32222b809704c978210 | def GetSerialPortOutput(self, request, global_params=None):
"Returns the specified instance's serial port output.\n\n Args:\n request: (ComputeInstancesGetSerialPortOutputRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SerialPortOutput) The response message.\n "
config = self.GetMethodConfig('GetSerialPortOutput')
return self._RunMethod(config, request, global_params=global_params) | Returns the specified instance's serial port output.
Args:
request: (ComputeInstancesGetSerialPortOutputRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SerialPortOutput) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | GetSerialPortOutput | KaranToor/MA450 | 1 | python | def GetSerialPortOutput(self, request, global_params=None):
"Returns the specified instance's serial port output.\n\n Args:\n request: (ComputeInstancesGetSerialPortOutputRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SerialPortOutput) The response message.\n "
config = self.GetMethodConfig('GetSerialPortOutput')
return self._RunMethod(config, request, global_params=global_params) | def GetSerialPortOutput(self, request, global_params=None):
"Returns the specified instance's serial port output.\n\n Args:\n request: (ComputeInstancesGetSerialPortOutputRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SerialPortOutput) The response message.\n "
config = self.GetMethodConfig('GetSerialPortOutput')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified instance's serial port output.
Args:
request: (ComputeInstancesGetSerialPortOutputRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SerialPortOutput) The response message.<|endoftext|> |
0f5f136c12f4eae6db7f2c956728165a100c4831e53a17abf248510c1cbd974b | def Insert(self, request, global_params=None):
'Creates an instance resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeInstancesInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Insert')
return self._RunMethod(config, request, global_params=global_params) | Creates an instance resource in the specified project using the data included in the request.
Args:
request: (ComputeInstancesInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Insert | KaranToor/MA450 | 1 | python | def Insert(self, request, global_params=None):
'Creates an instance resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeInstancesInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Insert')
return self._RunMethod(config, request, global_params=global_params) | def Insert(self, request, global_params=None):
'Creates an instance resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeInstancesInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Insert')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Creates an instance resource in the specified project using the data included in the request.
Args:
request: (ComputeInstancesInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
a19bf3c69803f50d6ac6d7d696720a16777719e36162d1416778baa5ec6e4e10 | def List(self, request, global_params=None):
'Retrieves the list of instances contained within the specified zone.\n\n Args:\n request: (ComputeInstancesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | Retrieves the list of instances contained within the specified zone.
Args:
request: (ComputeInstancesListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceList) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | List | KaranToor/MA450 | 1 | python | def List(self, request, global_params=None):
'Retrieves the list of instances contained within the specified zone.\n\n Args:\n request: (ComputeInstancesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | def List(self, request, global_params=None):
'Retrieves the list of instances contained within the specified zone.\n\n Args:\n request: (ComputeInstancesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves the list of instances contained within the specified zone.
Args:
request: (ComputeInstancesListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceList) The response message.<|endoftext|> |
a0404a30ab39e0fc93f914fa068166a35d33f970917c38f0ab1751437102b1e9 | def Reset(self, request, global_params=None):
'Performs a hard reset on the instance.\n\n Args:\n request: (ComputeInstancesResetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Reset')
return self._RunMethod(config, request, global_params=global_params) | Performs a hard reset on the instance.
Args:
request: (ComputeInstancesResetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Reset | KaranToor/MA450 | 1 | python | def Reset(self, request, global_params=None):
'Performs a hard reset on the instance.\n\n Args:\n request: (ComputeInstancesResetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Reset')
return self._RunMethod(config, request, global_params=global_params) | def Reset(self, request, global_params=None):
'Performs a hard reset on the instance.\n\n Args:\n request: (ComputeInstancesResetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Reset')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Performs a hard reset on the instance.
Args:
request: (ComputeInstancesResetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
2d7833e1875f673a8f9d1feef489cfafdaef24779b15d521215459e160c2a1d1 | def SetDiskAutoDelete(self, request, global_params=None):
'Sets the auto-delete flag for a disk attached to an instance.\n\n Args:\n request: (ComputeInstancesSetDiskAutoDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetDiskAutoDelete')
return self._RunMethod(config, request, global_params=global_params) | Sets the auto-delete flag for a disk attached to an instance.
Args:
request: (ComputeInstancesSetDiskAutoDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | SetDiskAutoDelete | KaranToor/MA450 | 1 | python | def SetDiskAutoDelete(self, request, global_params=None):
'Sets the auto-delete flag for a disk attached to an instance.\n\n Args:\n request: (ComputeInstancesSetDiskAutoDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetDiskAutoDelete')
return self._RunMethod(config, request, global_params=global_params) | def SetDiskAutoDelete(self, request, global_params=None):
'Sets the auto-delete flag for a disk attached to an instance.\n\n Args:\n request: (ComputeInstancesSetDiskAutoDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetDiskAutoDelete')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Sets the auto-delete flag for a disk attached to an instance.
Args:
request: (ComputeInstancesSetDiskAutoDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
838d1ae7e584b6b1fbbb836166052cc5f5b2ba8086d070698018e4602e32f975 | def SetIamPolicy(self, request, global_params=None):
'Sets the access control policy on the specified resource. Replaces any existing policy.\n\n Args:\n request: (ComputeInstancesSetIamPolicyRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Policy) The response message.\n '
config = self.GetMethodConfig('SetIamPolicy')
return self._RunMethod(config, request, global_params=global_params) | Sets the access control policy on the specified resource. Replaces any existing policy.
Args:
request: (ComputeInstancesSetIamPolicyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Policy) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | SetIamPolicy | KaranToor/MA450 | 1 | python | def SetIamPolicy(self, request, global_params=None):
'Sets the access control policy on the specified resource. Replaces any existing policy.\n\n Args:\n request: (ComputeInstancesSetIamPolicyRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Policy) The response message.\n '
config = self.GetMethodConfig('SetIamPolicy')
return self._RunMethod(config, request, global_params=global_params) | def SetIamPolicy(self, request, global_params=None):
'Sets the access control policy on the specified resource. Replaces any existing policy.\n\n Args:\n request: (ComputeInstancesSetIamPolicyRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Policy) The response message.\n '
config = self.GetMethodConfig('SetIamPolicy')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Sets the access control policy on the specified resource. Replaces any existing policy.
Args:
request: (ComputeInstancesSetIamPolicyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Policy) The response message.<|endoftext|> |
74c97796817cee7e4b09b7df9a7fad09a046a2be78bcdda9ef8a62a85307e991 | def SetLabels(self, request, global_params=None):
'Sets labels on an instance. To learn more about labels, read the Labeling or Tagging Resources documentation.\n\n Args:\n request: (ComputeInstancesSetLabelsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetLabels')
return self._RunMethod(config, request, global_params=global_params) | Sets labels on an instance. To learn more about labels, read the Labeling or Tagging Resources documentation.
Args:
request: (ComputeInstancesSetLabelsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | SetLabels | KaranToor/MA450 | 1 | python | def SetLabels(self, request, global_params=None):
'Sets labels on an instance. To learn more about labels, read the Labeling or Tagging Resources documentation.\n\n Args:\n request: (ComputeInstancesSetLabelsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetLabels')
return self._RunMethod(config, request, global_params=global_params) | def SetLabels(self, request, global_params=None):
'Sets labels on an instance. To learn more about labels, read the Labeling or Tagging Resources documentation.\n\n Args:\n request: (ComputeInstancesSetLabelsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetLabels')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Sets labels on an instance. To learn more about labels, read the Labeling or Tagging Resources documentation.
Args:
request: (ComputeInstancesSetLabelsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
fbd8c1ad6b5ae1fd65aa4549e8a6a0bb307343d27c125765549c09082f4910e9 | def SetMachineResources(self, request, global_params=None):
'Changes the number and/or type of accelerator for a stopped instance to the values specified in the request.\n\n Args:\n request: (ComputeInstancesSetMachineResourcesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetMachineResources')
return self._RunMethod(config, request, global_params=global_params) | Changes the number and/or type of accelerator for a stopped instance to the values specified in the request.
Args:
request: (ComputeInstancesSetMachineResourcesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | SetMachineResources | KaranToor/MA450 | 1 | python | def SetMachineResources(self, request, global_params=None):
'Changes the number and/or type of accelerator for a stopped instance to the values specified in the request.\n\n Args:\n request: (ComputeInstancesSetMachineResourcesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetMachineResources')
return self._RunMethod(config, request, global_params=global_params) | def SetMachineResources(self, request, global_params=None):
'Changes the number and/or type of accelerator for a stopped instance to the values specified in the request.\n\n Args:\n request: (ComputeInstancesSetMachineResourcesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetMachineResources')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Changes the number and/or type of accelerator for a stopped instance to the values specified in the request.
Args:
request: (ComputeInstancesSetMachineResourcesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
b357337587bc1dc4c96c727e5fec3ab07fbf1369e9bb5afa0980f5d7bfcc0090 | def SetMachineType(self, request, global_params=None):
'Changes the machine type for a stopped instance to the machine type specified in the request.\n\n Args:\n request: (ComputeInstancesSetMachineTypeRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetMachineType')
return self._RunMethod(config, request, global_params=global_params) | Changes the machine type for a stopped instance to the machine type specified in the request.
Args:
request: (ComputeInstancesSetMachineTypeRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | SetMachineType | KaranToor/MA450 | 1 | python | def SetMachineType(self, request, global_params=None):
'Changes the machine type for a stopped instance to the machine type specified in the request.\n\n Args:\n request: (ComputeInstancesSetMachineTypeRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetMachineType')
return self._RunMethod(config, request, global_params=global_params) | def SetMachineType(self, request, global_params=None):
'Changes the machine type for a stopped instance to the machine type specified in the request.\n\n Args:\n request: (ComputeInstancesSetMachineTypeRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetMachineType')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Changes the machine type for a stopped instance to the machine type specified in the request.
Args:
request: (ComputeInstancesSetMachineTypeRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
b123d3bbb325900301bebc5153f2a8fc853b7f0d6fddbb028c2cf638acaaedfb | def SetMetadata(self, request, global_params=None):
'Sets metadata for the specified instance to the data included in the request.\n\n Args:\n request: (ComputeInstancesSetMetadataRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetMetadata')
return self._RunMethod(config, request, global_params=global_params) | Sets metadata for the specified instance to the data included in the request.
Args:
request: (ComputeInstancesSetMetadataRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | SetMetadata | KaranToor/MA450 | 1 | python | def SetMetadata(self, request, global_params=None):
'Sets metadata for the specified instance to the data included in the request.\n\n Args:\n request: (ComputeInstancesSetMetadataRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetMetadata')
return self._RunMethod(config, request, global_params=global_params) | def SetMetadata(self, request, global_params=None):
'Sets metadata for the specified instance to the data included in the request.\n\n Args:\n request: (ComputeInstancesSetMetadataRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetMetadata')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Sets metadata for the specified instance to the data included in the request.
Args:
request: (ComputeInstancesSetMetadataRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
4d1af7bca0517e8cc9fb5d7fafafaff758983c185388949c2c83a2f2d721897c | def SetMinCpuPlatform(self, request, global_params=None):
'Changes the minimum cpu/platform that this instance should be started as. This is called on a stopped instance.\n\n Args:\n request: (ComputeInstancesSetMinCpuPlatformRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetMinCpuPlatform')
return self._RunMethod(config, request, global_params=global_params) | Changes the minimum cpu/platform that this instance should be started as. This is called on a stopped instance.
Args:
request: (ComputeInstancesSetMinCpuPlatformRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | SetMinCpuPlatform | KaranToor/MA450 | 1 | python | def SetMinCpuPlatform(self, request, global_params=None):
'Changes the minimum cpu/platform that this instance should be started as. This is called on a stopped instance.\n\n Args:\n request: (ComputeInstancesSetMinCpuPlatformRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetMinCpuPlatform')
return self._RunMethod(config, request, global_params=global_params) | def SetMinCpuPlatform(self, request, global_params=None):
'Changes the minimum cpu/platform that this instance should be started as. This is called on a stopped instance.\n\n Args:\n request: (ComputeInstancesSetMinCpuPlatformRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetMinCpuPlatform')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Changes the minimum cpu/platform that this instance should be started as. This is called on a stopped instance.
Args:
request: (ComputeInstancesSetMinCpuPlatformRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
dc56be8fdb578ff9f69a36f2a5faa1cb24001aba8104eea46deb2c2c15b1b8e3 | def SetScheduling(self, request, global_params=None):
"Sets an instance's scheduling options.\n\n Args:\n request: (ComputeInstancesSetSchedulingRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n "
config = self.GetMethodConfig('SetScheduling')
return self._RunMethod(config, request, global_params=global_params) | Sets an instance's scheduling options.
Args:
request: (ComputeInstancesSetSchedulingRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | SetScheduling | KaranToor/MA450 | 1 | python | def SetScheduling(self, request, global_params=None):
"Sets an instance's scheduling options.\n\n Args:\n request: (ComputeInstancesSetSchedulingRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n "
config = self.GetMethodConfig('SetScheduling')
return self._RunMethod(config, request, global_params=global_params) | def SetScheduling(self, request, global_params=None):
"Sets an instance's scheduling options.\n\n Args:\n request: (ComputeInstancesSetSchedulingRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n "
config = self.GetMethodConfig('SetScheduling')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Sets an instance's scheduling options.
Args:
request: (ComputeInstancesSetSchedulingRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
9464102f3d4e23dc639f390065213560b12b8e93bacd26aff08bb4d559aec309 | def SetServiceAccount(self, request, global_params=None):
'Sets the service account on the instance.\n\n Args:\n request: (ComputeInstancesSetServiceAccountRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetServiceAccount')
return self._RunMethod(config, request, global_params=global_params) | Sets the service account on the instance.
Args:
request: (ComputeInstancesSetServiceAccountRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | SetServiceAccount | KaranToor/MA450 | 1 | python | def SetServiceAccount(self, request, global_params=None):
'Sets the service account on the instance.\n\n Args:\n request: (ComputeInstancesSetServiceAccountRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetServiceAccount')
return self._RunMethod(config, request, global_params=global_params) | def SetServiceAccount(self, request, global_params=None):
'Sets the service account on the instance.\n\n Args:\n request: (ComputeInstancesSetServiceAccountRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetServiceAccount')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Sets the service account on the instance.
Args:
request: (ComputeInstancesSetServiceAccountRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
7d7cc33696af64b259e4a99be9c82438af666c7a90c1c2234f0a6b5f3b2b16e5 | def SetTags(self, request, global_params=None):
'Sets tags for the specified instance to the data included in the request.\n\n Args:\n request: (ComputeInstancesSetTagsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetTags')
return self._RunMethod(config, request, global_params=global_params) | Sets tags for the specified instance to the data included in the request.
Args:
request: (ComputeInstancesSetTagsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | SetTags | KaranToor/MA450 | 1 | python | def SetTags(self, request, global_params=None):
'Sets tags for the specified instance to the data included in the request.\n\n Args:\n request: (ComputeInstancesSetTagsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetTags')
return self._RunMethod(config, request, global_params=global_params) | def SetTags(self, request, global_params=None):
'Sets tags for the specified instance to the data included in the request.\n\n Args:\n request: (ComputeInstancesSetTagsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetTags')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Sets tags for the specified instance to the data included in the request.
Args:
request: (ComputeInstancesSetTagsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
1308b1eafa44308635a75783d3d58fbd18ac44fa886480e2a55421ca76c5c99f | def Start(self, request, global_params=None):
'Starts an instance that was stopped using the using the instances().stop method. For more information, see Restart an instance.\n\n Args:\n request: (ComputeInstancesStartRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Start')
return self._RunMethod(config, request, global_params=global_params) | Starts an instance that was stopped using the using the instances().stop method. For more information, see Restart an instance.
Args:
request: (ComputeInstancesStartRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Start | KaranToor/MA450 | 1 | python | def Start(self, request, global_params=None):
'Starts an instance that was stopped using the using the instances().stop method. For more information, see Restart an instance.\n\n Args:\n request: (ComputeInstancesStartRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Start')
return self._RunMethod(config, request, global_params=global_params) | def Start(self, request, global_params=None):
'Starts an instance that was stopped using the using the instances().stop method. For more information, see Restart an instance.\n\n Args:\n request: (ComputeInstancesStartRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Start')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Starts an instance that was stopped using the using the instances().stop method. For more information, see Restart an instance.
Args:
request: (ComputeInstancesStartRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
d611ad232b902d7273bf21b62cad3cd754ccd537bb6ed57e5c23130379022947 | def StartWithEncryptionKey(self, request, global_params=None):
'Starts an instance that was stopped using the using the instances().stop method. For more information, see Restart an instance.\n\n Args:\n request: (ComputeInstancesStartWithEncryptionKeyRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('StartWithEncryptionKey')
return self._RunMethod(config, request, global_params=global_params) | Starts an instance that was stopped using the using the instances().stop method. For more information, see Restart an instance.
Args:
request: (ComputeInstancesStartWithEncryptionKeyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | StartWithEncryptionKey | KaranToor/MA450 | 1 | python | def StartWithEncryptionKey(self, request, global_params=None):
'Starts an instance that was stopped using the using the instances().stop method. For more information, see Restart an instance.\n\n Args:\n request: (ComputeInstancesStartWithEncryptionKeyRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('StartWithEncryptionKey')
return self._RunMethod(config, request, global_params=global_params) | def StartWithEncryptionKey(self, request, global_params=None):
'Starts an instance that was stopped using the using the instances().stop method. For more information, see Restart an instance.\n\n Args:\n request: (ComputeInstancesStartWithEncryptionKeyRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('StartWithEncryptionKey')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Starts an instance that was stopped using the using the instances().stop method. For more information, see Restart an instance.
Args:
request: (ComputeInstancesStartWithEncryptionKeyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
2237af863f6046086189dc997f4ddf5c0b73042f814de78a68ee8d1dfe721ec6 | def Stop(self, request, global_params=None):
'Stops a running instance, shutting it down cleanly, and allows you to restart the instance at a later time. Stopped instances do not incur per-minute, virtual machine usage charges while they are stopped, but any resources that the virtual machine is using, such as persistent disks and static IP addresses, will continue to be charged until they are deleted. For more information, see Stopping an instance.\n\n Args:\n request: (ComputeInstancesStopRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Stop')
return self._RunMethod(config, request, global_params=global_params) | Stops a running instance, shutting it down cleanly, and allows you to restart the instance at a later time. Stopped instances do not incur per-minute, virtual machine usage charges while they are stopped, but any resources that the virtual machine is using, such as persistent disks and static IP addresses, will continue to be charged until they are deleted. For more information, see Stopping an instance.
Args:
request: (ComputeInstancesStopRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Stop | KaranToor/MA450 | 1 | python | def Stop(self, request, global_params=None):
'Stops a running instance, shutting it down cleanly, and allows you to restart the instance at a later time. Stopped instances do not incur per-minute, virtual machine usage charges while they are stopped, but any resources that the virtual machine is using, such as persistent disks and static IP addresses, will continue to be charged until they are deleted. For more information, see Stopping an instance.\n\n Args:\n request: (ComputeInstancesStopRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Stop')
return self._RunMethod(config, request, global_params=global_params) | def Stop(self, request, global_params=None):
'Stops a running instance, shutting it down cleanly, and allows you to restart the instance at a later time. Stopped instances do not incur per-minute, virtual machine usage charges while they are stopped, but any resources that the virtual machine is using, such as persistent disks and static IP addresses, will continue to be charged until they are deleted. For more information, see Stopping an instance.\n\n Args:\n request: (ComputeInstancesStopRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Stop')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Stops a running instance, shutting it down cleanly, and allows you to restart the instance at a later time. Stopped instances do not incur per-minute, virtual machine usage charges while they are stopped, but any resources that the virtual machine is using, such as persistent disks and static IP addresses, will continue to be charged until they are deleted. For more information, see Stopping an instance.
Args:
request: (ComputeInstancesStopRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
aa4c9a95cb74a1e95b4bcd720cdf10d4946cccb8967bc13a249e7837ef09c6aa | def Suspend(self, request, global_params=None):
'This method suspends a running instance, saving its state to persistent storage, and allows you to resume the instance at a later time. Suspended instances incur reduced per-minute, virtual machine usage charges while they are suspended. Any resources the virtual machine is using, such as persistent disks and static IP addresses, will continue to be charged until they are deleted.\n\n Args:\n request: (ComputeInstancesSuspendRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Suspend')
return self._RunMethod(config, request, global_params=global_params) | This method suspends a running instance, saving its state to persistent storage, and allows you to resume the instance at a later time. Suspended instances incur reduced per-minute, virtual machine usage charges while they are suspended. Any resources the virtual machine is using, such as persistent disks and static IP addresses, will continue to be charged until they are deleted.
Args:
request: (ComputeInstancesSuspendRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Suspend | KaranToor/MA450 | 1 | python | def Suspend(self, request, global_params=None):
'This method suspends a running instance, saving its state to persistent storage, and allows you to resume the instance at a later time. Suspended instances incur reduced per-minute, virtual machine usage charges while they are suspended. Any resources the virtual machine is using, such as persistent disks and static IP addresses, will continue to be charged until they are deleted.\n\n Args:\n request: (ComputeInstancesSuspendRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Suspend')
return self._RunMethod(config, request, global_params=global_params) | def Suspend(self, request, global_params=None):
'This method suspends a running instance, saving its state to persistent storage, and allows you to resume the instance at a later time. Suspended instances incur reduced per-minute, virtual machine usage charges while they are suspended. Any resources the virtual machine is using, such as persistent disks and static IP addresses, will continue to be charged until they are deleted.\n\n Args:\n request: (ComputeInstancesSuspendRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Suspend')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>This method suspends a running instance, saving its state to persistent storage, and allows you to resume the instance at a later time. Suspended instances incur reduced per-minute, virtual machine usage charges while they are suspended. Any resources the virtual machine is using, such as persistent disks and static IP addresses, will continue to be charged until they are deleted.
Args:
request: (ComputeInstancesSuspendRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
0dab2df9ad4926d3ac5ea3460db850ee6f52e3de400e5b3c0328ad322dcdb1ab | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeInstancesTestIamPermissionsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TestPermissionsResponse) The response message.\n '
config = self.GetMethodConfig('TestIamPermissions')
return self._RunMethod(config, request, global_params=global_params) | Returns permissions that a caller has on the specified resource.
Args:
request: (ComputeInstancesTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | TestIamPermissions | KaranToor/MA450 | 1 | python | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeInstancesTestIamPermissionsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TestPermissionsResponse) The response message.\n '
config = self.GetMethodConfig('TestIamPermissions')
return self._RunMethod(config, request, global_params=global_params) | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeInstancesTestIamPermissionsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TestPermissionsResponse) The response message.\n '
config = self.GetMethodConfig('TestIamPermissions')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns permissions that a caller has on the specified resource.
Args:
request: (ComputeInstancesTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message.<|endoftext|> |
540cf31c1dc5ff9585378a8e0809b816c9fc7b9623a821c79b24b11e155ee297 | def UpdateAccessConfig(self, request, global_params=None):
"Updates the specified access config from an instance's network interface with the data included in the request.\n\n Args:\n request: (ComputeInstancesUpdateAccessConfigRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n "
config = self.GetMethodConfig('UpdateAccessConfig')
return self._RunMethod(config, request, global_params=global_params) | Updates the specified access config from an instance's network interface with the data included in the request.
Args:
request: (ComputeInstancesUpdateAccessConfigRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | UpdateAccessConfig | KaranToor/MA450 | 1 | python | def UpdateAccessConfig(self, request, global_params=None):
"Updates the specified access config from an instance's network interface with the data included in the request.\n\n Args:\n request: (ComputeInstancesUpdateAccessConfigRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n "
config = self.GetMethodConfig('UpdateAccessConfig')
return self._RunMethod(config, request, global_params=global_params) | def UpdateAccessConfig(self, request, global_params=None):
"Updates the specified access config from an instance's network interface with the data included in the request.\n\n Args:\n request: (ComputeInstancesUpdateAccessConfigRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n "
config = self.GetMethodConfig('UpdateAccessConfig')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Updates the specified access config from an instance's network interface with the data included in the request.
Args:
request: (ComputeInstancesUpdateAccessConfigRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
45d8fda37c63c51d5c41ca2d29531d3716654bf8f627e78a85f8bbf838170681 | def Get(self, request, global_params=None):
'Returns the specified License resource. Get a list of available licenses by making a list() request.\n\n Args:\n request: (ComputeLicensesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (License) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | Returns the specified License resource. Get a list of available licenses by making a list() request.
Args:
request: (ComputeLicensesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(License) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | Get | KaranToor/MA450 | 1 | python | def Get(self, request, global_params=None):
'Returns the specified License resource. Get a list of available licenses by making a list() request.\n\n Args:\n request: (ComputeLicensesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (License) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | def Get(self, request, global_params=None):
'Returns the specified License resource. Get a list of available licenses by making a list() request.\n\n Args:\n request: (ComputeLicensesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (License) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified License resource. Get a list of available licenses by making a list() request.
Args:
request: (ComputeLicensesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(License) The response message.<|endoftext|> |
349ddda66ab9cc2a745c31b7f15902cc6d2dcfd0949089654202599e31c04b37 | def AggregatedList(self, request, global_params=None):
'Retrieves an aggregated list of machine types.\n\n Args:\n request: (ComputeMachineTypesAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (MachineTypeAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params) | Retrieves an aggregated list of machine types.
Args:
request: (ComputeMachineTypesAggregatedListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(MachineTypeAggregatedList) The response message. | google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py | AggregatedList | KaranToor/MA450 | 1 | python | def AggregatedList(self, request, global_params=None):
'Retrieves an aggregated list of machine types.\n\n Args:\n request: (ComputeMachineTypesAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (MachineTypeAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params) | def AggregatedList(self, request, global_params=None):
'Retrieves an aggregated list of machine types.\n\n Args:\n request: (ComputeMachineTypesAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (MachineTypeAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves an aggregated list of machine types.
Args:
request: (ComputeMachineTypesAggregatedListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(MachineTypeAggregatedList) The response message.<|endoftext|> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.