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
802af3eab1d52c44d05dd4aec9e96d769712d030fb971cffa17a94469abbaed8
def Get(self, request, global_params=None): 'Returns the specified machine type. Get a list of available machine types by making a list() request.\n\n Args:\n request: (ComputeMachineTypesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (MachineType) The response message.\n ' config = self.GetMethodConfig('Get') return self._RunMethod(config, request, global_params=global_params)
Returns the specified machine type. Get a list of available machine types by making a list() request. Args: request: (ComputeMachineTypesGetRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (MachineType) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Get
KaranToor/MA450
1
python
def Get(self, request, global_params=None): 'Returns the specified machine type. Get a list of available machine types by making a list() request.\n\n Args:\n request: (ComputeMachineTypesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (MachineType) 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 machine type. Get a list of available machine types by making a list() request.\n\n Args:\n request: (ComputeMachineTypesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (MachineType) The response message.\n ' config = self.GetMethodConfig('Get') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified machine type. Get a list of available machine types by making a list() request. Args: request: (ComputeMachineTypesGetRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (MachineType) The response message.<|endoftext|>
7851d75cc5030ba6cf0fe23b2a14aa675b43332ad8ec33421619906fd70731db
def List(self, request, global_params=None): 'Retrieves a list of machine types available to the specified project.\n\n Args:\n request: (ComputeMachineTypesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (MachineTypeList) The response message.\n ' config = self.GetMethodConfig('List') return self._RunMethod(config, request, global_params=global_params)
Retrieves a list of machine types available to the specified project. Args: request: (ComputeMachineTypesListRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (MachineTypeList) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
List
KaranToor/MA450
1
python
def List(self, request, global_params=None): 'Retrieves a list of machine types available to the specified project.\n\n Args:\n request: (ComputeMachineTypesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (MachineTypeList) 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 machine types available to the specified project.\n\n Args:\n request: (ComputeMachineTypesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (MachineTypeList) The response message.\n ' config = self.GetMethodConfig('List') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves a list of machine types available to the specified project. Args: request: (ComputeMachineTypesListRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (MachineTypeList) The response message.<|endoftext|>
39ada44e363cc8b51e4b30408bc5d60480523b36c289239a3f616e542d5aeacf
def AddPeering(self, request, global_params=None): 'Adds a peering to the specified network.\n\n Args:\n request: (ComputeNetworksAddPeeringRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('AddPeering') return self._RunMethod(config, request, global_params=global_params)
Adds a peering to the specified network. Args: request: (ComputeNetworksAddPeeringRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
AddPeering
KaranToor/MA450
1
python
def AddPeering(self, request, global_params=None): 'Adds a peering to the specified network.\n\n Args:\n request: (ComputeNetworksAddPeeringRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('AddPeering') return self._RunMethod(config, request, global_params=global_params)
def AddPeering(self, request, global_params=None): 'Adds a peering to the specified network.\n\n Args:\n request: (ComputeNetworksAddPeeringRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('AddPeering') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Adds a peering to the specified network. Args: request: (ComputeNetworksAddPeeringRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
d284c7633017d99281cadea0e93d15aabfa60b09dbfe199014bc4d501041ccdf
def Delete(self, request, global_params=None): 'Deletes the specified network.\n\n Args:\n request: (ComputeNetworksDeleteRequest) 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 network. Args: request: (ComputeNetworksDeleteRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Delete
KaranToor/MA450
1
python
def Delete(self, request, global_params=None): 'Deletes the specified network.\n\n Args:\n request: (ComputeNetworksDeleteRequest) 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 network.\n\n Args:\n request: (ComputeNetworksDeleteRequest) 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 network. Args: request: (ComputeNetworksDeleteRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
fb61fc9dd114fc2b40092d90ffc6bcb2ff06aea506481270661efb8b38f38b1f
def Get(self, request, global_params=None): 'Returns the specified network. Get a list of available networks by making a list() request.\n\n Args:\n request: (ComputeNetworksGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Network) The response message.\n ' config = self.GetMethodConfig('Get') return self._RunMethod(config, request, global_params=global_params)
Returns the specified network. Get a list of available networks by making a list() request. Args: request: (ComputeNetworksGetRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Network) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Get
KaranToor/MA450
1
python
def Get(self, request, global_params=None): 'Returns the specified network. Get a list of available networks by making a list() request.\n\n Args:\n request: (ComputeNetworksGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Network) 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 network. Get a list of available networks by making a list() request.\n\n Args:\n request: (ComputeNetworksGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Network) The response message.\n ' config = self.GetMethodConfig('Get') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified network. Get a list of available networks by making a list() request. Args: request: (ComputeNetworksGetRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Network) The response message.<|endoftext|>
289bcd14842d6ab49e72de590bd4f062ac81f4f0a19c07042c8a325236195cbf
def Insert(self, request, global_params=None): 'Creates a network in the specified project using the data included in the request.\n\n Args:\n request: (ComputeNetworksInsertRequest) 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 network in the specified project using the data included in the request. Args: request: (ComputeNetworksInsertRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Insert
KaranToor/MA450
1
python
def Insert(self, request, global_params=None): 'Creates a network in the specified project using the data included in the request.\n\n Args:\n request: (ComputeNetworksInsertRequest) 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 network in the specified project using the data included in the request.\n\n Args:\n request: (ComputeNetworksInsertRequest) 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 network in the specified project using the data included in the request. Args: request: (ComputeNetworksInsertRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
966f392c44c6c5addba4b75c3f8d6a9105a58a54d535e1e8fd67828525c5c8ab
def List(self, request, global_params=None): 'Retrieves the list of networks available to the specified project.\n\n Args:\n request: (ComputeNetworksListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (NetworkList) The response message.\n ' config = self.GetMethodConfig('List') return self._RunMethod(config, request, global_params=global_params)
Retrieves the list of networks available to the specified project. Args: request: (ComputeNetworksListRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (NetworkList) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
List
KaranToor/MA450
1
python
def List(self, request, global_params=None): 'Retrieves the list of networks available to the specified project.\n\n Args:\n request: (ComputeNetworksListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (NetworkList) 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 networks available to the specified project.\n\n Args:\n request: (ComputeNetworksListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (NetworkList) The response message.\n ' config = self.GetMethodConfig('List') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves the list of networks available to the specified project. Args: request: (ComputeNetworksListRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (NetworkList) The response message.<|endoftext|>
d8168d4cd24b53d0d5c1ce7284df975818e8fed236912ce93ccd671c09379c6e
def RemovePeering(self, request, global_params=None): 'Removes a peering from the specified network.\n\n Args:\n request: (ComputeNetworksRemovePeeringRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('RemovePeering') return self._RunMethod(config, request, global_params=global_params)
Removes a peering from the specified network. Args: request: (ComputeNetworksRemovePeeringRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
RemovePeering
KaranToor/MA450
1
python
def RemovePeering(self, request, global_params=None): 'Removes a peering from the specified network.\n\n Args:\n request: (ComputeNetworksRemovePeeringRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('RemovePeering') return self._RunMethod(config, request, global_params=global_params)
def RemovePeering(self, request, global_params=None): 'Removes a peering from the specified network.\n\n Args:\n request: (ComputeNetworksRemovePeeringRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('RemovePeering') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Removes a peering from the specified network. Args: request: (ComputeNetworksRemovePeeringRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
0fd517dc81fe444b1e6e8d8433df45694baee7e88c8444cda0504103c384bdf1
def SwitchToCustomMode(self, request, global_params=None): 'Switches the network mode from auto subnet mode to custom subnet mode.\n\n Args:\n request: (ComputeNetworksSwitchToCustomModeRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('SwitchToCustomMode') return self._RunMethod(config, request, global_params=global_params)
Switches the network mode from auto subnet mode to custom subnet mode. Args: request: (ComputeNetworksSwitchToCustomModeRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
SwitchToCustomMode
KaranToor/MA450
1
python
def SwitchToCustomMode(self, request, global_params=None): 'Switches the network mode from auto subnet mode to custom subnet mode.\n\n Args:\n request: (ComputeNetworksSwitchToCustomModeRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('SwitchToCustomMode') return self._RunMethod(config, request, global_params=global_params)
def SwitchToCustomMode(self, request, global_params=None): 'Switches the network mode from auto subnet mode to custom subnet mode.\n\n Args:\n request: (ComputeNetworksSwitchToCustomModeRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('SwitchToCustomMode') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Switches the network mode from auto subnet mode to custom subnet mode. Args: request: (ComputeNetworksSwitchToCustomModeRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
ac209319f717cb23e241612115c851de485853679c6dcf31c4b8d89d9fe5322d
def TestIamPermissions(self, request, global_params=None): 'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeNetworksTestIamPermissionsRequest) 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: (ComputeNetworksTestIamPermissionsRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (TestPermissionsResponse) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
TestIamPermissions
KaranToor/MA450
1
python
def TestIamPermissions(self, request, global_params=None): 'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeNetworksTestIamPermissionsRequest) 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: (ComputeNetworksTestIamPermissionsRequest) 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: (ComputeNetworksTestIamPermissionsRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (TestPermissionsResponse) The response message.<|endoftext|>
b269815445b3127acd819c9733e8842939632c6e3d52d7e6c55a691a901959c6
def DisableXpnHost(self, request, global_params=None): 'Disable this project as an XPN host project.\n\n Args:\n request: (ComputeProjectsDisableXpnHostRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('DisableXpnHost') return self._RunMethod(config, request, global_params=global_params)
Disable this project as an XPN host project. Args: request: (ComputeProjectsDisableXpnHostRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
DisableXpnHost
KaranToor/MA450
1
python
def DisableXpnHost(self, request, global_params=None): 'Disable this project as an XPN host project.\n\n Args:\n request: (ComputeProjectsDisableXpnHostRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('DisableXpnHost') return self._RunMethod(config, request, global_params=global_params)
def DisableXpnHost(self, request, global_params=None): 'Disable this project as an XPN host project.\n\n Args:\n request: (ComputeProjectsDisableXpnHostRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('DisableXpnHost') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Disable this project as an XPN host project. Args: request: (ComputeProjectsDisableXpnHostRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
7048a43f6eee7a3631699b0cceb70f952d86a5cb4274560353530301bc2868f6
def DisableXpnResource(self, request, global_params=None): 'Disable an XPN resource associated with this host project.\n\n Args:\n request: (ComputeProjectsDisableXpnResourceRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('DisableXpnResource') return self._RunMethod(config, request, global_params=global_params)
Disable an XPN resource associated with this host project. Args: request: (ComputeProjectsDisableXpnResourceRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
DisableXpnResource
KaranToor/MA450
1
python
def DisableXpnResource(self, request, global_params=None): 'Disable an XPN resource associated with this host project.\n\n Args:\n request: (ComputeProjectsDisableXpnResourceRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('DisableXpnResource') return self._RunMethod(config, request, global_params=global_params)
def DisableXpnResource(self, request, global_params=None): 'Disable an XPN resource associated with this host project.\n\n Args:\n request: (ComputeProjectsDisableXpnResourceRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('DisableXpnResource') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Disable an XPN resource associated with this host project. Args: request: (ComputeProjectsDisableXpnResourceRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
4210e5a7962c7c0a7133ea167a6b2702f60496ea5dd7896697ab900628328eca
def EnableXpnHost(self, request, global_params=None): 'Enable this project as an XPN host project.\n\n Args:\n request: (ComputeProjectsEnableXpnHostRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('EnableXpnHost') return self._RunMethod(config, request, global_params=global_params)
Enable this project as an XPN host project. Args: request: (ComputeProjectsEnableXpnHostRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
EnableXpnHost
KaranToor/MA450
1
python
def EnableXpnHost(self, request, global_params=None): 'Enable this project as an XPN host project.\n\n Args:\n request: (ComputeProjectsEnableXpnHostRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('EnableXpnHost') return self._RunMethod(config, request, global_params=global_params)
def EnableXpnHost(self, request, global_params=None): 'Enable this project as an XPN host project.\n\n Args:\n request: (ComputeProjectsEnableXpnHostRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('EnableXpnHost') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Enable this project as an XPN host project. Args: request: (ComputeProjectsEnableXpnHostRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
7cdfc02f006b157590e90ade22e2bed6cd4f18398829bd2f0f7af3e5d34541ba
def EnableXpnResource(self, request, global_params=None): 'Enable XPN resource (a.k.a service project or service folder in the future) for a host project, so that subnetworks in the host project can be used by instances in the service project or folder.\n\n Args:\n request: (ComputeProjectsEnableXpnResourceRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('EnableXpnResource') return self._RunMethod(config, request, global_params=global_params)
Enable XPN resource (a.k.a service project or service folder in the future) for a host project, so that subnetworks in the host project can be used by instances in the service project or folder. Args: request: (ComputeProjectsEnableXpnResourceRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
EnableXpnResource
KaranToor/MA450
1
python
def EnableXpnResource(self, request, global_params=None): 'Enable XPN resource (a.k.a service project or service folder in the future) for a host project, so that subnetworks in the host project can be used by instances in the service project or folder.\n\n Args:\n request: (ComputeProjectsEnableXpnResourceRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('EnableXpnResource') return self._RunMethod(config, request, global_params=global_params)
def EnableXpnResource(self, request, global_params=None): 'Enable XPN resource (a.k.a service project or service folder in the future) for a host project, so that subnetworks in the host project can be used by instances in the service project or folder.\n\n Args:\n request: (ComputeProjectsEnableXpnResourceRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('EnableXpnResource') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Enable XPN resource (a.k.a service project or service folder in the future) for a host project, so that subnetworks in the host project can be used by instances in the service project or folder. Args: request: (ComputeProjectsEnableXpnResourceRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
ecbff3a2a2fb07e183a0d65918157076b6278c9843fb6be74425ccaabe4590a7
def Get(self, request, global_params=None): 'Returns the specified Project resource.\n\n Args:\n request: (ComputeProjectsGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Project) The response message.\n ' config = self.GetMethodConfig('Get') return self._RunMethod(config, request, global_params=global_params)
Returns the specified Project resource. Args: request: (ComputeProjectsGetRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Project) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Get
KaranToor/MA450
1
python
def Get(self, request, global_params=None): 'Returns the specified Project resource.\n\n Args:\n request: (ComputeProjectsGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Project) 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 Project resource.\n\n Args:\n request: (ComputeProjectsGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Project) The response message.\n ' config = self.GetMethodConfig('Get') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified Project resource. Args: request: (ComputeProjectsGetRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Project) The response message.<|endoftext|>
742168b10ffc79ba86defe6115b0a1e81cfe236fbc221ee0ff8b5842158da0f0
def GetXpnHost(self, request, global_params=None): 'Get the XPN host project that this project links to. May be empty if no link exists.\n\n Args:\n request: (ComputeProjectsGetXpnHostRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Project) The response message.\n ' config = self.GetMethodConfig('GetXpnHost') return self._RunMethod(config, request, global_params=global_params)
Get the XPN host project that this project links to. May be empty if no link exists. Args: request: (ComputeProjectsGetXpnHostRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Project) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
GetXpnHost
KaranToor/MA450
1
python
def GetXpnHost(self, request, global_params=None): 'Get the XPN host project that this project links to. May be empty if no link exists.\n\n Args:\n request: (ComputeProjectsGetXpnHostRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Project) The response message.\n ' config = self.GetMethodConfig('GetXpnHost') return self._RunMethod(config, request, global_params=global_params)
def GetXpnHost(self, request, global_params=None): 'Get the XPN host project that this project links to. May be empty if no link exists.\n\n Args:\n request: (ComputeProjectsGetXpnHostRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Project) The response message.\n ' config = self.GetMethodConfig('GetXpnHost') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Get the XPN host project that this project links to. May be empty if no link exists. Args: request: (ComputeProjectsGetXpnHostRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Project) The response message.<|endoftext|>
2ceb40bd066681c2d1cb06b6c8fc1c8d93a7a3af98385e1ce6e30606804825f1
def GetXpnResources(self, request, global_params=None): 'Get XPN resources associated with this host project.\n\n Args:\n request: (ComputeProjectsGetXpnResourcesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (ProjectsGetXpnResources) The response message.\n ' config = self.GetMethodConfig('GetXpnResources') return self._RunMethod(config, request, global_params=global_params)
Get XPN resources associated with this host project. Args: request: (ComputeProjectsGetXpnResourcesRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (ProjectsGetXpnResources) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
GetXpnResources
KaranToor/MA450
1
python
def GetXpnResources(self, request, global_params=None): 'Get XPN resources associated with this host project.\n\n Args:\n request: (ComputeProjectsGetXpnResourcesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (ProjectsGetXpnResources) The response message.\n ' config = self.GetMethodConfig('GetXpnResources') return self._RunMethod(config, request, global_params=global_params)
def GetXpnResources(self, request, global_params=None): 'Get XPN resources associated with this host project.\n\n Args:\n request: (ComputeProjectsGetXpnResourcesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (ProjectsGetXpnResources) The response message.\n ' config = self.GetMethodConfig('GetXpnResources') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Get XPN resources associated with this host project. Args: request: (ComputeProjectsGetXpnResourcesRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (ProjectsGetXpnResources) The response message.<|endoftext|>
e5e7c5ca62ca3e1d1cbb904e450465af32a6639add74879e88cfc985e4817195
def ListXpnHosts(self, request, global_params=None): 'List all XPN host projects visible to the user in an organization.\n\n Args:\n request: (ComputeProjectsListXpnHostsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (XpnHostList) The response message.\n ' config = self.GetMethodConfig('ListXpnHosts') return self._RunMethod(config, request, global_params=global_params)
List all XPN host projects visible to the user in an organization. Args: request: (ComputeProjectsListXpnHostsRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (XpnHostList) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
ListXpnHosts
KaranToor/MA450
1
python
def ListXpnHosts(self, request, global_params=None): 'List all XPN host projects visible to the user in an organization.\n\n Args:\n request: (ComputeProjectsListXpnHostsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (XpnHostList) The response message.\n ' config = self.GetMethodConfig('ListXpnHosts') return self._RunMethod(config, request, global_params=global_params)
def ListXpnHosts(self, request, global_params=None): 'List all XPN host projects visible to the user in an organization.\n\n Args:\n request: (ComputeProjectsListXpnHostsRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (XpnHostList) The response message.\n ' config = self.GetMethodConfig('ListXpnHosts') return self._RunMethod(config, request, global_params=global_params)<|docstring|>List all XPN host projects visible to the user in an organization. Args: request: (ComputeProjectsListXpnHostsRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (XpnHostList) The response message.<|endoftext|>
00311b29bf64e0945854bd5c469ff958c46eafbacb281724984bfef876fddfd4
def MoveDisk(self, request, global_params=None): 'Moves a persistent disk from one zone to another.\n\n Args:\n request: (ComputeProjectsMoveDiskRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('MoveDisk') return self._RunMethod(config, request, global_params=global_params)
Moves a persistent disk from one zone to another. Args: request: (ComputeProjectsMoveDiskRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
MoveDisk
KaranToor/MA450
1
python
def MoveDisk(self, request, global_params=None): 'Moves a persistent disk from one zone to another.\n\n Args:\n request: (ComputeProjectsMoveDiskRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('MoveDisk') return self._RunMethod(config, request, global_params=global_params)
def MoveDisk(self, request, global_params=None): 'Moves a persistent disk from one zone to another.\n\n Args:\n request: (ComputeProjectsMoveDiskRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('MoveDisk') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Moves a persistent disk from one zone to another. Args: request: (ComputeProjectsMoveDiskRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
a1f2122891855e9ca5d691253b11aa22c7441f39f1e072a422df64e68b28b1a1
def MoveInstance(self, request, global_params=None): 'Moves an instance and its attached persistent disks from one zone to another.\n\n Args:\n request: (ComputeProjectsMoveInstanceRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('MoveInstance') return self._RunMethod(config, request, global_params=global_params)
Moves an instance and its attached persistent disks from one zone to another. Args: request: (ComputeProjectsMoveInstanceRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
MoveInstance
KaranToor/MA450
1
python
def MoveInstance(self, request, global_params=None): 'Moves an instance and its attached persistent disks from one zone to another.\n\n Args:\n request: (ComputeProjectsMoveInstanceRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('MoveInstance') return self._RunMethod(config, request, global_params=global_params)
def MoveInstance(self, request, global_params=None): 'Moves an instance and its attached persistent disks from one zone to another.\n\n Args:\n request: (ComputeProjectsMoveInstanceRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('MoveInstance') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Moves an instance and its attached persistent disks from one zone to another. Args: request: (ComputeProjectsMoveInstanceRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
d8889c965626ab048a7692d38cf6503e9438ee49c32ce355c3a2abadc7ed996a
def SetCommonInstanceMetadata(self, request, global_params=None): 'Sets metadata common to all instances within the specified project using the data included in the request.\n\n Args:\n request: (ComputeProjectsSetCommonInstanceMetadataRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('SetCommonInstanceMetadata') return self._RunMethod(config, request, global_params=global_params)
Sets metadata common to all instances within the specified project using the data included in the request. Args: request: (ComputeProjectsSetCommonInstanceMetadataRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
SetCommonInstanceMetadata
KaranToor/MA450
1
python
def SetCommonInstanceMetadata(self, request, global_params=None): 'Sets metadata common to all instances within the specified project using the data included in the request.\n\n Args:\n request: (ComputeProjectsSetCommonInstanceMetadataRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('SetCommonInstanceMetadata') return self._RunMethod(config, request, global_params=global_params)
def SetCommonInstanceMetadata(self, request, global_params=None): 'Sets metadata common to all instances within the specified project using the data included in the request.\n\n Args:\n request: (ComputeProjectsSetCommonInstanceMetadataRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('SetCommonInstanceMetadata') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Sets metadata common to all instances within the specified project using the data included in the request. Args: request: (ComputeProjectsSetCommonInstanceMetadataRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
e27405a95439aa328b0e556024f73e39f241af28cc7ac175cecd3e5b4eaebe4a
def SetDefaultServiceAccount(self, request, global_params=None): 'Sets the default service account of the project. The default service account is used when a VM instance is created with the service account email address set to "default".\n\n Args:\n request: (ComputeProjectsSetDefaultServiceAccountRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('SetDefaultServiceAccount') return self._RunMethod(config, request, global_params=global_params)
Sets the default service account of the project. The default service account is used when a VM instance is created with the service account email address set to "default". Args: request: (ComputeProjectsSetDefaultServiceAccountRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
SetDefaultServiceAccount
KaranToor/MA450
1
python
def SetDefaultServiceAccount(self, request, global_params=None): 'Sets the default service account of the project. The default service account is used when a VM instance is created with the service account email address set to "default".\n\n Args:\n request: (ComputeProjectsSetDefaultServiceAccountRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('SetDefaultServiceAccount') return self._RunMethod(config, request, global_params=global_params)
def SetDefaultServiceAccount(self, request, global_params=None): 'Sets the default service account of the project. The default service account is used when a VM instance is created with the service account email address set to "default".\n\n Args:\n request: (ComputeProjectsSetDefaultServiceAccountRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('SetDefaultServiceAccount') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Sets the default service account of the project. The default service account is used when a VM instance is created with the service account email address set to "default". Args: request: (ComputeProjectsSetDefaultServiceAccountRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
eaf4fd5b5e9c3671e3ec4454d503b771d1aa8a126724aebdb98f9d1932a3401e
def SetUsageExportBucket(self, request, global_params=None): 'Enables the usage export feature and sets the usage export bucket where reports are stored. If you provide an empty request body using this method, the usage export feature will be disabled.\n\n Args:\n request: (ComputeProjectsSetUsageExportBucketRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('SetUsageExportBucket') return self._RunMethod(config, request, global_params=global_params)
Enables the usage export feature and sets the usage export bucket where reports are stored. If you provide an empty request body using this method, the usage export feature will be disabled. Args: request: (ComputeProjectsSetUsageExportBucketRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
SetUsageExportBucket
KaranToor/MA450
1
python
def SetUsageExportBucket(self, request, global_params=None): 'Enables the usage export feature and sets the usage export bucket where reports are stored. If you provide an empty request body using this method, the usage export feature will be disabled.\n\n Args:\n request: (ComputeProjectsSetUsageExportBucketRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('SetUsageExportBucket') return self._RunMethod(config, request, global_params=global_params)
def SetUsageExportBucket(self, request, global_params=None): 'Enables the usage export feature and sets the usage export bucket where reports are stored. If you provide an empty request body using this method, the usage export feature will be disabled.\n\n Args:\n request: (ComputeProjectsSetUsageExportBucketRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('SetUsageExportBucket') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Enables the usage export feature and sets the usage export bucket where reports are stored. If you provide an empty request body using this method, the usage export feature will be disabled. Args: request: (ComputeProjectsSetUsageExportBucketRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
8097e6fc43b33bd9500ae49cdac7b0a481cc2204ba698442f96df3ace75237b2
def Delete(self, request, global_params=None): 'Deletes the specified autoscaler.\n\n Args:\n request: (ComputeRegionAutoscalersDeleteRequest) 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 autoscaler. Args: request: (ComputeRegionAutoscalersDeleteRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Delete
KaranToor/MA450
1
python
def Delete(self, request, global_params=None): 'Deletes the specified autoscaler.\n\n Args:\n request: (ComputeRegionAutoscalersDeleteRequest) 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 autoscaler.\n\n Args:\n request: (ComputeRegionAutoscalersDeleteRequest) 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 autoscaler. Args: request: (ComputeRegionAutoscalersDeleteRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
f05e8330c3ad0170d1b1cfcae4ccefce918dbc7df8443635a6370f2a543e66b8
def Get(self, request, global_params=None): 'Returns the specified autoscaler.\n\n Args:\n request: (ComputeRegionAutoscalersGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Autoscaler) The response message.\n ' config = self.GetMethodConfig('Get') return self._RunMethod(config, request, global_params=global_params)
Returns the specified autoscaler. Args: request: (ComputeRegionAutoscalersGetRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Autoscaler) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Get
KaranToor/MA450
1
python
def Get(self, request, global_params=None): 'Returns the specified autoscaler.\n\n Args:\n request: (ComputeRegionAutoscalersGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Autoscaler) 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 autoscaler.\n\n Args:\n request: (ComputeRegionAutoscalersGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Autoscaler) The response message.\n ' config = self.GetMethodConfig('Get') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified autoscaler. Args: request: (ComputeRegionAutoscalersGetRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Autoscaler) The response message.<|endoftext|>
6861ee6741dd6c3dc1328910f721fda2fdf4f3fb92d5a301588e765a4b0232cb
def Insert(self, request, global_params=None): 'Creates an autoscaler in the specified project using the data included in the request.\n\n Args:\n request: (ComputeRegionAutoscalersInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('Insert') return self._RunMethod(config, request, global_params=global_params)
Creates an autoscaler in the specified project using the data included in the request. Args: request: (ComputeRegionAutoscalersInsertRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Insert
KaranToor/MA450
1
python
def Insert(self, request, global_params=None): 'Creates an autoscaler in the specified project using the data included in the request.\n\n Args:\n request: (ComputeRegionAutoscalersInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('Insert') return self._RunMethod(config, request, global_params=global_params)
def Insert(self, request, global_params=None): 'Creates an autoscaler in the specified project using the data included in the request.\n\n Args:\n request: (ComputeRegionAutoscalersInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('Insert') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Creates an autoscaler in the specified project using the data included in the request. Args: request: (ComputeRegionAutoscalersInsertRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
a4f55d45ba1e1ed84c97cd1c53a7c38b73815308006a29179430dfba60cdb56f
def List(self, request, global_params=None): 'Retrieves a list of autoscalers contained within the specified region.\n\n Args:\n request: (ComputeRegionAutoscalersListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RegionAutoscalerList) The response message.\n ' config = self.GetMethodConfig('List') return self._RunMethod(config, request, global_params=global_params)
Retrieves a list of autoscalers contained within the specified region. Args: request: (ComputeRegionAutoscalersListRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (RegionAutoscalerList) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
List
KaranToor/MA450
1
python
def List(self, request, global_params=None): 'Retrieves a list of autoscalers contained within the specified region.\n\n Args:\n request: (ComputeRegionAutoscalersListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RegionAutoscalerList) 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 autoscalers contained within the specified region.\n\n Args:\n request: (ComputeRegionAutoscalersListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RegionAutoscalerList) The response message.\n ' config = self.GetMethodConfig('List') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves a list of autoscalers contained within the specified region. Args: request: (ComputeRegionAutoscalersListRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (RegionAutoscalerList) The response message.<|endoftext|>
7543e507047e2bccff5069fab85d41201856e25e2d2e580aa0e40b54faddabc6
def Patch(self, request, global_params=None): 'Updates an autoscaler in the specified project using the data included in the request. This method supports patch semantics.\n\n Args:\n request: (ComputeRegionAutoscalersPatchRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('Patch') return self._RunMethod(config, request, global_params=global_params)
Updates an autoscaler in the specified project using the data included in the request. This method supports patch semantics. Args: request: (ComputeRegionAutoscalersPatchRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Patch
KaranToor/MA450
1
python
def Patch(self, request, global_params=None): 'Updates an autoscaler in the specified project using the data included in the request. This method supports patch semantics.\n\n Args:\n request: (ComputeRegionAutoscalersPatchRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('Patch') return self._RunMethod(config, request, global_params=global_params)
def Patch(self, request, global_params=None): 'Updates an autoscaler in the specified project using the data included in the request. This method supports patch semantics.\n\n Args:\n request: (ComputeRegionAutoscalersPatchRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('Patch') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Updates an autoscaler in the specified project using the data included in the request. This method supports patch semantics. Args: request: (ComputeRegionAutoscalersPatchRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
a307c9445808554f990993ce0986182bf579c3c175c6234eed78a3ca88ea5246
def TestIamPermissions(self, request, global_params=None): 'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeRegionAutoscalersTestIamPermissionsRequest) 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: (ComputeRegionAutoscalersTestIamPermissionsRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (TestPermissionsResponse) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
TestIamPermissions
KaranToor/MA450
1
python
def TestIamPermissions(self, request, global_params=None): 'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeRegionAutoscalersTestIamPermissionsRequest) 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: (ComputeRegionAutoscalersTestIamPermissionsRequest) 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: (ComputeRegionAutoscalersTestIamPermissionsRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (TestPermissionsResponse) The response message.<|endoftext|>
7755760f924aa145a92aa549f070cd366e64afd4c4c720e67b629d5cff574b20
def Update(self, request, global_params=None): 'Updates an autoscaler in the specified project using the data included in the request.\n\n Args:\n request: (ComputeRegionAutoscalersUpdateRequest) 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 an autoscaler in the specified project using the data included in the request. Args: request: (ComputeRegionAutoscalersUpdateRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Update
KaranToor/MA450
1
python
def Update(self, request, global_params=None): 'Updates an autoscaler in the specified project using the data included in the request.\n\n Args:\n request: (ComputeRegionAutoscalersUpdateRequest) 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 an autoscaler in the specified project using the data included in the request.\n\n Args:\n request: (ComputeRegionAutoscalersUpdateRequest) 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 an autoscaler in the specified project using the data included in the request. Args: request: (ComputeRegionAutoscalersUpdateRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
43aa72317bc2bdc74d9605e9a5836581398a3218a4412186f69f03942a8e2db9
def Delete(self, request, global_params=None): 'Deletes the specified regional BackendService resource.\n\n Args:\n request: (ComputeRegionBackendServicesDeleteRequest) 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 regional BackendService resource. Args: request: (ComputeRegionBackendServicesDeleteRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Delete
KaranToor/MA450
1
python
def Delete(self, request, global_params=None): 'Deletes the specified regional BackendService resource.\n\n Args:\n request: (ComputeRegionBackendServicesDeleteRequest) 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 regional BackendService resource.\n\n Args:\n request: (ComputeRegionBackendServicesDeleteRequest) 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 regional BackendService resource. Args: request: (ComputeRegionBackendServicesDeleteRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
bfd2d4f0823f24d1e33d550dfb6ed5a506422fd89406ff13e9d5c87922f7a3e7
def Get(self, request, global_params=None): 'Returns the specified regional BackendService resource.\n\n Args:\n request: (ComputeRegionBackendServicesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (BackendService) The response message.\n ' config = self.GetMethodConfig('Get') return self._RunMethod(config, request, global_params=global_params)
Returns the specified regional BackendService resource. Args: request: (ComputeRegionBackendServicesGetRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (BackendService) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Get
KaranToor/MA450
1
python
def Get(self, request, global_params=None): 'Returns the specified regional BackendService resource.\n\n Args:\n request: (ComputeRegionBackendServicesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (BackendService) 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 regional BackendService resource.\n\n Args:\n request: (ComputeRegionBackendServicesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (BackendService) The response message.\n ' config = self.GetMethodConfig('Get') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified regional BackendService resource. Args: request: (ComputeRegionBackendServicesGetRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (BackendService) The response message.<|endoftext|>
8bac3fdc4d7a10112520c2d70eec99a27a64176960410240cd6f7b4a72168dba
def GetHealth(self, request, global_params=None): 'Gets the most recent health check results for this regional BackendService.\n\n Args:\n request: (ComputeRegionBackendServicesGetHealthRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (BackendServiceGroupHealth) The response message.\n ' config = self.GetMethodConfig('GetHealth') return self._RunMethod(config, request, global_params=global_params)
Gets the most recent health check results for this regional BackendService. Args: request: (ComputeRegionBackendServicesGetHealthRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (BackendServiceGroupHealth) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
GetHealth
KaranToor/MA450
1
python
def GetHealth(self, request, global_params=None): 'Gets the most recent health check results for this regional BackendService.\n\n Args:\n request: (ComputeRegionBackendServicesGetHealthRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (BackendServiceGroupHealth) The response message.\n ' config = self.GetMethodConfig('GetHealth') return self._RunMethod(config, request, global_params=global_params)
def GetHealth(self, request, global_params=None): 'Gets the most recent health check results for this regional BackendService.\n\n Args:\n request: (ComputeRegionBackendServicesGetHealthRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (BackendServiceGroupHealth) The response message.\n ' config = self.GetMethodConfig('GetHealth') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Gets the most recent health check results for this regional BackendService. Args: request: (ComputeRegionBackendServicesGetHealthRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (BackendServiceGroupHealth) The response message.<|endoftext|>
8a4867e3813e22bb9dce34b569f2f1904e2a00f29e161e8f33f8c563b7f89b8e
def Insert(self, request, global_params=None): 'Creates a regional BackendService resource in the specified project using the data included in the request. There are several restrictions and guidelines to keep in mind when creating a regional backend service. Read Restrictions and Guidelines for more information.\n\n Args:\n request: (ComputeRegionBackendServicesInsertRequest) 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 regional BackendService resource in the specified project using the data included in the request. There are several restrictions and guidelines to keep in mind when creating a regional backend service. Read Restrictions and Guidelines for more information. Args: request: (ComputeRegionBackendServicesInsertRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Insert
KaranToor/MA450
1
python
def Insert(self, request, global_params=None): 'Creates a regional BackendService resource in the specified project using the data included in the request. There are several restrictions and guidelines to keep in mind when creating a regional backend service. Read Restrictions and Guidelines for more information.\n\n Args:\n request: (ComputeRegionBackendServicesInsertRequest) 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 regional BackendService resource in the specified project using the data included in the request. There are several restrictions and guidelines to keep in mind when creating a regional backend service. Read Restrictions and Guidelines for more information.\n\n Args:\n request: (ComputeRegionBackendServicesInsertRequest) 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 regional BackendService resource in the specified project using the data included in the request. There are several restrictions and guidelines to keep in mind when creating a regional backend service. Read Restrictions and Guidelines for more information. Args: request: (ComputeRegionBackendServicesInsertRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
0a4e0e331d9b26c24174734a4f62b258c9d37ccd558d47d836f093781cdc18b6
def List(self, request, global_params=None): 'Retrieves the list of regional BackendService resources available to the specified project in the given region.\n\n Args:\n request: (ComputeRegionBackendServicesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (BackendServiceList) The response message.\n ' config = self.GetMethodConfig('List') return self._RunMethod(config, request, global_params=global_params)
Retrieves the list of regional BackendService resources available to the specified project in the given region. Args: request: (ComputeRegionBackendServicesListRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (BackendServiceList) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
List
KaranToor/MA450
1
python
def List(self, request, global_params=None): 'Retrieves the list of regional BackendService resources available to the specified project in the given region.\n\n Args:\n request: (ComputeRegionBackendServicesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (BackendServiceList) 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 regional BackendService resources available to the specified project in the given region.\n\n Args:\n request: (ComputeRegionBackendServicesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (BackendServiceList) The response message.\n ' config = self.GetMethodConfig('List') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves the list of regional BackendService resources available to the specified project in the given region. Args: request: (ComputeRegionBackendServicesListRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (BackendServiceList) The response message.<|endoftext|>
509df5df70b8b5c91befd1e45cc5447b60dc3d8b8ed73ac7a1852824a33b7c5a
def Patch(self, request, global_params=None): 'Updates the specified regional BackendService resource with the data included in the request. There are several restrictions and guidelines to keep in mind when updating a backend service. Read Restrictions and Guidelines for more information. This method supports patch semantics.\n\n Args:\n request: (ComputeRegionBackendServicesPatchRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('Patch') return self._RunMethod(config, request, global_params=global_params)
Updates the specified regional BackendService resource with the data included in the request. There are several restrictions and guidelines to keep in mind when updating a backend service. Read Restrictions and Guidelines for more information. This method supports patch semantics. Args: request: (ComputeRegionBackendServicesPatchRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Patch
KaranToor/MA450
1
python
def Patch(self, request, global_params=None): 'Updates the specified regional BackendService resource with the data included in the request. There are several restrictions and guidelines to keep in mind when updating a backend service. Read Restrictions and Guidelines for more information. This method supports patch semantics.\n\n Args:\n request: (ComputeRegionBackendServicesPatchRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('Patch') return self._RunMethod(config, request, global_params=global_params)
def Patch(self, request, global_params=None): 'Updates the specified regional BackendService resource with the data included in the request. There are several restrictions and guidelines to keep in mind when updating a backend service. Read Restrictions and Guidelines for more information. This method supports patch semantics.\n\n Args:\n request: (ComputeRegionBackendServicesPatchRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('Patch') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Updates the specified regional BackendService resource with the data included in the request. There are several restrictions and guidelines to keep in mind when updating a backend service. Read Restrictions and Guidelines for more information. This method supports patch semantics. Args: request: (ComputeRegionBackendServicesPatchRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
67772b8ce00df7d9d949c9916d1a2dea840ff7ace199d64c8ece3b7d3ed0f548
def TestIamPermissions(self, request, global_params=None): 'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeRegionBackendServicesTestIamPermissionsRequest) 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: (ComputeRegionBackendServicesTestIamPermissionsRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (TestPermissionsResponse) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
TestIamPermissions
KaranToor/MA450
1
python
def TestIamPermissions(self, request, global_params=None): 'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeRegionBackendServicesTestIamPermissionsRequest) 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: (ComputeRegionBackendServicesTestIamPermissionsRequest) 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: (ComputeRegionBackendServicesTestIamPermissionsRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (TestPermissionsResponse) The response message.<|endoftext|>
aef6784b516e4921014f54e8b82b77ff406b56fcb2beadc3edbb693631a8299a
def Update(self, request, global_params=None): 'Updates the specified regional BackendService resource with the data included in the request. There are several restrictions and guidelines to keep in mind when updating a backend service. Read Restrictions and Guidelines for more information.\n\n Args:\n request: (ComputeRegionBackendServicesUpdateRequest) 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 regional BackendService resource with the data included in the request. There are several restrictions and guidelines to keep in mind when updating a backend service. Read Restrictions and Guidelines for more information. Args: request: (ComputeRegionBackendServicesUpdateRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Update
KaranToor/MA450
1
python
def Update(self, request, global_params=None): 'Updates the specified regional BackendService resource with the data included in the request. There are several restrictions and guidelines to keep in mind when updating a backend service. Read Restrictions and Guidelines for more information.\n\n Args:\n request: (ComputeRegionBackendServicesUpdateRequest) 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 regional BackendService resource with the data included in the request. There are several restrictions and guidelines to keep in mind when updating a backend service. Read Restrictions and Guidelines for more information.\n\n Args:\n request: (ComputeRegionBackendServicesUpdateRequest) 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 regional BackendService resource with the data included in the request. There are several restrictions and guidelines to keep in mind when updating a backend service. Read Restrictions and Guidelines for more information. Args: request: (ComputeRegionBackendServicesUpdateRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
7e810efe0f2159391fa28ebaf34859a6b2988eda2527940639d398e6eef65cad
def Get(self, request, global_params=None): 'Returns the specified regional disk type. Get a list of available disk types by making a list() request.\n\n Args:\n request: (ComputeRegionDiskTypesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (DiskType) The response message.\n ' config = self.GetMethodConfig('Get') return self._RunMethod(config, request, global_params=global_params)
Returns the specified regional disk type. Get a list of available disk types by making a list() request. Args: request: (ComputeRegionDiskTypesGetRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (DiskType) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Get
KaranToor/MA450
1
python
def Get(self, request, global_params=None): 'Returns the specified regional disk type. Get a list of available disk types by making a list() request.\n\n Args:\n request: (ComputeRegionDiskTypesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (DiskType) 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 regional disk type. Get a list of available disk types by making a list() request.\n\n Args:\n request: (ComputeRegionDiskTypesGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (DiskType) The response message.\n ' config = self.GetMethodConfig('Get') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns the specified regional disk type. Get a list of available disk types by making a list() request. Args: request: (ComputeRegionDiskTypesGetRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (DiskType) The response message.<|endoftext|>
e6585446c58a5e2378433819594c84131ac3586027f2c2d3c12090c9122c67c5
def List(self, request, global_params=None): 'Retrieves a list of regional disk types available to the specified project.\n\n Args:\n request: (ComputeRegionDiskTypesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RegionDiskTypeList) The response message.\n ' config = self.GetMethodConfig('List') return self._RunMethod(config, request, global_params=global_params)
Retrieves a list of regional disk types available to the specified project. Args: request: (ComputeRegionDiskTypesListRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (RegionDiskTypeList) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
List
KaranToor/MA450
1
python
def List(self, request, global_params=None): 'Retrieves a list of regional disk types available to the specified project.\n\n Args:\n request: (ComputeRegionDiskTypesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RegionDiskTypeList) 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 regional disk types available to the specified project.\n\n Args:\n request: (ComputeRegionDiskTypesListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RegionDiskTypeList) The response message.\n ' config = self.GetMethodConfig('List') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves a list of regional disk types available to the specified project. Args: request: (ComputeRegionDiskTypesListRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (RegionDiskTypeList) The response message.<|endoftext|>
f9ea50a117aaed0ae3e9c66e60e8cfbeb2dff44c41eb8946fe37ca2dbab80281
def CreateSnapshot(self, request, global_params=None): 'Creates a snapshot of this regional disk.\n\n Args:\n request: (ComputeRegionDisksCreateSnapshotRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('CreateSnapshot') return self._RunMethod(config, request, global_params=global_params)
Creates a snapshot of this regional disk. Args: request: (ComputeRegionDisksCreateSnapshotRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
CreateSnapshot
KaranToor/MA450
1
python
def CreateSnapshot(self, request, global_params=None): 'Creates a snapshot of this regional disk.\n\n Args:\n request: (ComputeRegionDisksCreateSnapshotRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('CreateSnapshot') return self._RunMethod(config, request, global_params=global_params)
def CreateSnapshot(self, request, global_params=None): 'Creates a snapshot of this regional disk.\n\n Args:\n request: (ComputeRegionDisksCreateSnapshotRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('CreateSnapshot') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Creates a snapshot of this regional disk. Args: request: (ComputeRegionDisksCreateSnapshotRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
adc6d503d393e78320b3b7a6e46689b5e796b7b6f0dc80e6c6ab956cb3ada102
def Delete(self, request, global_params=None): 'Deletes the specified regional persistent disk. Deleting a regional disk removes all the replicas of its data permanently and is irreversible. However, deleting a disk does not delete any snapshots previously made from the disk. You must separately delete snapshots.\n\n Args:\n request: (ComputeRegionDisksDeleteRequest) 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 regional persistent disk. Deleting a regional disk removes all the replicas of its data permanently and is irreversible. However, deleting a disk does not delete any snapshots previously made from the disk. You must separately delete snapshots. Args: request: (ComputeRegionDisksDeleteRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Delete
KaranToor/MA450
1
python
def Delete(self, request, global_params=None): 'Deletes the specified regional persistent disk. Deleting a regional disk removes all the replicas of its data permanently and is irreversible. However, deleting a disk does not delete any snapshots previously made from the disk. You must separately delete snapshots.\n\n Args:\n request: (ComputeRegionDisksDeleteRequest) 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 regional persistent disk. Deleting a regional disk removes all the replicas of its data permanently and is irreversible. However, deleting a disk does not delete any snapshots previously made from the disk. You must separately delete snapshots.\n\n Args:\n request: (ComputeRegionDisksDeleteRequest) 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 regional persistent disk. Deleting a regional disk removes all the replicas of its data permanently and is irreversible. However, deleting a disk does not delete any snapshots previously made from the disk. You must separately delete snapshots. Args: request: (ComputeRegionDisksDeleteRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
b0ebf948bfd5eb0717c564672458ac264da214e7e7f9b7a0cc09b8b2da38ddd1
def Get(self, request, global_params=None): 'Returns a specified regional persistent disk.\n\n Args:\n request: (ComputeRegionDisksGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Disk) The response message.\n ' config = self.GetMethodConfig('Get') return self._RunMethod(config, request, global_params=global_params)
Returns a specified regional persistent disk. Args: request: (ComputeRegionDisksGetRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Disk) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Get
KaranToor/MA450
1
python
def Get(self, request, global_params=None): 'Returns a specified regional persistent disk.\n\n Args:\n request: (ComputeRegionDisksGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Disk) 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 a specified regional persistent disk.\n\n Args:\n request: (ComputeRegionDisksGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Disk) The response message.\n ' config = self.GetMethodConfig('Get') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns a specified regional persistent disk. Args: request: (ComputeRegionDisksGetRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Disk) The response message.<|endoftext|>
eaed04a1f19ba8dda6d9b763e9637715c9c77a47f95d66b02d9a3aababe72fef
def Insert(self, request, global_params=None): 'Creates a persistent regional disk in the specified project using the data included in the request.\n\n Args:\n request: (ComputeRegionDisksInsertRequest) 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 persistent regional disk in the specified project using the data included in the request. Args: request: (ComputeRegionDisksInsertRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Insert
KaranToor/MA450
1
python
def Insert(self, request, global_params=None): 'Creates a persistent regional disk in the specified project using the data included in the request.\n\n Args:\n request: (ComputeRegionDisksInsertRequest) 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 persistent regional disk in the specified project using the data included in the request.\n\n Args:\n request: (ComputeRegionDisksInsertRequest) 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 persistent regional disk in the specified project using the data included in the request. Args: request: (ComputeRegionDisksInsertRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
bf0b41a91b49fb4aa0571b444863a1fe05f8f8f30c87edb8921f61d5918f9468
def List(self, request, global_params=None): 'Retrieves the list of persistent disks contained within the specified region.\n\n Args:\n request: (ComputeRegionDisksListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (DiskList) The response message.\n ' config = self.GetMethodConfig('List') return self._RunMethod(config, request, global_params=global_params)
Retrieves the list of persistent disks contained within the specified region. Args: request: (ComputeRegionDisksListRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (DiskList) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
List
KaranToor/MA450
1
python
def List(self, request, global_params=None): 'Retrieves the list of persistent disks contained within the specified region.\n\n Args:\n request: (ComputeRegionDisksListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (DiskList) 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 persistent disks contained within the specified region.\n\n Args:\n request: (ComputeRegionDisksListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (DiskList) The response message.\n ' config = self.GetMethodConfig('List') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves the list of persistent disks contained within the specified region. Args: request: (ComputeRegionDisksListRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (DiskList) The response message.<|endoftext|>
4cc9d5336ece5375a2a4b6f482a4b6c9dd40ab08e129f37faf23fe4a3ab70876
def Resize(self, request, global_params=None): 'Resizes the specified regional persistent disk.\n\n Args:\n request: (ComputeRegionDisksResizeRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('Resize') return self._RunMethod(config, request, global_params=global_params)
Resizes the specified regional persistent disk. Args: request: (ComputeRegionDisksResizeRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Resize
KaranToor/MA450
1
python
def Resize(self, request, global_params=None): 'Resizes the specified regional persistent disk.\n\n Args:\n request: (ComputeRegionDisksResizeRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('Resize') return self._RunMethod(config, request, global_params=global_params)
def Resize(self, request, global_params=None): 'Resizes the specified regional persistent disk.\n\n Args:\n request: (ComputeRegionDisksResizeRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('Resize') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Resizes the specified regional persistent disk. Args: request: (ComputeRegionDisksResizeRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
f8d34d330b55d38811d398114e3b0037e757dcca7545b0a717ac94301674b700
def SetLabels(self, request, global_params=None): 'Sets the labels on the target regional disk.\n\n Args:\n request: (ComputeRegionDisksSetLabelsRequest) 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 the target regional disk. Args: request: (ComputeRegionDisksSetLabelsRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
SetLabels
KaranToor/MA450
1
python
def SetLabels(self, request, global_params=None): 'Sets the labels on the target regional disk.\n\n Args:\n request: (ComputeRegionDisksSetLabelsRequest) 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 the target regional disk.\n\n Args:\n request: (ComputeRegionDisksSetLabelsRequest) 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 the target regional disk. Args: request: (ComputeRegionDisksSetLabelsRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
ffbff1b1607a81bc858ea5c567010d1c8e0a5462c165a47fad9159156b4ec592
def TestIamPermissions(self, request, global_params=None): 'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeRegionDisksTestIamPermissionsRequest) 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: (ComputeRegionDisksTestIamPermissionsRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (TestPermissionsResponse) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
TestIamPermissions
KaranToor/MA450
1
python
def TestIamPermissions(self, request, global_params=None): 'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (ComputeRegionDisksTestIamPermissionsRequest) 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: (ComputeRegionDisksTestIamPermissionsRequest) 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: (ComputeRegionDisksTestIamPermissionsRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (TestPermissionsResponse) The response message.<|endoftext|>
6ebf13a9289d532201b28edf3b556d7438e6d923a3aad972ac6090c9de2c68d0
def AbandonInstances(self, request, global_params=None): 'Schedules a group action to remove the specified instances from the managed instance group. Abandoning an instance does not delete the instance, but it does remove the instance from any target pools that are applied by the managed instance group. This method reduces the targetSize of the managed instance group by the number of instances that you abandon. This operation is marked as DONE when the action is scheduled even if the instances have not yet been removed from the group. You must separately verify the status of the abandoning action with the listmanagedinstances method.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersAbandonInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('AbandonInstances') return self._RunMethod(config, request, global_params=global_params)
Schedules a group action to remove the specified instances from the managed instance group. Abandoning an instance does not delete the instance, but it does remove the instance from any target pools that are applied by the managed instance group. This method reduces the targetSize of the managed instance group by the number of instances that you abandon. This operation is marked as DONE when the action is scheduled even if the instances have not yet been removed from the group. You must separately verify the status of the abandoning action with the listmanagedinstances method. Args: request: (ComputeRegionInstanceGroupManagersAbandonInstancesRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
AbandonInstances
KaranToor/MA450
1
python
def AbandonInstances(self, request, global_params=None): 'Schedules a group action to remove the specified instances from the managed instance group. Abandoning an instance does not delete the instance, but it does remove the instance from any target pools that are applied by the managed instance group. This method reduces the targetSize of the managed instance group by the number of instances that you abandon. This operation is marked as DONE when the action is scheduled even if the instances have not yet been removed from the group. You must separately verify the status of the abandoning action with the listmanagedinstances method.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersAbandonInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('AbandonInstances') return self._RunMethod(config, request, global_params=global_params)
def AbandonInstances(self, request, global_params=None): 'Schedules a group action to remove the specified instances from the managed instance group. Abandoning an instance does not delete the instance, but it does remove the instance from any target pools that are applied by the managed instance group. This method reduces the targetSize of the managed instance group by the number of instances that you abandon. This operation is marked as DONE when the action is scheduled even if the instances have not yet been removed from the group. You must separately verify the status of the abandoning action with the listmanagedinstances method.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersAbandonInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('AbandonInstances') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Schedules a group action to remove the specified instances from the managed instance group. Abandoning an instance does not delete the instance, but it does remove the instance from any target pools that are applied by the managed instance group. This method reduces the targetSize of the managed instance group by the number of instances that you abandon. This operation is marked as DONE when the action is scheduled even if the instances have not yet been removed from the group. You must separately verify the status of the abandoning action with the listmanagedinstances method. Args: request: (ComputeRegionInstanceGroupManagersAbandonInstancesRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
f260782ecc2683522df408e08de1ceac530c2410fd61907a1ed1b067cf84bb78
def Delete(self, request, global_params=None): 'Deletes the specified managed instance group and all of the instances in that group.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('Delete') return self._RunMethod(config, request, global_params=global_params)
Deletes the specified managed instance group and all of the instances in that group. Args: request: (ComputeRegionInstanceGroupManagersDeleteRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Delete
KaranToor/MA450
1
python
def Delete(self, request, global_params=None): 'Deletes the specified managed instance group and all of the instances in that group.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('Delete') return self._RunMethod(config, request, global_params=global_params)
def Delete(self, request, global_params=None): 'Deletes the specified managed instance group and all of the instances in that group.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersDeleteRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('Delete') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Deletes the specified managed instance group and all of the instances in that group. Args: request: (ComputeRegionInstanceGroupManagersDeleteRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
eeeab7647ab90bf9a140f73e03ae1702c8e4f28b9ced983a75d8ed5655433cd8
def DeleteInstances(self, request, global_params=None): 'Schedules a group action to delete the specified instances in the managed instance group. The instances are also removed from any target pools of which they were a member. This method reduces the targetSize of the managed instance group by the number of instances that you delete. This operation is marked as DONE when the action is scheduled even if the instances are still being deleted. You must separately verify the status of the deleting action with the listmanagedinstances method.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersDeleteInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('DeleteInstances') return self._RunMethod(config, request, global_params=global_params)
Schedules a group action to delete the specified instances in the managed instance group. The instances are also removed from any target pools of which they were a member. This method reduces the targetSize of the managed instance group by the number of instances that you delete. This operation is marked as DONE when the action is scheduled even if the instances are still being deleted. You must separately verify the status of the deleting action with the listmanagedinstances method. Args: request: (ComputeRegionInstanceGroupManagersDeleteInstancesRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
DeleteInstances
KaranToor/MA450
1
python
def DeleteInstances(self, request, global_params=None): 'Schedules a group action to delete the specified instances in the managed instance group. The instances are also removed from any target pools of which they were a member. This method reduces the targetSize of the managed instance group by the number of instances that you delete. This operation is marked as DONE when the action is scheduled even if the instances are still being deleted. You must separately verify the status of the deleting action with the listmanagedinstances method.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersDeleteInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('DeleteInstances') return self._RunMethod(config, request, global_params=global_params)
def DeleteInstances(self, request, global_params=None): 'Schedules a group action to delete the specified instances in the managed instance group. The instances are also removed from any target pools of which they were a member. This method reduces the targetSize of the managed instance group by the number of instances that you delete. This operation is marked as DONE when the action is scheduled even if the instances are still being deleted. You must separately verify the status of the deleting action with the listmanagedinstances method.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersDeleteInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('DeleteInstances') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Schedules a group action to delete the specified instances in the managed instance group. The instances are also removed from any target pools of which they were a member. This method reduces the targetSize of the managed instance group by the number of instances that you delete. This operation is marked as DONE when the action is scheduled even if the instances are still being deleted. You must separately verify the status of the deleting action with the listmanagedinstances method. Args: request: (ComputeRegionInstanceGroupManagersDeleteInstancesRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
07c8f52fbfe9fb4ff2006ff69fddb266ea073bd03358b28abf9a6901b04ef251
def Get(self, request, global_params=None): 'Returns all of the details about the specified managed instance group.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceGroupManager) The response message.\n ' config = self.GetMethodConfig('Get') return self._RunMethod(config, request, global_params=global_params)
Returns all of the details about the specified managed instance group. Args: request: (ComputeRegionInstanceGroupManagersGetRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (InstanceGroupManager) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Get
KaranToor/MA450
1
python
def Get(self, request, global_params=None): 'Returns all of the details about the specified managed instance group.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceGroupManager) The response message.\n ' config = self.GetMethodConfig('Get') return self._RunMethod(config, request, global_params=global_params)
def Get(self, request, global_params=None): 'Returns all of the details about the specified managed instance group.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersGetRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (InstanceGroupManager) The response message.\n ' config = self.GetMethodConfig('Get') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Returns all of the details about the specified managed instance group. Args: request: (ComputeRegionInstanceGroupManagersGetRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (InstanceGroupManager) The response message.<|endoftext|>
d6d1ba015ffa9dc36b8220d61a911af1c68f17bb50e1b98e40c4d4119d70ec33
def Insert(self, request, global_params=None): 'Creates a managed instance group using the information that you specify in the request. After the group is created, it schedules an action to create instances in the group using the specified instance template. This operation is marked as DONE when the group is created even if the instances in the group have not yet been created. You must separately verify the status of the individual instances with the listmanagedinstances method.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('Insert') return self._RunMethod(config, request, global_params=global_params)
Creates a managed instance group using the information that you specify in the request. After the group is created, it schedules an action to create instances in the group using the specified instance template. This operation is marked as DONE when the group is created even if the instances in the group have not yet been created. You must separately verify the status of the individual instances with the listmanagedinstances method. Args: request: (ComputeRegionInstanceGroupManagersInsertRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Insert
KaranToor/MA450
1
python
def Insert(self, request, global_params=None): 'Creates a managed instance group using the information that you specify in the request. After the group is created, it schedules an action to create instances in the group using the specified instance template. This operation is marked as DONE when the group is created even if the instances in the group have not yet been created. You must separately verify the status of the individual instances with the listmanagedinstances method.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('Insert') return self._RunMethod(config, request, global_params=global_params)
def Insert(self, request, global_params=None): 'Creates a managed instance group using the information that you specify in the request. After the group is created, it schedules an action to create instances in the group using the specified instance template. This operation is marked as DONE when the group is created even if the instances in the group have not yet been created. You must separately verify the status of the individual instances with the listmanagedinstances method.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersInsertRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('Insert') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Creates a managed instance group using the information that you specify in the request. After the group is created, it schedules an action to create instances in the group using the specified instance template. This operation is marked as DONE when the group is created even if the instances in the group have not yet been created. You must separately verify the status of the individual instances with the listmanagedinstances method. Args: request: (ComputeRegionInstanceGroupManagersInsertRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
28b942dc8a98140546e89636e4df289d9e487550830ba4891abe1028a2ea52eb
def List(self, request, global_params=None): 'Retrieves the list of managed instance groups that are contained within the specified region.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RegionInstanceGroupManagerList) The response message.\n ' config = self.GetMethodConfig('List') return self._RunMethod(config, request, global_params=global_params)
Retrieves the list of managed instance groups that are contained within the specified region. Args: request: (ComputeRegionInstanceGroupManagersListRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (RegionInstanceGroupManagerList) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
List
KaranToor/MA450
1
python
def List(self, request, global_params=None): 'Retrieves the list of managed instance groups that are contained within the specified region.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RegionInstanceGroupManagerList) 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 managed instance groups that are contained within the specified region.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersListRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RegionInstanceGroupManagerList) The response message.\n ' config = self.GetMethodConfig('List') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Retrieves the list of managed instance groups that are contained within the specified region. Args: request: (ComputeRegionInstanceGroupManagersListRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (RegionInstanceGroupManagerList) The response message.<|endoftext|>
d483a42e411508c3ff529ef55f037e3d5f663162a654e9dcd1912d6790de3d3c
def ListManagedInstances(self, request, global_params=None): 'Lists the instances in the managed instance group and instances that are scheduled to be created. The list includes any current actions that the group has scheduled for its instances.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersListManagedInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RegionInstanceGroupManagersListInstancesResponse) The response message.\n ' config = self.GetMethodConfig('ListManagedInstances') return self._RunMethod(config, request, global_params=global_params)
Lists the instances in the managed instance group and instances that are scheduled to be created. The list includes any current actions that the group has scheduled for its instances. Args: request: (ComputeRegionInstanceGroupManagersListManagedInstancesRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (RegionInstanceGroupManagersListInstancesResponse) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
ListManagedInstances
KaranToor/MA450
1
python
def ListManagedInstances(self, request, global_params=None): 'Lists the instances in the managed instance group and instances that are scheduled to be created. The list includes any current actions that the group has scheduled for its instances.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersListManagedInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RegionInstanceGroupManagersListInstancesResponse) The response message.\n ' config = self.GetMethodConfig('ListManagedInstances') return self._RunMethod(config, request, global_params=global_params)
def ListManagedInstances(self, request, global_params=None): 'Lists the instances in the managed instance group and instances that are scheduled to be created. The list includes any current actions that the group has scheduled for its instances.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersListManagedInstancesRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (RegionInstanceGroupManagersListInstancesResponse) The response message.\n ' config = self.GetMethodConfig('ListManagedInstances') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Lists the instances in the managed instance group and instances that are scheduled to be created. The list includes any current actions that the group has scheduled for its instances. Args: request: (ComputeRegionInstanceGroupManagersListManagedInstancesRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (RegionInstanceGroupManagersListInstancesResponse) The response message.<|endoftext|>
ce832f7acf64fa6d068125ebf7abc15ac705cae2347f78ed8e175476992a3c83
def Patch(self, request, global_params=None): 'Updates a managed instance group using the information that you specify in the request. This operation is marked as DONE when the group is updated even if the instances in the group have not yet been updated. You must separately verify the status of the individual instances with the listmanagedinstances method. This method supports patch semantics.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersPatchRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('Patch') return self._RunMethod(config, request, global_params=global_params)
Updates a managed instance group using the information that you specify in the request. This operation is marked as DONE when the group is updated even if the instances in the group have not yet been updated. You must separately verify the status of the individual instances with the listmanagedinstances method. This method supports patch semantics. Args: request: (ComputeRegionInstanceGroupManagersPatchRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Patch
KaranToor/MA450
1
python
def Patch(self, request, global_params=None): 'Updates a managed instance group using the information that you specify in the request. This operation is marked as DONE when the group is updated even if the instances in the group have not yet been updated. You must separately verify the status of the individual instances with the listmanagedinstances method. This method supports patch semantics.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersPatchRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('Patch') return self._RunMethod(config, request, global_params=global_params)
def Patch(self, request, global_params=None): 'Updates a managed instance group using the information that you specify in the request. This operation is marked as DONE when the group is updated even if the instances in the group have not yet been updated. You must separately verify the status of the individual instances with the listmanagedinstances method. This method supports patch semantics.\n\n Args:\n request: (ComputeRegionInstanceGroupManagersPatchRequest) input message\n global_params: (StandardQueryParameters, default: None) global arguments\n Returns:\n (Operation) The response message.\n ' config = self.GetMethodConfig('Patch') return self._RunMethod(config, request, global_params=global_params)<|docstring|>Updates a managed instance group using the information that you specify in the request. This operation is marked as DONE when the group is updated even if the instances in the group have not yet been updated. You must separately verify the status of the individual instances with the listmanagedinstances method. This method supports patch semantics. Args: request: (ComputeRegionInstanceGroupManagersPatchRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
3f1111eaa1c9cbb48981b1f25195b4aaa49cbfa09e8308884a50d2062b1e7343
def RecreateInstances(self, request, global_params=None): 'Schedules a group action to recreate the specified instances in the managed instance group. The instances are deleted and recreated using the current instance template for the managed instance group. This operation is marked as DONE when the action is scheduled even if the instances have not yet been recreated. You must separately verify the status of the recreating action with the listmanagedinstances method.\n\n Args:\n request: (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)
Schedules a group action to recreate the specified instances in the managed instance group. The instances are deleted and recreated using the current instance template for the managed instance group. This operation is marked as DONE when the action is scheduled even if the instances have not yet been recreated. You must separately verify the status of the recreating action with the listmanagedinstances method. Args: request: (ComputeRegionInstanceGroupManagersRecreateInstancesRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
RecreateInstances
KaranToor/MA450
1
python
def RecreateInstances(self, request, global_params=None): 'Schedules a group action to recreate the specified instances in the managed instance group. The instances are deleted and recreated using the current instance template for the managed instance group. This operation is marked as DONE when the action is scheduled even if the instances have not yet been recreated. You must separately verify the status of the recreating action with the listmanagedinstances method.\n\n Args:\n request: (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): 'Schedules a group action to recreate the specified instances in the managed instance group. The instances are deleted and recreated using the current instance template for the managed instance group. This operation is marked as DONE when the action is scheduled even if the instances have not yet been recreated. You must separately verify the status of the recreating action with the listmanagedinstances method.\n\n Args:\n request: (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|>Schedules a group action to recreate the specified instances in the managed instance group. The instances are deleted and recreated using the current instance template for the managed instance group. This operation is marked as DONE when the action is scheduled even if the instances have not yet been recreated. You must separately verify the status of the recreating action with the listmanagedinstances method. Args: request: (ComputeRegionInstanceGroupManagersRecreateInstancesRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
4f2cfe4e6401780ab735f5ac3acfd89c10f6a0bbdd0d4f3a638fe48292e56460
def Resize(self, request, global_params=None): 'Changes the intended size for the managed instance group. If you increase the size, the group schedules actions to create new instances using the current instance template. If you decrease the size, the group schedules delete actions on one or more instances. The resize operation is marked DONE when the resize actions are scheduled even if the group has not yet added or deleted any instances. You must separately verify the status of the creating or deleting actions with the listmanagedinstances method.\n\n Args:\n request: (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 for the managed instance group. If you increase the size, the group schedules actions to create new instances using the current instance template. If you decrease the size, the group schedules delete actions on one or more instances. The resize operation is marked DONE when the resize actions are scheduled even if the group has not yet added or deleted any instances. You must separately verify the status of the creating or deleting actions with the listmanagedinstances method. Args: request: (ComputeRegionInstanceGroupManagersResizeRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Resize
KaranToor/MA450
1
python
def Resize(self, request, global_params=None): 'Changes the intended size for the managed instance group. If you increase the size, the group schedules actions to create new instances using the current instance template. If you decrease the size, the group schedules delete actions on one or more instances. The resize operation is marked DONE when the resize actions are scheduled even if the group has not yet added or deleted any instances. You must separately verify the status of the creating or deleting actions with the listmanagedinstances method.\n\n Args:\n request: (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 for the managed instance group. If you increase the size, the group schedules actions to create new instances using the current instance template. If you decrease the size, the group schedules delete actions on one or more instances. The resize operation is marked DONE when the resize actions are scheduled even if the group has not yet added or deleted any instances. You must separately verify the status of the creating or deleting actions with the listmanagedinstances method.\n\n Args:\n request: (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 for the managed instance group. If you increase the size, the group schedules actions to create new instances using the current instance template. If you decrease the size, the group schedules delete actions on one or more instances. The resize operation is marked DONE when the resize actions are scheduled even if the group has not yet added or deleted any instances. You must separately verify the status of the creating or deleting actions with the listmanagedinstances method. Args: request: (ComputeRegionInstanceGroupManagersResizeRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
2ac4c5b8a81e2e10b5f57d38a0e210fe73c70e2d0e9955efcaa7f29586f5d814
def SetAutoHealingPolicies(self, request, global_params=None): 'Modifies the autohealing policy for the instances in this managed instance group.\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. Args: request: (ComputeRegionInstanceGroupManagersSetAutoHealingPoliciesRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
SetAutoHealingPolicies
KaranToor/MA450
1
python
def SetAutoHealingPolicies(self, request, global_params=None): 'Modifies the autohealing policy for the instances in this managed instance group.\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.\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. 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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
SetInstanceTemplate
KaranToor/MA450
1
python
def SetInstanceTemplate(self, request, global_params=None): '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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
SetTargetPools
KaranToor/MA450
1
python
def SetTargetPools(self, request, global_params=None): 'Modifies the target pools to which all 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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
TestIamPermissions
KaranToor/MA450
1
python
def TestIamPermissions(self, request, global_params=None): 'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Update
KaranToor/MA450
1
python
def Update(self, request, global_params=None): 'Updates a managed instance group using the information that you specify in the request. 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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Get
KaranToor/MA450
1
python
def Get(self, request, global_params=None): 'Returns the specified instance group 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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
List
KaranToor/MA450
1
python
def List(self, request, global_params=None): 'Retrieves the list of instance 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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
ListInstances
KaranToor/MA450
1
python
def ListInstances(self, request, global_params=None): 'Lists the instances in the specified instance group 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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
SetNamedPorts
KaranToor/MA450
1
python
def SetNamedPorts(self, request, global_params=None): 'Sets the named ports for the specified 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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
TestIamPermissions
KaranToor/MA450
1
python
def TestIamPermissions(self, request, global_params=None): 'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Delete
KaranToor/MA450
1
python
def Delete(self, request, global_params=None): 'Deletes the specified 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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Get
KaranToor/MA450
1
python
def Get(self, request, global_params=None): '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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
List
KaranToor/MA450
1
python
def List(self, request, global_params=None): 'Retrieves a list of 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|>
02e7784cf44915219e44b7f71da63fea73adfd8622f7c3f18a32393d00543b6e
def Get(self, request, global_params=None): 'Returns the specified Region resource. Get 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. Get 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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Get
KaranToor/MA450
1
python
def Get(self, request, global_params=None): 'Returns the specified Region resource. Get 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. Get 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. Get 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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
List
KaranToor/MA450
1
python
def List(self, request, global_params=None): 'Retrieves the list of 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|>
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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
AggregatedList
KaranToor/MA450
1
python
def AggregatedList(self, request, global_params=None): 'Retrieves an aggregated list of 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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Delete
KaranToor/MA450
1
python
def Delete(self, request, global_params=None): 'Deletes the specified 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|>
a0cd4b3960c02a766a34c174ddb67c3b5b0e24131a69d6f3771f3e09ce729b99
def Get(self, request, global_params=None): 'Returns the specified Router resource. Get 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. Get 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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Get
KaranToor/MA450
1
python
def Get(self, request, global_params=None): 'Returns the specified Router resource. Get 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. Get 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. Get 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|>
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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
GetRouterStatus
KaranToor/MA450
1
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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Insert
KaranToor/MA450
1
python
def Insert(self, request, global_params=None): 'Creates a 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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
List
KaranToor/MA450
1
python
def List(self, request, global_params=None): 'Retrieves a list of 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|>
890bb3a1f0fce067ee25c001b0b6c5b06851c2e4c42a1c2db1a4ea872590ee92
def Patch(self, request, global_params=None): 'Updates the specified Router resource with the data included in the request. This method supports patch semantics.\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)
Updates the specified Router resource with the data included in the request. This method supports patch semantics. Args: request: (ComputeRoutersPatchRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Patch
KaranToor/MA450
1
python
def Patch(self, request, global_params=None): 'Updates the specified Router resource with the data included in the request. This method supports patch semantics.\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): 'Updates the specified Router resource with the data included in the request. This method supports patch semantics.\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|>Updates the specified Router resource with the data included in the request. This method supports patch semantics. 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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Preview
KaranToor/MA450
1
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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
TestIamPermissions
KaranToor/MA450
1
python
def TestIamPermissions(self, request, global_params=None): 'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Update
KaranToor/MA450
1
python
def Update(self, request, global_params=None): 'Updates 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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Delete
KaranToor/MA450
1
python
def Delete(self, request, global_params=None): 'Deletes the specified 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|>
78d1f372b2ec4ad02d5782dff8a2d494a73034c35525d29c301382c175ad885a
def Get(self, request, global_params=None): 'Returns the specified Route resource. Get 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. Get 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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Get
KaranToor/MA450
1
python
def Get(self, request, global_params=None): 'Returns the specified Route resource. Get 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. Get 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. Get 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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Insert
KaranToor/MA450
1
python
def Insert(self, request, global_params=None): 'Creates a 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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
List
KaranToor/MA450
1
python
def List(self, request, global_params=None): 'Retrieves the list of 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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
TestIamPermissions
KaranToor/MA450
1
python
def TestIamPermissions(self, request, global_params=None): 'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (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|>
ddb46773f8850c66e8721b036c1a0a9086d45c20843c3d6c5deabfc0ddf9eec2
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 snaphots.\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 snaphots. Args: request: (ComputeSnapshotsDeleteRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Delete
KaranToor/MA450
1
python
def Delete(self, request, global_params=None): 'Deletes the specified 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 snaphots.\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 snaphots.\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 snaphots. Args: request: (ComputeSnapshotsDeleteRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.<|endoftext|>
d987cded9076aebd1d9412425a238992e30d44673412c33ba9840f1c329b02ee
def Get(self, request, global_params=None): 'Returns the specified Snapshot resource. Get 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. Get 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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Get
KaranToor/MA450
1
python
def Get(self, request, global_params=None): 'Returns the specified Snapshot resource. Get 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. Get 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. Get 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|>
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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
List
KaranToor/MA450
1
python
def List(self, request, global_params=None): 'Retrieves the list of 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|>
23f2ebf11eaeb5624c7225bcb2d1e01b0c8f57f582260e7a1094909f8bb012cf
def SetLabels(self, request, global_params=None): 'Sets the labels on a snapshot. To learn more about labels, read the Labeling or Tagging 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 or Tagging Resources documentation. Args: request: (ComputeSnapshotsSetLabelsRequest) input message global_params: (StandardQueryParameters, default: None) global arguments Returns: (Operation) The response message.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
SetLabels
KaranToor/MA450
1
python
def SetLabels(self, request, global_params=None): 'Sets the labels on a snapshot. To learn more about labels, read the Labeling or Tagging 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 or Tagging 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 or Tagging 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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
TestIamPermissions
KaranToor/MA450
1
python
def TestIamPermissions(self, request, global_params=None): 'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Delete
KaranToor/MA450
1
python
def Delete(self, request, global_params=None): 'Deletes the specified 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|>
6348241391abd06bb8966d4693559f95c1f1f82d1005a67937def6608de845d2
def Get(self, request, global_params=None): 'Returns the specified SslCertificate resource. Get 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. Get 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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Get
KaranToor/MA450
1
python
def Get(self, request, global_params=None): 'Returns the specified SslCertificate resource. Get 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. Get 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. Get 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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Insert
KaranToor/MA450
1
python
def Insert(self, request, global_params=None): 'Creates a 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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
List
KaranToor/MA450
1
python
def List(self, request, global_params=None): 'Retrieves the list of 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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
TestIamPermissions
KaranToor/MA450
1
python
def TestIamPermissions(self, request, global_params=None): 'Returns permissions that a caller has on the specified resource.\n\n Args:\n request: (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|>
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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
AggregatedList
KaranToor/MA450
1
python
def AggregatedList(self, request, global_params=None): 'Retrieves an aggregated list of 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.
google-cloud-sdk/.install/.backup/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py
Delete
KaranToor/MA450
1
python
def Delete(self, request, global_params=None): 'Deletes the specified 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|>