Network Connectivity v1alpha1 API - Class HubServiceClientImpl (2.0.0-alpha04)

public sealed class HubServiceClientImpl : HubServiceClient

Reference documentation and code samples for the Network Connectivity v1alpha1 API class HubServiceClientImpl.

HubService client wrapper implementation, for convenient use.

Inheritance

object > HubServiceClient > HubServiceClientImpl

Namespace

Google.Cloud.NetworkConnectivity.V1Alpha1

Assembly

Google.Cloud.NetworkConnectivity.V1Alpha1.dll

Remarks

Network Connectivity Center is a hub-and-spoke abstraction for network connectivity management in Google Cloud. It reduces operational complexity through a simple, centralized connectivity management model.

Constructors

HubServiceClientImpl(HubServiceClient, HubServiceSettings, ILogger)

public HubServiceClientImpl(HubService.HubServiceClient grpcClient, HubServiceSettings settings, ILogger logger)

Constructs a client wrapper for the HubService service, with the specified gRPC client and settings.

Parameters
Name Description
grpcClient HubServiceHubServiceClient

The underlying gRPC client.

settings HubServiceSettings

The base HubServiceSettings used within this client.

logger ILogger

Optional ILogger to use within this client.

Properties

CreateHubOperationsClient

public override OperationsClient CreateHubOperationsClient { get; }

The long-running operations client for CreateHub.

Property Value
Type Description
OperationsClient
Overrides

CreateSpokeOperationsClient

public override OperationsClient CreateSpokeOperationsClient { get; }

The long-running operations client for CreateSpoke.

Property Value
Type Description
OperationsClient
Overrides

DeleteHubOperationsClient

public override OperationsClient DeleteHubOperationsClient { get; }

The long-running operations client for DeleteHub.

Property Value
Type Description
OperationsClient
Overrides

DeleteSpokeOperationsClient

public override OperationsClient DeleteSpokeOperationsClient { get; }

The long-running operations client for DeleteSpoke.

Property Value
Type Description
OperationsClient
Overrides

GrpcClient

public override HubService.HubServiceClient GrpcClient { get; }

The underlying gRPC HubService client

Property Value
Type Description
HubServiceHubServiceClient
Overrides

UpdateHubOperationsClient

public override OperationsClient UpdateHubOperationsClient { get; }

The long-running operations client for UpdateHub.

Property Value
Type Description
OperationsClient
Overrides

UpdateSpokeOperationsClient

public override OperationsClient UpdateSpokeOperationsClient { get; }

The long-running operations client for UpdateSpoke.

Property Value
Type Description
OperationsClient
Overrides

Methods

CreateHub(CreateHubRequest, CallSettings)

public override Operation<Hub, OperationMetadata> CreateHub(CreateHubRequest request, CallSettings callSettings = null)

Creates a new Hub in a given project and location.

Parameters
Name Description
request CreateHubRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
OperationHubOperationMetadata

The RPC response.

Overrides

CreateHubAsync(CreateHubRequest, CallSettings)

public override Task<Operation<Hub, OperationMetadata>> CreateHubAsync(CreateHubRequest request, CallSettings callSettings = null)

Creates a new Hub in a given project and location.

Parameters
Name Description
request CreateHubRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskOperationHubOperationMetadata

A Task containing the RPC response.

Overrides

CreateSpoke(CreateSpokeRequest, CallSettings)

public override Operation<Spoke, OperationMetadata> CreateSpoke(CreateSpokeRequest request, CallSettings callSettings = null)

Creates a new Spoke in a given project and location.

Parameters
Name Description
request CreateSpokeRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
OperationSpokeOperationMetadata

The RPC response.

Overrides

CreateSpokeAsync(CreateSpokeRequest, CallSettings)

public override Task<Operation<Spoke, OperationMetadata>> CreateSpokeAsync(CreateSpokeRequest request, CallSettings callSettings = null)

Creates a new Spoke in a given project and location.

Parameters
Name Description
request CreateSpokeRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskOperationSpokeOperationMetadata

A Task containing the RPC response.

Overrides

DeleteHub(DeleteHubRequest, CallSettings)

public override Operation<Empty, OperationMetadata> DeleteHub(DeleteHubRequest request, CallSettings callSettings = null)

Deletes a single Hub.

Parameters
Name Description
request DeleteHubRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
OperationEmptyOperationMetadata

The RPC response.

Overrides

DeleteHubAsync(DeleteHubRequest, CallSettings)

public override Task<Operation<Empty, OperationMetadata>> DeleteHubAsync(DeleteHubRequest request, CallSettings callSettings = null)

Deletes a single Hub.

Parameters
Name Description
request DeleteHubRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskOperationEmptyOperationMetadata

A Task containing the RPC response.

Overrides

DeleteSpoke(DeleteSpokeRequest, CallSettings)

