Summary of entries of Methods for gsuiteaddons.
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient
GSuiteAddOnsAsyncClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
gsuiteaddons_v1
.
services
.
g_suite_add_ons
.
transports
.
base
.
GSuiteAddOnsTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
gsuiteaddons_v1
.
services
.
g_suite_add_ons
.
transports
.
base
.
GSuiteAddOnsTransport
]]]
=
'grpc_asyncio'
,
client_options
:
typing
.
Optional
[
google
.
api_core
.
client_options
.
ClientOptions
]
=
None
,
client_info
:
google
.
api_core
.
gapic_v1
.
client_info
.
ClientInfo
=
Instantiates the g suite add ons async client.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.authorization_path
authorization_path
(
project
:
str
)
-
> str
Returns a fully-qualified authorization string.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.authorization_path
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.common_folder_path
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.common_location_path
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.common_project_path
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.create_deployment
create_deployment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
CreateDeploymentRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
deployment
:
typing
.
Optional
[
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
Deployment
]
=
None
,
deployment_id
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
Deployment
Creates a deployment with the specified name and configuration.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.create_deployment
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.delete_deployment
delete_deployment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
DeleteDeploymentRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes the deployment with the given name.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.delete_deployment
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.deployment_path
deployment_path
(
project
:
str
,
deployment
:
str
)
-
> str
Returns a fully-qualified deployment string.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.deployment_path
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.from_service_account_file
from_service_account_file
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.from_service_account_info
from_service_account_info
(
info
:
dict
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials info.
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.from_service_account_json
from_service_account_json
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.get_authorization
get_authorization
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
GetAuthorizationRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
Authorization
Gets the authorization information for deployments in a given project.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.get_authorization
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.get_deployment
get_deployment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
GetDeploymentRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
Deployment
Gets the deployment with the specified name.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.get_deployment
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.get_install_status
get_install_status
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
GetInstallStatusRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
InstallStatus
Fetches the install status of a developer mode deployment.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.get_install_status
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source
(
client_options
:
typing
.
Optional
[
google
.
api_core
.
client_options
.
ClientOptions
]
=
None
,
)
Return the API endpoint and client cert source for mutual TLS.
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.get_transport_class
get_transport_class
(
label
:
typing
.
Optional
[
str
]
=
None
,
)
-
> typing
.
Type
[
google
.
cloud
.
gsuiteaddons_v1
.
services
.
g_suite_add_ons
.
transports
.
base
.
GSuiteAddOnsTransport
]
Returns an appropriate transport class.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.get_transport_class
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.install_deployment
install_deployment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
InstallDeploymentRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Installs a deployment in developer mode.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.install_deployment
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.install_status_path
install_status_path
(
project
:
str
,
deployment
:
str
)
-
> str
Returns a fully-qualified install_status string.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.install_status_path
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.list_deployments
list_deployments
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
ListDeploymentsRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
gsuiteaddons_v1
.
services
.
g_suite_add_ons
.
pagers
.
ListDeploymentsAsyncPager
)
Lists all deployments in a particular project.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.list_deployments
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.parse_authorization_path
parse_authorization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a authorization path into its component segments.
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a billing_account path into its component segments.
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.parse_deployment_path
parse_deployment_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a deployment path into its component segments.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.parse_deployment_path
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.parse_install_status_path
parse_install_status_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a install_status path into its component segments.
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.replace_deployment
replace_deployment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
ReplaceDeploymentRequest
,
dict
,
]
]
=
None
,
*
,
deployment
:
typing
.
Optional
[
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
Deployment
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
Deployment
Creates or replaces a deployment with the specified name.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.replace_deployment
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.uninstall_deployment
uninstall_deployment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
UninstallDeploymentRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Uninstalls a developer mode deployment.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsAsyncClient.uninstall_deployment
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient
GSuiteAddOnsClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
gsuiteaddons_v1
.
services
.
g_suite_add_ons
.
transports
.
base
.
GSuiteAddOnsTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
gsuiteaddons_v1
.
services
.
g_suite_add_ons
.
transports
.
base
.
GSuiteAddOnsTransport
]]]
=
None
,
client_options
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
client_options
.
ClientOptions
,
dict
]]
=
None
,
client_info
:
google
.
api_core
.
gapic_v1
.
client_info
.
ClientInfo
=
Instantiates the g suite add ons client.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.__exit__
__exit__
(
type
,
value
,
traceback
)
Releases underlying transport's resources.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient. exit
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.authorization_path
authorization_path
(
project
:
str
)
-
> str
Returns a fully-qualified authorization string.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.authorization_path
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.common_billing_account_path
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.common_folder_path
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.common_location_path
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.common_organization_path
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.common_project_path
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.create_deployment
create_deployment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
CreateDeploymentRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
deployment
:
typing
.
Optional
[
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
Deployment
]
=
None
,
deployment_id
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
Deployment
Creates a deployment with the specified name and configuration.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.create_deployment
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.delete_deployment
delete_deployment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
DeleteDeploymentRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes the deployment with the given name.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.delete_deployment
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.deployment_path
deployment_path
(
project
:
str
,
deployment
:
str
)
-
> str
Returns a fully-qualified deployment string.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.deployment_path
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.from_service_account_file
from_service_account_file
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.from_service_account_file
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.from_service_account_info
from_service_account_info
(
info
:
dict
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials info.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.from_service_account_info
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.from_service_account_json
from_service_account_json
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.from_service_account_json
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.get_authorization
get_authorization
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
GetAuthorizationRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
Authorization
Gets the authorization information for deployments in a given project.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.get_authorization
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.get_deployment
get_deployment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
GetDeploymentRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
Deployment
Gets the deployment with the specified name.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.get_deployment
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.get_install_status
get_install_status
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
GetInstallStatusRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
InstallStatus
Fetches the install status of a developer mode deployment.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.get_install_status
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source
(
client_options
:
typing
.
Optional
[
google
.
api_core
.
client_options
.
ClientOptions
]
=
None
,
)
Deprecated.
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.install_deployment
install_deployment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
InstallDeploymentRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Installs a deployment in developer mode.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.install_deployment
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.install_status_path
install_status_path
(
project
:
str
,
deployment
:
str
)
-
> str
Returns a fully-qualified install_status string.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.install_status_path
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.list_deployments
list_deployments
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
ListDeploymentsRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
gsuiteaddons_v1
.
services
.
g_suite_add_ons
.
pagers
.
ListDeploymentsPager
Lists all deployments in a particular project.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.list_deployments
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.parse_authorization_path
parse_authorization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a authorization path into its component segments.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.parse_authorization_path
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.parse_common_billing_account_path
parse_common_billing_account_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a billing_account path into its component segments.
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.parse_common_folder_path
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.parse_common_location_path
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.parse_common_project_path
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.parse_deployment_path
parse_deployment_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a deployment path into its component segments.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.parse_deployment_path
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.parse_install_status_path
parse_install_status_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a install_status path into its component segments.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.parse_install_status_path
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.replace_deployment
replace_deployment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
ReplaceDeploymentRequest
,
dict
,
]
]
=
None
,
*
,
deployment
:
typing
.
Optional
[
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
Deployment
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
Deployment
Creates or replaces a deployment with the specified name.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.replace_deployment
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.uninstall_deployment
uninstall_deployment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
UninstallDeploymentRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Uninstalls a developer mode deployment.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.GSuiteAddOnsClient.uninstall_deployment
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.pagers.ListDeploymentsAsyncPager
ListDeploymentsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
ListDeploymentsResponse
],
],
request
:
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
ListDeploymentsRequest
,
response
:
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
ListDeploymentsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.pagers.ListDeploymentsAsyncPager
google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.pagers.ListDeploymentsPager
ListDeploymentsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
ListDeploymentsResponse
],
request
:
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
ListDeploymentsRequest
,
response
:
google
.
cloud
.
gsuiteaddons_v1
.
types
.
gsuiteaddons
.
ListDeploymentsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.gsuiteaddons_v1.services.g_suite_add_ons.pagers.ListDeploymentsPager