Interface IOperationsRequest
- Namespace
- Uralstech.UCloud.Operations
All google.longrunning API requests must inherit from this interface.
public interface IOperationsRequest
Properties
BaseServiceUri
The base endpoint URI for the request.
string BaseServiceUri { get; set; }
Property Value
Remarks
This may be a specific service endpoint which contains the operations.
Methods
GetEndpointUri()
Gets the URI to the API endpoint.
string GetEndpointUri()
Returns
- string
The URI.