Table of Contents

Interface IOperationsRequest

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

string

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.