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 |
|---|---|---|---|---|---|---|---|---|---|
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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | AggregatedList | bshaffer/google-cloud-sdk | 0 | 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Delete | bshaffer/google-cloud-sdk | 0 | 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|> |
26d768ad91000c54ef36b0dc36e66a877302f42fc2de526085f2736da37b3855 | def DeleteInstances(self, request, global_params=None):
'Flags the specified instances in the managed instance group for immediate deletion. 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\nIf the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.\n\nYou can specify a maximum of 1000 instances with this method per request.\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) | Flags the specified instances in the managed instance group for immediate deletion. 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.
If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.
You can specify a maximum of 1000 instances with this method per request.
Args:
request: (ComputeInstanceGroupManagersDeleteInstancesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | DeleteInstances | bshaffer/google-cloud-sdk | 0 | python | def DeleteInstances(self, request, global_params=None):
'Flags the specified instances in the managed instance group for immediate deletion. 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\nIf the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.\n\nYou can specify a maximum of 1000 instances with this method per request.\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):
'Flags the specified instances in the managed instance group for immediate deletion. 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\nIf the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.\n\nYou can specify a maximum of 1000 instances with this method per request.\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|>Flags the specified instances in the managed instance group for immediate deletion. 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.
If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.
You can specify a maximum of 1000 instances with this method per request.
Args:
request: (ComputeInstanceGroupManagersDeleteInstancesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
55e1dcbff6f111cb17732e298394ab4157716eced76770e2bd99b033492dbada | def Get(self, request, global_params=None):
'Returns all of the details about the specified managed instance group. Gets 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. Gets 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Get | bshaffer/google-cloud-sdk | 0 | python | def Get(self, request, global_params=None):
'Returns all of the details about the specified managed instance group. Gets 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. Gets 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. Gets 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|> |
221e07da8d61cd09d52a1f967579fa3e8eaad22a2ade064885521fc6c8e3ba9c | 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, instances in the group are created 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\nA managed instance group can have up to 1000 VM instances per group. Please contact Cloud Support if you need an increase in this limit.\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, instances in the group are created 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.
A managed instance group can have up to 1000 VM instances per group. Please contact Cloud Support if you need an increase in this limit.
Args:
request: (ComputeInstanceGroupManagersInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Insert | bshaffer/google-cloud-sdk | 0 | 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, instances in the group are created 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\nA managed instance group can have up to 1000 VM instances per group. Please contact Cloud Support if you need an increase in this limit.\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, instances in the group are created 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\nA managed instance group can have up to 1000 VM instances per group. Please contact Cloud Support if you need an increase in this limit.\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, instances in the group are created 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.
A managed instance group can have up to 1000 VM instances per group. Please contact Cloud Support if you need an increase in this limit.
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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | List | bshaffer/google-cloud-sdk | 0 | 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | ListManagedInstances | bshaffer/google-cloud-sdk | 0 | 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|> |
d0d6146ea8851b40815ed85f104f41b7038a4829872a81217ee27de77d6a88d7 | def Patch(self, request, global_params=None):
'Updates a managed instance group using the information that you specify in the request. This operation is marked as DONE when the group is patched even if the instances in the group are still in the process of being patched. You must separately verify the status of the individual instances with the listManagedInstances method. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.\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. This operation is marked as DONE when the group is patched even if the instances in the group are still in the process of being patched. You must separately verify the status of the individual instances with the listManagedInstances method. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
Args:
request: (ComputeInstanceGroupManagersPatchRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Patch | bshaffer/google-cloud-sdk | 0 | python | def Patch(self, request, global_params=None):
'Updates a managed instance group using the information that you specify in the request. This operation is marked as DONE when the group is patched even if the instances in the group are still in the process of being patched. You must separately verify the status of the individual instances with the listManagedInstances method. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.\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. This operation is marked as DONE when the group is patched even if the instances in the group are still in the process of being patched. You must separately verify the status of the individual instances with the listManagedInstances method. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.\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. This operation is marked as DONE when the group is patched even if the instances in the group are still in the process of being patched. You must separately verify the status of the individual instances with the listManagedInstances method. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
Args:
request: (ComputeInstanceGroupManagersPatchRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
0d764ad6dc226300c32b2aa7e60a5625cb2295234c0ae6fe57d9cf0454c1fdd3 | def RecreateInstances(self, request, global_params=None):
'Flags the specified instances in the managed instance group to be immediately recreated. The instances are deleted and recreated using the current instance template for the managed instance group. This operation is marked as DONE when the flag is set even if the instances have not yet been recreated. You must separately verify the status of the recreating action with the listmanagedinstances method.\n\nIf the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.\n\nYou can specify a maximum of 1000 instances with this method per request.\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) | Flags the specified instances in the managed instance group to be immediately recreated. The instances are deleted and recreated using the current instance template for the managed instance group. This operation is marked as DONE when the flag is set even if the instances have not yet been recreated. You must separately verify the status of the recreating action with the listmanagedinstances method.
If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.
You can specify a maximum of 1000 instances with this method per request.
Args:
request: (ComputeInstanceGroupManagersRecreateInstancesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | RecreateInstances | bshaffer/google-cloud-sdk | 0 | python | def RecreateInstances(self, request, global_params=None):
'Flags the specified instances in the managed instance group to be immediately recreated. The instances are deleted and recreated using the current instance template for the managed instance group. This operation is marked as DONE when the flag is set even if the instances have not yet been recreated. You must separately verify the status of the recreating action with the listmanagedinstances method.\n\nIf the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.\n\nYou can specify a maximum of 1000 instances with this method per request.\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):
'Flags the specified instances in the managed instance group to be immediately recreated. The instances are deleted and recreated using the current instance template for the managed instance group. This operation is marked as DONE when the flag is set even if the instances have not yet been recreated. You must separately verify the status of the recreating action with the listmanagedinstances method.\n\nIf the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.\n\nYou can specify a maximum of 1000 instances with this method per request.\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|>Flags the specified instances in the managed instance group to be immediately recreated. The instances are deleted and recreated using the current instance template for the managed instance group. This operation is marked as DONE when the flag is set even if the instances have not yet been recreated. You must separately verify the status of the recreating action with the listmanagedinstances method.
If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.
You can specify a maximum of 1000 instances with this method per request.
Args:
request: (ComputeInstanceGroupManagersRecreateInstancesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
7930509392ddab1316ac7e188b90cae46156b31f7b8416c0a670f6824c007dbd | 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\nWhen resizing down, the instance group arbitrarily chooses the order in which VMs are deleted. The group takes into account some VM attributes when making the selection including:\n\n+ The status of the VM instance. + The health of the VM instance. + The instance template version the VM is based on. + For regional managed instance groups, the location of the VM instance.\n\nThis list is subject to change.\n\nIf the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.\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.
When resizing down, the instance group arbitrarily chooses the order in which VMs are deleted. The group takes into account some VM attributes when making the selection including:
+ The status of the VM instance. + The health of the VM instance. + The instance template version the VM is based on. + For regional managed instance groups, the location of the VM instance.
This list is subject to change.
If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.
Args:
request: (ComputeInstanceGroupManagersResizeRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Resize | bshaffer/google-cloud-sdk | 0 | 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\nWhen resizing down, the instance group arbitrarily chooses the order in which VMs are deleted. The group takes into account some VM attributes when making the selection including:\n\n+ The status of the VM instance. + The health of the VM instance. + The instance template version the VM is based on. + For regional managed instance groups, the location of the VM instance.\n\nThis list is subject to change.\n\nIf the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.\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\nWhen resizing down, the instance group arbitrarily chooses the order in which VMs are deleted. The group takes into account some VM attributes when making the selection including:\n\n+ The status of the VM instance. + The health of the VM instance. + The instance template version the VM is based on. + For regional managed instance groups, the location of the VM instance.\n\nThis list is subject to change.\n\nIf the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.\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.
When resizing down, the instance group arbitrarily chooses the order in which VMs are deleted. The group takes into account some VM attributes when making the selection including:
+ The status of the VM instance. + The health of the VM instance. + The instance template version the VM is based on. + For regional managed instance groups, the location of the VM instance.
This list is subject to change.
If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.
Args:
request: (ComputeInstanceGroupManagersResizeRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
5fe0ba54ef80323332e76bdb359b289306d7863b949eb7c7aec383557543d1f2 | 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\nIf the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.\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.
If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.
Args:
request: (ComputeInstanceGroupManagersResizeAdvancedRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | ResizeAdvanced | bshaffer/google-cloud-sdk | 0 | 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\nIf the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.\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\nIf the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.\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.
If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.
Args:
request: (ComputeInstanceGroupManagersResizeAdvancedRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
b18b128a16887107980df6f12073fab57a73aefc47bffee2d3bc872c057c83a6 | def SetAutoHealingPolicies(self, request, global_params=None):
'Modifies the autohealing policies. [Deprecated] This method is deprecated. Please use Patch instead.\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. [Deprecated] This method is deprecated. Please use Patch instead.
Args:
request: (ComputeInstanceGroupManagersSetAutoHealingPoliciesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | SetAutoHealingPolicies | bshaffer/google-cloud-sdk | 0 | python | def SetAutoHealingPolicies(self, request, global_params=None):
'Modifies the autohealing policies. [Deprecated] This method is deprecated. Please use Patch instead.\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. [Deprecated] This method is deprecated. Please use Patch instead.\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. [Deprecated] This method is deprecated. Please use Patch instead.
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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | SetInstanceTemplate | bshaffer/google-cloud-sdk | 0 | 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | SetTargetPools | bshaffer/google-cloud-sdk | 0 | 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | TestIamPermissions | bshaffer/google-cloud-sdk | 0 | 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|> |
fb9da279bff81e56073e409e1a09b1430020530a4b115941c064839c5e8bbb94 | def Update(self, request, global_params=None):
'Updates a managed instance group using the information that you specify in the request. 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. 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Update | bshaffer/google-cloud-sdk | 0 | python | def Update(self, request, global_params=None):
'Updates a managed instance group using the information that you specify in the request. 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. 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. 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | AddInstances | bshaffer/google-cloud-sdk | 0 | 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | AggregatedList | bshaffer/google-cloud-sdk | 0 | 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Delete | bshaffer/google-cloud-sdk | 0 | 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|> |
9c5e139a3ff88db0f03f552e63c0b3120ee7ec4153367e69c95586f057c00607 | def Get(self, request, global_params=None):
'Returns the specified instance group. Gets 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. Gets 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Get | bshaffer/google-cloud-sdk | 0 | python | def Get(self, request, global_params=None):
'Returns the specified instance group. Gets 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. Gets 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. Gets 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Insert | bshaffer/google-cloud-sdk | 0 | 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | List | bshaffer/google-cloud-sdk | 0 | 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | ListInstances | bshaffer/google-cloud-sdk | 0 | 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|> |
6c00d441dc2ce15b6a346ec2aecf1e697009d4648f93f31ea7c7f100050f12fe | def RemoveInstances(self, request, global_params=None):
'Removes one or more instances from the specified instance group, but does not delete those instances.\n\nIf the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration before the VM instance is removed or deleted.\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.
If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration before the VM instance is removed or deleted.
Args:
request: (ComputeInstanceGroupsRemoveInstancesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | RemoveInstances | bshaffer/google-cloud-sdk | 0 | 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\nIf the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration before the VM instance is removed or deleted.\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\nIf the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration before the VM instance is removed or deleted.\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.
If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration before the VM instance is removed or deleted.
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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | SetNamedPorts | bshaffer/google-cloud-sdk | 0 | 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | TestIamPermissions | bshaffer/google-cloud-sdk | 0 | 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|> |
fa90826a1f0c11273ff391f0b0c63f9b82b063a7cfd65d1681ad26cf4ed71a2e | def Delete(self, request, global_params=None):
'Deletes the specified instance template. Deleting an instance template is permanent and cannot be undone. It is not possible to delete templates that are already in use by a managed instance group.\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. Deleting an instance template is permanent and cannot be undone. It is not possible to delete templates that are already in use by a managed instance group.
Args:
request: (ComputeInstanceTemplatesDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Delete | bshaffer/google-cloud-sdk | 0 | python | def Delete(self, request, global_params=None):
'Deletes the specified instance template. Deleting an instance template is permanent and cannot be undone. It is not possible to delete templates that are already in use by a managed instance group.\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. Deleting an instance template is permanent and cannot be undone. It is not possible to delete templates that are already in use by a managed instance group.\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. Deleting an instance template is permanent and cannot be undone. It is not possible to delete templates that are already in use by a managed instance group.
Args:
request: (ComputeInstanceTemplatesDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
988be29cb2d6d66f5a69387defcaac3307ed50116573cb4d918516e0f1d8c1be | def Get(self, request, global_params=None):
'Returns the specified instance template. Gets 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. Gets 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Get | bshaffer/google-cloud-sdk | 0 | python | def Get(self, request, global_params=None):
'Returns the specified instance template. Gets 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. Gets 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. Gets 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|> |
ddb3e466415189dfed543cec41728c1527921a2543a8b7a72a77aaa7fb3aa55e | 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: (ComputeInstanceTemplatesGetIamPolicyRequest) 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: (ComputeInstanceTemplatesGetIamPolicyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Policy) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | GetIamPolicy | bshaffer/google-cloud-sdk | 0 | 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: (ComputeInstanceTemplatesGetIamPolicyRequest) 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: (ComputeInstanceTemplatesGetIamPolicyRequest) 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: (ComputeInstanceTemplatesGetIamPolicyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Policy) 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Insert | bshaffer/google-cloud-sdk | 0 | 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|> |
2c3d74f417b0b4fab0529a33f06db0b3b90cf00c58708329d6c1747b93f32d34 | def List(self, request, global_params=None):
'Retrieves a list of instance templates that are contained within the specified project.\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.
Args:
request: (ComputeInstanceTemplatesListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceTemplateList) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | List | bshaffer/google-cloud-sdk | 0 | python | def List(self, request, global_params=None):
'Retrieves a list of instance templates that are contained within the specified project.\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.\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.
Args:
request: (ComputeInstanceTemplatesListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceTemplateList) The response message.<|endoftext|> |
af05ab0ea32976a3cc9758d90472f01f04020f9b26a1726bcdbc12db438663e4 | 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: (ComputeInstanceTemplatesSetIamPolicyRequest) 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: (ComputeInstanceTemplatesSetIamPolicyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Policy) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | SetIamPolicy | bshaffer/google-cloud-sdk | 0 | 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: (ComputeInstanceTemplatesSetIamPolicyRequest) 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: (ComputeInstanceTemplatesSetIamPolicyRequest) 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: (ComputeInstanceTemplatesSetIamPolicyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Policy) 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | TestIamPermissions | bshaffer/google-cloud-sdk | 0 | 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | AddAccessConfig | bshaffer/google-cloud-sdk | 0 | 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|> |
fe503f614e96da693381551136e26d57c1de6920f45b0895b0f4e5ace27bbed9 | def AggregatedList(self, request, global_params=None):
'Retrieves aggregated list of all of the instances in your project across all regions and zones.\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 all of the instances in your project across all regions and zones.
Args:
request: (ComputeInstancesAggregatedListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceAggregatedList) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | AggregatedList | bshaffer/google-cloud-sdk | 0 | python | def AggregatedList(self, request, global_params=None):
'Retrieves aggregated list of all of the instances in your project across all regions and zones.\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 all of the instances in your project across all regions and zones.\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 all of the instances in your project across all regions and zones.
Args:
request: (ComputeInstancesAggregatedListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceAggregatedList) The response message.<|endoftext|> |
6a9ec69ce0453172c94c59b63ccaa3b1653108a2fd46edb2cba31a8d873e5046 | def AttachDisk(self, request, global_params=None):
'Attaches an existing Disk resource to an instance. You must first create the disk before you can attach it. It is not possible to create and attach a disk at the same time. For more information, read Adding a persistent disk to your 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 an existing Disk resource to an instance. You must first create the disk before you can attach it. It is not possible to create and attach a disk at the same time. For more information, read Adding a persistent disk to your instance.
Args:
request: (ComputeInstancesAttachDiskRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | AttachDisk | bshaffer/google-cloud-sdk | 0 | python | def AttachDisk(self, request, global_params=None):
'Attaches an existing Disk resource to an instance. You must first create the disk before you can attach it. It is not possible to create and attach a disk at the same time. For more information, read Adding a persistent disk to your 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 an existing Disk resource to an instance. You must first create the disk before you can attach it. It is not possible to create and attach a disk at the same time. For more information, read Adding a persistent disk to your 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 an existing Disk resource to an instance. You must first create the disk before you can attach it. It is not possible to create and attach a disk at the same time. For more information, read Adding a persistent disk to your 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Delete | bshaffer/google-cloud-sdk | 0 | 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | DeleteAccessConfig | bshaffer/google-cloud-sdk | 0 | 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | DetachDisk | bshaffer/google-cloud-sdk | 0 | 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|> |
34b269e8b1bc9419db2495b1ac843613a233906ff9b0f0d49a63403dbfd4e916 | def Get(self, request, global_params=None):
'Returns the specified Instance resource. Gets 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. Gets 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Get | bshaffer/google-cloud-sdk | 0 | python | def Get(self, request, global_params=None):
'Returns the specified Instance resource. Gets 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. Gets 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. Gets 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|> |
114a349405ef341d407f0788d50bbe68eff3f311acd75c3b3b0edfc7465cc71c | def GetGuestAttributes(self, request, global_params=None):
'Returns the specified guest attributes entry.\n\n Args:\n request: (ComputeInstancesGetGuestAttributesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (GuestAttributes) The response message.\n '
config = self.GetMethodConfig('GetGuestAttributes')
return self._RunMethod(config, request, global_params=global_params) | Returns the specified guest attributes entry.
Args:
request: (ComputeInstancesGetGuestAttributesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(GuestAttributes) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | GetGuestAttributes | bshaffer/google-cloud-sdk | 0 | python | def GetGuestAttributes(self, request, global_params=None):
'Returns the specified guest attributes entry.\n\n Args:\n request: (ComputeInstancesGetGuestAttributesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (GuestAttributes) The response message.\n '
config = self.GetMethodConfig('GetGuestAttributes')
return self._RunMethod(config, request, global_params=global_params) | def GetGuestAttributes(self, request, global_params=None):
'Returns the specified guest attributes entry.\n\n Args:\n request: (ComputeInstancesGetGuestAttributesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (GuestAttributes) The response message.\n '
config = self.GetMethodConfig('GetGuestAttributes')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified guest attributes entry.
Args:
request: (ComputeInstancesGetGuestAttributesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(GuestAttributes) 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | GetIamPolicy | bshaffer/google-cloud-sdk | 0 | 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|> |
36777afb0e97d6872be592fd26a766b9217ac34dbd314ee93e8b2e2da496f5b3 | def GetSerialPortOutput(self, request, global_params=None):
'Returns the last 1 MB of serial port output from the specified instance.\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 last 1 MB of serial port output from the specified instance.
Args:
request: (ComputeInstancesGetSerialPortOutputRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SerialPortOutput) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | GetSerialPortOutput | bshaffer/google-cloud-sdk | 0 | python | def GetSerialPortOutput(self, request, global_params=None):
'Returns the last 1 MB of serial port output from the specified instance.\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 last 1 MB of serial port output from the specified instance.\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 last 1 MB of serial port output from the specified instance.
Args:
request: (ComputeInstancesGetSerialPortOutputRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SerialPortOutput) The response message.<|endoftext|> |
43e5d2412850db0fc73091b5dfb1063111e515e6680189f1c0cf45c88ec7501c | def GetShieldedInstanceIdentity(self, request, global_params=None):
'Returns the Shielded Instance Identity of an instance.\n\n Args:\n request: (ComputeInstancesGetShieldedInstanceIdentityRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (ShieldedInstanceIdentity) The response message.\n '
config = self.GetMethodConfig('GetShieldedInstanceIdentity')
return self._RunMethod(config, request, global_params=global_params) | Returns the Shielded Instance Identity of an instance.
Args:
request: (ComputeInstancesGetShieldedInstanceIdentityRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(ShieldedInstanceIdentity) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | GetShieldedInstanceIdentity | bshaffer/google-cloud-sdk | 0 | python | def GetShieldedInstanceIdentity(self, request, global_params=None):
'Returns the Shielded Instance Identity of an instance.\n\n Args:\n request: (ComputeInstancesGetShieldedInstanceIdentityRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (ShieldedInstanceIdentity) The response message.\n '
config = self.GetMethodConfig('GetShieldedInstanceIdentity')
return self._RunMethod(config, request, global_params=global_params) | def GetShieldedInstanceIdentity(self, request, global_params=None):
'Returns the Shielded Instance Identity of an instance.\n\n Args:\n request: (ComputeInstancesGetShieldedInstanceIdentityRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (ShieldedInstanceIdentity) The response message.\n '
config = self.GetMethodConfig('GetShieldedInstanceIdentity')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the Shielded Instance Identity of an instance.
Args:
request: (ComputeInstancesGetShieldedInstanceIdentityRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(ShieldedInstanceIdentity) The response message.<|endoftext|> |
b980eff47f5cc9e24f2aca868bb4de99bcd0f47056dc3a1d6f329d53bd59ecf9 | def GetShieldedVmIdentity(self, request, global_params=None):
'Returns the Shielded VM Identity of an instance.\n\n Args:\n request: (ComputeInstancesGetShieldedVmIdentityRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (ShieldedVmIdentity) The response message.\n '
config = self.GetMethodConfig('GetShieldedVmIdentity')
return self._RunMethod(config, request, global_params=global_params) | Returns the Shielded VM Identity of an instance.
Args:
request: (ComputeInstancesGetShieldedVmIdentityRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(ShieldedVmIdentity) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | GetShieldedVmIdentity | bshaffer/google-cloud-sdk | 0 | python | def GetShieldedVmIdentity(self, request, global_params=None):
'Returns the Shielded VM Identity of an instance.\n\n Args:\n request: (ComputeInstancesGetShieldedVmIdentityRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (ShieldedVmIdentity) The response message.\n '
config = self.GetMethodConfig('GetShieldedVmIdentity')
return self._RunMethod(config, request, global_params=global_params) | def GetShieldedVmIdentity(self, request, global_params=None):
'Returns the Shielded VM Identity of an instance.\n\n Args:\n request: (ComputeInstancesGetShieldedVmIdentityRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (ShieldedVmIdentity) The response message.\n '
config = self.GetMethodConfig('GetShieldedVmIdentity')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the Shielded VM Identity of an instance.
Args:
request: (ComputeInstancesGetShieldedVmIdentityRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(ShieldedVmIdentity) 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Insert | bshaffer/google-cloud-sdk | 0 | 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | List | bshaffer/google-cloud-sdk | 0 | 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|> |
d75e7c99decb5558248ee48109c96db8757b1a39692a4d8e0dc1994fcc1f7ff1 | def ListReferrers(self, request, global_params=None):
'Retrieves the list of referrers to instances contained within the specified zone. For more information, read Viewing Referrers to VM Instances.\n\n Args:\n request: (ComputeInstancesListReferrersRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceListReferrers) The response message.\n '
config = self.GetMethodConfig('ListReferrers')
return self._RunMethod(config, request, global_params=global_params) | Retrieves the list of referrers to instances contained within the specified zone. For more information, read Viewing Referrers to VM Instances.
Args:
request: (ComputeInstancesListReferrersRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceListReferrers) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | ListReferrers | bshaffer/google-cloud-sdk | 0 | python | def ListReferrers(self, request, global_params=None):
'Retrieves the list of referrers to instances contained within the specified zone. For more information, read Viewing Referrers to VM Instances.\n\n Args:\n request: (ComputeInstancesListReferrersRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceListReferrers) The response message.\n '
config = self.GetMethodConfig('ListReferrers')
return self._RunMethod(config, request, global_params=global_params) | def ListReferrers(self, request, global_params=None):
'Retrieves the list of referrers to instances contained within the specified zone. For more information, read Viewing Referrers to VM Instances.\n\n Args:\n request: (ComputeInstancesListReferrersRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceListReferrers) The response message.\n '
config = self.GetMethodConfig('ListReferrers')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves the list of referrers to instances contained within the specified zone. For more information, read Viewing Referrers to VM Instances.
Args:
request: (ComputeInstancesListReferrersRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceListReferrers) The response message.<|endoftext|> |
9d8e182017d324532f65a7868eef397080a488a1f89876d01054512ee0f3ab0d | def Reset(self, request, global_params=None):
'Performs a reset on the instance. This is a hard reset the VM does not do a graceful shutdown. For more information, see Resetting an 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 reset on the instance. This is a hard reset the VM does not do a graceful shutdown. For more information, see Resetting an instance.
Args:
request: (ComputeInstancesResetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Reset | bshaffer/google-cloud-sdk | 0 | python | def Reset(self, request, global_params=None):
'Performs a reset on the instance. This is a hard reset the VM does not do a graceful shutdown. For more information, see Resetting an 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 reset on the instance. This is a hard reset the VM does not do a graceful shutdown. For more information, see Resetting an 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 reset on the instance. This is a hard reset the VM does not do a graceful shutdown. For more information, see Resetting an instance.
Args:
request: (ComputeInstancesResetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
91105b0b582edf92444e18309f76f4f21576b1669f373d38c2b076fed4720c23 | def Resume(self, request, global_params=None):
'Resumes an instance that was suspended using the instances().suspend method.\n\n Args:\n request: (ComputeInstancesResumeRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Resume')
return self._RunMethod(config, request, global_params=global_params) | Resumes an instance that was suspended using the instances().suspend method.
Args:
request: (ComputeInstancesResumeRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Resume | bshaffer/google-cloud-sdk | 0 | python | def Resume(self, request, global_params=None):
'Resumes an instance that was suspended using the instances().suspend method.\n\n Args:\n request: (ComputeInstancesResumeRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Resume')
return self._RunMethod(config, request, global_params=global_params) | def Resume(self, request, global_params=None):
'Resumes an instance that was suspended using the instances().suspend method.\n\n Args:\n request: (ComputeInstancesResumeRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Resume')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Resumes an instance that was suspended using the instances().suspend method.
Args:
request: (ComputeInstancesResumeRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
6c3b2aab9711d02ea7fb490b43a9f1d42917954a0f357ecbd2c4d0c61667df59 | def SetDeletionProtection(self, request, global_params=None):
'Sets deletion protection on the instance.\n\n Args:\n request: (ComputeInstancesSetDeletionProtectionRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetDeletionProtection')
return self._RunMethod(config, request, global_params=global_params) | Sets deletion protection on the instance.
Args:
request: (ComputeInstancesSetDeletionProtectionRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | SetDeletionProtection | bshaffer/google-cloud-sdk | 0 | python | def SetDeletionProtection(self, request, global_params=None):
'Sets deletion protection on the instance.\n\n Args:\n request: (ComputeInstancesSetDeletionProtectionRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetDeletionProtection')
return self._RunMethod(config, request, global_params=global_params) | def SetDeletionProtection(self, request, global_params=None):
'Sets deletion protection on the instance.\n\n Args:\n request: (ComputeInstancesSetDeletionProtectionRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetDeletionProtection')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Sets deletion protection on the instance.
Args:
request: (ComputeInstancesSetDeletionProtectionRequest) 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | SetDiskAutoDelete | bshaffer/google-cloud-sdk | 0 | 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | SetIamPolicy | bshaffer/google-cloud-sdk | 0 | 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|> |
5bca11e91ff4b07ffb41dc8d0fe5a7e342ece817bf189292ba85fe0f7903fd0d | def SetLabels(self, request, global_params=None):
'Sets labels on an instance. To learn more about labels, read the Labeling 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 Resources documentation.
Args:
request: (ComputeInstancesSetLabelsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | SetLabels | bshaffer/google-cloud-sdk | 0 | python | def SetLabels(self, request, global_params=None):
'Sets labels on an instance. To learn more about labels, read the Labeling 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 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 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | SetMachineResources | bshaffer/google-cloud-sdk | 0 | 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | SetMachineType | bshaffer/google-cloud-sdk | 0 | 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | SetMetadata | bshaffer/google-cloud-sdk | 0 | 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|> |
a45a7a8b5e72e48ae21ab83a39406b25dc94450b8bbed73cbbd1926b2f7fe0e1 | def SetMinCpuPlatform(self, request, global_params=None):
'Changes the minimum CPU platform that this instance should use. This method can only be called on a stopped instance. For more information, read Specifying a Minimum CPU Platform.\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 use. This method can only be called on a stopped instance. For more information, read Specifying a Minimum CPU Platform.
Args:
request: (ComputeInstancesSetMinCpuPlatformRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | SetMinCpuPlatform | bshaffer/google-cloud-sdk | 0 | python | def SetMinCpuPlatform(self, request, global_params=None):
'Changes the minimum CPU platform that this instance should use. This method can only be called on a stopped instance. For more information, read Specifying a Minimum CPU Platform.\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 use. This method can only be called on a stopped instance. For more information, read Specifying a Minimum CPU Platform.\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 use. This method can only be called on a stopped instance. For more information, read Specifying a Minimum CPU Platform.
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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | SetScheduling | bshaffer/google-cloud-sdk | 0 | 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|> |
0ce10a23e8815ce75cf43b09d5b8bd0f88a63ff15fc3f7f320b3600135bbde09 | def SetServiceAccount(self, request, global_params=None):
'Sets the service account on the instance. For more information, read Changing the service account and access scopes for an 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. For more information, read Changing the service account and access scopes for an instance.
Args:
request: (ComputeInstancesSetServiceAccountRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | SetServiceAccount | bshaffer/google-cloud-sdk | 0 | python | def SetServiceAccount(self, request, global_params=None):
'Sets the service account on the instance. For more information, read Changing the service account and access scopes for an 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. For more information, read Changing the service account and access scopes for an 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. For more information, read Changing the service account and access scopes for an instance.
Args:
request: (ComputeInstancesSetServiceAccountRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
fc00dd045a88d8edf861f8590034f7eb4efcd51af7017e18138d74f2b04ff37a | def SetShieldedInstanceIntegrityPolicy(self, request, global_params=None):
'Sets the Shielded Instance integrity policy for an instance. You can only use this method on a running instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.\n\n Args:\n request: (ComputeInstancesSetShieldedInstanceIntegrityPolicyRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetShieldedInstanceIntegrityPolicy')
return self._RunMethod(config, request, global_params=global_params) | Sets the Shielded Instance integrity policy for an instance. You can only use this method on a running instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
Args:
request: (ComputeInstancesSetShieldedInstanceIntegrityPolicyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | SetShieldedInstanceIntegrityPolicy | bshaffer/google-cloud-sdk | 0 | python | def SetShieldedInstanceIntegrityPolicy(self, request, global_params=None):
'Sets the Shielded Instance integrity policy for an instance. You can only use this method on a running instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.\n\n Args:\n request: (ComputeInstancesSetShieldedInstanceIntegrityPolicyRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetShieldedInstanceIntegrityPolicy')
return self._RunMethod(config, request, global_params=global_params) | def SetShieldedInstanceIntegrityPolicy(self, request, global_params=None):
'Sets the Shielded Instance integrity policy for an instance. You can only use this method on a running instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.\n\n Args:\n request: (ComputeInstancesSetShieldedInstanceIntegrityPolicyRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetShieldedInstanceIntegrityPolicy')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Sets the Shielded Instance integrity policy for an instance. You can only use this method on a running instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
Args:
request: (ComputeInstancesSetShieldedInstanceIntegrityPolicyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
d62684ac5016d62a08bc72645904930fa05b6a2bc4b4bd9d6fb31bf71b4e42cf | def SetShieldedVmIntegrityPolicy(self, request, global_params=None):
'Sets the Shielded VM integrity policy for a VM instance. You can only use this method on a running VM instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.\n\n Args:\n request: (ComputeInstancesSetShieldedVmIntegrityPolicyRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetShieldedVmIntegrityPolicy')
return self._RunMethod(config, request, global_params=global_params) | Sets the Shielded VM integrity policy for a VM instance. You can only use this method on a running VM instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
Args:
request: (ComputeInstancesSetShieldedVmIntegrityPolicyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | SetShieldedVmIntegrityPolicy | bshaffer/google-cloud-sdk | 0 | python | def SetShieldedVmIntegrityPolicy(self, request, global_params=None):
'Sets the Shielded VM integrity policy for a VM instance. You can only use this method on a running VM instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.\n\n Args:\n request: (ComputeInstancesSetShieldedVmIntegrityPolicyRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetShieldedVmIntegrityPolicy')
return self._RunMethod(config, request, global_params=global_params) | def SetShieldedVmIntegrityPolicy(self, request, global_params=None):
'Sets the Shielded VM integrity policy for a VM instance. You can only use this method on a running VM instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.\n\n Args:\n request: (ComputeInstancesSetShieldedVmIntegrityPolicyRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetShieldedVmIntegrityPolicy')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Sets the Shielded VM integrity policy for a VM instance. You can only use this method on a running VM instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
Args:
request: (ComputeInstancesSetShieldedVmIntegrityPolicyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
cdb5f3a66d8a7862deeac4199e6a74baf7dc6583131ebddc6d6fad7a483219e9 | def SetTags(self, request, global_params=None):
'Sets network 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 network 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | SetTags | bshaffer/google-cloud-sdk | 0 | python | def SetTags(self, request, global_params=None):
'Sets network 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 network 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 network 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|> |
8ca0df5c6692fa8104179b0abc96ac9b2a5d6a88b778ee9434f4e025e05ae7a4 | def SimulateMaintenanceEvent(self, request, global_params=None):
'Simulates a maintenance event on the instance.\n\n Args:\n request: (ComputeInstancesSimulateMaintenanceEventRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SimulateMaintenanceEvent')
return self._RunMethod(config, request, global_params=global_params) | Simulates a maintenance event on the instance.
Args:
request: (ComputeInstancesSimulateMaintenanceEventRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | SimulateMaintenanceEvent | bshaffer/google-cloud-sdk | 0 | python | def SimulateMaintenanceEvent(self, request, global_params=None):
'Simulates a maintenance event on the instance.\n\n Args:\n request: (ComputeInstancesSimulateMaintenanceEventRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SimulateMaintenanceEvent')
return self._RunMethod(config, request, global_params=global_params) | def SimulateMaintenanceEvent(self, request, global_params=None):
'Simulates a maintenance event on the instance.\n\n Args:\n request: (ComputeInstancesSimulateMaintenanceEventRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SimulateMaintenanceEvent')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Simulates a maintenance event on the instance.
Args:
request: (ComputeInstancesSimulateMaintenanceEventRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
e4c7c5a4655037d5cae2b0cc6c9e669f8ad73c717211eda0818f46eb6717744d | def Start(self, request, global_params=None):
'Starts an instance that was stopped 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 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Start | bshaffer/google-cloud-sdk | 0 | python | def Start(self, request, global_params=None):
'Starts an instance that was stopped 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 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 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|> |
be640150e40e4dcd9304a7fb81f71e064da923e264fef9831248ac67581a09b7 | def StartWithEncryptionKey(self, request, global_params=None):
'Starts an instance that was stopped 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 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | StartWithEncryptionKey | bshaffer/google-cloud-sdk | 0 | python | def StartWithEncryptionKey(self, request, global_params=None):
'Starts an instance that was stopped 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 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 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|> |
a74798e5f97e2c21e7f2b7e96624e0334227c984ba1ece98555ee19a23e016a8 | 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 VM usage charges while they are stopped. However, resources that the VM 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 VM usage charges while they are stopped. However, resources that the VM 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Stop | bshaffer/google-cloud-sdk | 0 | 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 VM usage charges while they are stopped. However, resources that the VM 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 VM usage charges while they are stopped. However, resources that the VM 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 VM usage charges while they are stopped. However, resources that the VM 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Suspend | bshaffer/google-cloud-sdk | 0 | 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | TestIamPermissions | bshaffer/google-cloud-sdk | 0 | 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|> |
c4442a7a8b0874d3d2fcc7c1ed2484b22e103cf9b5045f7b3676f9f175b7d7b1 | 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. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.\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. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
Args:
request: (ComputeInstancesUpdateAccessConfigRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | UpdateAccessConfig | bshaffer/google-cloud-sdk | 0 | 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. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.\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. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.\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. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
Args:
request: (ComputeInstancesUpdateAccessConfigRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
5d3ab37e77ddd04f93f167e4f20b3f01665d7ed9392e31ea105037a808cc75ac | def UpdateDisplayDevice(self, request, global_params=None):
'Updates the Display config for a VM instance. You can only use this method on a stopped VM instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.\n\n Args:\n request: (ComputeInstancesUpdateDisplayDeviceRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('UpdateDisplayDevice')
return self._RunMethod(config, request, global_params=global_params) | Updates the Display config for a VM instance. You can only use this method on a stopped VM instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
Args:
request: (ComputeInstancesUpdateDisplayDeviceRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | UpdateDisplayDevice | bshaffer/google-cloud-sdk | 0 | python | def UpdateDisplayDevice(self, request, global_params=None):
'Updates the Display config for a VM instance. You can only use this method on a stopped VM instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.\n\n Args:\n request: (ComputeInstancesUpdateDisplayDeviceRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('UpdateDisplayDevice')
return self._RunMethod(config, request, global_params=global_params) | def UpdateDisplayDevice(self, request, global_params=None):
'Updates the Display config for a VM instance. You can only use this method on a stopped VM instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.\n\n Args:\n request: (ComputeInstancesUpdateDisplayDeviceRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('UpdateDisplayDevice')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Updates the Display config for a VM instance. You can only use this method on a stopped VM instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
Args:
request: (ComputeInstancesUpdateDisplayDeviceRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
e640985dae557de7533a907341c0e78569979c4f12c07523fa987a7005d929a9 | def UpdateNetworkInterface(self, request, global_params=None):
"Updates an instance's network interface. This method follows PATCH semantics.\n\n Args:\n request: (ComputeInstancesUpdateNetworkInterfaceRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n "
config = self.GetMethodConfig('UpdateNetworkInterface')
return self._RunMethod(config, request, global_params=global_params) | Updates an instance's network interface. This method follows PATCH semantics.
Args:
request: (ComputeInstancesUpdateNetworkInterfaceRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | UpdateNetworkInterface | bshaffer/google-cloud-sdk | 0 | python | def UpdateNetworkInterface(self, request, global_params=None):
"Updates an instance's network interface. This method follows PATCH semantics.\n\n Args:\n request: (ComputeInstancesUpdateNetworkInterfaceRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n "
config = self.GetMethodConfig('UpdateNetworkInterface')
return self._RunMethod(config, request, global_params=global_params) | def UpdateNetworkInterface(self, request, global_params=None):
"Updates an instance's network interface. This method follows PATCH semantics.\n\n Args:\n request: (ComputeInstancesUpdateNetworkInterfaceRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n "
config = self.GetMethodConfig('UpdateNetworkInterface')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Updates an instance's network interface. This method follows PATCH semantics.
Args:
request: (ComputeInstancesUpdateNetworkInterfaceRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
5ed5f8030ba3b097520b1b276f824b64e9e28a912ef247b302d4341249e43e7a | def UpdateShieldedInstanceConfig(self, request, global_params=None):
'Updates the Shielded Instance config for an instance. You can only use this method on a stopped instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.\n\n Args:\n request: (ComputeInstancesUpdateShieldedInstanceConfigRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('UpdateShieldedInstanceConfig')
return self._RunMethod(config, request, global_params=global_params) | Updates the Shielded Instance config for an instance. You can only use this method on a stopped instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
Args:
request: (ComputeInstancesUpdateShieldedInstanceConfigRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | UpdateShieldedInstanceConfig | bshaffer/google-cloud-sdk | 0 | python | def UpdateShieldedInstanceConfig(self, request, global_params=None):
'Updates the Shielded Instance config for an instance. You can only use this method on a stopped instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.\n\n Args:\n request: (ComputeInstancesUpdateShieldedInstanceConfigRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('UpdateShieldedInstanceConfig')
return self._RunMethod(config, request, global_params=global_params) | def UpdateShieldedInstanceConfig(self, request, global_params=None):
'Updates the Shielded Instance config for an instance. You can only use this method on a stopped instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.\n\n Args:\n request: (ComputeInstancesUpdateShieldedInstanceConfigRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('UpdateShieldedInstanceConfig')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Updates the Shielded Instance config for an instance. You can only use this method on a stopped instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
Args:
request: (ComputeInstancesUpdateShieldedInstanceConfigRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
54abf72b3f800d10dc7197889129f766d27d1ba8743677c3363ac9a63122603d | def UpdateShieldedVmConfig(self, request, global_params=None):
'Updates the Shielded VM config for a VM instance. You can only use this method on a stopped VM instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.\n\n Args:\n request: (ComputeInstancesUpdateShieldedVmConfigRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('UpdateShieldedVmConfig')
return self._RunMethod(config, request, global_params=global_params) | Updates the Shielded VM config for a VM instance. You can only use this method on a stopped VM instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
Args:
request: (ComputeInstancesUpdateShieldedVmConfigRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | UpdateShieldedVmConfig | bshaffer/google-cloud-sdk | 0 | python | def UpdateShieldedVmConfig(self, request, global_params=None):
'Updates the Shielded VM config for a VM instance. You can only use this method on a stopped VM instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.\n\n Args:\n request: (ComputeInstancesUpdateShieldedVmConfigRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('UpdateShieldedVmConfig')
return self._RunMethod(config, request, global_params=global_params) | def UpdateShieldedVmConfig(self, request, global_params=None):
'Updates the Shielded VM config for a VM instance. You can only use this method on a stopped VM instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.\n\n Args:\n request: (ComputeInstancesUpdateShieldedVmConfigRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('UpdateShieldedVmConfig')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Updates the Shielded VM config for a VM instance. You can only use this method on a stopped VM instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
Args:
request: (ComputeInstancesUpdateShieldedVmConfigRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
fbcca3eb31637f6c5b251b07a5a45bcea16267bae3ffc838622db073ef305f10 | def AggregatedList(self, request, global_params=None):
'Retrieves an aggregated list of interconnect attachments.\n\n Args:\n request: (ComputeInterconnectAttachmentsAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InterconnectAttachmentAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params) | Retrieves an aggregated list of interconnect attachments.
Args:
request: (ComputeInterconnectAttachmentsAggregatedListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InterconnectAttachmentAggregatedList) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | AggregatedList | bshaffer/google-cloud-sdk | 0 | python | def AggregatedList(self, request, global_params=None):
'Retrieves an aggregated list of interconnect attachments.\n\n Args:\n request: (ComputeInterconnectAttachmentsAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InterconnectAttachmentAggregatedList) 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 interconnect attachments.\n\n Args:\n request: (ComputeInterconnectAttachmentsAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InterconnectAttachmentAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves an aggregated list of interconnect attachments.
Args:
request: (ComputeInterconnectAttachmentsAggregatedListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InterconnectAttachmentAggregatedList) The response message.<|endoftext|> |
54da6ac592c61f4e6c4898176f01b5bacbe3a7664be1ca3e7492c01ef7a8e6fb | def Delete(self, request, global_params=None):
'Deletes the specified interconnect attachment.\n\n Args:\n request: (ComputeInterconnectAttachmentsDeleteRequest) 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 interconnect attachment.
Args:
request: (ComputeInterconnectAttachmentsDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Delete | bshaffer/google-cloud-sdk | 0 | python | def Delete(self, request, global_params=None):
'Deletes the specified interconnect attachment.\n\n Args:\n request: (ComputeInterconnectAttachmentsDeleteRequest) 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 interconnect attachment.\n\n Args:\n request: (ComputeInterconnectAttachmentsDeleteRequest) 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 interconnect attachment.
Args:
request: (ComputeInterconnectAttachmentsDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
537b8e263a42ceebe145055c27bdf774cb8a06b737aba3bc0744c1daf18834f1 | def Get(self, request, global_params=None):
'Returns the specified interconnect attachment.\n\n Args:\n request: (ComputeInterconnectAttachmentsGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InterconnectAttachment) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | Returns the specified interconnect attachment.
Args:
request: (ComputeInterconnectAttachmentsGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InterconnectAttachment) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Get | bshaffer/google-cloud-sdk | 0 | python | def Get(self, request, global_params=None):
'Returns the specified interconnect attachment.\n\n Args:\n request: (ComputeInterconnectAttachmentsGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InterconnectAttachment) 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 interconnect attachment.\n\n Args:\n request: (ComputeInterconnectAttachmentsGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InterconnectAttachment) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified interconnect attachment.
Args:
request: (ComputeInterconnectAttachmentsGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InterconnectAttachment) The response message.<|endoftext|> |
9480adc9cb3f3c453ed2f91bfcf37b8c0f831f7d1c23fe65588ce4ffc5f894a0 | def Insert(self, request, global_params=None):
'Creates an InterconnectAttachment in the specified project using the data included in the request.\n\n Args:\n request: (ComputeInterconnectAttachmentsInsertRequest) 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 InterconnectAttachment in the specified project using the data included in the request.
Args:
request: (ComputeInterconnectAttachmentsInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Insert | bshaffer/google-cloud-sdk | 0 | python | def Insert(self, request, global_params=None):
'Creates an InterconnectAttachment in the specified project using the data included in the request.\n\n Args:\n request: (ComputeInterconnectAttachmentsInsertRequest) 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 InterconnectAttachment in the specified project using the data included in the request.\n\n Args:\n request: (ComputeInterconnectAttachmentsInsertRequest) 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 InterconnectAttachment in the specified project using the data included in the request.
Args:
request: (ComputeInterconnectAttachmentsInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
ff29f84796176a9002e707b0c39c38e49da174ccddc4bf59055b6536ce72af53 | def List(self, request, global_params=None):
'Retrieves the list of interconnect attachments contained within the specified region.\n\n Args:\n request: (ComputeInterconnectAttachmentsListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InterconnectAttachmentList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | Retrieves the list of interconnect attachments contained within the specified region.
Args:
request: (ComputeInterconnectAttachmentsListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InterconnectAttachmentList) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | List | bshaffer/google-cloud-sdk | 0 | python | def List(self, request, global_params=None):
'Retrieves the list of interconnect attachments contained within the specified region.\n\n Args:\n request: (ComputeInterconnectAttachmentsListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InterconnectAttachmentList) 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 interconnect attachments contained within the specified region.\n\n Args:\n request: (ComputeInterconnectAttachmentsListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InterconnectAttachmentList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves the list of interconnect attachments contained within the specified region.
Args:
request: (ComputeInterconnectAttachmentsListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InterconnectAttachmentList) The response message.<|endoftext|> |
cc55cf359b4df6328296acc5c0cb9ca08935bcd76a0a7bcc4f2bfb00d958a818 | def Patch(self, request, global_params=None):
'Updates the specified interconnect attachment with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.\n\n Args:\n request: (ComputeInterconnectAttachmentsPatchRequest) 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 the specified interconnect attachment with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
Args:
request: (ComputeInterconnectAttachmentsPatchRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Patch | bshaffer/google-cloud-sdk | 0 | python | def Patch(self, request, global_params=None):
'Updates the specified interconnect attachment with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.\n\n Args:\n request: (ComputeInterconnectAttachmentsPatchRequest) 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 the specified interconnect attachment with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.\n\n Args:\n request: (ComputeInterconnectAttachmentsPatchRequest) 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 the specified interconnect attachment with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
Args:
request: (ComputeInterconnectAttachmentsPatchRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
a6c76d005430167f863b6281844b70f3a08ed61824982ebce0781e75c4cc63a9 | def SetLabels(self, request, global_params=None):
'Sets the labels on an InterconnectAttachment. To learn more about labels, read the Labeling Resources documentation.\n\n Args:\n request: (ComputeInterconnectAttachmentsSetLabelsRequest) 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 InterconnectAttachment. To learn more about labels, read the Labeling Resources documentation.
Args:
request: (ComputeInterconnectAttachmentsSetLabelsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | SetLabels | bshaffer/google-cloud-sdk | 0 | python | def SetLabels(self, request, global_params=None):
'Sets the labels on an InterconnectAttachment. To learn more about labels, read the Labeling Resources documentation.\n\n Args:\n request: (ComputeInterconnectAttachmentsSetLabelsRequest) 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 InterconnectAttachment. To learn more about labels, read the Labeling Resources documentation.\n\n Args:\n request: (ComputeInterconnectAttachmentsSetLabelsRequest) 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 InterconnectAttachment. To learn more about labels, read the Labeling Resources documentation.
Args:
request: (ComputeInterconnectAttachmentsSetLabelsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
44143c7a8ffcd3ea1fae1fe16c7e8552bac12fbd0f968c311ed52c4a98f93584 | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeInterconnectAttachmentsTestIamPermissionsRequest) 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: (ComputeInterconnectAttachmentsTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | TestIamPermissions | bshaffer/google-cloud-sdk | 0 | python | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeInterconnectAttachmentsTestIamPermissionsRequest) 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: (ComputeInterconnectAttachmentsTestIamPermissionsRequest) 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: (ComputeInterconnectAttachmentsTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message.<|endoftext|> |
7f90d7565a8f1484698e34c97f86d2095ee3f2276e47a731b908277e13e2e3da | def Get(self, request, global_params=None):
'Returns the details for the specified interconnect location. Gets a list of available interconnect locations by making a list() request.\n\n Args:\n request: (ComputeInterconnectLocationsGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InterconnectLocation) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | Returns the details for the specified interconnect location. Gets a list of available interconnect locations by making a list() request.
Args:
request: (ComputeInterconnectLocationsGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InterconnectLocation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Get | bshaffer/google-cloud-sdk | 0 | python | def Get(self, request, global_params=None):
'Returns the details for the specified interconnect location. Gets a list of available interconnect locations by making a list() request.\n\n Args:\n request: (ComputeInterconnectLocationsGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InterconnectLocation) 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 details for the specified interconnect location. Gets a list of available interconnect locations by making a list() request.\n\n Args:\n request: (ComputeInterconnectLocationsGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InterconnectLocation) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the details for the specified interconnect location. Gets a list of available interconnect locations by making a list() request.
Args:
request: (ComputeInterconnectLocationsGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InterconnectLocation) The response message.<|endoftext|> |
e0524ff8bfead21b9a485414976f480692e3fafd4b49a732c8efae120f5bdbd6 | def List(self, request, global_params=None):
'Retrieves the list of interconnect locations available to the specified project.\n\n Args:\n request: (ComputeInterconnectLocationsListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InterconnectLocationList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | Retrieves the list of interconnect locations available to the specified project.
Args:
request: (ComputeInterconnectLocationsListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InterconnectLocationList) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | List | bshaffer/google-cloud-sdk | 0 | python | def List(self, request, global_params=None):
'Retrieves the list of interconnect locations available to the specified project.\n\n Args:\n request: (ComputeInterconnectLocationsListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InterconnectLocationList) 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 interconnect locations available to the specified project.\n\n Args:\n request: (ComputeInterconnectLocationsListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InterconnectLocationList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves the list of interconnect locations available to the specified project.
Args:
request: (ComputeInterconnectLocationsListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InterconnectLocationList) The response message.<|endoftext|> |
554ed3147ad293f7c70b206d1bf4d4eff87e9409544ad2b7c32f782155886b99 | def Delete(self, request, global_params=None):
'Deletes the specified interconnect.\n\n Args:\n request: (ComputeInterconnectsDeleteRequest) 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 interconnect.
Args:
request: (ComputeInterconnectsDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Delete | bshaffer/google-cloud-sdk | 0 | python | def Delete(self, request, global_params=None):
'Deletes the specified interconnect.\n\n Args:\n request: (ComputeInterconnectsDeleteRequest) 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 interconnect.\n\n Args:\n request: (ComputeInterconnectsDeleteRequest) 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 interconnect.
Args:
request: (ComputeInterconnectsDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
7d159b93d7b54f7b703e5b6ed5b100041a6a85b50ff75e1aab1b273fccf3be57 | def Get(self, request, global_params=None):
'Returns the specified interconnect. Get a list of available interconnects by making a list() request.\n\n Args:\n request: (ComputeInterconnectsGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Interconnect) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | Returns the specified interconnect. Get a list of available interconnects by making a list() request.
Args:
request: (ComputeInterconnectsGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Interconnect) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Get | bshaffer/google-cloud-sdk | 0 | python | def Get(self, request, global_params=None):
'Returns the specified interconnect. Get a list of available interconnects by making a list() request.\n\n Args:\n request: (ComputeInterconnectsGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Interconnect) 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 interconnect. Get a list of available interconnects by making a list() request.\n\n Args:\n request: (ComputeInterconnectsGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Interconnect) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified interconnect. Get a list of available interconnects by making a list() request.
Args:
request: (ComputeInterconnectsGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Interconnect) The response message.<|endoftext|> |
8c349aec8763594ce3d805b6cec033db839e0bc3089cbfe2851123cf25bc07a1 | def GetDiagnostics(self, request, global_params=None):
'Returns the interconnectDiagnostics for the specified interconnect.\n\n Args:\n request: (ComputeInterconnectsGetDiagnosticsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InterconnectsGetDiagnosticsResponse) The response message.\n '
config = self.GetMethodConfig('GetDiagnostics')
return self._RunMethod(config, request, global_params=global_params) | Returns the interconnectDiagnostics for the specified interconnect.
Args:
request: (ComputeInterconnectsGetDiagnosticsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InterconnectsGetDiagnosticsResponse) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | GetDiagnostics | bshaffer/google-cloud-sdk | 0 | python | def GetDiagnostics(self, request, global_params=None):
'Returns the interconnectDiagnostics for the specified interconnect.\n\n Args:\n request: (ComputeInterconnectsGetDiagnosticsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InterconnectsGetDiagnosticsResponse) The response message.\n '
config = self.GetMethodConfig('GetDiagnostics')
return self._RunMethod(config, request, global_params=global_params) | def GetDiagnostics(self, request, global_params=None):
'Returns the interconnectDiagnostics for the specified interconnect.\n\n Args:\n request: (ComputeInterconnectsGetDiagnosticsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InterconnectsGetDiagnosticsResponse) The response message.\n '
config = self.GetMethodConfig('GetDiagnostics')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the interconnectDiagnostics for the specified interconnect.
Args:
request: (ComputeInterconnectsGetDiagnosticsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InterconnectsGetDiagnosticsResponse) The response message.<|endoftext|> |
16e4bd4f985e28acf8218e8ae2e3a6ca47dae271f2e6635bfeea5307797f3a2b | def Insert(self, request, global_params=None):
'Creates a Interconnect in the specified project using the data included in the request.\n\n Args:\n request: (ComputeInterconnectsInsertRequest) 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 Interconnect in the specified project using the data included in the request.
Args:
request: (ComputeInterconnectsInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Insert | bshaffer/google-cloud-sdk | 0 | python | def Insert(self, request, global_params=None):
'Creates a Interconnect in the specified project using the data included in the request.\n\n Args:\n request: (ComputeInterconnectsInsertRequest) 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 Interconnect in the specified project using the data included in the request.\n\n Args:\n request: (ComputeInterconnectsInsertRequest) 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 Interconnect in the specified project using the data included in the request.
Args:
request: (ComputeInterconnectsInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
26f7f0a8f8c0efd21d05f0b78ae13666e15cf8ef5e4a9e60c5fa8cc4ee0d808a | def List(self, request, global_params=None):
'Retrieves the list of interconnect available to the specified project.\n\n Args:\n request: (ComputeInterconnectsListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InterconnectList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | Retrieves the list of interconnect available to the specified project.
Args:
request: (ComputeInterconnectsListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InterconnectList) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | List | bshaffer/google-cloud-sdk | 0 | python | def List(self, request, global_params=None):
'Retrieves the list of interconnect available to the specified project.\n\n Args:\n request: (ComputeInterconnectsListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InterconnectList) 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 interconnect available to the specified project.\n\n Args:\n request: (ComputeInterconnectsListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InterconnectList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves the list of interconnect available to the specified project.
Args:
request: (ComputeInterconnectsListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InterconnectList) The response message.<|endoftext|> |
49ce4d30b4a84928965d341e064ac755dfaf50bfa91f78cd2b22c05a62551840 | def Patch(self, request, global_params=None):
'Updates the specified interconnect with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.\n\n Args:\n request: (ComputeInterconnectsPatchRequest) 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 the specified interconnect with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
Args:
request: (ComputeInterconnectsPatchRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Patch | bshaffer/google-cloud-sdk | 0 | python | def Patch(self, request, global_params=None):
'Updates the specified interconnect with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.\n\n Args:\n request: (ComputeInterconnectsPatchRequest) 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 the specified interconnect with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.\n\n Args:\n request: (ComputeInterconnectsPatchRequest) 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 the specified interconnect with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
Args:
request: (ComputeInterconnectsPatchRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
99320b544855c7d3725e37b2b87e9474fb6dc561cb8c95c5febef10f72cdd693 | def SetLabels(self, request, global_params=None):
'Sets the labels on an Interconnect. To learn more about labels, read the Labeling Resources documentation.\n\n Args:\n request: (ComputeInterconnectsSetLabelsRequest) 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 Interconnect. To learn more about labels, read the Labeling Resources documentation.
Args:
request: (ComputeInterconnectsSetLabelsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | SetLabels | bshaffer/google-cloud-sdk | 0 | python | def SetLabels(self, request, global_params=None):
'Sets the labels on an Interconnect. To learn more about labels, read the Labeling Resources documentation.\n\n Args:\n request: (ComputeInterconnectsSetLabelsRequest) 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 Interconnect. To learn more about labels, read the Labeling Resources documentation.\n\n Args:\n request: (ComputeInterconnectsSetLabelsRequest) 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 Interconnect. To learn more about labels, read the Labeling Resources documentation.
Args:
request: (ComputeInterconnectsSetLabelsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
502b3bc8ec1be7b4620f9644e8bd4c346e7b7388291ba3f30005314b3de2ecf5 | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeInterconnectsTestIamPermissionsRequest) 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: (ComputeInterconnectsTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | TestIamPermissions | bshaffer/google-cloud-sdk | 0 | python | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeInterconnectsTestIamPermissionsRequest) 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: (ComputeInterconnectsTestIamPermissionsRequest) 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: (ComputeInterconnectsTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message.<|endoftext|> |
549746ad8b07f4d28a304b0cd7a54b0ed3bbf5af16aadcec7cff901f6b22b64b | def Get(self, request, global_params=None):
'Return a specified license code. License codes are mirrored across all projects that have permissions to read the License Code.\n\n Args:\n request: (ComputeLicenseCodesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (LicenseCode) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | Return a specified license code. License codes are mirrored across all projects that have permissions to read the License Code.
Args:
request: (ComputeLicenseCodesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(LicenseCode) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Get | bshaffer/google-cloud-sdk | 0 | python | def Get(self, request, global_params=None):
'Return a specified license code. License codes are mirrored across all projects that have permissions to read the License Code.\n\n Args:\n request: (ComputeLicenseCodesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (LicenseCode) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | def Get(self, request, global_params=None):
'Return a specified license code. License codes are mirrored across all projects that have permissions to read the License Code.\n\n Args:\n request: (ComputeLicenseCodesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (LicenseCode) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Return a specified license code. License codes are mirrored across all projects that have permissions to read the License Code.
Args:
request: (ComputeLicenseCodesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(LicenseCode) The response message.<|endoftext|> |
41dc5b5e8f64699649109e2459b50c1d50f46818567b58ae77cfb69fa6dd1718 | def Delete(self, request, global_params=None):
'Deletes the specified license.\n\n Args:\n request: (ComputeLicensesDeleteRequest) 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 license.
Args:
request: (ComputeLicensesDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Delete | bshaffer/google-cloud-sdk | 0 | python | def Delete(self, request, global_params=None):
'Deletes the specified license.\n\n Args:\n request: (ComputeLicensesDeleteRequest) 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 license.\n\n Args:\n request: (ComputeLicensesDeleteRequest) 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 license.
Args:
request: (ComputeLicensesDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
09598b9af2ef66e197c7a15a549ee0489cf6e750bf620ed30df78b5be1c6a88a | def Get(self, request, global_params=None):
'Returns the specified License resource.\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.
Args:
request: (ComputeLicensesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(License) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Get | bshaffer/google-cloud-sdk | 0 | python | def Get(self, request, global_params=None):
'Returns the specified License resource.\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.\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.
Args:
request: (ComputeLicensesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(License) The response message.<|endoftext|> |
81f12405edfcb7bcb503ca5cdb3ae44e12f2129ec56f51e51df5f533af8c7890 | 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: (ComputeLicensesGetIamPolicyRequest) 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: (ComputeLicensesGetIamPolicyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Policy) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | GetIamPolicy | bshaffer/google-cloud-sdk | 0 | 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: (ComputeLicensesGetIamPolicyRequest) 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: (ComputeLicensesGetIamPolicyRequest) 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: (ComputeLicensesGetIamPolicyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Policy) The response message.<|endoftext|> |
7380b0d372f469bfe428d335acead6a4da0a2e05559069c4042833cddace2916 | def Insert(self, request, global_params=None):
'Create a License resource in the specified project.\n\n Args:\n request: (ComputeLicensesInsertRequest) 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) | Create a License resource in the specified project.
Args:
request: (ComputeLicensesInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Insert | bshaffer/google-cloud-sdk | 0 | python | def Insert(self, request, global_params=None):
'Create a License resource in the specified project.\n\n Args:\n request: (ComputeLicensesInsertRequest) 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):
'Create a License resource in the specified project.\n\n Args:\n request: (ComputeLicensesInsertRequest) 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|>Create a License resource in the specified project.
Args:
request: (ComputeLicensesInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
e2ff744d58e200fcbc07393481fdf60a51c3d92043bffb6877b7b6267eed85fa | def List(self, request, global_params=None):
'Retrieves the list of licenses available in the specified project. This method does not get any licenses that belong to other projects, including licenses attached to publicly-available images, like Debian 9. If you want to get a list of publicly-available licenses, use this method to make a request to the respective image project, such as debian-cloud or windows-cloud.\n\n Args:\n request: (ComputeLicensesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (LicensesListResponse) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | Retrieves the list of licenses available in the specified project. This method does not get any licenses that belong to other projects, including licenses attached to publicly-available images, like Debian 9. If you want to get a list of publicly-available licenses, use this method to make a request to the respective image project, such as debian-cloud or windows-cloud.
Args:
request: (ComputeLicensesListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(LicensesListResponse) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | List | bshaffer/google-cloud-sdk | 0 | python | def List(self, request, global_params=None):
'Retrieves the list of licenses available in the specified project. This method does not get any licenses that belong to other projects, including licenses attached to publicly-available images, like Debian 9. If you want to get a list of publicly-available licenses, use this method to make a request to the respective image project, such as debian-cloud or windows-cloud.\n\n Args:\n request: (ComputeLicensesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (LicensesListResponse) 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 licenses available in the specified project. This method does not get any licenses that belong to other projects, including licenses attached to publicly-available images, like Debian 9. If you want to get a list of publicly-available licenses, use this method to make a request to the respective image project, such as debian-cloud or windows-cloud.\n\n Args:\n request: (ComputeLicensesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (LicensesListResponse) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves the list of licenses available in the specified project. This method does not get any licenses that belong to other projects, including licenses attached to publicly-available images, like Debian 9. If you want to get a list of publicly-available licenses, use this method to make a request to the respective image project, such as debian-cloud or windows-cloud.
Args:
request: (ComputeLicensesListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(LicensesListResponse) The response message.<|endoftext|> |
30d1680c84f258458642d520506a6ea3da4a35ac2d5fda0e415418b495edd653 | 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: (ComputeLicensesSetIamPolicyRequest) 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: (ComputeLicensesSetIamPolicyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Policy) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | SetIamPolicy | bshaffer/google-cloud-sdk | 0 | 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: (ComputeLicensesSetIamPolicyRequest) 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: (ComputeLicensesSetIamPolicyRequest) 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: (ComputeLicensesSetIamPolicyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Policy) 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. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | AggregatedList | bshaffer/google-cloud-sdk | 0 | 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.