Class HubService.HubServiceClient (1.0.0)

public class HubServiceClient : ClientBase<HubService.HubServiceClient>

Client for HubService

Inheritance

Object > ClientBase > ClientBase<HubService.HubServiceClient> > HubService.HubServiceClient

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

HubServiceClient()

protected HubServiceClient()

Protected parameterless constructor to allow creation of test doubles.

HubServiceClient(CallInvoker)

public HubServiceClient(CallInvoker callInvoker)

Creates a new client for HubService that uses a custom CallInvoker.

Parameter
NameDescription
callInvokerCallInvoker

The callInvoker to use to make remote calls.

HubServiceClient(ChannelBase)

public HubServiceClient(ChannelBase channel)

Creates a new client for HubService

Parameter
NameDescription
channelChannelBase

The channel to use to make remote calls.

HubServiceClient(ClientBase.ClientBaseConfiguration)

protected HubServiceClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
NameDescription
configurationClientBase.ClientBaseConfiguration

The client configuration.

Methods

CreateHub(CreateHubRequest, CallOptions)

public virtual Operation CreateHub(CreateHubRequest request, CallOptions options)

Creates a new hub in the specified project.

Parameters
NameDescription
requestCreateHubRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

CreateHub(CreateHubRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual Operation CreateHub(CreateHubRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Creates a new hub in the specified project.

Parameters
NameDescription
requestCreateHubRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineNullable<DateTime>

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

CreateHubAsync(CreateHubRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateHubAsync(CreateHubRequest request, CallOptions options)

Creates a new hub in the specified project.

Parameters
NameDescription
requestCreateHubRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCall<Operation>

The call object.

CreateHubAsync(CreateHubRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateHubAsync(CreateHubRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Creates a new hub in the specified project.

Parameters
NameDescription
requestCreateHubRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineNullable<DateTime>

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCall<Operation>

The call object.

CreateOperationsClient()

public virtual Operations.OperationsClient CreateOperationsClient()

Creates a new instance of Operations.OperationsClient using the same call invoker as this client.

Returns
TypeDescription
Operations.OperationsClient

A new Operations client for the same target as this client.

CreateSpoke(CreateSpokeRequest, CallOptions)

public virtual Operation CreateSpoke(CreateSpokeRequest request, CallOptions options)

Creates a spoke in the specified project and location.

Parameters
NameDescription
requestCreateSpokeRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

CreateSpoke(CreateSpokeRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual Operation CreateSpoke(CreateSpokeRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Creates a spoke in the specified project and location.

Parameters
NameDescription
requestCreateSpokeRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineNullable<DateTime>

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

CreateSpokeAsync(CreateSpokeRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateSpokeAsync(CreateSpokeRequest request, CallOptions options)

Creates a spoke in the specified project and location.

Parameters
NameDescription
requestCreateSpokeRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCall<Operation>

The call object.

CreateSpokeAsync(CreateSpokeRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateSpokeAsync(CreateSpokeRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Creates a spoke in the specified project and location.

Parameters
NameDescription
requestCreateSpokeRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineNullable<DateTime>

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCall<Operation>

The call object.

DeleteHub(DeleteHubRequest, CallOptions)

public virtual Operation DeleteHub(DeleteHubRequest request, CallOptions options)

Deletes the specified hub.

Parameters
NameDescription
requestDeleteHubRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteHub(DeleteHubRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual Operation DeleteHub(DeleteHubRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Deletes the specified hub.

Parameters
NameDescription
requestDeleteHubRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineNullable<DateTime>

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteHubAsync(DeleteHubRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteHubAsync(DeleteHubRequest request, CallOptions options)

Deletes the specified hub.

Parameters
NameDescription
requestDeleteHubRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCall<Operation>

The call object.

DeleteHubAsync(DeleteHubRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteHubAsync(DeleteHubRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Deletes the specified hub.

Parameters
NameDescription
requestDeleteHubRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineNullable<DateTime>

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCall<Operation>

The call object.

DeleteSpoke(DeleteSpokeRequest, CallOptions)

public virtual Operation DeleteSpoke(DeleteSpokeRequest request, CallOptions options)

Deletes the specified spoke.

Parameters
NameDescription
requestDeleteSpokeRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteSpoke(DeleteSpokeRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual Operation DeleteSpoke(DeleteSpokeRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Deletes the specified spoke.

Parameters
NameDescription
requestDeleteSpokeRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineNullable<DateTime>

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteSpokeAsync(DeleteSpokeRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteSpokeAsync(DeleteSpokeRequest request, CallOptions options)

Deletes the specified spoke.

Parameters
NameDescription
requestDeleteSpokeRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCall<Operation>

The call object.

DeleteSpokeAsync(DeleteSpokeRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteSpokeAsync(DeleteSpokeRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Deletes the specified spoke.

Parameters
NameDescription
requestDeleteSpokeRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineNullable<DateTime>

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCall<Operation>

The call object.

GetHub(GetHubRequest, CallOptions)

public virtual Hub GetHub(GetHubRequest request, CallOptions options)

Gets details about the specified hub.

Parameters
NameDescription
requestGetHubRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Hub

The response received from the server.

GetHub(GetHubRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual Hub GetHub(GetHubRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Gets details about the specified hub.

Parameters
NameDescription
requestGetHubRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineNullable<DateTime>

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Hub

The response received from the server.

GetHubAsync(GetHubRequest, CallOptions)

public virtual AsyncUnaryCall<Hub> GetHubAsync(GetHubRequest request, CallOptions options)

Gets details about the specified hub.

Parameters
NameDescription
requestGetHubRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCall<Hub>

The call object.

GetHubAsync(GetHubRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual AsyncUnaryCall<Hub> GetHubAsync(GetHubRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Gets details about the specified hub.

Parameters
NameDescription
requestGetHubRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineNullable<DateTime>

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCall<Hub>

The call object.

GetSpoke(GetSpokeRequest, CallOptions)

public virtual Spoke GetSpoke(GetSpokeRequest request, CallOptions options)

Gets details about the specified spoke.

Parameters
NameDescription
requestGetSpokeRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Spoke

The response received from the server.

GetSpoke(GetSpokeRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual Spoke GetSpoke(GetSpokeRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Gets details about the specified spoke.

Parameters
NameDescription
requestGetSpokeRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineNullable<DateTime>

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Spoke

The response received from the server.

GetSpokeAsync(GetSpokeRequest, CallOptions)

public virtual AsyncUnaryCall<Spoke> GetSpokeAsync(GetSpokeRequest request, CallOptions options)

Gets details about the specified spoke.

Parameters
NameDescription
requestGetSpokeRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCall<Spoke>

The call object.

GetSpokeAsync(GetSpokeRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual AsyncUnaryCall<Spoke> GetSpokeAsync(GetSpokeRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Gets details about the specified spoke.

Parameters
NameDescription
requestGetSpokeRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineNullable<DateTime>

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCall<Spoke>

The call object.

ListHubs(ListHubsRequest, CallOptions)

public virtual ListHubsResponse ListHubs(ListHubsRequest request, CallOptions options)

Lists hubs in a given project.

Parameters
NameDescription
requestListHubsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ListHubsResponse

The response received from the server.

ListHubs(ListHubsRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual ListHubsResponse ListHubs(ListHubsRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Lists hubs in a given project.

Parameters
NameDescription
requestListHubsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineNullable<DateTime>

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ListHubsResponse

The response received from the server.

ListHubsAsync(ListHubsRequest, CallOptions)

public virtual AsyncUnaryCall<ListHubsResponse> ListHubsAsync(ListHubsRequest request, CallOptions options)

Lists hubs in a given project.

Parameters
NameDescription
requestListHubsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCall<ListHubsResponse>

The call object.

ListHubsAsync(ListHubsRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual AsyncUnaryCall<ListHubsResponse> ListHubsAsync(ListHubsRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Lists hubs in a given project.

Parameters
NameDescription
requestListHubsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineNullable<DateTime>

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCall<ListHubsResponse>

The call object.

ListSpokes(ListSpokesRequest, CallOptions)

public virtual ListSpokesResponse ListSpokes(ListSpokesRequest request, CallOptions options)

Lists the spokes in the specified project and location.

Parameters
NameDescription
requestListSpokesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ListSpokesResponse

The response received from the server.

ListSpokes(ListSpokesRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual ListSpokesResponse ListSpokes(ListSpokesRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Lists the spokes in the specified project and location.

Parameters
NameDescription
requestListSpokesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineNullable<DateTime>

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ListSpokesResponse

The response received from the server.

ListSpokesAsync(ListSpokesRequest, CallOptions)

public virtual AsyncUnaryCall<ListSpokesResponse> ListSpokesAsync(ListSpokesRequest request, CallOptions options)

Lists the spokes in the specified project and location.

Parameters
NameDescription
requestListSpokesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCall<ListSpokesResponse>

The call object.

ListSpokesAsync(ListSpokesRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual AsyncUnaryCall<ListSpokesResponse> ListSpokesAsync(ListSpokesRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Lists the spokes in the specified project and location.

Parameters
NameDescription
requestListSpokesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineNullable<DateTime>

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCall<ListSpokesResponse>

The call object.

NewInstance(ClientBase.ClientBaseConfiguration)

protected override HubService.HubServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
NameDescription
configurationClientBase.ClientBaseConfiguration
Returns
TypeDescription
HubService.HubServiceClient
Overrides
Grpc.Core.ClientBase<Google.Cloud.NetworkConnectivity.V1.HubService.HubServiceClient>.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)

UpdateHub(UpdateHubRequest, CallOptions)

public virtual Operation UpdateHub(UpdateHubRequest request, CallOptions options)

Updates the description and/or labels of the specified hub.

Parameters
NameDescription
requestUpdateHubRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

UpdateHub(UpdateHubRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual Operation UpdateHub(UpdateHubRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Updates the description and/or labels of the specified hub.

Parameters
NameDescription
requestUpdateHubRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineNullable<DateTime>

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

UpdateHubAsync(UpdateHubRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateHubAsync(UpdateHubRequest request, CallOptions options)

Updates the description and/or labels of the specified hub.

Parameters
NameDescription
requestUpdateHubRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCall<Operation>

The call object.

UpdateHubAsync(UpdateHubRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateHubAsync(UpdateHubRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Updates the description and/or labels of the specified hub.

Parameters
NameDescription
requestUpdateHubRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineNullable<DateTime>

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCall<Operation>

The call object.

UpdateSpoke(UpdateSpokeRequest, CallOptions)

public virtual Operation UpdateSpoke(UpdateSpokeRequest request, CallOptions options)

Updates the parameters of the specified spoke.

Parameters
NameDescription
requestUpdateSpokeRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

UpdateSpoke(UpdateSpokeRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual Operation UpdateSpoke(UpdateSpokeRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Updates the parameters of the specified spoke.

Parameters
NameDescription
requestUpdateSpokeRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineNullable<DateTime>

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

UpdateSpokeAsync(UpdateSpokeRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateSpokeAsync(UpdateSpokeRequest request, CallOptions options)

Updates the parameters of the specified spoke.

Parameters
NameDescription
requestUpdateSpokeRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCall<Operation>

The call object.

UpdateSpokeAsync(UpdateSpokeRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateSpokeAsync(UpdateSpokeRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Updates the parameters of the specified spoke.

Parameters
NameDescription
requestUpdateSpokeRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineNullable<DateTime>

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCall<Operation>

The call object.