Summary of entries of Methods for google-cloud-ftp.
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient
CloudFtpClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.ftp_v1.services.cloud_ftp.transports.base.CloudFtpTransport,
typing.Callable[
[...],
google.cloud.ftp_v1.services.cloud_ftp.transports.base.CloudFtpTransport,
],
]
] = 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.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the cloud ftp client.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.exit
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.cancel_operation
cancel_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.CancelOperationRequest, 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]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.cancel_operation
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.common_billing_account_path
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.common_folder_path
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.common_location_path
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.common_organization_path
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.common_project_path
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.create_server
create_server(
request: typing.Optional[
typing.Union[google.cloud.ftp_v1.types.service.CreateServerRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
server: typing.Optional[google.cloud.ftp_v1.types.service.Server] = None,
server_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.OperationCreates a new Server in a given project and location.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.create_server
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.create_user
create_user(
request: typing.Optional[
typing.Union[google.cloud.ftp_v1.types.service.CreateUserRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
user: typing.Optional[google.cloud.ftp_v1.types.service.User] = None,
user_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.OperationCreates a new User in a given project and location and Server.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.create_user
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.delete_operation
delete_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.DeleteOperationRequest, 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]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.delete_operation
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.delete_server
delete_server(
request: typing.Optional[
typing.Union[google.cloud.ftp_v1.types.service.DeleteServerRequest, 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.OperationDeletes a single Server.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.delete_server
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.delete_user
delete_user(
request: typing.Optional[
typing.Union[google.cloud.ftp_v1.types.service.DeleteUserRequest, 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.OperationDeletes a single User.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.delete_user
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.forwarding_rule_path
forwarding_rule_path(project: str, region: str, forwarding_rule: str) -> strReturns a fully-qualified forwarding_rule string.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.forwarding_rule_path
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.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.ftp_v1.services.cloud_ftp.CloudFtpClient.from_service_account_file
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.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.ftp_v1.services.cloud_ftp.CloudFtpClient.from_service_account_info
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.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.ftp_v1.services.cloud_ftp.CloudFtpClient.from_service_account_json
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.get_location
get_location(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.GetLocationRequest, 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.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.get_location
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Deprecated.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.get_mtls_endpoint_and_cert_source
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.get_operation
get_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.GetOperationRequest, 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.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.get_operation
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.get_server
get_server(
request: typing.Optional[
typing.Union[google.cloud.ftp_v1.types.service.GetServerRequest, 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.ftp_v1.types.service.ServerGets details of a single Server.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.get_server
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.get_user
get_user(
request: typing.Optional[
typing.Union[google.cloud.ftp_v1.types.service.GetUserRequest, 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.ftp_v1.types.service.UserGets details of a single User.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.get_user
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.list_locations
list_locations(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.ListLocationsRequest, 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.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.list_locations
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.list_operations
list_operations(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.ListOperationsRequest, 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.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.list_operations
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.list_servers
list_servers(
request: typing.Optional[
typing.Union[google.cloud.ftp_v1.types.service.ListServersRequest, 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.ftp_v1.services.cloud_ftp.pagers.ListServersPagerLists Servers in a given project and location.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.list_servers
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.list_users
list_users(
request: typing.Optional[
typing.Union[google.cloud.ftp_v1.types.service.ListUsersRequest, 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.ftp_v1.services.cloud_ftp.pagers.ListUsersPagerLists Users in a given project and location.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.list_users
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.network_path
network_path(project: str, network: str) -> strReturns a fully-qualified network string.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.network_path
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.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.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.parse_common_billing_account_path
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.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.ftp_v1.services.cloud_ftp.CloudFtpClient.parse_common_folder_path
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.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.ftp_v1.services.cloud_ftp.CloudFtpClient.parse_common_location_path
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.parse_common_organization_path
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.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.ftp_v1.services.cloud_ftp.CloudFtpClient.parse_common_project_path
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.parse_forwarding_rule_path
parse_forwarding_rule_path(path: str) -> typing.Dict[str, str]Parses a forwarding_rule path into its component segments.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.parse_forwarding_rule_path
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.parse_network_path
parse_network_path(path: str) -> typing.Dict[str, str]Parses a network path into its component segments.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.parse_network_path
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.parse_server_path
parse_server_path(path: str) -> typing.Dict[str, str]Parses a server path into its component segments.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.parse_server_path
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.parse_service_attachment_path
parse_service_attachment_path(path: str) -> typing.Dict[str, str]Parses a service_attachment path into its component segments.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.parse_service_attachment_path
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.parse_user_path
parse_user_path(path: str) -> typing.Dict[str, str]Parses a user path into its component segments.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.parse_user_path
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.server_path
server_path(project: str, location: str, server: str) -> strReturns a fully-qualified server string.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.server_path
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.service_attachment_path
service_attachment_path(project: str, region: str, service_attachment: str) -> strReturns a fully-qualified service_attachment string.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.service_attachment_path
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.start_server
start_server(
request: typing.Optional[
typing.Union[google.cloud.ftp_v1.types.service.StartServerRequest, 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.OperationStarts a stopping/stopped Server.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.start_server
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.stop_server
stop_server(
request: typing.Optional[
typing.Union[google.cloud.ftp_v1.types.service.StopServerRequest, 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.OperationStops an active Server.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.stop_server
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.update_server
update_server(
request: typing.Optional[
typing.Union[google.cloud.ftp_v1.types.service.UpdateServerRequest, dict]
] = None,
*,
server: typing.Optional[google.cloud.ftp_v1.types.service.Server] = 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.OperationUpdates the parameters of a single Server.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.update_server
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.update_user
update_user(
request: typing.Optional[
typing.Union[google.cloud.ftp_v1.types.service.UpdateUserRequest, dict]
] = None,
*,
user: typing.Optional[google.cloud.ftp_v1.types.service.User] = 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.OperationUpdates the parameters of a single User.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.update_user
google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.user_path
user_path(project: str, location: str, server: str, user: str) -> strReturns a fully-qualified user string.
See more: google.cloud.ftp_v1.services.cloud_ftp.CloudFtpClient.user_path
google.cloud.ftp_v1.services.cloud_ftp.pagers.ListServersPager
ListServersPager(
method: typing.Callable[
[...], google.cloud.ftp_v1.types.service.ListServersResponse
],
request: google.cloud.ftp_v1.types.service.ListServersRequest,
response: google.cloud.ftp_v1.types.service.ListServersResponse,
*,
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.ftp_v1.services.cloud_ftp.pagers.ListServersPager
google.cloud.ftp_v1.services.cloud_ftp.pagers.ListUsersPager
ListUsersPager(
method: typing.Callable[[...], google.cloud.ftp_v1.types.service.ListUsersResponse],
request: google.cloud.ftp_v1.types.service.ListUsersRequest,
response: google.cloud.ftp_v1.types.service.ListUsersResponse,
*,
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.ftp_v1.services.cloud_ftp.pagers.ListUsersPager