Stay organized with collections Save and categorize content based on your preferences.
Summary of entries of Methods for google-cloud-lustre.
google.cloud.lustre_v1.services.lustre.LustreAsyncClientLustreAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.lustre_v1.services.lustre.transports.base.LustreTransport, typing.Callable[[...], google.cloud.lustre_v1.services.lustre.transports.base.LustreTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = 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
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.common_project_path
common_project_path(project: str) -> str
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.create_instance
create_instance(
request: typing.Optional[
typing.Union[google.cloud.lustre_v1.types.instance.CreateInstanceRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
instance: typing.Optional[google.cloud.lustre_v1.types.instance.Instance] = None,
instance_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.api_core.operation_async.AsyncOperation
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.delete_instance
delete_instance(
request: typing.Optional[
typing.Union[google.cloud.lustre_v1.types.instance.DeleteInstanceRequest, 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.api_core.operation_async.AsyncOperation
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = 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
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.export_data
export_data(
request: typing.Optional[
typing.Union[google.cloud.lustre_v1.types.transfer.ExportDataRequest, dict]
] = 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.api_core.operation_async.AsyncOperation
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.get_instance
get_instance(
request: typing.Optional[
typing.Union[google.cloud.lustre_v1.types.instance.GetInstanceRequest, 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.lustre_v1.types.instance.Instance
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = 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.location.locations_pb2.Location
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = 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.longrunning.operations_pb2.Operation
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.lustre_v1.services.lustre.transports.base.LustreTransport
]
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.import_data
import_data(
request: typing.Optional[
typing.Union[google.cloud.lustre_v1.types.transfer.ImportDataRequest, 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.api_core.operation_async.AsyncOperation
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.instance_path
instance_path(project: str, location: str, instance: str) -> str
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.list_instances
list_instances(
request: typing.Optional[
typing.Union[google.cloud.lustre_v1.types.instance.ListInstancesRequest, 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.lustre_v1.services.lustre.pagers.ListInstancesAsyncPager
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = 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.location.locations_pb2.ListLocationsResponse
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = 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.longrunning.operations_pb2.ListOperationsResponse
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.network_path
network_path(project: str, network: str) -> str
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.parse_instance_path
parse_instance_path(path: str) -> typing.Dict[str, str]
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.parse_network_path
parse_network_path(path: str) -> typing.Dict[str, str]
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.parse_service_account_path
parse_service_account_path(path: str) -> typing.Dict[str, str]
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.service_account_path
service_account_path(project: str, service_account: str) -> str
google.cloud.lustre_v1.services.lustre.LustreAsyncClient.update_instance
update_instance(
request: typing.Optional[
typing.Union[google.cloud.lustre_v1.types.instance.UpdateInstanceRequest, dict]
] = None,
*,
instance: typing.Optional[google.cloud.lustre_v1.types.instance.Instance] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation_async.AsyncOperation
google.cloud.lustre_v1.services.lustre.LustreClient
LustreClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.lustre_v1.services.lustre.transports.base.LustreTransport, typing.Callable[[...], google.cloud.lustre_v1.services.lustre.transports.base.LustreTransport]]] = 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 =
google.cloud.lustre_v1.services.lustre.LustreClient.__exit__
__exit__(type, value, traceback)
google.cloud.lustre_v1.services.lustre.LustreClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = 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
google.cloud.lustre_v1.services.lustre.LustreClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.lustre_v1.services.lustre.LustreClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.lustre_v1.services.lustre.LustreClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.lustre_v1.services.lustre.LustreClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.lustre_v1.services.lustre.LustreClient.common_project_path
common_project_path(project: str) -> str
google.cloud.lustre_v1.services.lustre.LustreClient.create_instance
create_instance(
request: typing.Optional[
typing.Union[google.cloud.lustre_v1.types.instance.CreateInstanceRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
instance: typing.Optional[google.cloud.lustre_v1.types.instance.Instance] = None,
instance_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.api_core.operation.Operation
google.cloud.lustre_v1.services.lustre.LustreClient.delete_instance
delete_instance(
request: typing.Optional[
typing.Union[google.cloud.lustre_v1.types.instance.DeleteInstanceRequest, 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.api_core.operation.Operation
google.cloud.lustre_v1.services.lustre.LustreClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = 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
google.cloud.lustre_v1.services.lustre.LustreClient.export_data
export_data(
request: typing.Optional[
typing.Union[google.cloud.lustre_v1.types.transfer.ExportDataRequest, dict]
] = 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.api_core.operation.Operation
google.cloud.lustre_v1.services.lustre.LustreClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.lustre_v1.services.lustre.LustreClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.lustre_v1.services.lustre.LustreClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
google.cloud.lustre_v1.services.lustre.LustreClient.get_instance
get_instance(
request: typing.Optional[
typing.Union[google.cloud.lustre_v1.types.instance.GetInstanceRequest, 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.lustre_v1.types.instance.Instance
google.cloud.lustre_v1.services.lustre.LustreClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = 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.location.locations_pb2.Location
google.cloud.lustre_v1.services.lustre.LustreClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
google.cloud.lustre_v1.services.lustre.LustreClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = 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.longrunning.operations_pb2.Operation
google.cloud.lustre_v1.services.lustre.LustreClient.import_data
import_data(
request: typing.Optional[
typing.Union[google.cloud.lustre_v1.types.transfer.ImportDataRequest, 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.api_core.operation.Operation
google.cloud.lustre_v1.services.lustre.LustreClient.instance_path
instance_path(project: str, location: str, instance: str) -> str
google.cloud.lustre_v1.services.lustre.LustreClient.list_instances
list_instances(
request: typing.Optional[
typing.Union[google.cloud.lustre_v1.types.instance.ListInstancesRequest, 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.lustre_v1.services.lustre.pagers.ListInstancesPager
google.cloud.lustre_v1.services.lustre.LustreClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = 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.location.locations_pb2.ListLocationsResponse
google.cloud.lustre_v1.services.lustre.LustreClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = 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.longrunning.operations_pb2.ListOperationsResponse
google.cloud.lustre_v1.services.lustre.LustreClient.network_path
network_path(project: str, network: str) -> str
google.cloud.lustre_v1.services.lustre.LustreClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
google.cloud.lustre_v1.services.lustre.LustreClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.lustre_v1.services.lustre.LustreClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.lustre_v1.services.lustre.LustreClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.lustre_v1.services.lustre.LustreClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
google.cloud.lustre_v1.services.lustre.LustreClient.parse_instance_path
parse_instance_path(path: str) -> typing.Dict[str, str]
google.cloud.lustre_v1.services.lustre.LustreClient.parse_network_path
parse_network_path(path: str) -> typing.Dict[str, str]
google.cloud.lustre_v1.services.lustre.LustreClient.parse_service_account_path
parse_service_account_path(path: str) -> typing.Dict[str, str]
google.cloud.lustre_v1.services.lustre.LustreClient.service_account_path
service_account_path(project: str, service_account: str) -> str
google.cloud.lustre_v1.services.lustre.LustreClient.update_instance
update_instance(
request: typing.Optional[
typing.Union[google.cloud.lustre_v1.types.instance.UpdateInstanceRequest, dict]
] = None,
*,
instance: typing.Optional[google.cloud.lustre_v1.types.instance.Instance] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation.Operation
ListInstancesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[google.cloud.lustre_v1.types.instance.ListInstancesResponse],
],
request: google.cloud.lustre_v1.types.instance.ListInstancesRequest,
response: google.cloud.lustre_v1.types.instance.ListInstancesResponse,
*,
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]]] = ()
)
ListInstancesPager(
method: typing.Callable[
[...], google.cloud.lustre_v1.types.instance.ListInstancesResponse
],
request: google.cloud.lustre_v1.types.instance.ListInstancesRequest,
response: google.cloud.lustre_v1.types.instance.ListInstancesResponse,
*,
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]]] = ()
)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4