public override Operation<Empty, OperationMetadata> DeleteSpoke(DeleteSpokeRequest request, CallSettings callSettings = null)

Deletes a single Spoke.

Parameters
Name Description
request DeleteSpokeRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
OperationEmptyOperationMetadata

The RPC response.

Overrides

DeleteSpokeAsync(DeleteSpokeRequest, CallSettings)

public override Task<Operation<Empty, OperationMetadata>> DeleteSpokeAsync(DeleteSpokeRequest request, CallSettings callSettings = null)

Deletes a single Spoke.

Parameters
Name Description
request DeleteSpokeRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskOperationEmptyOperationMetadata

A Task containing the RPC response.

Overrides

GetHub(GetHubRequest, CallSettings)

public override Hub GetHub(GetHubRequest request, CallSettings callSettings = null)

Gets details of a single Hub.

Parameters
Name Description
request GetHubRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
Hub

The RPC response.

Overrides

GetHubAsync(GetHubRequest, CallSettings)

public override Task<Hub> GetHubAsync(GetHubRequest request, CallSettings callSettings = null)

Gets details of a single Hub.

Parameters
Name Description
request GetHubRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskHub

A Task containing the RPC response.

Overrides

GetSpoke(GetSpokeRequest, CallSettings)

public override Spoke GetSpoke(GetSpokeRequest request, CallSettings callSettings = null)

Gets details of a single Spoke.

Parameters
Name Description
request GetSpokeRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
Spoke

The RPC response.

Overrides

GetSpokeAsync(GetSpokeRequest, CallSettings)

public override Task<Spoke> GetSpokeAsync(GetSpokeRequest request, CallSettings callSettings = null)

Gets details of a single Spoke.

Parameters
Name Description
request GetSpokeRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskSpoke

A Task containing the RPC response.

Overrides

ListHubs(ListHubsRequest, CallSettings)

public override PagedEnumerable<ListHubsResponse, Hub> ListHubs(ListHubsRequest request, CallSettings callSettings = null)

Lists Hubs in a given project and location.

Parameters
Name Description
request ListHubsRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
PagedEnumerableListHubsResponseHub

A pageable sequence of Hub resources.

Overrides

ListHubsAsync(ListHubsRequest, CallSettings)

public override PagedAsyncEnumerable<ListHubsResponse, Hub> ListHubsAsync(ListHubsRequest request, CallSettings callSettings = null)

Lists Hubs in a given project and location.

Parameters
Name Description
request ListHubsRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
PagedAsyncEnumerableListHubsResponseHub

A pageable asynchronous sequence of Hub resources.

Overrides

ListSpokes(ListSpokesRequest, CallSettings)

public override PagedEnumerable<ListSpokesResponse, Spoke> ListSpokes(ListSpokesRequest request, CallSettings callSettings = null)

Lists Spokes in a given project and location.

Parameters
Name Description
request ListSpokesRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
PagedEnumerableListSpokesResponseSpoke

A pageable sequence of Spoke resources.

Overrides

ListSpokesAsync(ListSpokesRequest, CallSettings)

public override PagedAsyncEnumerable<ListSpokesResponse, Spoke> ListSpokesAsync(ListSpokesRequest request, CallSettings callSettings = null)

Lists Spokes in a given project and location.

Parameters
Name Description
request ListSpokesRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
PagedAsyncEnumerableListSpokesResponseSpoke

A pageable asynchronous sequence of Spoke resources.

Overrides

UpdateHub(UpdateHubRequest, CallSettings)

public override Operation<Hub, OperationMetadata> UpdateHub(UpdateHubRequest request, CallSettings callSettings = null)

Updates the parameters of a single Hub.

Parameters
Name Description
request UpdateHubRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
OperationHubOperationMetadata

The RPC response.

Overrides

UpdateHubAsync(UpdateHubRequest, CallSettings)

public override Task<Operation<Hub, OperationMetadata>> UpdateHubAsync(UpdateHubRequest request, CallSettings callSettings = null)

Updates the parameters of a single Hub.

Parameters
Name Description
request UpdateHubRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskOperationHubOperationMetadata

A Task containing the RPC response.

Overrides

UpdateSpoke(UpdateSpokeRequest, CallSettings)

public override Operation<Spoke, OperationMetadata> UpdateSpoke(UpdateSpokeRequest request, CallSettings callSettings = null)

Updates the parameters of a single Spoke.

Parameters
Name Description
request UpdateSpokeRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
OperationSpokeOperationMetadata

The RPC response.

Overrides

UpdateSpokeAsync(UpdateSpokeRequest, CallSettings)

public override Task<Operation<Spoke, OperationMetadata>> UpdateSpokeAsync(UpdateSpokeRequest request, CallSettings callSettings = null)

Updates the parameters of a single Spoke.

Parameters
Name Description
request UpdateSpokeRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskOperationSpokeOperationMetadata

A Task containing the RPC response.

Overrides