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 |
|---|---|---|---|---|---|---|---|---|---|
131921879d1549b99cb4c8ca9526aa2f16b57c42b451350d1758f326b5cd09e2 | 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: (ComputeRegionInstanceGroupManagersRecreateInstancesRequest) 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: (ComputeRegionInstanceGroupManagersRecreateInstancesRequest) 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: (ComputeRegionInstanceGroupManagersRecreateInstancesRequest) 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: (ComputeRegionInstanceGroupManagersRecreateInstancesRequest) 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: (ComputeRegionInstanceGroupManagersRecreateInstancesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
7c9146fb6fe248cb8e803e02b6ef9d8c6c09630f8674cc8910c1a8a4b12403fa | def Resize(self, request, global_params=None):
'Changes the intended size of 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 one or more instances.\n\nThe resize operation is marked DONE if the resize request is successful. The underlying actions take additional time. You must separately verify the status of the creating or deleting actions 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\n Args:\n request: (ComputeRegionInstanceGroupManagersResizeRequest) 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) | Changes the intended size of 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 one or more instances.
The resize operation is marked DONE if the resize request is successful. The underlying actions take additional time. You must separately verify the status of the creating or deleting actions 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.
Args:
request: (ComputeRegionInstanceGroupManagersResizeRequest) 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):
'Changes the intended size of 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 one or more instances.\n\nThe resize operation is marked DONE if the resize request is successful. The underlying actions take additional time. You must separately verify the status of the creating or deleting actions 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\n Args:\n request: (ComputeRegionInstanceGroupManagersResizeRequest) 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):
'Changes the intended size of 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 one or more instances.\n\nThe resize operation is marked DONE if the resize request is successful. The underlying actions take additional time. You must separately verify the status of the creating or deleting actions 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\n Args:\n request: (ComputeRegionInstanceGroupManagersResizeRequest) 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|>Changes the intended size of 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 one or more instances.
The resize operation is marked DONE if the resize request is successful. The underlying actions take additional time. You must separately verify the status of the creating or deleting actions 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.
Args:
request: (ComputeRegionInstanceGroupManagersResizeRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
551555d6f85eb29d2ae9c47e8ea360fd5ca6ece0e4512f474eff197a41ebe09b | def SetAutoHealingPolicies(self, request, global_params=None):
'Modifies the autohealing policy for the instances in this managed instance group. [Deprecated] This method is deprecated. Please use Patch instead.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersSetAutoHealingPoliciesRequest) 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 policy for the instances in this managed instance group. [Deprecated] This method is deprecated. Please use Patch instead.
Args:
request: (ComputeRegionInstanceGroupManagersSetAutoHealingPoliciesRequest) 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 policy for the instances in this managed instance group. [Deprecated] This method is deprecated. Please use Patch instead.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersSetAutoHealingPoliciesRequest) 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 policy for the instances in this managed instance group. [Deprecated] This method is deprecated. Please use Patch instead.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersSetAutoHealingPoliciesRequest) 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 policy for the instances in this managed instance group. [Deprecated] This method is deprecated. Please use Patch instead.
Args:
request: (ComputeRegionInstanceGroupManagersSetAutoHealingPoliciesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
33b0bf8cec46386bce07cb066f3a7232981ac7c6acafb02e889ed9008e6428fb | def SetInstanceTemplate(self, request, global_params=None):
'Sets the instance template to use when creating new instances or recreating instances in this group. Existing instances are not affected.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersSetInstanceTemplateRequest) 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) | Sets the instance template to use when creating new instances or recreating instances in this group. Existing instances are not affected.
Args:
request: (ComputeRegionInstanceGroupManagersSetInstanceTemplateRequest) 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):
'Sets the instance template to use when creating new instances or recreating instances in this group. Existing instances are not affected.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersSetInstanceTemplateRequest) 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):
'Sets the instance template to use when creating new instances or recreating instances in this group. Existing instances are not affected.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersSetInstanceTemplateRequest) 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|>Sets the instance template to use when creating new instances or recreating instances in this group. Existing instances are not affected.
Args:
request: (ComputeRegionInstanceGroupManagersSetInstanceTemplateRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
d36a89cd239a787104d5ae786fc1fe6fc393d6a007b28360b77a3f80a996216c | def SetTargetPools(self, request, global_params=None):
'Modifies the target pools to which all new instances in this group are assigned. Existing instances in the group are not affected.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersSetTargetPoolsRequest) 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 new instances in this group are assigned. Existing instances in the group are not affected.
Args:
request: (ComputeRegionInstanceGroupManagersSetTargetPoolsRequest) 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 new instances in this group are assigned. Existing instances in the group are not affected.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersSetTargetPoolsRequest) 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 new instances in this group are assigned. Existing instances in the group are not affected.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersSetTargetPoolsRequest) 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 new instances in this group are assigned. Existing instances in the group are not affected.
Args:
request: (ComputeRegionInstanceGroupManagersSetTargetPoolsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
0ae63269395c608c6eec3c075594b43a37e46f2274eb2d4e41da220c364dccdb | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersTestIamPermissionsRequest) 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: (ComputeRegionInstanceGroupManagersTestIamPermissionsRequest) 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: (ComputeRegionInstanceGroupManagersTestIamPermissionsRequest) 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: (ComputeRegionInstanceGroupManagersTestIamPermissionsRequest) 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: (ComputeRegionInstanceGroupManagersTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message.<|endoftext|> |
dcef736a7d23c78e3ac887a03b3f66951e52bb7f096a07111d466714804655ae | 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: (ComputeRegionInstanceGroupManagersUpdateRequest) 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: (ComputeRegionInstanceGroupManagersUpdateRequest) 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: (ComputeRegionInstanceGroupManagersUpdateRequest) 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: (ComputeRegionInstanceGroupManagersUpdateRequest) 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: (ComputeRegionInstanceGroupManagersUpdateRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
3ac3707b0a4c74b322b710c67918959a0080ca119a1af498947e10990469ff39 | def Get(self, request, global_params=None):
'Returns the specified instance group resource.\n\n Args:\n request: (ComputeRegionInstanceGroupsGetRequest) 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 resource.
Args:
request: (ComputeRegionInstanceGroupsGetRequest) 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 resource.\n\n Args:\n request: (ComputeRegionInstanceGroupsGetRequest) 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 resource.\n\n Args:\n request: (ComputeRegionInstanceGroupsGetRequest) 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 resource.
Args:
request: (ComputeRegionInstanceGroupsGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(InstanceGroup) The response message.<|endoftext|> |
a730309d9cf348b9dbce6a9b276e9a535dfc02fe5773f10f6f73c7fdbc7df73c | def List(self, request, global_params=None):
'Retrieves the list of instance group resources contained within the specified region.\n\n Args:\n request: (ComputeRegionInstanceGroupsListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RegionInstanceGroupList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | Retrieves the list of instance group resources contained within the specified region.
Args:
request: (ComputeRegionInstanceGroupsListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(RegionInstanceGroupList) 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 group resources contained within the specified region.\n\n Args:\n request: (ComputeRegionInstanceGroupsListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RegionInstanceGroupList) 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 group resources contained within the specified region.\n\n Args:\n request: (ComputeRegionInstanceGroupsListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RegionInstanceGroupList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves the list of instance group resources contained within the specified region.
Args:
request: (ComputeRegionInstanceGroupsListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(RegionInstanceGroupList) The response message.<|endoftext|> |
173b637cfe3657381d9bf17b72b01a53c4ce1a6a05ff94a53bef423f05ef8bc7 | def ListInstances(self, request, global_params=None):
'Lists the instances in the specified instance group and displays information about the named ports. Depending on the specified options, this method can list all instances or only the instances that are running.\n\n Args:\n request: (ComputeRegionInstanceGroupsListInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RegionInstanceGroupsListInstances) 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 and displays information about the named ports. Depending on the specified options, this method can list all instances or only the instances that are running.
Args:
request: (ComputeRegionInstanceGroupsListInstancesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(RegionInstanceGroupsListInstances) 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 and displays information about the named ports. Depending on the specified options, this method can list all instances or only the instances that are running.\n\n Args:\n request: (ComputeRegionInstanceGroupsListInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RegionInstanceGroupsListInstances) 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 and displays information about the named ports. Depending on the specified options, this method can list all instances or only the instances that are running.\n\n Args:\n request: (ComputeRegionInstanceGroupsListInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RegionInstanceGroupsListInstances) 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 and displays information about the named ports. Depending on the specified options, this method can list all instances or only the instances that are running.
Args:
request: (ComputeRegionInstanceGroupsListInstancesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(RegionInstanceGroupsListInstances) The response message.<|endoftext|> |
e73fe3b17b0ad8e0cf83b8d69ce2e4362f6c1059b74fb871cf2e4764fa2887fc | def SetNamedPorts(self, request, global_params=None):
'Sets the named ports for the specified regional instance group.\n\n Args:\n request: (ComputeRegionInstanceGroupsSetNamedPortsRequest) 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 regional instance group.
Args:
request: (ComputeRegionInstanceGroupsSetNamedPortsRequest) 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 regional instance group.\n\n Args:\n request: (ComputeRegionInstanceGroupsSetNamedPortsRequest) 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 regional instance group.\n\n Args:\n request: (ComputeRegionInstanceGroupsSetNamedPortsRequest) 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 regional instance group.
Args:
request: (ComputeRegionInstanceGroupsSetNamedPortsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
67f63e3b167879ff055d54774ccd09df09ee2b938753fd856924a67a0dedac2f | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeRegionInstanceGroupsTestIamPermissionsRequest) 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: (ComputeRegionInstanceGroupsTestIamPermissionsRequest) 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: (ComputeRegionInstanceGroupsTestIamPermissionsRequest) 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: (ComputeRegionInstanceGroupsTestIamPermissionsRequest) 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: (ComputeRegionInstanceGroupsTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message.<|endoftext|> |
e013fc39d5264a582947e3a70a13b38c34055591c81306e378ccc60ab0ff3bb4 | def Delete(self, request, global_params=None):
'Deletes the specified region-specific Operations resource.\n\n Args:\n request: (ComputeRegionOperationsDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (ComputeRegionOperationsDeleteResponse) The response message.\n '
config = self.GetMethodConfig('Delete')
return self._RunMethod(config, request, global_params=global_params) | Deletes the specified region-specific Operations resource.
Args:
request: (ComputeRegionOperationsDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(ComputeRegionOperationsDeleteResponse) 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 region-specific Operations resource.\n\n Args:\n request: (ComputeRegionOperationsDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (ComputeRegionOperationsDeleteResponse) 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 region-specific Operations resource.\n\n Args:\n request: (ComputeRegionOperationsDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (ComputeRegionOperationsDeleteResponse) The response message.\n '
config = self.GetMethodConfig('Delete')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Deletes the specified region-specific Operations resource.
Args:
request: (ComputeRegionOperationsDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(ComputeRegionOperationsDeleteResponse) The response message.<|endoftext|> |
62ff1a97986c6714b6b20a7dc3d9218c6f3c711c81dd7c7e6fec93b24affe38b | def Get(self, request, global_params=None):
'Retrieves the specified region-specific Operations resource.\n\n Args:\n request: (ComputeRegionOperationsGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | Retrieves the specified region-specific Operations resource.
Args:
request: (ComputeRegionOperationsGetRequest) 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 | Get | bshaffer/google-cloud-sdk | 0 | python | def Get(self, request, global_params=None):
'Retrieves the specified region-specific Operations resource.\n\n Args:\n request: (ComputeRegionOperationsGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | def Get(self, request, global_params=None):
'Retrieves the specified region-specific Operations resource.\n\n Args:\n request: (ComputeRegionOperationsGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves the specified region-specific Operations resource.
Args:
request: (ComputeRegionOperationsGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
af051034ea4d25a785fe0c75266b3e1bb193b79e0cb069e3079cdc668e3a227d | def List(self, request, global_params=None):
'Retrieves a list of Operation resources contained within the specified region.\n\n Args:\n request: (ComputeRegionOperationsListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (OperationList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | Retrieves a list of Operation resources contained within the specified region.
Args:
request: (ComputeRegionOperationsListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(OperationList) 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 Operation resources contained within the specified region.\n\n Args:\n request: (ComputeRegionOperationsListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (OperationList) 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 Operation resources contained within the specified region.\n\n Args:\n request: (ComputeRegionOperationsListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (OperationList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves a list of Operation resources contained within the specified region.
Args:
request: (ComputeRegionOperationsListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(OperationList) The response message.<|endoftext|> |
297fec1e6dc653e1b93f44330bf53e42bafb26f4db0f2793e39501d7ba1600c7 | def Get(self, request, global_params=None):
'Returns the specified Region resource. Gets a list of available regions by making a list() request.\n\n Args:\n request: (ComputeRegionsGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Region) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | Returns the specified Region resource. Gets a list of available regions by making a list() request.
Args:
request: (ComputeRegionsGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Region) 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 Region resource. Gets a list of available regions by making a list() request.\n\n Args:\n request: (ComputeRegionsGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Region) 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 Region resource. Gets a list of available regions by making a list() request.\n\n Args:\n request: (ComputeRegionsGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Region) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified Region resource. Gets a list of available regions by making a list() request.
Args:
request: (ComputeRegionsGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Region) The response message.<|endoftext|> |
212180874187bc2630b5c6e1a4480dfbf2ab23c9215f71f08f460efa7d98b84b | def List(self, request, global_params=None):
'Retrieves the list of region resources available to the specified project.\n\n Args:\n request: (ComputeRegionsListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RegionList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | Retrieves the list of region resources available to the specified project.
Args:
request: (ComputeRegionsListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(RegionList) 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 region resources available to the specified project.\n\n Args:\n request: (ComputeRegionsListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RegionList) 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 region resources available to the specified project.\n\n Args:\n request: (ComputeRegionsListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RegionList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves the list of region resources available to the specified project.
Args:
request: (ComputeRegionsListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(RegionList) The response message.<|endoftext|> |
f500758bc5623e1fd441b42e3a7ade02bcc8e7950fd48785477fb89a7f2efcf7 | def AggregatedList(self, request, global_params=None):
'Retrieves an aggregated list of resource policies.\n\n Args:\n request: (ComputeResourcePoliciesAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (ResourcePolicyAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params) | Retrieves an aggregated list of resource policies.
Args:
request: (ComputeResourcePoliciesAggregatedListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(ResourcePolicyAggregatedList) 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 resource policies.\n\n Args:\n request: (ComputeResourcePoliciesAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (ResourcePolicyAggregatedList) 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 resource policies.\n\n Args:\n request: (ComputeResourcePoliciesAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (ResourcePolicyAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves an aggregated list of resource policies.
Args:
request: (ComputeResourcePoliciesAggregatedListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(ResourcePolicyAggregatedList) The response message.<|endoftext|> |
a11504d8aa3d348166a0fadb535d0cb3ec2af4493b5f17a7897d3a77f9288eca | def Delete(self, request, global_params=None):
'Deletes the specified resource policy.\n\n Args:\n request: (ComputeResourcePoliciesDeleteRequest) 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 resource policy.
Args:
request: (ComputeResourcePoliciesDeleteRequest) 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 resource policy.\n\n Args:\n request: (ComputeResourcePoliciesDeleteRequest) 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 resource policy.\n\n Args:\n request: (ComputeResourcePoliciesDeleteRequest) 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 resource policy.
Args:
request: (ComputeResourcePoliciesDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
d618c6c9a66f5703c82bb60c55c2800c04f8bd9ac5411a9dab7c8a4b71ce8b7c | def Get(self, request, global_params=None):
'Retrieves all information of the specified resource policy.\n\n Args:\n request: (ComputeResourcePoliciesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (ResourcePolicy) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | Retrieves all information of the specified resource policy.
Args:
request: (ComputeResourcePoliciesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(ResourcePolicy) 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):
'Retrieves all information of the specified resource policy.\n\n Args:\n request: (ComputeResourcePoliciesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (ResourcePolicy) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | def Get(self, request, global_params=None):
'Retrieves all information of the specified resource policy.\n\n Args:\n request: (ComputeResourcePoliciesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (ResourcePolicy) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves all information of the specified resource policy.
Args:
request: (ComputeResourcePoliciesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(ResourcePolicy) The response message.<|endoftext|> |
b76096cdde6173d000cf246719a52234e67f7f65fb8d4f70476255b05676a523 | def Insert(self, request, global_params=None):
'Creates a new resource policy.\n\n Args:\n request: (ComputeResourcePoliciesInsertRequest) 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 new resource policy.
Args:
request: (ComputeResourcePoliciesInsertRequest) 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 new resource policy.\n\n Args:\n request: (ComputeResourcePoliciesInsertRequest) 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 new resource policy.\n\n Args:\n request: (ComputeResourcePoliciesInsertRequest) 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 new resource policy.
Args:
request: (ComputeResourcePoliciesInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
cd584fa316cdfdb00c2d6f08280cb18323bb79f7629cec1b965c317dca9013a2 | def List(self, request, global_params=None):
'A list all the resource policies that have been configured for the specified project in specified region.\n\n Args:\n request: (ComputeResourcePoliciesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (ResourcePolicyList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | A list all the resource policies that have been configured for the specified project in specified region.
Args:
request: (ComputeResourcePoliciesListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(ResourcePolicyList) 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):
'A list all the resource policies that have been configured for the specified project in specified region.\n\n Args:\n request: (ComputeResourcePoliciesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (ResourcePolicyList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | def List(self, request, global_params=None):
'A list all the resource policies that have been configured for the specified project in specified region.\n\n Args:\n request: (ComputeResourcePoliciesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (ResourcePolicyList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>A list all the resource policies that have been configured for the specified project in specified region.
Args:
request: (ComputeResourcePoliciesListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(ResourcePolicyList) The response message.<|endoftext|> |
1607f92c5f7e36f13dc825c0b76751cbaef937f194548652cda2ea23330310a5 | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeResourcePoliciesTestIamPermissionsRequest) 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: (ComputeResourcePoliciesTestIamPermissionsRequest) 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: (ComputeResourcePoliciesTestIamPermissionsRequest) 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: (ComputeResourcePoliciesTestIamPermissionsRequest) 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: (ComputeResourcePoliciesTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message.<|endoftext|> |
d53fdd4308d98842a38ec4f0c9eafa49c162ebfab91796386d65920114cb2b03 | def AggregatedList(self, request, global_params=None):
'Retrieves an aggregated list of routers.\n\n Args:\n request: (ComputeRoutersAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RouterAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params) | Retrieves an aggregated list of routers.
Args:
request: (ComputeRoutersAggregatedListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(RouterAggregatedList) 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 routers.\n\n Args:\n request: (ComputeRoutersAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RouterAggregatedList) 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 routers.\n\n Args:\n request: (ComputeRoutersAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RouterAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves an aggregated list of routers.
Args:
request: (ComputeRoutersAggregatedListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(RouterAggregatedList) The response message.<|endoftext|> |
c92a3ee2f85fbe7b20a98c96c67c4355951a18d918e3af78a7f4108faa17847b | def Delete(self, request, global_params=None):
'Deletes the specified Router resource.\n\n Args:\n request: (ComputeRoutersDeleteRequest) 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 Router resource.
Args:
request: (ComputeRoutersDeleteRequest) 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 Router resource.\n\n Args:\n request: (ComputeRoutersDeleteRequest) 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 Router resource.\n\n Args:\n request: (ComputeRoutersDeleteRequest) 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 Router resource.
Args:
request: (ComputeRoutersDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
353f9751c31bcaa1aed4cd42711b686a3ce37754f68790101312b41046bec225 | def Get(self, request, global_params=None):
'Returns the specified Router resource. Gets a list of available routers by making a list() request.\n\n Args:\n request: (ComputeRoutersGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Router) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | Returns the specified Router resource. Gets a list of available routers by making a list() request.
Args:
request: (ComputeRoutersGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Router) 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 Router resource. Gets a list of available routers by making a list() request.\n\n Args:\n request: (ComputeRoutersGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Router) 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 Router resource. Gets a list of available routers by making a list() request.\n\n Args:\n request: (ComputeRoutersGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Router) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified Router resource. Gets a list of available routers by making a list() request.
Args:
request: (ComputeRoutersGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Router) The response message.<|endoftext|> |
3ed5ab619cecde7184a49187f818fa38e96b1e001735c8bcced91f62a82ced1a | def GetNatMappingInfo(self, request, global_params=None):
'Retrieves runtime Nat mapping information of VM endpoints.\n\n Args:\n request: (ComputeRoutersGetNatMappingInfoRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (VmEndpointNatMappingsList) The response message.\n '
config = self.GetMethodConfig('GetNatMappingInfo')
return self._RunMethod(config, request, global_params=global_params) | Retrieves runtime Nat mapping information of VM endpoints.
Args:
request: (ComputeRoutersGetNatMappingInfoRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(VmEndpointNatMappingsList) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | GetNatMappingInfo | bshaffer/google-cloud-sdk | 0 | python | def GetNatMappingInfo(self, request, global_params=None):
'Retrieves runtime Nat mapping information of VM endpoints.\n\n Args:\n request: (ComputeRoutersGetNatMappingInfoRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (VmEndpointNatMappingsList) The response message.\n '
config = self.GetMethodConfig('GetNatMappingInfo')
return self._RunMethod(config, request, global_params=global_params) | def GetNatMappingInfo(self, request, global_params=None):
'Retrieves runtime Nat mapping information of VM endpoints.\n\n Args:\n request: (ComputeRoutersGetNatMappingInfoRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (VmEndpointNatMappingsList) The response message.\n '
config = self.GetMethodConfig('GetNatMappingInfo')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves runtime Nat mapping information of VM endpoints.
Args:
request: (ComputeRoutersGetNatMappingInfoRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(VmEndpointNatMappingsList) The response message.<|endoftext|> |
a92ab1e4a95dc3a07b27196f4d3930751e66087c8db862a14868438d234c3a55 | def GetRouterStatus(self, request, global_params=None):
'Retrieves runtime information of the specified router.\n\n Args:\n request: (ComputeRoutersGetRouterStatusRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RouterStatusResponse) The response message.\n '
config = self.GetMethodConfig('GetRouterStatus')
return self._RunMethod(config, request, global_params=global_params) | Retrieves runtime information of the specified router.
Args:
request: (ComputeRoutersGetRouterStatusRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(RouterStatusResponse) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | GetRouterStatus | bshaffer/google-cloud-sdk | 0 | python | def GetRouterStatus(self, request, global_params=None):
'Retrieves runtime information of the specified router.\n\n Args:\n request: (ComputeRoutersGetRouterStatusRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RouterStatusResponse) The response message.\n '
config = self.GetMethodConfig('GetRouterStatus')
return self._RunMethod(config, request, global_params=global_params) | def GetRouterStatus(self, request, global_params=None):
'Retrieves runtime information of the specified router.\n\n Args:\n request: (ComputeRoutersGetRouterStatusRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RouterStatusResponse) The response message.\n '
config = self.GetMethodConfig('GetRouterStatus')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves runtime information of the specified router.
Args:
request: (ComputeRoutersGetRouterStatusRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(RouterStatusResponse) The response message.<|endoftext|> |
285fddaf60220cb1123b9ae393b87e38ec929abe600b0ac038b0d7386321705b | def Insert(self, request, global_params=None):
'Creates a Router resource in the specified project and region using the data included in the request.\n\n Args:\n request: (ComputeRoutersInsertRequest) 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 Router resource in the specified project and region using the data included in the request.
Args:
request: (ComputeRoutersInsertRequest) 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 Router resource in the specified project and region using the data included in the request.\n\n Args:\n request: (ComputeRoutersInsertRequest) 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 Router resource in the specified project and region using the data included in the request.\n\n Args:\n request: (ComputeRoutersInsertRequest) 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 Router resource in the specified project and region using the data included in the request.
Args:
request: (ComputeRoutersInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
cbf9a675063d326106d679e2d4efe11316dacae22a407683f988ec27f0c103d0 | def List(self, request, global_params=None):
'Retrieves a list of Router resources available to the specified project.\n\n Args:\n request: (ComputeRoutersListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RouterList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | Retrieves a list of Router resources available to the specified project.
Args:
request: (ComputeRoutersListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(RouterList) 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 Router resources available to the specified project.\n\n Args:\n request: (ComputeRoutersListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RouterList) 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 Router resources available to the specified project.\n\n Args:\n request: (ComputeRoutersListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RouterList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves a list of Router resources available to the specified project.
Args:
request: (ComputeRoutersListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(RouterList) The response message.<|endoftext|> |
18bdd432b7b5dd88b4ec1ef1ca75a2a4beb41540b7709e9be81a02055d2b035c | def Patch(self, request, global_params=None):
'Patches the specified Router resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.\n\n Args:\n request: (ComputeRoutersPatchRequest) 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) | Patches the specified Router resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
Args:
request: (ComputeRoutersPatchRequest) 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):
'Patches the specified Router resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.\n\n Args:\n request: (ComputeRoutersPatchRequest) 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):
'Patches the specified Router resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.\n\n Args:\n request: (ComputeRoutersPatchRequest) 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|>Patches the specified Router resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
Args:
request: (ComputeRoutersPatchRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
9dc2307731b80e2a76d94cf7cf786ef81f21200bc18e3e80e100f8cac9c7c272 | def Preview(self, request, global_params=None):
'Preview fields auto-generated during router create and update operations. Calling this method does NOT create or update the router.\n\n Args:\n request: (ComputeRoutersPreviewRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RoutersPreviewResponse) The response message.\n '
config = self.GetMethodConfig('Preview')
return self._RunMethod(config, request, global_params=global_params) | Preview fields auto-generated during router create and update operations. Calling this method does NOT create or update the router.
Args:
request: (ComputeRoutersPreviewRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(RoutersPreviewResponse) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | Preview | bshaffer/google-cloud-sdk | 0 | python | def Preview(self, request, global_params=None):
'Preview fields auto-generated during router create and update operations. Calling this method does NOT create or update the router.\n\n Args:\n request: (ComputeRoutersPreviewRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RoutersPreviewResponse) The response message.\n '
config = self.GetMethodConfig('Preview')
return self._RunMethod(config, request, global_params=global_params) | def Preview(self, request, global_params=None):
'Preview fields auto-generated during router create and update operations. Calling this method does NOT create or update the router.\n\n Args:\n request: (ComputeRoutersPreviewRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RoutersPreviewResponse) The response message.\n '
config = self.GetMethodConfig('Preview')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Preview fields auto-generated during router create and update operations. Calling this method does NOT create or update the router.
Args:
request: (ComputeRoutersPreviewRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(RoutersPreviewResponse) The response message.<|endoftext|> |
813c669f79af860acd174efab5134a330232114b58d8c76aef65a1d5c86b3ef9 | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeRoutersTestIamPermissionsRequest) 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: (ComputeRoutersTestIamPermissionsRequest) 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: (ComputeRoutersTestIamPermissionsRequest) 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: (ComputeRoutersTestIamPermissionsRequest) 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: (ComputeRoutersTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message.<|endoftext|> |
cbace4a755206ad01d4eba9669590a3cb5f45f08e4cc7afce0f927dfb7eaa406 | def Update(self, request, global_params=None):
'Updates the specified Router resource with the data included in the request.\n\n Args:\n request: (ComputeRoutersUpdateRequest) 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 the specified Router resource with the data included in the request.
Args:
request: (ComputeRoutersUpdateRequest) 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 the specified Router resource with the data included in the request.\n\n Args:\n request: (ComputeRoutersUpdateRequest) 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 the specified Router resource with the data included in the request.\n\n Args:\n request: (ComputeRoutersUpdateRequest) 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 the specified Router resource with the data included in the request.
Args:
request: (ComputeRoutersUpdateRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
2cd1d8480da7a0192fdd1cd079237341d496a17138ab067e36200912fbf98a7a | def Delete(self, request, global_params=None):
'Deletes the specified Route resource.\n\n Args:\n request: (ComputeRoutesDeleteRequest) 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 Route resource.
Args:
request: (ComputeRoutesDeleteRequest) 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 Route resource.\n\n Args:\n request: (ComputeRoutesDeleteRequest) 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 Route resource.\n\n Args:\n request: (ComputeRoutesDeleteRequest) 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 Route resource.
Args:
request: (ComputeRoutesDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
2733cd373beda02ad1fd899944018e66b04ffdb317baaf330dacec6ffb4fdd7d | def Get(self, request, global_params=None):
'Returns the specified Route resource. Gets a list of available routes by making a list() request.\n\n Args:\n request: (ComputeRoutesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Route) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | Returns the specified Route resource. Gets a list of available routes by making a list() request.
Args:
request: (ComputeRoutesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Route) 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 Route resource. Gets a list of available routes by making a list() request.\n\n Args:\n request: (ComputeRoutesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Route) 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 Route resource. Gets a list of available routes by making a list() request.\n\n Args:\n request: (ComputeRoutesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Route) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified Route resource. Gets a list of available routes by making a list() request.
Args:
request: (ComputeRoutesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Route) The response message.<|endoftext|> |
9f7d37e8d27a25ad5edb0de9d43ea1f0e959c07767b78c46419ce958a1e7af0b | def Insert(self, request, global_params=None):
'Creates a Route resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeRoutesInsertRequest) 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 Route resource in the specified project using the data included in the request.
Args:
request: (ComputeRoutesInsertRequest) 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 Route resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeRoutesInsertRequest) 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 Route resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeRoutesInsertRequest) 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 Route resource in the specified project using the data included in the request.
Args:
request: (ComputeRoutesInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
8fc54e76d03ce05f0e219c98e096b7fb05a8abaf1c2265609d4c848317dcfdd0 | def List(self, request, global_params=None):
'Retrieves the list of Route resources available to the specified project.\n\n Args:\n request: (ComputeRoutesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RouteList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | Retrieves the list of Route resources available to the specified project.
Args:
request: (ComputeRoutesListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(RouteList) 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 Route resources available to the specified project.\n\n Args:\n request: (ComputeRoutesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RouteList) 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 Route resources available to the specified project.\n\n Args:\n request: (ComputeRoutesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RouteList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves the list of Route resources available to the specified project.
Args:
request: (ComputeRoutesListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(RouteList) The response message.<|endoftext|> |
20a1ffa2c0bfd02fa232633b13d0626aec5847f9672ba2d352673a71ec37803f | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeRoutesTestIamPermissionsRequest) 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: (ComputeRoutesTestIamPermissionsRequest) 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: (ComputeRoutesTestIamPermissionsRequest) 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: (ComputeRoutesTestIamPermissionsRequest) 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: (ComputeRoutesTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message.<|endoftext|> |
f86ce4cc1b462449406ced0f5256b346fdaad57f1a2541b0e0a8484642754d56 | def AddRule(self, request, global_params=None):
'Inserts a rule into a security policy.\n\n Args:\n request: (ComputeSecurityPoliciesAddRuleRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('AddRule')
return self._RunMethod(config, request, global_params=global_params) | Inserts a rule into a security policy.
Args:
request: (ComputeSecurityPoliciesAddRuleRequest) 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 | AddRule | bshaffer/google-cloud-sdk | 0 | python | def AddRule(self, request, global_params=None):
'Inserts a rule into a security policy.\n\n Args:\n request: (ComputeSecurityPoliciesAddRuleRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('AddRule')
return self._RunMethod(config, request, global_params=global_params) | def AddRule(self, request, global_params=None):
'Inserts a rule into a security policy.\n\n Args:\n request: (ComputeSecurityPoliciesAddRuleRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('AddRule')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Inserts a rule into a security policy.
Args:
request: (ComputeSecurityPoliciesAddRuleRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
9717927d21694431d0df97c430cc0e61837c925b65c0aafb737d2c9239f7c8ce | def Delete(self, request, global_params=None):
'Deletes the specified policy.\n\n Args:\n request: (ComputeSecurityPoliciesDeleteRequest) 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 policy.
Args:
request: (ComputeSecurityPoliciesDeleteRequest) 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 policy.\n\n Args:\n request: (ComputeSecurityPoliciesDeleteRequest) 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 policy.\n\n Args:\n request: (ComputeSecurityPoliciesDeleteRequest) 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 policy.
Args:
request: (ComputeSecurityPoliciesDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
bb85534c8b08c15e4beea5a76595fa22eef5b7364c674c3da71447e67dcaa949 | def Get(self, request, global_params=None):
'List all of the ordered rules present in a single specified policy.\n\n Args:\n request: (ComputeSecurityPoliciesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SecurityPolicy) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | List all of the ordered rules present in a single specified policy.
Args:
request: (ComputeSecurityPoliciesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SecurityPolicy) 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):
'List all of the ordered rules present in a single specified policy.\n\n Args:\n request: (ComputeSecurityPoliciesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SecurityPolicy) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | def Get(self, request, global_params=None):
'List all of the ordered rules present in a single specified policy.\n\n Args:\n request: (ComputeSecurityPoliciesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SecurityPolicy) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>List all of the ordered rules present in a single specified policy.
Args:
request: (ComputeSecurityPoliciesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SecurityPolicy) The response message.<|endoftext|> |
5463471b71d9efc994b23bff60a3b43ed40488404be8fd4e82b46ae451fe4440 | def GetRule(self, request, global_params=None):
'Gets a rule at the specified priority.\n\n Args:\n request: (ComputeSecurityPoliciesGetRuleRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SecurityPolicyRule) The response message.\n '
config = self.GetMethodConfig('GetRule')
return self._RunMethod(config, request, global_params=global_params) | Gets a rule at the specified priority.
Args:
request: (ComputeSecurityPoliciesGetRuleRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SecurityPolicyRule) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | GetRule | bshaffer/google-cloud-sdk | 0 | python | def GetRule(self, request, global_params=None):
'Gets a rule at the specified priority.\n\n Args:\n request: (ComputeSecurityPoliciesGetRuleRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SecurityPolicyRule) The response message.\n '
config = self.GetMethodConfig('GetRule')
return self._RunMethod(config, request, global_params=global_params) | def GetRule(self, request, global_params=None):
'Gets a rule at the specified priority.\n\n Args:\n request: (ComputeSecurityPoliciesGetRuleRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SecurityPolicyRule) The response message.\n '
config = self.GetMethodConfig('GetRule')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Gets a rule at the specified priority.
Args:
request: (ComputeSecurityPoliciesGetRuleRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SecurityPolicyRule) The response message.<|endoftext|> |
5c44d2c1854fcdf60f4848409c7dd919431be9f1115e94e8c9e997986489fd83 | def Insert(self, request, global_params=None):
'Creates a new policy in the specified project using the data included in the request.\n\n Args:\n request: (ComputeSecurityPoliciesInsertRequest) 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 new policy in the specified project using the data included in the request.
Args:
request: (ComputeSecurityPoliciesInsertRequest) 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 new policy in the specified project using the data included in the request.\n\n Args:\n request: (ComputeSecurityPoliciesInsertRequest) 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 new policy in the specified project using the data included in the request.\n\n Args:\n request: (ComputeSecurityPoliciesInsertRequest) 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 new policy in the specified project using the data included in the request.
Args:
request: (ComputeSecurityPoliciesInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
1a6a0dbae1ea05acdc1e4f695a8d6b3e125b0fe46f69d663f9b16dba24f841be | def List(self, request, global_params=None):
'List all the policies that have been configured for the specified project.\n\n Args:\n request: (ComputeSecurityPoliciesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SecurityPolicyList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | List all the policies that have been configured for the specified project.
Args:
request: (ComputeSecurityPoliciesListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SecurityPolicyList) 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):
'List all the policies that have been configured for the specified project.\n\n Args:\n request: (ComputeSecurityPoliciesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SecurityPolicyList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | def List(self, request, global_params=None):
'List all the policies that have been configured for the specified project.\n\n Args:\n request: (ComputeSecurityPoliciesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SecurityPolicyList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>List all the policies that have been configured for the specified project.
Args:
request: (ComputeSecurityPoliciesListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SecurityPolicyList) The response message.<|endoftext|> |
026d3fb714a5d3ca26ae3bd267f29a2f6bbf50137d67b60d62ce6456bdecece1 | def ListPreconfiguredExpressionSets(self, request, global_params=None):
'Gets the current list of preconfigured Web Application Firewall (WAF) expressions.\n\n Args:\n request: (ComputeSecurityPoliciesListPreconfiguredExpressionSetsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SecurityPoliciesListPreconfiguredExpressionSetsResponse) The response message.\n '
config = self.GetMethodConfig('ListPreconfiguredExpressionSets')
return self._RunMethod(config, request, global_params=global_params) | Gets the current list of preconfigured Web Application Firewall (WAF) expressions.
Args:
request: (ComputeSecurityPoliciesListPreconfiguredExpressionSetsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SecurityPoliciesListPreconfiguredExpressionSetsResponse) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | ListPreconfiguredExpressionSets | bshaffer/google-cloud-sdk | 0 | python | def ListPreconfiguredExpressionSets(self, request, global_params=None):
'Gets the current list of preconfigured Web Application Firewall (WAF) expressions.\n\n Args:\n request: (ComputeSecurityPoliciesListPreconfiguredExpressionSetsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SecurityPoliciesListPreconfiguredExpressionSetsResponse) The response message.\n '
config = self.GetMethodConfig('ListPreconfiguredExpressionSets')
return self._RunMethod(config, request, global_params=global_params) | def ListPreconfiguredExpressionSets(self, request, global_params=None):
'Gets the current list of preconfigured Web Application Firewall (WAF) expressions.\n\n Args:\n request: (ComputeSecurityPoliciesListPreconfiguredExpressionSetsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SecurityPoliciesListPreconfiguredExpressionSetsResponse) The response message.\n '
config = self.GetMethodConfig('ListPreconfiguredExpressionSets')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Gets the current list of preconfigured Web Application Firewall (WAF) expressions.
Args:
request: (ComputeSecurityPoliciesListPreconfiguredExpressionSetsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SecurityPoliciesListPreconfiguredExpressionSetsResponse) The response message.<|endoftext|> |
564f2ac2f5ac972562800e2f25c24adc385debca9b72fcdf4c64ac704667f159 | def Patch(self, request, global_params=None):
'Patches the specified policy with the data included in the request.\n\n Args:\n request: (ComputeSecurityPoliciesPatchRequest) 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) | Patches the specified policy with the data included in the request.
Args:
request: (ComputeSecurityPoliciesPatchRequest) 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):
'Patches the specified policy with the data included in the request.\n\n Args:\n request: (ComputeSecurityPoliciesPatchRequest) 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):
'Patches the specified policy with the data included in the request.\n\n Args:\n request: (ComputeSecurityPoliciesPatchRequest) 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|>Patches the specified policy with the data included in the request.
Args:
request: (ComputeSecurityPoliciesPatchRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
4eb64168c96a30c466c04a8b9911ea4e813e67f8a19d637f75207a1764e2331b | def PatchRule(self, request, global_params=None):
'Patches a rule at the specified priority.\n\n Args:\n request: (ComputeSecurityPoliciesPatchRuleRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('PatchRule')
return self._RunMethod(config, request, global_params=global_params) | Patches a rule at the specified priority.
Args:
request: (ComputeSecurityPoliciesPatchRuleRequest) 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 | PatchRule | bshaffer/google-cloud-sdk | 0 | python | def PatchRule(self, request, global_params=None):
'Patches a rule at the specified priority.\n\n Args:\n request: (ComputeSecurityPoliciesPatchRuleRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('PatchRule')
return self._RunMethod(config, request, global_params=global_params) | def PatchRule(self, request, global_params=None):
'Patches a rule at the specified priority.\n\n Args:\n request: (ComputeSecurityPoliciesPatchRuleRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('PatchRule')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Patches a rule at the specified priority.
Args:
request: (ComputeSecurityPoliciesPatchRuleRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
2f2be47fa2004d97be33ca3f04606a846faebc64919f07c4048fd1f53adc7265 | def RemoveRule(self, request, global_params=None):
'Deletes a rule at the specified priority.\n\n Args:\n request: (ComputeSecurityPoliciesRemoveRuleRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('RemoveRule')
return self._RunMethod(config, request, global_params=global_params) | Deletes a rule at the specified priority.
Args:
request: (ComputeSecurityPoliciesRemoveRuleRequest) 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 | RemoveRule | bshaffer/google-cloud-sdk | 0 | python | def RemoveRule(self, request, global_params=None):
'Deletes a rule at the specified priority.\n\n Args:\n request: (ComputeSecurityPoliciesRemoveRuleRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('RemoveRule')
return self._RunMethod(config, request, global_params=global_params) | def RemoveRule(self, request, global_params=None):
'Deletes a rule at the specified priority.\n\n Args:\n request: (ComputeSecurityPoliciesRemoveRuleRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('RemoveRule')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Deletes a rule at the specified priority.
Args:
request: (ComputeSecurityPoliciesRemoveRuleRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
22b3ee0656cac03fa17ae8e676b03f1db81652cdf0667d9d3bf8d3ff848534ec | def SetLabels(self, request, global_params=None):
'Sets the labels on a security policy. To learn more about labels, read the Labeling Resources documentation.\n\n Args:\n request: (ComputeSecurityPoliciesSetLabelsRequest) 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 a security policy. To learn more about labels, read the Labeling Resources documentation.
Args:
request: (ComputeSecurityPoliciesSetLabelsRequest) 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 a security policy. To learn more about labels, read the Labeling Resources documentation.\n\n Args:\n request: (ComputeSecurityPoliciesSetLabelsRequest) 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 a security policy. To learn more about labels, read the Labeling Resources documentation.\n\n Args:\n request: (ComputeSecurityPoliciesSetLabelsRequest) 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 a security policy. To learn more about labels, read the Labeling Resources documentation.
Args:
request: (ComputeSecurityPoliciesSetLabelsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
5b3d27a478f8ff790878f8d2ef345e8c9171e73efd9e757e1a87be93f9bcd318 | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeSecurityPoliciesTestIamPermissionsRequest) 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: (ComputeSecurityPoliciesTestIamPermissionsRequest) 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: (ComputeSecurityPoliciesTestIamPermissionsRequest) 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: (ComputeSecurityPoliciesTestIamPermissionsRequest) 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: (ComputeSecurityPoliciesTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message.<|endoftext|> |
39ca356100a23203c687d73743f1dc1324f397ec2e04b92b9adf4993f4bf675d | def Delete(self, request, global_params=None):
'Deletes the specified Snapshot resource. Keep in mind that deleting a single snapshot might not necessarily delete all the data on that snapshot. If any data on the snapshot that is marked for deletion is needed for subsequent snapshots, the data will be moved to the next corresponding snapshot.\n\nFor more information, see Deleting snapshots.\n\n Args:\n request: (ComputeSnapshotsDeleteRequest) 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 Snapshot resource. Keep in mind that deleting a single snapshot might not necessarily delete all the data on that snapshot. If any data on the snapshot that is marked for deletion is needed for subsequent snapshots, the data will be moved to the next corresponding snapshot.
For more information, see Deleting snapshots.
Args:
request: (ComputeSnapshotsDeleteRequest) 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 Snapshot resource. Keep in mind that deleting a single snapshot might not necessarily delete all the data on that snapshot. If any data on the snapshot that is marked for deletion is needed for subsequent snapshots, the data will be moved to the next corresponding snapshot.\n\nFor more information, see Deleting snapshots.\n\n Args:\n request: (ComputeSnapshotsDeleteRequest) 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 Snapshot resource. Keep in mind that deleting a single snapshot might not necessarily delete all the data on that snapshot. If any data on the snapshot that is marked for deletion is needed for subsequent snapshots, the data will be moved to the next corresponding snapshot.\n\nFor more information, see Deleting snapshots.\n\n Args:\n request: (ComputeSnapshotsDeleteRequest) 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 Snapshot resource. Keep in mind that deleting a single snapshot might not necessarily delete all the data on that snapshot. If any data on the snapshot that is marked for deletion is needed for subsequent snapshots, the data will be moved to the next corresponding snapshot.
For more information, see Deleting snapshots.
Args:
request: (ComputeSnapshotsDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
8701c116cc94d9a5d3c017954c48804d68997184dd912e62b63e8af03c6d08b7 | def Get(self, request, global_params=None):
'Returns the specified Snapshot resource. Gets a list of available snapshots by making a list() request.\n\n Args:\n request: (ComputeSnapshotsGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Snapshot) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | Returns the specified Snapshot resource. Gets a list of available snapshots by making a list() request.
Args:
request: (ComputeSnapshotsGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Snapshot) 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 Snapshot resource. Gets a list of available snapshots by making a list() request.\n\n Args:\n request: (ComputeSnapshotsGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Snapshot) 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 Snapshot resource. Gets a list of available snapshots by making a list() request.\n\n Args:\n request: (ComputeSnapshotsGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Snapshot) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified Snapshot resource. Gets a list of available snapshots by making a list() request.
Args:
request: (ComputeSnapshotsGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Snapshot) The response message.<|endoftext|> |
6332198fdd37bccb95e4761a8aba69c339d315e7aeeab6c1301e5e7d1788d755 | 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: (ComputeSnapshotsGetIamPolicyRequest) 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: (ComputeSnapshotsGetIamPolicyRequest) 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: (ComputeSnapshotsGetIamPolicyRequest) 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: (ComputeSnapshotsGetIamPolicyRequest) 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: (ComputeSnapshotsGetIamPolicyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Policy) The response message.<|endoftext|> |
d80114be3501b463de0135703dd3ad947aba1440caec2ef8e1900acc0d7d4dc8 | def List(self, request, global_params=None):
'Retrieves the list of Snapshot resources contained within the specified project.\n\n Args:\n request: (ComputeSnapshotsListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SnapshotList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | Retrieves the list of Snapshot resources contained within the specified project.
Args:
request: (ComputeSnapshotsListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SnapshotList) 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 Snapshot resources contained within the specified project.\n\n Args:\n request: (ComputeSnapshotsListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SnapshotList) 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 Snapshot resources contained within the specified project.\n\n Args:\n request: (ComputeSnapshotsListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SnapshotList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves the list of Snapshot resources contained within the specified project.
Args:
request: (ComputeSnapshotsListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SnapshotList) The response message.<|endoftext|> |
8c4bdff97ea7c76aee642571a56b1a9b46831fae39a1f055530090a490f4351e | 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: (ComputeSnapshotsSetIamPolicyRequest) 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: (ComputeSnapshotsSetIamPolicyRequest) 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: (ComputeSnapshotsSetIamPolicyRequest) 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: (ComputeSnapshotsSetIamPolicyRequest) 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: (ComputeSnapshotsSetIamPolicyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Policy) The response message.<|endoftext|> |
f9b66738bfb677b0f0aaa98e73b13e78bff181ca87756885281af9b83a983cbe | def SetLabels(self, request, global_params=None):
'Sets the labels on a snapshot. To learn more about labels, read the Labeling Resources documentation.\n\n Args:\n request: (ComputeSnapshotsSetLabelsRequest) 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 a snapshot. To learn more about labels, read the Labeling Resources documentation.
Args:
request: (ComputeSnapshotsSetLabelsRequest) 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 a snapshot. To learn more about labels, read the Labeling Resources documentation.\n\n Args:\n request: (ComputeSnapshotsSetLabelsRequest) 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 a snapshot. To learn more about labels, read the Labeling Resources documentation.\n\n Args:\n request: (ComputeSnapshotsSetLabelsRequest) 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 a snapshot. To learn more about labels, read the Labeling Resources documentation.
Args:
request: (ComputeSnapshotsSetLabelsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
4bf6258d3d1e9350a53ab9a0b76f09b9c41af8761c2e9c4e9ed928511e59fe60 | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeSnapshotsTestIamPermissionsRequest) 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: (ComputeSnapshotsTestIamPermissionsRequest) 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: (ComputeSnapshotsTestIamPermissionsRequest) 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: (ComputeSnapshotsTestIamPermissionsRequest) 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: (ComputeSnapshotsTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message.<|endoftext|> |
786aa363e923eb1d6100dc69ef28adf64b698d1ca990030ecc0550744a81d653 | def Delete(self, request, global_params=None):
'Deletes the specified SslCertificate resource.\n\n Args:\n request: (ComputeSslCertificatesDeleteRequest) 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 SslCertificate resource.
Args:
request: (ComputeSslCertificatesDeleteRequest) 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 SslCertificate resource.\n\n Args:\n request: (ComputeSslCertificatesDeleteRequest) 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 SslCertificate resource.\n\n Args:\n request: (ComputeSslCertificatesDeleteRequest) 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 SslCertificate resource.
Args:
request: (ComputeSslCertificatesDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
0b25d523f329b6df401c75b1122d40468e6d750b0fe0c3dccbeaf84c7496703d | def Get(self, request, global_params=None):
'Returns the specified SslCertificate resource. Gets a list of available SSL certificates by making a list() request.\n\n Args:\n request: (ComputeSslCertificatesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SslCertificate) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | Returns the specified SslCertificate resource. Gets a list of available SSL certificates by making a list() request.
Args:
request: (ComputeSslCertificatesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SslCertificate) 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 SslCertificate resource. Gets a list of available SSL certificates by making a list() request.\n\n Args:\n request: (ComputeSslCertificatesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SslCertificate) 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 SslCertificate resource. Gets a list of available SSL certificates by making a list() request.\n\n Args:\n request: (ComputeSslCertificatesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SslCertificate) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified SslCertificate resource. Gets a list of available SSL certificates by making a list() request.
Args:
request: (ComputeSslCertificatesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SslCertificate) The response message.<|endoftext|> |
4c65962101f8f61c4f312dece3407abb8610f5ca446e423046e35bd264c79d23 | def Insert(self, request, global_params=None):
'Creates a SslCertificate resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeSslCertificatesInsertRequest) 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 SslCertificate resource in the specified project using the data included in the request.
Args:
request: (ComputeSslCertificatesInsertRequest) 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 SslCertificate resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeSslCertificatesInsertRequest) 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 SslCertificate resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeSslCertificatesInsertRequest) 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 SslCertificate resource in the specified project using the data included in the request.
Args:
request: (ComputeSslCertificatesInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
483ee3bab05bff97400c3f481ff4f20db893bfe7e4708c505d5ee7248853020e | def List(self, request, global_params=None):
'Retrieves the list of SslCertificate resources available to the specified project.\n\n Args:\n request: (ComputeSslCertificatesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SslCertificateList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | Retrieves the list of SslCertificate resources available to the specified project.
Args:
request: (ComputeSslCertificatesListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SslCertificateList) 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 SslCertificate resources available to the specified project.\n\n Args:\n request: (ComputeSslCertificatesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SslCertificateList) 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 SslCertificate resources available to the specified project.\n\n Args:\n request: (ComputeSslCertificatesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SslCertificateList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves the list of SslCertificate resources available to the specified project.
Args:
request: (ComputeSslCertificatesListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SslCertificateList) The response message.<|endoftext|> |
1caf927514e14437370339b725c6dd528d9a6c4422067d315c6160ffe9e667af | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeSslCertificatesTestIamPermissionsRequest) 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: (ComputeSslCertificatesTestIamPermissionsRequest) 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: (ComputeSslCertificatesTestIamPermissionsRequest) 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: (ComputeSslCertificatesTestIamPermissionsRequest) 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: (ComputeSslCertificatesTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message.<|endoftext|> |
cfb3da710d4be8574e0f858910b382fd988f4ab6ec17b507e178ca156d7ccec8 | def Delete(self, request, global_params=None):
'Deletes the specified SSL policy. The SSL policy resource can be deleted only if it is not in use by any TargetHttpsProxy or TargetSslProxy resources.\n\n Args:\n request: (ComputeSslPoliciesDeleteRequest) 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 SSL policy. The SSL policy resource can be deleted only if it is not in use by any TargetHttpsProxy or TargetSslProxy resources.
Args:
request: (ComputeSslPoliciesDeleteRequest) 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 SSL policy. The SSL policy resource can be deleted only if it is not in use by any TargetHttpsProxy or TargetSslProxy resources.\n\n Args:\n request: (ComputeSslPoliciesDeleteRequest) 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 SSL policy. The SSL policy resource can be deleted only if it is not in use by any TargetHttpsProxy or TargetSslProxy resources.\n\n Args:\n request: (ComputeSslPoliciesDeleteRequest) 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 SSL policy. The SSL policy resource can be deleted only if it is not in use by any TargetHttpsProxy or TargetSslProxy resources.
Args:
request: (ComputeSslPoliciesDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
0baf9d42d32beb9375858bede8e81d66b46dec703b8fbc43d4a4a61d51a552ba | def Get(self, request, global_params=None):
'Lists all of the ordered rules present in a single specified policy.\n\n Args:\n request: (ComputeSslPoliciesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SslPolicy) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | Lists all of the ordered rules present in a single specified policy.
Args:
request: (ComputeSslPoliciesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SslPolicy) 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):
'Lists all of the ordered rules present in a single specified policy.\n\n Args:\n request: (ComputeSslPoliciesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SslPolicy) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | def Get(self, request, global_params=None):
'Lists all of the ordered rules present in a single specified policy.\n\n Args:\n request: (ComputeSslPoliciesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SslPolicy) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Lists all of the ordered rules present in a single specified policy.
Args:
request: (ComputeSslPoliciesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SslPolicy) The response message.<|endoftext|> |
2c1da80a124e0f5bdaf4d812d1f2669a5e38f680bd709cf1e7d63afadd039943 | def Insert(self, request, global_params=None):
'Returns the specified SSL policy resource. Gets a list of available SSL policies by making a list() request.\n\n Args:\n request: (ComputeSslPoliciesInsertRequest) 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) | Returns the specified SSL policy resource. Gets a list of available SSL policies by making a list() request.
Args:
request: (ComputeSslPoliciesInsertRequest) 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):
'Returns the specified SSL policy resource. Gets a list of available SSL policies by making a list() request.\n\n Args:\n request: (ComputeSslPoliciesInsertRequest) 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):
'Returns the specified SSL policy resource. Gets a list of available SSL policies by making a list() request.\n\n Args:\n request: (ComputeSslPoliciesInsertRequest) 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|>Returns the specified SSL policy resource. Gets a list of available SSL policies by making a list() request.
Args:
request: (ComputeSslPoliciesInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
71cc19a554457bebd82925c378a37edb1b62c6044ef144eb0cb87a66a2f3764c | def List(self, request, global_params=None):
'Lists all the SSL policies that have been configured for the specified project.\n\n Args:\n request: (ComputeSslPoliciesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SslPoliciesList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | Lists all the SSL policies that have been configured for the specified project.
Args:
request: (ComputeSslPoliciesListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SslPoliciesList) 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):
'Lists all the SSL policies that have been configured for the specified project.\n\n Args:\n request: (ComputeSslPoliciesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SslPoliciesList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | def List(self, request, global_params=None):
'Lists all the SSL policies that have been configured for the specified project.\n\n Args:\n request: (ComputeSslPoliciesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SslPoliciesList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Lists all the SSL policies that have been configured for the specified project.
Args:
request: (ComputeSslPoliciesListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SslPoliciesList) The response message.<|endoftext|> |
c06167201f7db7e162ba668b553081cbb48462ca9fa214ce0082749670606a5a | def ListAvailableFeatures(self, request, global_params=None):
'Lists all features that can be specified in the SSL policy when using custom profile.\n\n Args:\n request: (ComputeSslPoliciesListAvailableFeaturesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SslPoliciesListAvailableFeaturesResponse) The response message.\n '
config = self.GetMethodConfig('ListAvailableFeatures')
return self._RunMethod(config, request, global_params=global_params) | Lists all features that can be specified in the SSL policy when using custom profile.
Args:
request: (ComputeSslPoliciesListAvailableFeaturesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SslPoliciesListAvailableFeaturesResponse) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | ListAvailableFeatures | bshaffer/google-cloud-sdk | 0 | python | def ListAvailableFeatures(self, request, global_params=None):
'Lists all features that can be specified in the SSL policy when using custom profile.\n\n Args:\n request: (ComputeSslPoliciesListAvailableFeaturesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SslPoliciesListAvailableFeaturesResponse) The response message.\n '
config = self.GetMethodConfig('ListAvailableFeatures')
return self._RunMethod(config, request, global_params=global_params) | def ListAvailableFeatures(self, request, global_params=None):
'Lists all features that can be specified in the SSL policy when using custom profile.\n\n Args:\n request: (ComputeSslPoliciesListAvailableFeaturesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SslPoliciesListAvailableFeaturesResponse) The response message.\n '
config = self.GetMethodConfig('ListAvailableFeatures')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Lists all features that can be specified in the SSL policy when using custom profile.
Args:
request: (ComputeSslPoliciesListAvailableFeaturesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SslPoliciesListAvailableFeaturesResponse) The response message.<|endoftext|> |
a74e69c3c15886d657bd73f4a024544e60b5716f74446bb4c5712b05ad0fa4a7 | def Patch(self, request, global_params=None):
'Patches the specified SSL policy with the data included in the request.\n\n Args:\n request: (ComputeSslPoliciesPatchRequest) 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) | Patches the specified SSL policy with the data included in the request.
Args:
request: (ComputeSslPoliciesPatchRequest) 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):
'Patches the specified SSL policy with the data included in the request.\n\n Args:\n request: (ComputeSslPoliciesPatchRequest) 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):
'Patches the specified SSL policy with the data included in the request.\n\n Args:\n request: (ComputeSslPoliciesPatchRequest) 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|>Patches the specified SSL policy with the data included in the request.
Args:
request: (ComputeSslPoliciesPatchRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
a81a76479eb123b14a1eb3659774b5938c5e679b5b8d803f956d550951029b31 | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeSslPoliciesTestIamPermissionsRequest) 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: (ComputeSslPoliciesTestIamPermissionsRequest) 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: (ComputeSslPoliciesTestIamPermissionsRequest) 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: (ComputeSslPoliciesTestIamPermissionsRequest) 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: (ComputeSslPoliciesTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message.<|endoftext|> |
73ff8a49c859a546a96d54f5b6d6e02968dcf81b7ac1980c5f3fb97ac45f1633 | def AggregatedList(self, request, global_params=None):
'Retrieves an aggregated list of subnetworks.\n\n Args:\n request: (ComputeSubnetworksAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SubnetworkAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params) | Retrieves an aggregated list of subnetworks.
Args:
request: (ComputeSubnetworksAggregatedListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SubnetworkAggregatedList) 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 subnetworks.\n\n Args:\n request: (ComputeSubnetworksAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SubnetworkAggregatedList) 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 subnetworks.\n\n Args:\n request: (ComputeSubnetworksAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SubnetworkAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves an aggregated list of subnetworks.
Args:
request: (ComputeSubnetworksAggregatedListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SubnetworkAggregatedList) The response message.<|endoftext|> |
5b831d06dab98a769bbe34f0cbe4c795132bf30ba74c69c55228be6420edf4c5 | def Delete(self, request, global_params=None):
'Deletes the specified subnetwork.\n\n Args:\n request: (ComputeSubnetworksDeleteRequest) 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 subnetwork.
Args:
request: (ComputeSubnetworksDeleteRequest) 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 subnetwork.\n\n Args:\n request: (ComputeSubnetworksDeleteRequest) 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 subnetwork.\n\n Args:\n request: (ComputeSubnetworksDeleteRequest) 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 subnetwork.
Args:
request: (ComputeSubnetworksDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
ae7bb43a2a01a9719530c0ec8556f34b9797c15bb1d8ab5586bde788f8c96cf5 | def ExpandIpCidrRange(self, request, global_params=None):
'Expands the IP CIDR range of the subnetwork to a specified value.\n\n Args:\n request: (ComputeSubnetworksExpandIpCidrRangeRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('ExpandIpCidrRange')
return self._RunMethod(config, request, global_params=global_params) | Expands the IP CIDR range of the subnetwork to a specified value.
Args:
request: (ComputeSubnetworksExpandIpCidrRangeRequest) 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 | ExpandIpCidrRange | bshaffer/google-cloud-sdk | 0 | python | def ExpandIpCidrRange(self, request, global_params=None):
'Expands the IP CIDR range of the subnetwork to a specified value.\n\n Args:\n request: (ComputeSubnetworksExpandIpCidrRangeRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('ExpandIpCidrRange')
return self._RunMethod(config, request, global_params=global_params) | def ExpandIpCidrRange(self, request, global_params=None):
'Expands the IP CIDR range of the subnetwork to a specified value.\n\n Args:\n request: (ComputeSubnetworksExpandIpCidrRangeRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('ExpandIpCidrRange')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Expands the IP CIDR range of the subnetwork to a specified value.
Args:
request: (ComputeSubnetworksExpandIpCidrRangeRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
4963262f660bdba663e5f605a1a1e081b9d4e0681826989b5f03eca7259c3bdc | def Get(self, request, global_params=None):
'Returns the specified subnetwork. Gets a list of available subnetworks list() request.\n\n Args:\n request: (ComputeSubnetworksGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Subnetwork) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | Returns the specified subnetwork. Gets a list of available subnetworks list() request.
Args:
request: (ComputeSubnetworksGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Subnetwork) 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 subnetwork. Gets a list of available subnetworks list() request.\n\n Args:\n request: (ComputeSubnetworksGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Subnetwork) 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 subnetwork. Gets a list of available subnetworks list() request.\n\n Args:\n request: (ComputeSubnetworksGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Subnetwork) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified subnetwork. Gets a list of available subnetworks list() request.
Args:
request: (ComputeSubnetworksGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Subnetwork) The response message.<|endoftext|> |
8c74d66b0250733d3dc8a0c779b511b8072f019db747a2649e829e3f8f6865ff | 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: (ComputeSubnetworksGetIamPolicyRequest) 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: (ComputeSubnetworksGetIamPolicyRequest) 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: (ComputeSubnetworksGetIamPolicyRequest) 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: (ComputeSubnetworksGetIamPolicyRequest) 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: (ComputeSubnetworksGetIamPolicyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Policy) The response message.<|endoftext|> |
73ec477d9c4a29b9aa546be44f4593d792030bafcc3e8ea91c40ad2529180c93 | def Insert(self, request, global_params=None):
'Creates a subnetwork in the specified project using the data included in the request.\n\n Args:\n request: (ComputeSubnetworksInsertRequest) 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 subnetwork in the specified project using the data included in the request.
Args:
request: (ComputeSubnetworksInsertRequest) 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 subnetwork in the specified project using the data included in the request.\n\n Args:\n request: (ComputeSubnetworksInsertRequest) 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 subnetwork in the specified project using the data included in the request.\n\n Args:\n request: (ComputeSubnetworksInsertRequest) 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 subnetwork in the specified project using the data included in the request.
Args:
request: (ComputeSubnetworksInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
743b4645fbe6b44bfca8bd781421dfce35aa8c2cd61adc0457f1528a1fb236fc | def List(self, request, global_params=None):
'Retrieves a list of subnetworks available to the specified project.\n\n Args:\n request: (ComputeSubnetworksListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SubnetworkList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | Retrieves a list of subnetworks available to the specified project.
Args:
request: (ComputeSubnetworksListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SubnetworkList) 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 subnetworks available to the specified project.\n\n Args:\n request: (ComputeSubnetworksListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SubnetworkList) 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 subnetworks available to the specified project.\n\n Args:\n request: (ComputeSubnetworksListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (SubnetworkList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves a list of subnetworks available to the specified project.
Args:
request: (ComputeSubnetworksListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(SubnetworkList) The response message.<|endoftext|> |
b2733667b4ef83c61e0a3e2f6d97d1b45c69ef39c6f4b7173c268f58229fcc37 | def ListUsable(self, request, global_params=None):
'Retrieves an aggregated list of usable subnetworks.\n\n Args:\n request: (ComputeSubnetworksListUsableRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (UsableSubnetworksAggregatedList) The response message.\n '
config = self.GetMethodConfig('ListUsable')
return self._RunMethod(config, request, global_params=global_params) | Retrieves an aggregated list of usable subnetworks.
Args:
request: (ComputeSubnetworksListUsableRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(UsableSubnetworksAggregatedList) The response message. | lib/googlecloudsdk/third_party/apis/compute/beta/compute_beta_client.py | ListUsable | bshaffer/google-cloud-sdk | 0 | python | def ListUsable(self, request, global_params=None):
'Retrieves an aggregated list of usable subnetworks.\n\n Args:\n request: (ComputeSubnetworksListUsableRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (UsableSubnetworksAggregatedList) The response message.\n '
config = self.GetMethodConfig('ListUsable')
return self._RunMethod(config, request, global_params=global_params) | def ListUsable(self, request, global_params=None):
'Retrieves an aggregated list of usable subnetworks.\n\n Args:\n request: (ComputeSubnetworksListUsableRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (UsableSubnetworksAggregatedList) The response message.\n '
config = self.GetMethodConfig('ListUsable')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves an aggregated list of usable subnetworks.
Args:
request: (ComputeSubnetworksListUsableRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(UsableSubnetworksAggregatedList) The response message.<|endoftext|> |
838f0cd26048a2bd0e577ab1220daf377aad91254762cf9aa7f52ba996115e28 | def Patch(self, request, global_params=None):
'Patches the specified subnetwork with the data included in the request. Only certain fields can up updated with a patch request as indicated in the field descriptions. You must specify the current fingeprint of the subnetwork resource being patched.\n\n Args:\n request: (ComputeSubnetworksPatchRequest) 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) | Patches the specified subnetwork with the data included in the request. Only certain fields can up updated with a patch request as indicated in the field descriptions. You must specify the current fingeprint of the subnetwork resource being patched.
Args:
request: (ComputeSubnetworksPatchRequest) 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):
'Patches the specified subnetwork with the data included in the request. Only certain fields can up updated with a patch request as indicated in the field descriptions. You must specify the current fingeprint of the subnetwork resource being patched.\n\n Args:\n request: (ComputeSubnetworksPatchRequest) 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):
'Patches the specified subnetwork with the data included in the request. Only certain fields can up updated with a patch request as indicated in the field descriptions. You must specify the current fingeprint of the subnetwork resource being patched.\n\n Args:\n request: (ComputeSubnetworksPatchRequest) 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|>Patches the specified subnetwork with the data included in the request. Only certain fields can up updated with a patch request as indicated in the field descriptions. You must specify the current fingeprint of the subnetwork resource being patched.
Args:
request: (ComputeSubnetworksPatchRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
f05b543be7ead37b1b4857e76950c8b7effebed3ac55297aeed9728a21a1d602 | 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: (ComputeSubnetworksSetIamPolicyRequest) 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: (ComputeSubnetworksSetIamPolicyRequest) 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: (ComputeSubnetworksSetIamPolicyRequest) 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: (ComputeSubnetworksSetIamPolicyRequest) 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: (ComputeSubnetworksSetIamPolicyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Policy) The response message.<|endoftext|> |
ec1af98558caf1991687e11f0997f20d03b77e95eed00636ae964d0932fc426e | def SetPrivateIpGoogleAccess(self, request, global_params=None):
'Set whether VMs in this subnet can access Google services without assigning external IP addresses through Private Google Access.\n\n Args:\n request: (ComputeSubnetworksSetPrivateIpGoogleAccessRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetPrivateIpGoogleAccess')
return self._RunMethod(config, request, global_params=global_params) | Set whether VMs in this subnet can access Google services without assigning external IP addresses through Private Google Access.
Args:
request: (ComputeSubnetworksSetPrivateIpGoogleAccessRequest) 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 | SetPrivateIpGoogleAccess | bshaffer/google-cloud-sdk | 0 | python | def SetPrivateIpGoogleAccess(self, request, global_params=None):
'Set whether VMs in this subnet can access Google services without assigning external IP addresses through Private Google Access.\n\n Args:\n request: (ComputeSubnetworksSetPrivateIpGoogleAccessRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetPrivateIpGoogleAccess')
return self._RunMethod(config, request, global_params=global_params) | def SetPrivateIpGoogleAccess(self, request, global_params=None):
'Set whether VMs in this subnet can access Google services without assigning external IP addresses through Private Google Access.\n\n Args:\n request: (ComputeSubnetworksSetPrivateIpGoogleAccessRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetPrivateIpGoogleAccess')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Set whether VMs in this subnet can access Google services without assigning external IP addresses through Private Google Access.
Args:
request: (ComputeSubnetworksSetPrivateIpGoogleAccessRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
4d9b2ad250c31e78304d29de954058cb0b506b7454fb18af7ad5969e6b3ae6de | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeSubnetworksTestIamPermissionsRequest) 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: (ComputeSubnetworksTestIamPermissionsRequest) 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: (ComputeSubnetworksTestIamPermissionsRequest) 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: (ComputeSubnetworksTestIamPermissionsRequest) 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: (ComputeSubnetworksTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message.<|endoftext|> |
6020f6b5a0f9d6632cb7fa6241de3fcaa50dce80bef891403320ab75fc2cdf57 | def Delete(self, request, global_params=None):
'Deletes the specified TargetHttpProxy resource.\n\n Args:\n request: (ComputeTargetHttpProxiesDeleteRequest) 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 TargetHttpProxy resource.
Args:
request: (ComputeTargetHttpProxiesDeleteRequest) 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 TargetHttpProxy resource.\n\n Args:\n request: (ComputeTargetHttpProxiesDeleteRequest) 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 TargetHttpProxy resource.\n\n Args:\n request: (ComputeTargetHttpProxiesDeleteRequest) 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 TargetHttpProxy resource.
Args:
request: (ComputeTargetHttpProxiesDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
f478fade1b3ef682ebe7f94f7b8036cb80588dd5316da74afe000ba3c65ae4c1 | def Get(self, request, global_params=None):
'Returns the specified TargetHttpProxy resource. Gets a list of available target HTTP proxies by making a list() request.\n\n Args:\n request: (ComputeTargetHttpProxiesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TargetHttpProxy) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | Returns the specified TargetHttpProxy resource. Gets a list of available target HTTP proxies by making a list() request.
Args:
request: (ComputeTargetHttpProxiesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TargetHttpProxy) 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 TargetHttpProxy resource. Gets a list of available target HTTP proxies by making a list() request.\n\n Args:\n request: (ComputeTargetHttpProxiesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TargetHttpProxy) 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 TargetHttpProxy resource. Gets a list of available target HTTP proxies by making a list() request.\n\n Args:\n request: (ComputeTargetHttpProxiesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TargetHttpProxy) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified TargetHttpProxy resource. Gets a list of available target HTTP proxies by making a list() request.
Args:
request: (ComputeTargetHttpProxiesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TargetHttpProxy) The response message.<|endoftext|> |
fe8a54560eac4ae4f52922593dfe0be18d4ed1f1aae0e4b05bbcfcea3372e29a | def Insert(self, request, global_params=None):
'Creates a TargetHttpProxy resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeTargetHttpProxiesInsertRequest) 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 TargetHttpProxy resource in the specified project using the data included in the request.
Args:
request: (ComputeTargetHttpProxiesInsertRequest) 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 TargetHttpProxy resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeTargetHttpProxiesInsertRequest) 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 TargetHttpProxy resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeTargetHttpProxiesInsertRequest) 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 TargetHttpProxy resource in the specified project using the data included in the request.
Args:
request: (ComputeTargetHttpProxiesInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
e1a94e57d8467de892112330ec3504872c72fa166a84418f592c243b9eea0bbd | def List(self, request, global_params=None):
'Retrieves the list of TargetHttpProxy resources available to the specified project.\n\n Args:\n request: (ComputeTargetHttpProxiesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TargetHttpProxyList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | Retrieves the list of TargetHttpProxy resources available to the specified project.
Args:
request: (ComputeTargetHttpProxiesListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TargetHttpProxyList) 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 TargetHttpProxy resources available to the specified project.\n\n Args:\n request: (ComputeTargetHttpProxiesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TargetHttpProxyList) 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 TargetHttpProxy resources available to the specified project.\n\n Args:\n request: (ComputeTargetHttpProxiesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TargetHttpProxyList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves the list of TargetHttpProxy resources available to the specified project.
Args:
request: (ComputeTargetHttpProxiesListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TargetHttpProxyList) The response message.<|endoftext|> |
542eedea559d76a97f479cd4cb0f8a171e79b771ea521a621f43fb3545ddb4cf | def SetUrlMap(self, request, global_params=None):
'Changes the URL map for TargetHttpProxy.\n\n Args:\n request: (ComputeTargetHttpProxiesSetUrlMapRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetUrlMap')
return self._RunMethod(config, request, global_params=global_params) | Changes the URL map for TargetHttpProxy.
Args:
request: (ComputeTargetHttpProxiesSetUrlMapRequest) 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 | SetUrlMap | bshaffer/google-cloud-sdk | 0 | python | def SetUrlMap(self, request, global_params=None):
'Changes the URL map for TargetHttpProxy.\n\n Args:\n request: (ComputeTargetHttpProxiesSetUrlMapRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetUrlMap')
return self._RunMethod(config, request, global_params=global_params) | def SetUrlMap(self, request, global_params=None):
'Changes the URL map for TargetHttpProxy.\n\n Args:\n request: (ComputeTargetHttpProxiesSetUrlMapRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetUrlMap')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Changes the URL map for TargetHttpProxy.
Args:
request: (ComputeTargetHttpProxiesSetUrlMapRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
6f894e9c13e634627d4f687666c4660698b6043fb41318da160c7c0ade4804e3 | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeTargetHttpProxiesTestIamPermissionsRequest) 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: (ComputeTargetHttpProxiesTestIamPermissionsRequest) 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: (ComputeTargetHttpProxiesTestIamPermissionsRequest) 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: (ComputeTargetHttpProxiesTestIamPermissionsRequest) 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: (ComputeTargetHttpProxiesTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message.<|endoftext|> |
edea116a5c6267e853f2f0e2ecaec710bb1b84cbcfd51a3aa6f7bf7dc54f56e6 | def Delete(self, request, global_params=None):
'Deletes the specified TargetHttpsProxy resource.\n\n Args:\n request: (ComputeTargetHttpsProxiesDeleteRequest) 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 TargetHttpsProxy resource.
Args:
request: (ComputeTargetHttpsProxiesDeleteRequest) 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 TargetHttpsProxy resource.\n\n Args:\n request: (ComputeTargetHttpsProxiesDeleteRequest) 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 TargetHttpsProxy resource.\n\n Args:\n request: (ComputeTargetHttpsProxiesDeleteRequest) 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 TargetHttpsProxy resource.
Args:
request: (ComputeTargetHttpsProxiesDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
b9ff06d54fa59e983f5ece251eed7ffd127c9e9fee1568e0f279c50fa2b36d6c | def Get(self, request, global_params=None):
'Returns the specified TargetHttpsProxy resource. Gets a list of available target HTTPS proxies by making a list() request.\n\n Args:\n request: (ComputeTargetHttpsProxiesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TargetHttpsProxy) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | Returns the specified TargetHttpsProxy resource. Gets a list of available target HTTPS proxies by making a list() request.
Args:
request: (ComputeTargetHttpsProxiesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TargetHttpsProxy) 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 TargetHttpsProxy resource. Gets a list of available target HTTPS proxies by making a list() request.\n\n Args:\n request: (ComputeTargetHttpsProxiesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TargetHttpsProxy) 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 TargetHttpsProxy resource. Gets a list of available target HTTPS proxies by making a list() request.\n\n Args:\n request: (ComputeTargetHttpsProxiesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TargetHttpsProxy) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified TargetHttpsProxy resource. Gets a list of available target HTTPS proxies by making a list() request.
Args:
request: (ComputeTargetHttpsProxiesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TargetHttpsProxy) The response message.<|endoftext|> |
ab7b28492bba55ec96254251d58de1e370ab33168c0f41bd9a82a78f8ed1c793 | def Insert(self, request, global_params=None):
'Creates a TargetHttpsProxy resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeTargetHttpsProxiesInsertRequest) 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 TargetHttpsProxy resource in the specified project using the data included in the request.
Args:
request: (ComputeTargetHttpsProxiesInsertRequest) 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 TargetHttpsProxy resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeTargetHttpsProxiesInsertRequest) 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 TargetHttpsProxy resource in the specified project using the data included in the request.\n\n Args:\n request: (ComputeTargetHttpsProxiesInsertRequest) 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 TargetHttpsProxy resource in the specified project using the data included in the request.
Args:
request: (ComputeTargetHttpsProxiesInsertRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
829549f705fa20e3dc27a57770f2269cfcc752828e38bd46c1aaa3941b668ee1 | def List(self, request, global_params=None):
'Retrieves the list of TargetHttpsProxy resources available to the specified project.\n\n Args:\n request: (ComputeTargetHttpsProxiesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TargetHttpsProxyList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params) | Retrieves the list of TargetHttpsProxy resources available to the specified project.
Args:
request: (ComputeTargetHttpsProxiesListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TargetHttpsProxyList) 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 TargetHttpsProxy resources available to the specified project.\n\n Args:\n request: (ComputeTargetHttpsProxiesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TargetHttpsProxyList) 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 TargetHttpsProxy resources available to the specified project.\n\n Args:\n request: (ComputeTargetHttpsProxiesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TargetHttpsProxyList) The response message.\n '
config = self.GetMethodConfig('List')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves the list of TargetHttpsProxy resources available to the specified project.
Args:
request: (ComputeTargetHttpsProxiesListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TargetHttpsProxyList) The response message.<|endoftext|> |
a67f40094f1fc4664f05c5b6bfcea236cc06c13f7fbd3ac6da3486bb9fd8415d | def SetQuicOverride(self, request, global_params=None):
'Sets the QUIC override policy for TargetHttpsProxy.\n\n Args:\n request: (ComputeTargetHttpsProxiesSetQuicOverrideRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetQuicOverride')
return self._RunMethod(config, request, global_params=global_params) | Sets the QUIC override policy for TargetHttpsProxy.
Args:
request: (ComputeTargetHttpsProxiesSetQuicOverrideRequest) 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 | SetQuicOverride | bshaffer/google-cloud-sdk | 0 | python | def SetQuicOverride(self, request, global_params=None):
'Sets the QUIC override policy for TargetHttpsProxy.\n\n Args:\n request: (ComputeTargetHttpsProxiesSetQuicOverrideRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetQuicOverride')
return self._RunMethod(config, request, global_params=global_params) | def SetQuicOverride(self, request, global_params=None):
'Sets the QUIC override policy for TargetHttpsProxy.\n\n Args:\n request: (ComputeTargetHttpsProxiesSetQuicOverrideRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetQuicOverride')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Sets the QUIC override policy for TargetHttpsProxy.
Args:
request: (ComputeTargetHttpsProxiesSetQuicOverrideRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
1b1219e8d0a7feaba6d6c93f979cf9b1e7bbdf50ec0582bd060007f84709fd11 | def SetSslCertificates(self, request, global_params=None):
'Replaces SslCertificates for TargetHttpsProxy.\n\n Args:\n request: (ComputeTargetHttpsProxiesSetSslCertificatesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetSslCertificates')
return self._RunMethod(config, request, global_params=global_params) | Replaces SslCertificates for TargetHttpsProxy.
Args:
request: (ComputeTargetHttpsProxiesSetSslCertificatesRequest) 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 | SetSslCertificates | bshaffer/google-cloud-sdk | 0 | python | def SetSslCertificates(self, request, global_params=None):
'Replaces SslCertificates for TargetHttpsProxy.\n\n Args:\n request: (ComputeTargetHttpsProxiesSetSslCertificatesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetSslCertificates')
return self._RunMethod(config, request, global_params=global_params) | def SetSslCertificates(self, request, global_params=None):
'Replaces SslCertificates for TargetHttpsProxy.\n\n Args:\n request: (ComputeTargetHttpsProxiesSetSslCertificatesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetSslCertificates')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Replaces SslCertificates for TargetHttpsProxy.
Args:
request: (ComputeTargetHttpsProxiesSetSslCertificatesRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
f1bc675216ca16f10cf9596bae95315fe14aeddfb082ed2eb4d90e77ddc18392 | def SetSslPolicy(self, request, global_params=None):
'Sets the SSL policy for TargetHttpsProxy. The SSL policy specifies the server-side support for SSL features. This affects connections between clients and the HTTPS proxy load balancer. They do not affect the connection between the load balancer and the backends.\n\n Args:\n request: (ComputeTargetHttpsProxiesSetSslPolicyRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetSslPolicy')
return self._RunMethod(config, request, global_params=global_params) | Sets the SSL policy for TargetHttpsProxy. The SSL policy specifies the server-side support for SSL features. This affects connections between clients and the HTTPS proxy load balancer. They do not affect the connection between the load balancer and the backends.
Args:
request: (ComputeTargetHttpsProxiesSetSslPolicyRequest) 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 | SetSslPolicy | bshaffer/google-cloud-sdk | 0 | python | def SetSslPolicy(self, request, global_params=None):
'Sets the SSL policy for TargetHttpsProxy. The SSL policy specifies the server-side support for SSL features. This affects connections between clients and the HTTPS proxy load balancer. They do not affect the connection between the load balancer and the backends.\n\n Args:\n request: (ComputeTargetHttpsProxiesSetSslPolicyRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetSslPolicy')
return self._RunMethod(config, request, global_params=global_params) | def SetSslPolicy(self, request, global_params=None):
'Sets the SSL policy for TargetHttpsProxy. The SSL policy specifies the server-side support for SSL features. This affects connections between clients and the HTTPS proxy load balancer. They do not affect the connection between the load balancer and the backends.\n\n Args:\n request: (ComputeTargetHttpsProxiesSetSslPolicyRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetSslPolicy')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Sets the SSL policy for TargetHttpsProxy. The SSL policy specifies the server-side support for SSL features. This affects connections between clients and the HTTPS proxy load balancer. They do not affect the connection between the load balancer and the backends.
Args:
request: (ComputeTargetHttpsProxiesSetSslPolicyRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
62c7b3eb046325a7393774cac5313276fcbb6c8f7ba18897ab7986b92db3c877 | def SetUrlMap(self, request, global_params=None):
'Changes the URL map for TargetHttpsProxy.\n\n Args:\n request: (ComputeTargetHttpsProxiesSetUrlMapRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetUrlMap')
return self._RunMethod(config, request, global_params=global_params) | Changes the URL map for TargetHttpsProxy.
Args:
request: (ComputeTargetHttpsProxiesSetUrlMapRequest) 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 | SetUrlMap | bshaffer/google-cloud-sdk | 0 | python | def SetUrlMap(self, request, global_params=None):
'Changes the URL map for TargetHttpsProxy.\n\n Args:\n request: (ComputeTargetHttpsProxiesSetUrlMapRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetUrlMap')
return self._RunMethod(config, request, global_params=global_params) | def SetUrlMap(self, request, global_params=None):
'Changes the URL map for TargetHttpsProxy.\n\n Args:\n request: (ComputeTargetHttpsProxiesSetUrlMapRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n '
config = self.GetMethodConfig('SetUrlMap')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Changes the URL map for TargetHttpsProxy.
Args:
request: (ComputeTargetHttpsProxiesSetUrlMapRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
ac6d26d32d612b27c4ef70c46e7adce9b6681021d29695a88aca0eb666d5a503 | def TestIamPermissions(self, request, global_params=None):
'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeTargetHttpsProxiesTestIamPermissionsRequest) 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: (ComputeTargetHttpsProxiesTestIamPermissionsRequest) 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: (ComputeTargetHttpsProxiesTestIamPermissionsRequest) 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: (ComputeTargetHttpsProxiesTestIamPermissionsRequest) 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: (ComputeTargetHttpsProxiesTestIamPermissionsRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TestPermissionsResponse) The response message.<|endoftext|> |
748f30b3ce17c1d42cea36a6832224bd9d376b6c55a6e46e4c94890e61177c48 | def AggregatedList(self, request, global_params=None):
'Retrieves an aggregated list of target instances.\n\n Args:\n request: (ComputeTargetInstancesAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TargetInstanceAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params) | Retrieves an aggregated list of target instances.
Args:
request: (ComputeTargetInstancesAggregatedListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TargetInstanceAggregatedList) 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 target instances.\n\n Args:\n request: (ComputeTargetInstancesAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TargetInstanceAggregatedList) 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 target instances.\n\n Args:\n request: (ComputeTargetInstancesAggregatedListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TargetInstanceAggregatedList) The response message.\n '
config = self.GetMethodConfig('AggregatedList')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves an aggregated list of target instances.
Args:
request: (ComputeTargetInstancesAggregatedListRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TargetInstanceAggregatedList) The response message.<|endoftext|> |
6ae4de67cacb41c1e0ecc308eb92d1379dc237f7efc6118734b6fc1619cf8951 | def Delete(self, request, global_params=None):
'Deletes the specified TargetInstance resource.\n\n Args:\n request: (ComputeTargetInstancesDeleteRequest) 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 TargetInstance resource.
Args:
request: (ComputeTargetInstancesDeleteRequest) 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 TargetInstance resource.\n\n Args:\n request: (ComputeTargetInstancesDeleteRequest) 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 TargetInstance resource.\n\n Args:\n request: (ComputeTargetInstancesDeleteRequest) 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 TargetInstance resource.
Args:
request: (ComputeTargetInstancesDeleteRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(Operation) The response message.<|endoftext|> |
b826d385e3d9c2b96b92a98313687404e36dc8c4b107a094e926838b57cc7088 | def Get(self, request, global_params=None):
'Returns the specified TargetInstance resource. Gets a list of available target instances by making a list() request.\n\n Args:\n request: (ComputeTargetInstancesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TargetInstance) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params) | Returns the specified TargetInstance resource. Gets a list of available target instances by making a list() request.
Args:
request: (ComputeTargetInstancesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TargetInstance) 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 TargetInstance resource. Gets a list of available target instances by making a list() request.\n\n Args:\n request: (ComputeTargetInstancesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TargetInstance) 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 TargetInstance resource. Gets a list of available target instances by making a list() request.\n\n Args:\n request: (ComputeTargetInstancesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (TargetInstance) The response message.\n '
config = self.GetMethodConfig('Get')
return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified TargetInstance resource. Gets a list of available target instances by making a list() request.
Args:
request: (ComputeTargetInstancesGetRequest) input message
global_params: (StandardQueryParameters, default: None) global arguments
Returns:
(TargetInstance) The response message.<|endoftext|> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.