Namespace Google.Apis.CloudFTP.v1alpha.Data
Classes
AllowedConsumer
A consumer project or network that is permitted to connect to the server via PSC.
CancelOperationRequest
The request message for Operations.CancelOperation.
DeniedConsumer
A consumer project or network that is denied to connect to the server via PSC.
Empty
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
ExternalServerConfig
Configuration for external server.
InternalServerConfig
Configuration for private server accessible via PSC.
ListLocationsResponse
The response message for Locations.ListLocations.
ListOperationsResponse
The response message for Operations.ListOperations.
ListServersResponse
Message for response to listing Servers
ListUsersResponse
Message for response to listing Users
Location
A resource that represents a Google Cloud location.
Operation
This resource represents a long-running operation that is the result of a network API call.
OperationMetadata
Represents the metadata of the long-running operation.
PscEndpoint
Details of PSC endpoint created by customer.
Server
Message describing Server object
ServerCredential
Represents credentials of an FTP Server.
StartServerRequest
Request message for starting a Server.
Status
The Status type defines a logical error model that is suitable for different programming environments,
including REST APIs and RPC APIs. It is used by gRPC. Each Status message contains
three pieces of data: error code, error message, and error details. You can find out more about this error model
and how to work with it in the API Design Guide.
StopServerRequest
Request message for stopping a Server.
StorageDirectoryMapping
Mapping of backing Cloud Storage path to the directory where the user lands in the SFTP server. If directory is not specified, it'll default to '/'. Eg 1 - (bucket_name: bucket, bucket_prefix: path1/path2, directory: /abc/def/username) The user will land at /abcd/def/username, and the view there will match that of /bucket/path1/path2. The user will not be aware of Cloud Storage prefix '/bucket/path1' and there will be no such directory in the view. Eg 2 - (bucket_name: bucket, bucket_prefix: path1/path2, directory: '') The user will land at '/', and the view there will match that of /bucket/path1/path2. The user will not be aware of Cloud Storage prefix '/bucket/path1/path2' and there will be no such directory in the view.
User
Message describing User object
UserCredential
Message describing UserCredential object