Network Connectivity API v1 - Package cloud.google.com/go/networkconnectivity/apiv1 (v1.19.1)

Note: To get more information about this package, such as access to older versions, viewthis package on pkg.go.dev.

Package networkconnectivity is an auto-generated package for theNetwork Connectivity API.

This API enables connectivity with and between Google Cloud resources.

General documentation

For information that is relevant for all client libraries please referencehttps://pkg.go.dev/cloud.google.com/go#pkg-overview. Some information on thispage includes:

Example usage

To get started with this package, create a client.

// go get cloud.google.com/go/networkconnectivity/apiv1@latestctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()

The client will use your default application credentials. Clients should be reused instead of created as needed.The methods of Client are safe for concurrent use by multiple goroutines.The returned client must be Closed when it is done being used.

Using the Client

The following is an example of making an API call with the newly created client, mentioned above.

req:=&networkconnectivitypb.CreateServiceConnectionMapRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#CreateServiceConnectionMapRequest.}op,err:=c.CreateServiceConnectionMap(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp

Use of Context

The ctx passed to NewCrossNetworkAutomationClient is used for authentication requests andfor creating the underlying connection, but is not used for subsequent calls.Individual methods on the client use the ctx given to them.

To close the open connection, use the Close() method.

Functions

func DefaultAuthScopes

funcDefaultAuthScopes()[]string

DefaultAuthScopes reports the default set of authentication scopes to use with this package.

AcceptHubSpokeOperation

typeAcceptHubSpokeOperationstruct{// contains filtered or unexported fields}

AcceptHubSpokeOperation manages a long-running operation from AcceptHubSpoke.

func (*AcceptHubSpokeOperation) Done

Done reports whether the long-running operation has completed.

func (*AcceptHubSpokeOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*AcceptHubSpokeOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*AcceptHubSpokeOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*AcceptHubSpokeOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

AcceptSpokeUpdateOperation

typeAcceptSpokeUpdateOperationstruct{// contains filtered or unexported fields}

AcceptSpokeUpdateOperation manages a long-running operation from AcceptSpokeUpdate.

func (*AcceptSpokeUpdateOperation) Done

Done reports whether the long-running operation has completed.

func (*AcceptSpokeUpdateOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*AcceptSpokeUpdateOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*AcceptSpokeUpdateOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*AcceptSpokeUpdateOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

CreateDestinationOperation

typeCreateDestinationOperationstruct{// contains filtered or unexported fields}

CreateDestinationOperation manages a long-running operation from CreateDestination.

func (*CreateDestinationOperation) Done

Done reports whether the long-running operation has completed.

func (*CreateDestinationOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*CreateDestinationOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*CreateDestinationOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*CreateDestinationOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

CreateHubOperation

typeCreateHubOperationstruct{// contains filtered or unexported fields}

CreateHubOperation manages a long-running operation from CreateHub.

func (*CreateHubOperation) Done

func(op*CreateHubOperation)Done()bool

Done reports whether the long-running operation has completed.

func (*CreateHubOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*CreateHubOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*CreateHubOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*CreateHubOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

CreateInternalRangeOperation

typeCreateInternalRangeOperationstruct{// contains filtered or unexported fields}

CreateInternalRangeOperation manages a long-running operation from CreateInternalRange.

func (*CreateInternalRangeOperation) Done

Done reports whether the long-running operation has completed.

func (*CreateInternalRangeOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*CreateInternalRangeOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*CreateInternalRangeOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*CreateInternalRangeOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

CreateMulticloudDataTransferConfigOperation

typeCreateMulticloudDataTransferConfigOperationstruct{// contains filtered or unexported fields}

CreateMulticloudDataTransferConfigOperation manages a long-running operation from CreateMulticloudDataTransferConfig.

func (*CreateMulticloudDataTransferConfigOperation) Done

Done reports whether the long-running operation has completed.

func (*CreateMulticloudDataTransferConfigOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*CreateMulticloudDataTransferConfigOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*CreateMulticloudDataTransferConfigOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*CreateMulticloudDataTransferConfigOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

CreatePolicyBasedRouteOperation

typeCreatePolicyBasedRouteOperationstruct{// contains filtered or unexported fields}

CreatePolicyBasedRouteOperation manages a long-running operation from CreatePolicyBasedRoute.

func (*CreatePolicyBasedRouteOperation) Done

Done reports whether the long-running operation has completed.

func (*CreatePolicyBasedRouteOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*CreatePolicyBasedRouteOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*CreatePolicyBasedRouteOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*CreatePolicyBasedRouteOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

CreateServiceConnectionMapOperation

typeCreateServiceConnectionMapOperationstruct{// contains filtered or unexported fields}

CreateServiceConnectionMapOperation manages a long-running operation from CreateServiceConnectionMap.

func (*CreateServiceConnectionMapOperation) Done

Done reports whether the long-running operation has completed.

func (*CreateServiceConnectionMapOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*CreateServiceConnectionMapOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*CreateServiceConnectionMapOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*CreateServiceConnectionMapOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

CreateServiceConnectionPolicyOperation

typeCreateServiceConnectionPolicyOperationstruct{// contains filtered or unexported fields}

CreateServiceConnectionPolicyOperation manages a long-running operation from CreateServiceConnectionPolicy.

func (*CreateServiceConnectionPolicyOperation) Done

Done reports whether the long-running operation has completed.

func (*CreateServiceConnectionPolicyOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*CreateServiceConnectionPolicyOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*CreateServiceConnectionPolicyOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*CreateServiceConnectionPolicyOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

CreateServiceConnectionTokenOperation

typeCreateServiceConnectionTokenOperationstruct{// contains filtered or unexported fields}

CreateServiceConnectionTokenOperation manages a long-running operation from CreateServiceConnectionToken.

func (*CreateServiceConnectionTokenOperation) Done

Done reports whether the long-running operation has completed.

func (*CreateServiceConnectionTokenOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*CreateServiceConnectionTokenOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*CreateServiceConnectionTokenOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*CreateServiceConnectionTokenOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

CreateSpokeOperation

typeCreateSpokeOperationstruct{// contains filtered or unexported fields}

CreateSpokeOperation manages a long-running operation from CreateSpoke.

func (*CreateSpokeOperation) Done

Done reports whether the long-running operation has completed.

func (*CreateSpokeOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*CreateSpokeOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*CreateSpokeOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*CreateSpokeOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

CrossNetworkAutomationCallOptions

typeCrossNetworkAutomationCallOptionsstruct{ListServiceConnectionMaps[]gax.CallOptionGetServiceConnectionMap[]gax.CallOptionCreateServiceConnectionMap[]gax.CallOptionUpdateServiceConnectionMap[]gax.CallOptionDeleteServiceConnectionMap[]gax.CallOptionListServiceConnectionPolicies[]gax.CallOptionGetServiceConnectionPolicy[]gax.CallOptionCreateServiceConnectionPolicy[]gax.CallOptionUpdateServiceConnectionPolicy[]gax.CallOptionDeleteServiceConnectionPolicy[]gax.CallOptionListServiceClasses[]gax.CallOptionGetServiceClass[]gax.CallOptionUpdateServiceClass[]gax.CallOptionDeleteServiceClass[]gax.CallOptionGetServiceConnectionToken[]gax.CallOptionListServiceConnectionTokens[]gax.CallOptionCreateServiceConnectionToken[]gax.CallOptionDeleteServiceConnectionToken[]gax.CallOptionGetLocation[]gax.CallOptionListLocations[]gax.CallOptionGetIamPolicy[]gax.CallOptionSetIamPolicy[]gax.CallOptionTestIamPermissions[]gax.CallOptionCancelOperation[]gax.CallOptionDeleteOperation[]gax.CallOptionGetOperation[]gax.CallOptionListOperations[]gax.CallOption}

CrossNetworkAutomationCallOptions contains the retry settings for each method of CrossNetworkAutomationClient.

CrossNetworkAutomationClient

typeCrossNetworkAutomationClientstruct{// The call options for this service.CallOptions*CrossNetworkAutomationCallOptions// LROClient is used internally to handle long-running operations.// It is exposed so that its CallOptions can be modified if required.// Users should not Close this client.LROClient*lroauto.OperationsClient// contains filtered or unexported fields}

CrossNetworkAutomationClient is a client for interacting with Network Connectivity API.Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.

The service for CrossNetworkAutomation resources.

func NewCrossNetworkAutomationClient

funcNewCrossNetworkAutomationClient(ctxcontext.Context,opts...option.ClientOption)(*CrossNetworkAutomationClient,error)

NewCrossNetworkAutomationClient creates a new cross network automation service client based on gRPC.The returned client must be Closed when it is done being used to clean up its underlying connections.

The service for CrossNetworkAutomation resources.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()// TODO: Use client._=c}

func (*CrossNetworkAutomationClient) CancelOperation

CancelOperation is a utility method from google.longrunning.Operations.

Example

packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.CancelOperationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#CancelOperationRequest.}err=c.CancelOperation(ctx,req)iferr!=nil{// TODO: Handle error.}}

func (*CrossNetworkAutomationClient) Close

Close closes the connection to the API service. The user should invoke this whenthe client is no longer required.

func (*CrossNetworkAutomationClient) Connection (deprecated)

func(c*CrossNetworkAutomationClient)Connection()*grpc.ClientConn

Connection returns a connection to the API service.

Deprecated: Connections are now pooled so this method does not alwaysreturn the same resource.

func (*CrossNetworkAutomationClient) CreateServiceConnectionMap

CreateServiceConnectionMap creates a new ServiceConnectionMap in a given project and location.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.CreateServiceConnectionMapRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#CreateServiceConnectionMapRequest.}op,err:=c.CreateServiceConnectionMap(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*CrossNetworkAutomationClient) CreateServiceConnectionMapOperation

func(c*CrossNetworkAutomationClient)CreateServiceConnectionMapOperation(namestring)*CreateServiceConnectionMapOperation

CreateServiceConnectionMapOperation returns a new CreateServiceConnectionMapOperation from a given name.The name must be that of a previously created CreateServiceConnectionMapOperation, possibly from a different process.

func (*CrossNetworkAutomationClient) CreateServiceConnectionPolicy

CreateServiceConnectionPolicy creates a new ServiceConnectionPolicy in a given project and location.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.CreateServiceConnectionPolicyRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#CreateServiceConnectionPolicyRequest.}op,err:=c.CreateServiceConnectionPolicy(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*CrossNetworkAutomationClient) CreateServiceConnectionPolicyOperation

func(c*CrossNetworkAutomationClient)CreateServiceConnectionPolicyOperation(namestring)*CreateServiceConnectionPolicyOperation

CreateServiceConnectionPolicyOperation returns a new CreateServiceConnectionPolicyOperation from a given name.The name must be that of a previously created CreateServiceConnectionPolicyOperation, possibly from a different process.

func (*CrossNetworkAutomationClient) CreateServiceConnectionToken

CreateServiceConnectionToken creates a new ServiceConnectionToken in a given project and location.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.CreateServiceConnectionTokenRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#CreateServiceConnectionTokenRequest.}op,err:=c.CreateServiceConnectionToken(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*CrossNetworkAutomationClient) CreateServiceConnectionTokenOperation

func(c*CrossNetworkAutomationClient)CreateServiceConnectionTokenOperation(namestring)*CreateServiceConnectionTokenOperation

CreateServiceConnectionTokenOperation returns a new CreateServiceConnectionTokenOperation from a given name.The name must be that of a previously created CreateServiceConnectionTokenOperation, possibly from a different process.

func (*CrossNetworkAutomationClient) DeleteOperation

DeleteOperation is a utility method from google.longrunning.Operations.

Example

packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.DeleteOperationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#DeleteOperationRequest.}err=c.DeleteOperation(ctx,req)iferr!=nil{// TODO: Handle error.}}

func (*CrossNetworkAutomationClient) DeleteServiceClass

DeleteServiceClass deletes a single ServiceClass.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.DeleteServiceClassRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#DeleteServiceClassRequest.}op,err:=c.DeleteServiceClass(ctx,req)iferr!=nil{// TODO: Handle error.}err=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}}

func (*CrossNetworkAutomationClient) DeleteServiceClassOperation

func(c*CrossNetworkAutomationClient)DeleteServiceClassOperation(namestring)*DeleteServiceClassOperation

DeleteServiceClassOperation returns a new DeleteServiceClassOperation from a given name.The name must be that of a previously created DeleteServiceClassOperation, possibly from a different process.

func (*CrossNetworkAutomationClient) DeleteServiceConnectionMap

DeleteServiceConnectionMap deletes a single ServiceConnectionMap.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.DeleteServiceConnectionMapRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#DeleteServiceConnectionMapRequest.}op,err:=c.DeleteServiceConnectionMap(ctx,req)iferr!=nil{// TODO: Handle error.}err=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}}

func (*CrossNetworkAutomationClient) DeleteServiceConnectionMapOperation

func(c*CrossNetworkAutomationClient)DeleteServiceConnectionMapOperation(namestring)*DeleteServiceConnectionMapOperation

DeleteServiceConnectionMapOperation returns a new DeleteServiceConnectionMapOperation from a given name.The name must be that of a previously created DeleteServiceConnectionMapOperation, possibly from a different process.

func (*CrossNetworkAutomationClient) DeleteServiceConnectionPolicy

DeleteServiceConnectionPolicy deletes a single ServiceConnectionPolicy.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.DeleteServiceConnectionPolicyRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#DeleteServiceConnectionPolicyRequest.}op,err:=c.DeleteServiceConnectionPolicy(ctx,req)iferr!=nil{// TODO: Handle error.}err=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}}

func (*CrossNetworkAutomationClient) DeleteServiceConnectionPolicyOperation

func(c*CrossNetworkAutomationClient)DeleteServiceConnectionPolicyOperation(namestring)*DeleteServiceConnectionPolicyOperation

DeleteServiceConnectionPolicyOperation returns a new DeleteServiceConnectionPolicyOperation from a given name.The name must be that of a previously created DeleteServiceConnectionPolicyOperation, possibly from a different process.

func (*CrossNetworkAutomationClient) DeleteServiceConnectionToken

DeleteServiceConnectionToken deletes a single ServiceConnectionToken.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.DeleteServiceConnectionTokenRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#DeleteServiceConnectionTokenRequest.}op,err:=c.DeleteServiceConnectionToken(ctx,req)iferr!=nil{// TODO: Handle error.}err=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}}

func (*CrossNetworkAutomationClient) DeleteServiceConnectionTokenOperation

func(c*CrossNetworkAutomationClient)DeleteServiceConnectionTokenOperation(namestring)*DeleteServiceConnectionTokenOperation

DeleteServiceConnectionTokenOperation returns a new DeleteServiceConnectionTokenOperation from a given name.The name must be that of a previously created DeleteServiceConnectionTokenOperation, possibly from a different process.

func (*CrossNetworkAutomationClient) GetIamPolicy

GetIamPolicy gets the access control policy for a resource. Returns an empty policyif the resource exists and does not have a policy set.

Example

packagemainimport("context"iampb"cloud.google.com/go/iam/apiv1/iampb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&iampb.GetIamPolicyRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#GetIamPolicyRequest.}resp,err:=c.GetIamPolicy(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*CrossNetworkAutomationClient) GetLocation

GetLocation gets information about a location.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"locationpb"google.golang.org/genproto/googleapis/cloud/location")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&locationpb.GetLocationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/google.golang.org/genproto/googleapis/cloud/location#GetLocationRequest.}resp,err:=c.GetLocation(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*CrossNetworkAutomationClient) GetOperation

GetOperation is a utility method from google.longrunning.Operations.

Example

packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.GetOperationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#GetOperationRequest.}resp,err:=c.GetOperation(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*CrossNetworkAutomationClient) GetServiceClass

GetServiceClass gets details of a single ServiceClass.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.GetServiceClassRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#GetServiceClassRequest.}resp,err:=c.GetServiceClass(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*CrossNetworkAutomationClient) GetServiceConnectionMap

GetServiceConnectionMap gets details of a single ServiceConnectionMap.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.GetServiceConnectionMapRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#GetServiceConnectionMapRequest.}resp,err:=c.GetServiceConnectionMap(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*CrossNetworkAutomationClient) GetServiceConnectionPolicy

GetServiceConnectionPolicy gets details of a single ServiceConnectionPolicy.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.GetServiceConnectionPolicyRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#GetServiceConnectionPolicyRequest.}resp,err:=c.GetServiceConnectionPolicy(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*CrossNetworkAutomationClient) GetServiceConnectionToken

GetServiceConnectionToken gets details of a single ServiceConnectionToken.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.GetServiceConnectionTokenRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#GetServiceConnectionTokenRequest.}resp,err:=c.GetServiceConnectionToken(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*CrossNetworkAutomationClient) ListLocations

ListLocations lists information about the supported locations for this service.

Examples

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1""google.golang.org/api/iterator"locationpb"google.golang.org/genproto/googleapis/cloud/location")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&locationpb.ListLocationsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/google.golang.org/genproto/googleapis/cloud/location#ListLocationsRequest.}it:=c.ListLocations(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*locationpb.ListLocationsResponse)}}
all
packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"locationpb"google.golang.org/genproto/googleapis/cloud/location")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&locationpb.ListLocationsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/google.golang.org/genproto/googleapis/cloud/location#ListLocationsRequest.}forresp,err:=rangec.ListLocations(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*CrossNetworkAutomationClient) ListOperations

ListOperations is a utility method from google.longrunning.Operations.

Examples

packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1""google.golang.org/api/iterator")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.ListOperationsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#ListOperationsRequest.}it:=c.ListOperations(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*longrunningpb.ListOperationsResponse)}}
all
packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.ListOperationsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#ListOperationsRequest.}forresp,err:=rangec.ListOperations(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*CrossNetworkAutomationClient) ListServiceClasses

ListServiceClasses lists ServiceClasses in a given project and location.

Examples

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb""google.golang.org/api/iterator")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListServiceClassesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListServiceClassesRequest.}it:=c.ListServiceClasses(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*networkconnectivitypb.ListServiceClassesResponse)}}
all
packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListServiceClassesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListServiceClassesRequest.}forresp,err:=rangec.ListServiceClasses(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*CrossNetworkAutomationClient) ListServiceConnectionMaps

ListServiceConnectionMaps lists ServiceConnectionMaps in a given project and location.

Examples

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb""google.golang.org/api/iterator")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListServiceConnectionMapsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListServiceConnectionMapsRequest.}it:=c.ListServiceConnectionMaps(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*networkconnectivitypb.ListServiceConnectionMapsResponse)}}
all
packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListServiceConnectionMapsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListServiceConnectionMapsRequest.}forresp,err:=rangec.ListServiceConnectionMaps(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*CrossNetworkAutomationClient) ListServiceConnectionPolicies

ListServiceConnectionPolicies lists ServiceConnectionPolicies in a given project and location.

Examples

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb""google.golang.org/api/iterator")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListServiceConnectionPoliciesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListServiceConnectionPoliciesRequest.}it:=c.ListServiceConnectionPolicies(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*networkconnectivitypb.ListServiceConnectionPoliciesResponse)}}
all
packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListServiceConnectionPoliciesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListServiceConnectionPoliciesRequest.}forresp,err:=rangec.ListServiceConnectionPolicies(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*CrossNetworkAutomationClient) ListServiceConnectionTokens

ListServiceConnectionTokens lists ServiceConnectionTokens in a given project and location.

Examples

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb""google.golang.org/api/iterator")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListServiceConnectionTokensRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListServiceConnectionTokensRequest.}it:=c.ListServiceConnectionTokens(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*networkconnectivitypb.ListServiceConnectionTokensResponse)}}
all
packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListServiceConnectionTokensRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListServiceConnectionTokensRequest.}forresp,err:=rangec.ListServiceConnectionTokens(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*CrossNetworkAutomationClient) SetIamPolicy

SetIamPolicy sets the access control policy on the specified resource. Replacesany existing policy.

Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIEDerrors.

Example

packagemainimport("context"iampb"cloud.google.com/go/iam/apiv1/iampb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&iampb.SetIamPolicyRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#SetIamPolicyRequest.}resp,err:=c.SetIamPolicy(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*CrossNetworkAutomationClient) TestIamPermissions

TestIamPermissions returns permissions that a caller has on the specified resource. If theresource does not exist, this will return an empty set ofpermissions, not a NOT_FOUND error.

Note: This operation is designed to be used for buildingpermission-aware UIs and command-line tools, not for authorizationchecking. This operation may “fail open” without warning.

Example

packagemainimport("context"iampb"cloud.google.com/go/iam/apiv1/iampb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&iampb.TestIamPermissionsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#TestIamPermissionsRequest.}resp,err:=c.TestIamPermissions(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*CrossNetworkAutomationClient) UpdateServiceClass

UpdateServiceClass updates the parameters of a single ServiceClass.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.UpdateServiceClassRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#UpdateServiceClassRequest.}op,err:=c.UpdateServiceClass(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*CrossNetworkAutomationClient) UpdateServiceClassOperation

func(c*CrossNetworkAutomationClient)UpdateServiceClassOperation(namestring)*UpdateServiceClassOperation

UpdateServiceClassOperation returns a new UpdateServiceClassOperation from a given name.The name must be that of a previously created UpdateServiceClassOperation, possibly from a different process.

func (*CrossNetworkAutomationClient) UpdateServiceConnectionMap

UpdateServiceConnectionMap updates the parameters of a single ServiceConnectionMap.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.UpdateServiceConnectionMapRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#UpdateServiceConnectionMapRequest.}op,err:=c.UpdateServiceConnectionMap(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*CrossNetworkAutomationClient) UpdateServiceConnectionMapOperation

func(c*CrossNetworkAutomationClient)UpdateServiceConnectionMapOperation(namestring)*UpdateServiceConnectionMapOperation

UpdateServiceConnectionMapOperation returns a new UpdateServiceConnectionMapOperation from a given name.The name must be that of a previously created UpdateServiceConnectionMapOperation, possibly from a different process.

func (*CrossNetworkAutomationClient) UpdateServiceConnectionPolicy

UpdateServiceConnectionPolicy updates the parameters of a single ServiceConnectionPolicy.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewCrossNetworkAutomationClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.UpdateServiceConnectionPolicyRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#UpdateServiceConnectionPolicyRequest.}op,err:=c.UpdateServiceConnectionPolicy(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*CrossNetworkAutomationClient) UpdateServiceConnectionPolicyOperation

func(c*CrossNetworkAutomationClient)UpdateServiceConnectionPolicyOperation(namestring)*UpdateServiceConnectionPolicyOperation

UpdateServiceConnectionPolicyOperation returns a new UpdateServiceConnectionPolicyOperation from a given name.The name must be that of a previously created UpdateServiceConnectionPolicyOperation, possibly from a different process.

DataTransferCallOptions

typeDataTransferCallOptionsstruct{ListMulticloudDataTransferConfigs[]gax.CallOptionGetMulticloudDataTransferConfig[]gax.CallOptionCreateMulticloudDataTransferConfig[]gax.CallOptionUpdateMulticloudDataTransferConfig[]gax.CallOptionDeleteMulticloudDataTransferConfig[]gax.CallOptionListDestinations[]gax.CallOptionGetDestination[]gax.CallOptionCreateDestination[]gax.CallOptionUpdateDestination[]gax.CallOptionDeleteDestination[]gax.CallOptionGetMulticloudDataTransferSupportedService[]gax.CallOptionListMulticloudDataTransferSupportedServices[]gax.CallOptionGetLocation[]gax.CallOptionListLocations[]gax.CallOptionGetIamPolicy[]gax.CallOptionSetIamPolicy[]gax.CallOptionTestIamPermissions[]gax.CallOptionCancelOperation[]gax.CallOptionDeleteOperation[]gax.CallOptionGetOperation[]gax.CallOptionListOperations[]gax.CallOption}

DataTransferCallOptions contains the retry settings for each method of DataTransferClient.

DataTransferClient

typeDataTransferClientstruct{// The call options for this service.CallOptions*DataTransferCallOptions// LROClient is used internally to handle long-running operations.// It is exposed so that its CallOptions can be modified if required.// Users should not Close this client.LROClient*lroauto.OperationsClient// contains filtered or unexported fields}

DataTransferClient is a client for interacting with Network Connectivity API.Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.

DataTransferService is the service for the Data Transfer API.

func NewDataTransferClient

funcNewDataTransferClient(ctxcontext.Context,opts...option.ClientOption)(*DataTransferClient,error)

NewDataTransferClient creates a new data transfer service client based on gRPC.The returned client must be Closed when it is done being used to clean up its underlying connections.

DataTransferService is the service for the Data Transfer API.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewDataTransferClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()// TODO: Use client._=c}

func (*DataTransferClient) CancelOperation

CancelOperation is a utility method from google.longrunning.Operations.

Example

packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewDataTransferClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.CancelOperationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#CancelOperationRequest.}err=c.CancelOperation(ctx,req)iferr!=nil{// TODO: Handle error.}}

func (*DataTransferClient) Close

Close closes the connection to the API service. The user should invoke this whenthe client is no longer required.

func (*DataTransferClient) Connection (deprecated)

func(c*DataTransferClient)Connection()*grpc.ClientConn

Connection returns a connection to the API service.

Deprecated: Connections are now pooled so this method does not alwaysreturn the same resource.

func (*DataTransferClient) CreateDestination

CreateDestination creates a Destination resource in a specified project and location.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewDataTransferClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.CreateDestinationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#CreateDestinationRequest.}op,err:=c.CreateDestination(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*DataTransferClient) CreateDestinationOperation

func(c*DataTransferClient)CreateDestinationOperation(namestring)*CreateDestinationOperation

CreateDestinationOperation returns a new CreateDestinationOperation from a given name.The name must be that of a previously created CreateDestinationOperation, possibly from a different process.

func (*DataTransferClient) CreateMulticloudDataTransferConfig

CreateMulticloudDataTransferConfig creates a MulticloudDataTransferConfig resource in a specified projectand location.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewDataTransferClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.CreateMulticloudDataTransferConfigRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#CreateMulticloudDataTransferConfigRequest.}op,err:=c.CreateMulticloudDataTransferConfig(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*DataTransferClient) CreateMulticloudDataTransferConfigOperation

func(c*DataTransferClient)CreateMulticloudDataTransferConfigOperation(namestring)*CreateMulticloudDataTransferConfigOperation

CreateMulticloudDataTransferConfigOperation returns a new CreateMulticloudDataTransferConfigOperation from a given name.The name must be that of a previously created CreateMulticloudDataTransferConfigOperation, possibly from a different process.

func (*DataTransferClient) DeleteDestination

DeleteDestination deletes a Destination resource.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewDataTransferClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.DeleteDestinationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#DeleteDestinationRequest.}op,err:=c.DeleteDestination(ctx,req)iferr!=nil{// TODO: Handle error.}err=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}}

func (*DataTransferClient) DeleteDestinationOperation

func(c*DataTransferClient)DeleteDestinationOperation(namestring)*DeleteDestinationOperation

DeleteDestinationOperation returns a new DeleteDestinationOperation from a given name.The name must be that of a previously created DeleteDestinationOperation, possibly from a different process.

func (*DataTransferClient) DeleteMulticloudDataTransferConfig

DeleteMulticloudDataTransferConfig deletes a MulticloudDataTransferConfig resource.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewDataTransferClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.DeleteMulticloudDataTransferConfigRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#DeleteMulticloudDataTransferConfigRequest.}op,err:=c.DeleteMulticloudDataTransferConfig(ctx,req)iferr!=nil{// TODO: Handle error.}err=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}}

func (*DataTransferClient) DeleteMulticloudDataTransferConfigOperation

func(c*DataTransferClient)DeleteMulticloudDataTransferConfigOperation(namestring)*DeleteMulticloudDataTransferConfigOperation

DeleteMulticloudDataTransferConfigOperation returns a new DeleteMulticloudDataTransferConfigOperation from a given name.The name must be that of a previously created DeleteMulticloudDataTransferConfigOperation, possibly from a different process.

func (*DataTransferClient) DeleteOperation

DeleteOperation is a utility method from google.longrunning.Operations.

Example

packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewDataTransferClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.DeleteOperationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#DeleteOperationRequest.}err=c.DeleteOperation(ctx,req)iferr!=nil{// TODO: Handle error.}}

func (*DataTransferClient) GetDestination

GetDestination gets the details of a Destination resource.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewDataTransferClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.GetDestinationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#GetDestinationRequest.}resp,err:=c.GetDestination(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*DataTransferClient) GetIamPolicy

GetIamPolicy gets the access control policy for a resource. Returns an empty policyif the resource exists and does not have a policy set.

Example

packagemainimport("context"iampb"cloud.google.com/go/iam/apiv1/iampb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewDataTransferClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&iampb.GetIamPolicyRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#GetIamPolicyRequest.}resp,err:=c.GetIamPolicy(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*DataTransferClient) GetLocation

GetLocation gets information about a location.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"locationpb"google.golang.org/genproto/googleapis/cloud/location")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewDataTransferClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&locationpb.GetLocationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/google.golang.org/genproto/googleapis/cloud/location#GetLocationRequest.}resp,err:=c.GetLocation(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*DataTransferClient) GetMulticloudDataTransferConfig

GetMulticloudDataTransferConfig gets the details of a MulticloudDataTransferConfig resource.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewDataTransferClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.GetMulticloudDataTransferConfigRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#GetMulticloudDataTransferConfigRequest.}resp,err:=c.GetMulticloudDataTransferConfig(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*DataTransferClient) GetMulticloudDataTransferSupportedService

GetMulticloudDataTransferSupportedService gets the details of a service that is supported for Data TransferEssentials.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewDataTransferClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.GetMulticloudDataTransferSupportedServiceRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#GetMulticloudDataTransferSupportedServiceRequest.}resp,err:=c.GetMulticloudDataTransferSupportedService(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*DataTransferClient) GetOperation

GetOperation is a utility method from google.longrunning.Operations.

Example

packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewDataTransferClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.GetOperationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#GetOperationRequest.}resp,err:=c.GetOperation(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*DataTransferClient) ListDestinations

ListDestinations lists the Destination resources in a specified project and location.

Examples

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb""google.golang.org/api/iterator")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewDataTransferClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListDestinationsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListDestinationsRequest.}it:=c.ListDestinations(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*networkconnectivitypb.ListDestinationsResponse)}}
all
packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewDataTransferClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListDestinationsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListDestinationsRequest.}forresp,err:=rangec.ListDestinations(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*DataTransferClient) ListLocations

ListLocations lists information about the supported locations for this service.

Examples

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1""google.golang.org/api/iterator"locationpb"google.golang.org/genproto/googleapis/cloud/location")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewDataTransferClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&locationpb.ListLocationsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/google.golang.org/genproto/googleapis/cloud/location#ListLocationsRequest.}it:=c.ListLocations(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*locationpb.ListLocationsResponse)}}
all
packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"locationpb"google.golang.org/genproto/googleapis/cloud/location")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewDataTransferClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&locationpb.ListLocationsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/google.golang.org/genproto/googleapis/cloud/location#ListLocationsRequest.}forresp,err:=rangec.ListLocations(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*DataTransferClient) ListMulticloudDataTransferConfigs

ListMulticloudDataTransferConfigs lists the MulticloudDataTransferConfig resources in a specified projectand location.

Examples

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb""google.golang.org/api/iterator")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewDataTransferClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListMulticloudDataTransferConfigsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListMulticloudDataTransferConfigsRequest.}it:=c.ListMulticloudDataTransferConfigs(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*networkconnectivitypb.ListMulticloudDataTransferConfigsResponse)}}
all
packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewDataTransferClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListMulticloudDataTransferConfigsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListMulticloudDataTransferConfigsRequest.}forresp,err:=rangec.ListMulticloudDataTransferConfigs(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*DataTransferClient) ListMulticloudDataTransferSupportedServices

ListMulticloudDataTransferSupportedServices lists the services in the project for a region that are supported forData Transfer Essentials.

Examples

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb""google.golang.org/api/iterator")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewDataTransferClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListMulticloudDataTransferSupportedServicesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListMulticloudDataTransferSupportedServicesRequest.}it:=c.ListMulticloudDataTransferSupportedServices(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*networkconnectivitypb.ListMulticloudDataTransferSupportedServicesResponse)}}
all
packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewDataTransferClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListMulticloudDataTransferSupportedServicesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListMulticloudDataTransferSupportedServicesRequest.}forresp,err:=rangec.ListMulticloudDataTransferSupportedServices(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*DataTransferClient) ListOperations

ListOperations is a utility method from google.longrunning.Operations.

Examples

packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1""google.golang.org/api/iterator")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewDataTransferClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.ListOperationsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#ListOperationsRequest.}it:=c.ListOperations(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*longrunningpb.ListOperationsResponse)}}
all
packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewDataTransferClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.ListOperationsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#ListOperationsRequest.}forresp,err:=rangec.ListOperations(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*DataTransferClient) SetIamPolicy

SetIamPolicy sets the access control policy on the specified resource. Replacesany existing policy.

Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIEDerrors.

Example

packagemainimport("context"iampb"cloud.google.com/go/iam/apiv1/iampb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewDataTransferClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&iampb.SetIamPolicyRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#SetIamPolicyRequest.}resp,err:=c.SetIamPolicy(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*DataTransferClient) TestIamPermissions

TestIamPermissions returns permissions that a caller has on the specified resource. If theresource does not exist, this will return an empty set ofpermissions, not a NOT_FOUND error.

Note: This operation is designed to be used for buildingpermission-aware UIs and command-line tools, not for authorizationchecking. This operation may “fail open” without warning.

Example

packagemainimport("context"iampb"cloud.google.com/go/iam/apiv1/iampb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewDataTransferClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&iampb.TestIamPermissionsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#TestIamPermissionsRequest.}resp,err:=c.TestIamPermissions(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*DataTransferClient) UpdateDestination

UpdateDestination updates a Destination resource in a specified project and location.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewDataTransferClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.UpdateDestinationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#UpdateDestinationRequest.}op,err:=c.UpdateDestination(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*DataTransferClient) UpdateDestinationOperation

func(c*DataTransferClient)UpdateDestinationOperation(namestring)*UpdateDestinationOperation

UpdateDestinationOperation returns a new UpdateDestinationOperation from a given name.The name must be that of a previously created UpdateDestinationOperation, possibly from a different process.

func (*DataTransferClient) UpdateMulticloudDataTransferConfig

UpdateMulticloudDataTransferConfig updates a MulticloudDataTransferConfig resource in a specified projectand location.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewDataTransferClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.UpdateMulticloudDataTransferConfigRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#UpdateMulticloudDataTransferConfigRequest.}op,err:=c.UpdateMulticloudDataTransferConfig(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*DataTransferClient) UpdateMulticloudDataTransferConfigOperation

func(c*DataTransferClient)UpdateMulticloudDataTransferConfigOperation(namestring)*UpdateMulticloudDataTransferConfigOperation

UpdateMulticloudDataTransferConfigOperation returns a new UpdateMulticloudDataTransferConfigOperation from a given name.The name must be that of a previously created UpdateMulticloudDataTransferConfigOperation, possibly from a different process.

DeleteDestinationOperation

typeDeleteDestinationOperationstruct{// contains filtered or unexported fields}

DeleteDestinationOperation manages a long-running operation from DeleteDestination.

func (*DeleteDestinationOperation) Done

Done reports whether the long-running operation has completed.

func (*DeleteDestinationOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*DeleteDestinationOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*DeleteDestinationOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*DeleteDestinationOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

DeleteHubOperation

typeDeleteHubOperationstruct{// contains filtered or unexported fields}

DeleteHubOperation manages a long-running operation from DeleteHub.

func (*DeleteHubOperation) Done

func(op*DeleteHubOperation)Done()bool

Done reports whether the long-running operation has completed.

func (*DeleteHubOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*DeleteHubOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*DeleteHubOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*DeleteHubOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

DeleteInternalRangeOperation

typeDeleteInternalRangeOperationstruct{// contains filtered or unexported fields}

DeleteInternalRangeOperation manages a long-running operation from DeleteInternalRange.

func (*DeleteInternalRangeOperation) Done

Done reports whether the long-running operation has completed.

func (*DeleteInternalRangeOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*DeleteInternalRangeOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*DeleteInternalRangeOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*DeleteInternalRangeOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

DeleteMulticloudDataTransferConfigOperation

typeDeleteMulticloudDataTransferConfigOperationstruct{// contains filtered or unexported fields}

DeleteMulticloudDataTransferConfigOperation manages a long-running operation from DeleteMulticloudDataTransferConfig.

func (*DeleteMulticloudDataTransferConfigOperation) Done

Done reports whether the long-running operation has completed.

func (*DeleteMulticloudDataTransferConfigOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*DeleteMulticloudDataTransferConfigOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*DeleteMulticloudDataTransferConfigOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*DeleteMulticloudDataTransferConfigOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

DeletePolicyBasedRouteOperation

typeDeletePolicyBasedRouteOperationstruct{// contains filtered or unexported fields}

DeletePolicyBasedRouteOperation manages a long-running operation from DeletePolicyBasedRoute.

func (*DeletePolicyBasedRouteOperation) Done

Done reports whether the long-running operation has completed.

func (*DeletePolicyBasedRouteOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*DeletePolicyBasedRouteOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*DeletePolicyBasedRouteOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*DeletePolicyBasedRouteOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

DeleteServiceClassOperation

typeDeleteServiceClassOperationstruct{// contains filtered or unexported fields}

DeleteServiceClassOperation manages a long-running operation from DeleteServiceClass.

func (*DeleteServiceClassOperation) Done

Done reports whether the long-running operation has completed.

func (*DeleteServiceClassOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*DeleteServiceClassOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*DeleteServiceClassOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*DeleteServiceClassOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

DeleteServiceConnectionMapOperation

typeDeleteServiceConnectionMapOperationstruct{// contains filtered or unexported fields}

DeleteServiceConnectionMapOperation manages a long-running operation from DeleteServiceConnectionMap.

func (*DeleteServiceConnectionMapOperation) Done

Done reports whether the long-running operation has completed.

func (*DeleteServiceConnectionMapOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*DeleteServiceConnectionMapOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*DeleteServiceConnectionMapOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*DeleteServiceConnectionMapOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

DeleteServiceConnectionPolicyOperation

typeDeleteServiceConnectionPolicyOperationstruct{// contains filtered or unexported fields}

DeleteServiceConnectionPolicyOperation manages a long-running operation from DeleteServiceConnectionPolicy.

func (*DeleteServiceConnectionPolicyOperation) Done

Done reports whether the long-running operation has completed.

func (*DeleteServiceConnectionPolicyOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*DeleteServiceConnectionPolicyOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*DeleteServiceConnectionPolicyOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*DeleteServiceConnectionPolicyOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

DeleteServiceConnectionTokenOperation

typeDeleteServiceConnectionTokenOperationstruct{// contains filtered or unexported fields}

DeleteServiceConnectionTokenOperation manages a long-running operation from DeleteServiceConnectionToken.

func (*DeleteServiceConnectionTokenOperation) Done

Done reports whether the long-running operation has completed.

func (*DeleteServiceConnectionTokenOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*DeleteServiceConnectionTokenOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*DeleteServiceConnectionTokenOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*DeleteServiceConnectionTokenOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

DeleteSpokeOperation

typeDeleteSpokeOperationstruct{// contains filtered or unexported fields}

DeleteSpokeOperation manages a long-running operation from DeleteSpoke.

func (*DeleteSpokeOperation) Done

Done reports whether the long-running operation has completed.

func (*DeleteSpokeOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*DeleteSpokeOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*DeleteSpokeOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*DeleteSpokeOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

DestinationIterator

typeDestinationIteratorstruct{// Response is the raw response for the current page.// It must be cast to the RPC response type.// Calling Next() or InternalFetch() updates this value.Responseinterface{}// InternalFetch is for use by the Google Cloud Libraries only.// It is not part of the stable interface of this package.//// InternalFetch returns results from a single call to the underlying RPC.// The number of results is no greater than pageSize.// If there are no more results, nextPageToken is empty and err is nil.InternalFetchfunc(pageSizeint,pageTokenstring)(results[]*networkconnectivitypb.Destination,nextPageTokenstring,errerror)// contains filtered or unexported fields}

DestinationIterator manages a stream of *networkconnectivitypb.Destination.

func (*DestinationIterator) All

func(it*DestinationIterator)All()iter.Seq2[*networkconnectivitypb.Destination,error]

All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.

func (*DestinationIterator) Next

Next returns the next result. Its second return value is iterator.Done if there are no moreresults. Once Next returns Done, all subsequent calls will return Done.

func (*DestinationIterator) PageInfo

func(it*DestinationIterator)PageInfo()*iterator.PageInfo

PageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.

GroupIterator

typeGroupIteratorstruct{// Response is the raw response for the current page.// It must be cast to the RPC response type.// Calling Next() or InternalFetch() updates this value.Responseinterface{}// InternalFetch is for use by the Google Cloud Libraries only.// It is not part of the stable interface of this package.//// InternalFetch returns results from a single call to the underlying RPC.// The number of results is no greater than pageSize.// If there are no more results, nextPageToken is empty and err is nil.InternalFetchfunc(pageSizeint,pageTokenstring)(results[]*networkconnectivitypb.Group,nextPageTokenstring,errerror)// contains filtered or unexported fields}

GroupIterator manages a stream of *networkconnectivitypb.Group.

func (*GroupIterator) All

func(it*GroupIterator)All()iter.Seq2[*networkconnectivitypb.Group,error]

All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.

func (*GroupIterator) Next

Next returns the next result. Its second return value is iterator.Done if there are no moreresults. Once Next returns Done, all subsequent calls will return Done.

func (*GroupIterator) PageInfo

func(it*GroupIterator)PageInfo()*iterator.PageInfo

PageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.

HubCallOptions

typeHubCallOptionsstruct{ListHubs[]gax.CallOptionGetHub[]gax.CallOptionCreateHub[]gax.CallOptionUpdateHub[]gax.CallOptionDeleteHub[]gax.CallOptionListHubSpokes[]gax.CallOptionQueryHubStatus[]gax.CallOptionListSpokes[]gax.CallOptionGetSpoke[]gax.CallOptionCreateSpoke[]gax.CallOptionUpdateSpoke[]gax.CallOptionRejectHubSpoke[]gax.CallOptionAcceptHubSpoke[]gax.CallOptionAcceptSpokeUpdate[]gax.CallOptionRejectSpokeUpdate[]gax.CallOptionDeleteSpoke[]gax.CallOptionGetRouteTable[]gax.CallOptionGetRoute[]gax.CallOptionListRoutes[]gax.CallOptionListRouteTables[]gax.CallOptionGetGroup[]gax.CallOptionListGroups[]gax.CallOptionUpdateGroup[]gax.CallOptionGetLocation[]gax.CallOptionListLocations[]gax.CallOptionGetIamPolicy[]gax.CallOptionSetIamPolicy[]gax.CallOptionTestIamPermissions[]gax.CallOptionCancelOperation[]gax.CallOptionDeleteOperation[]gax.CallOptionGetOperation[]gax.CallOptionListOperations[]gax.CallOption}

HubCallOptions contains the retry settings for each method of HubClient.

HubClient

typeHubClientstruct{// The call options for this service.CallOptions*HubCallOptions// LROClient is used internally to handle long-running operations.// It is exposed so that its CallOptions can be modified if required.// Users should not Close this client.LROClient*lroauto.OperationsClient// contains filtered or unexported fields}

HubClient is a client for interacting with Network Connectivity API.Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.

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

func NewHubClient

funcNewHubClient(ctxcontext.Context,opts...option.ClientOption)(*HubClient,error)

NewHubClient creates a new hub service client based on gRPC.The returned client must be Closed when it is done being used to clean up its underlying connections.

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

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()// TODO: Use client._=c}

func (*HubClient) AcceptHubSpoke

AcceptHubSpoke accepts a proposal to attach a Network Connectivity Center spoketo a hub.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.AcceptHubSpokeRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#AcceptHubSpokeRequest.}op,err:=c.AcceptHubSpoke(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*HubClient) AcceptHubSpokeOperation

func(c*HubClient)AcceptHubSpokeOperation(namestring)*AcceptHubSpokeOperation

AcceptHubSpokeOperation returns a new AcceptHubSpokeOperation from a given name.The name must be that of a previously created AcceptHubSpokeOperation, possibly from a different process.

func (*HubClient) AcceptSpokeUpdate

AcceptSpokeUpdate accepts a proposal to update a Network Connectivity Center spoke in a hub.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.AcceptSpokeUpdateRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#AcceptSpokeUpdateRequest.}op,err:=c.AcceptSpokeUpdate(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*HubClient) AcceptSpokeUpdateOperation

func(c*HubClient)AcceptSpokeUpdateOperation(namestring)*AcceptSpokeUpdateOperation

AcceptSpokeUpdateOperation returns a new AcceptSpokeUpdateOperation from a given name.The name must be that of a previously created AcceptSpokeUpdateOperation, possibly from a different process.

func (*HubClient) CancelOperation

CancelOperation is a utility method from google.longrunning.Operations.

Example

packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.CancelOperationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#CancelOperationRequest.}err=c.CancelOperation(ctx,req)iferr!=nil{// TODO: Handle error.}}

func (*HubClient) Close

func(c*HubClient)Close()error

Close closes the connection to the API service. The user should invoke this whenthe client is no longer required.

func (*HubClient) Connection (deprecated)

func(c*HubClient)Connection()*grpc.ClientConn

Connection returns a connection to the API service.

Deprecated: Connections are now pooled so this method does not alwaysreturn the same resource.

func (*HubClient) CreateHub

CreateHub creates a new Network Connectivity Center hub in the specified project.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.CreateHubRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#CreateHubRequest.}op,err:=c.CreateHub(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*HubClient) CreateHubOperation

func(c*HubClient)CreateHubOperation(namestring)*CreateHubOperation

CreateHubOperation returns a new CreateHubOperation from a given name.The name must be that of a previously created CreateHubOperation, possibly from a different process.

func (*HubClient) CreateSpoke

CreateSpoke creates a Network Connectivity Center spoke.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.CreateSpokeRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#CreateSpokeRequest.}op,err:=c.CreateSpoke(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*HubClient) CreateSpokeOperation

func(c*HubClient)CreateSpokeOperation(namestring)*CreateSpokeOperation

CreateSpokeOperation returns a new CreateSpokeOperation from a given name.The name must be that of a previously created CreateSpokeOperation, possibly from a different process.

func (*HubClient) DeleteHub

DeleteHub deletes a Network Connectivity Center hub.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.DeleteHubRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#DeleteHubRequest.}op,err:=c.DeleteHub(ctx,req)iferr!=nil{// TODO: Handle error.}err=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}}

func (*HubClient) DeleteHubOperation

func(c*HubClient)DeleteHubOperation(namestring)*DeleteHubOperation

DeleteHubOperation returns a new DeleteHubOperation from a given name.The name must be that of a previously created DeleteHubOperation, possibly from a different process.

func (*HubClient) DeleteOperation

DeleteOperation is a utility method from google.longrunning.Operations.

Example

packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.DeleteOperationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#DeleteOperationRequest.}err=c.DeleteOperation(ctx,req)iferr!=nil{// TODO: Handle error.}}

func (*HubClient) DeleteSpoke

DeleteSpoke deletes a Network Connectivity Center spoke.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.DeleteSpokeRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#DeleteSpokeRequest.}op,err:=c.DeleteSpoke(ctx,req)iferr!=nil{// TODO: Handle error.}err=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}}

func (*HubClient) DeleteSpokeOperation

func(c*HubClient)DeleteSpokeOperation(namestring)*DeleteSpokeOperation

DeleteSpokeOperation returns a new DeleteSpokeOperation from a given name.The name must be that of a previously created DeleteSpokeOperation, possibly from a different process.

func (*HubClient) GetGroup

GetGroup gets details about a Network Connectivity Center group.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.GetGroupRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#GetGroupRequest.}resp,err:=c.GetGroup(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*HubClient) GetHub

GetHub gets details about a Network Connectivity Center hub.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.GetHubRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#GetHubRequest.}resp,err:=c.GetHub(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*HubClient) GetIamPolicy

GetIamPolicy gets the access control policy for a resource. Returns an empty policyif the resource exists and does not have a policy set.

Example

packagemainimport("context"iampb"cloud.google.com/go/iam/apiv1/iampb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&iampb.GetIamPolicyRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#GetIamPolicyRequest.}resp,err:=c.GetIamPolicy(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*HubClient) GetLocation

GetLocation gets information about a location.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"locationpb"google.golang.org/genproto/googleapis/cloud/location")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&locationpb.GetLocationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/google.golang.org/genproto/googleapis/cloud/location#GetLocationRequest.}resp,err:=c.GetLocation(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*HubClient) GetOperation

GetOperation is a utility method from google.longrunning.Operations.

Example

packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.GetOperationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#GetOperationRequest.}resp,err:=c.GetOperation(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*HubClient) GetRoute

GetRoute gets details about the specified route.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.GetRouteRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#GetRouteRequest.}resp,err:=c.GetRoute(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*HubClient) GetRouteTable

GetRouteTable gets details about a Network Connectivity Center route table.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.GetRouteTableRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#GetRouteTableRequest.}resp,err:=c.GetRouteTable(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*HubClient) GetSpoke

GetSpoke gets details about a Network Connectivity Center spoke.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.GetSpokeRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#GetSpokeRequest.}resp,err:=c.GetSpoke(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*HubClient) ListGroups

ListGroups lists groups in a given hub.

Examples

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb""google.golang.org/api/iterator")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListGroupsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListGroupsRequest.}it:=c.ListGroups(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*networkconnectivitypb.ListGroupsResponse)}}
all
packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListGroupsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListGroupsRequest.}forresp,err:=rangec.ListGroups(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*HubClient) ListHubSpokes

ListHubSpokes lists the Network Connectivity Center spokes associated with aspecified hub and location. The list includes both spokes that are attachedto the hub and spokes that have been proposed but not yet accepted.

Examples

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb""google.golang.org/api/iterator")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListHubSpokesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListHubSpokesRequest.}it:=c.ListHubSpokes(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*networkconnectivitypb.ListHubSpokesResponse)}}
all
packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListHubSpokesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListHubSpokesRequest.}forresp,err:=rangec.ListHubSpokes(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*HubClient) ListHubs

ListHubs lists the Network Connectivity Center hubs associated with a given project.

Examples

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb""google.golang.org/api/iterator")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListHubsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListHubsRequest.}it:=c.ListHubs(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*networkconnectivitypb.ListHubsResponse)}}
all
packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListHubsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListHubsRequest.}forresp,err:=rangec.ListHubs(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*HubClient) ListLocations

ListLocations lists information about the supported locations for this service.

Examples

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1""google.golang.org/api/iterator"locationpb"google.golang.org/genproto/googleapis/cloud/location")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&locationpb.ListLocationsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/google.golang.org/genproto/googleapis/cloud/location#ListLocationsRequest.}it:=c.ListLocations(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*locationpb.ListLocationsResponse)}}
all
packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"locationpb"google.golang.org/genproto/googleapis/cloud/location")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&locationpb.ListLocationsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/google.golang.org/genproto/googleapis/cloud/location#ListLocationsRequest.}forresp,err:=rangec.ListLocations(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*HubClient) ListOperations

ListOperations is a utility method from google.longrunning.Operations.

Examples

packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1""google.golang.org/api/iterator")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.ListOperationsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#ListOperationsRequest.}it:=c.ListOperations(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*longrunningpb.ListOperationsResponse)}}
all
packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.ListOperationsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#ListOperationsRequest.}forresp,err:=rangec.ListOperations(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*HubClient) ListRouteTables

ListRouteTables lists route tables in a given hub.

Examples

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb""google.golang.org/api/iterator")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListRouteTablesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListRouteTablesRequest.}it:=c.ListRouteTables(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*networkconnectivitypb.ListRouteTablesResponse)}}
all
packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListRouteTablesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListRouteTablesRequest.}forresp,err:=rangec.ListRouteTables(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*HubClient) ListRoutes

ListRoutes lists routes in a given route table.

Examples

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb""google.golang.org/api/iterator")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListRoutesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListRoutesRequest.}it:=c.ListRoutes(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*networkconnectivitypb.ListRoutesResponse)}}
all
packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListRoutesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListRoutesRequest.}forresp,err:=rangec.ListRoutes(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*HubClient) ListSpokes

ListSpokes lists the Network Connectivity Center spokes in a specified project andlocation.

Examples

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb""google.golang.org/api/iterator")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListSpokesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListSpokesRequest.}it:=c.ListSpokes(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*networkconnectivitypb.ListSpokesResponse)}}
all
packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListSpokesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListSpokesRequest.}forresp,err:=rangec.ListSpokes(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*HubClient) QueryHubStatus

QueryHubStatus query the Private Service Connect propagation status of a NetworkConnectivity Center hub.

Examples

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb""google.golang.org/api/iterator")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.QueryHubStatusRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#QueryHubStatusRequest.}it:=c.QueryHubStatus(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*networkconnectivitypb.QueryHubStatusResponse)}}
all
packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.QueryHubStatusRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#QueryHubStatusRequest.}forresp,err:=rangec.QueryHubStatus(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*HubClient) RejectHubSpoke

RejectHubSpoke rejects a Network Connectivity Center spoke from being attached to a hub.If the spoke was previously in the ACTIVE state, ittransitions to the INACTIVE state and is no longer able toconnect to other spokes that are attached to the hub.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.RejectHubSpokeRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#RejectHubSpokeRequest.}op,err:=c.RejectHubSpoke(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*HubClient) RejectHubSpokeOperation

func(c*HubClient)RejectHubSpokeOperation(namestring)*RejectHubSpokeOperation

RejectHubSpokeOperation returns a new RejectHubSpokeOperation from a given name.The name must be that of a previously created RejectHubSpokeOperation, possibly from a different process.

func (*HubClient) RejectSpokeUpdate

RejectSpokeUpdate rejects a proposal to update a Network Connectivity Center spoke in a hub.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.RejectSpokeUpdateRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#RejectSpokeUpdateRequest.}op,err:=c.RejectSpokeUpdate(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*HubClient) RejectSpokeUpdateOperation

func(c*HubClient)RejectSpokeUpdateOperation(namestring)*RejectSpokeUpdateOperation

RejectSpokeUpdateOperation returns a new RejectSpokeUpdateOperation from a given name.The name must be that of a previously created RejectSpokeUpdateOperation, possibly from a different process.

func (*HubClient) SetIamPolicy

SetIamPolicy sets the access control policy on the specified resource. Replacesany existing policy.

Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIEDerrors.

Example

packagemainimport("context"iampb"cloud.google.com/go/iam/apiv1/iampb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&iampb.SetIamPolicyRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#SetIamPolicyRequest.}resp,err:=c.SetIamPolicy(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*HubClient) TestIamPermissions

TestIamPermissions returns permissions that a caller has on the specified resource. If theresource does not exist, this will return an empty set ofpermissions, not a NOT_FOUND error.

Note: This operation is designed to be used for buildingpermission-aware UIs and command-line tools, not for authorizationchecking. This operation may “fail open” without warning.

Example

packagemainimport("context"iampb"cloud.google.com/go/iam/apiv1/iampb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&iampb.TestIamPermissionsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#TestIamPermissionsRequest.}resp,err:=c.TestIamPermissions(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*HubClient) UpdateGroup

UpdateGroup updates the parameters of a Network Connectivity Center group.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.UpdateGroupRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#UpdateGroupRequest.}op,err:=c.UpdateGroup(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*HubClient) UpdateGroupOperation

func(c*HubClient)UpdateGroupOperation(namestring)*UpdateGroupOperation

UpdateGroupOperation returns a new UpdateGroupOperation from a given name.The name must be that of a previously created UpdateGroupOperation, possibly from a different process.

func (*HubClient) UpdateHub

UpdateHub updates the description and/or labels of a Network Connectivity Centerhub.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.UpdateHubRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#UpdateHubRequest.}op,err:=c.UpdateHub(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*HubClient) UpdateHubOperation

func(c*HubClient)UpdateHubOperation(namestring)*UpdateHubOperation

UpdateHubOperation returns a new UpdateHubOperation from a given name.The name must be that of a previously created UpdateHubOperation, possibly from a different process.

func (*HubClient) UpdateSpoke

UpdateSpoke updates the parameters of a Network Connectivity Center spoke.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewHubClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.UpdateSpokeRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#UpdateSpokeRequest.}op,err:=c.UpdateSpoke(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*HubClient) UpdateSpokeOperation

func(c*HubClient)UpdateSpokeOperation(namestring)*UpdateSpokeOperation

UpdateSpokeOperation returns a new UpdateSpokeOperation from a given name.The name must be that of a previously created UpdateSpokeOperation, possibly from a different process.

HubIterator

typeHubIteratorstruct{// Response is the raw response for the current page.// It must be cast to the RPC response type.// Calling Next() or InternalFetch() updates this value.Responseinterface{}// InternalFetch is for use by the Google Cloud Libraries only.// It is not part of the stable interface of this package.//// InternalFetch returns results from a single call to the underlying RPC.// The number of results is no greater than pageSize.// If there are no more results, nextPageToken is empty and err is nil.InternalFetchfunc(pageSizeint,pageTokenstring)(results[]*networkconnectivitypb.Hub,nextPageTokenstring,errerror)// contains filtered or unexported fields}

HubIterator manages a stream of *networkconnectivitypb.Hub.

func (*HubIterator) All

func(it*HubIterator)All()iter.Seq2[*networkconnectivitypb.Hub,error]

All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.

func (*HubIterator) Next

Next returns the next result. Its second return value is iterator.Done if there are no moreresults. Once Next returns Done, all subsequent calls will return Done.

func (*HubIterator) PageInfo

func(it*HubIterator)PageInfo()*iterator.PageInfo

PageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.

HubStatusEntryIterator

typeHubStatusEntryIteratorstruct{// Response is the raw response for the current page.// It must be cast to the RPC response type.// Calling Next() or InternalFetch() updates this value.Responseinterface{}// InternalFetch is for use by the Google Cloud Libraries only.// It is not part of the stable interface of this package.//// InternalFetch returns results from a single call to the underlying RPC.// The number of results is no greater than pageSize.// If there are no more results, nextPageToken is empty and err is nil.InternalFetchfunc(pageSizeint,pageTokenstring)(results[]*networkconnectivitypb.HubStatusEntry,nextPageTokenstring,errerror)// contains filtered or unexported fields}

HubStatusEntryIterator manages a stream of *networkconnectivitypb.HubStatusEntry.

func (*HubStatusEntryIterator) All

func(it*HubStatusEntryIterator)All()iter.Seq2[*networkconnectivitypb.HubStatusEntry,error]

All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.

func (*HubStatusEntryIterator) Next

Next returns the next result. Its second return value is iterator.Done if there are no moreresults. Once Next returns Done, all subsequent calls will return Done.

func (*HubStatusEntryIterator) PageInfo

func(it*HubStatusEntryIterator)PageInfo()*iterator.PageInfo

PageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.

InternalRangeCallOptions

typeInternalRangeCallOptionsstruct{ListInternalRanges[]gax.CallOptionGetInternalRange[]gax.CallOptionCreateInternalRange[]gax.CallOptionUpdateInternalRange[]gax.CallOptionDeleteInternalRange[]gax.CallOptionGetLocation[]gax.CallOptionListLocations[]gax.CallOptionGetIamPolicy[]gax.CallOptionSetIamPolicy[]gax.CallOptionTestIamPermissions[]gax.CallOptionCancelOperation[]gax.CallOptionDeleteOperation[]gax.CallOptionGetOperation[]gax.CallOptionListOperations[]gax.CallOption}

InternalRangeCallOptions contains the retry settings for each method of InternalRangeClient.

InternalRangeClient

typeInternalRangeClientstruct{// The call options for this service.CallOptions*InternalRangeCallOptions// LROClient is used internally to handle long-running operations.// It is exposed so that its CallOptions can be modified if required.// Users should not Close this client.LROClient*lroauto.OperationsClient// contains filtered or unexported fields}

InternalRangeClient is a client for interacting with Network Connectivity API.Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.

The CLH-based service for internal range resources used to perform IPAMoperations within a VPC network.

func NewInternalRangeClient

funcNewInternalRangeClient(ctxcontext.Context,opts...option.ClientOption)(*InternalRangeClient,error)

NewInternalRangeClient creates a new internal range service client based on gRPC.The returned client must be Closed when it is done being used to clean up its underlying connections.

The CLH-based service for internal range resources used to perform IPAMoperations within a VPC network.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewInternalRangeClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()// TODO: Use client._=c}

func (*InternalRangeClient) CancelOperation

CancelOperation is a utility method from google.longrunning.Operations.

Example

packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewInternalRangeClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.CancelOperationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#CancelOperationRequest.}err=c.CancelOperation(ctx,req)iferr!=nil{// TODO: Handle error.}}

func (*InternalRangeClient) Close

Close closes the connection to the API service. The user should invoke this whenthe client is no longer required.

func (*InternalRangeClient) Connection (deprecated)

func(c*InternalRangeClient)Connection()*grpc.ClientConn

Connection returns a connection to the API service.

Deprecated: Connections are now pooled so this method does not alwaysreturn the same resource.

func (*InternalRangeClient) CreateInternalRange

CreateInternalRange creates a new internal range in a given project and location.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewInternalRangeClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.CreateInternalRangeRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#CreateInternalRangeRequest.}op,err:=c.CreateInternalRange(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*InternalRangeClient) CreateInternalRangeOperation

func(c*InternalRangeClient)CreateInternalRangeOperation(namestring)*CreateInternalRangeOperation

CreateInternalRangeOperation returns a new CreateInternalRangeOperation from a given name.The name must be that of a previously created CreateInternalRangeOperation, possibly from a different process.

func (*InternalRangeClient) DeleteInternalRange

DeleteInternalRange deletes a single internal range.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewInternalRangeClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.DeleteInternalRangeRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#DeleteInternalRangeRequest.}op,err:=c.DeleteInternalRange(ctx,req)iferr!=nil{// TODO: Handle error.}err=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}}

func (*InternalRangeClient) DeleteInternalRangeOperation

func(c*InternalRangeClient)DeleteInternalRangeOperation(namestring)*DeleteInternalRangeOperation

DeleteInternalRangeOperation returns a new DeleteInternalRangeOperation from a given name.The name must be that of a previously created DeleteInternalRangeOperation, possibly from a different process.

func (*InternalRangeClient) DeleteOperation

DeleteOperation is a utility method from google.longrunning.Operations.

Example

packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewInternalRangeClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.DeleteOperationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#DeleteOperationRequest.}err=c.DeleteOperation(ctx,req)iferr!=nil{// TODO: Handle error.}}

func (*InternalRangeClient) GetIamPolicy

GetIamPolicy gets the access control policy for a resource. Returns an empty policyif the resource exists and does not have a policy set.

Example

packagemainimport("context"iampb"cloud.google.com/go/iam/apiv1/iampb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewInternalRangeClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&iampb.GetIamPolicyRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#GetIamPolicyRequest.}resp,err:=c.GetIamPolicy(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*InternalRangeClient) GetInternalRange

GetInternalRange gets details of a single internal range.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewInternalRangeClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.GetInternalRangeRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#GetInternalRangeRequest.}resp,err:=c.GetInternalRange(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*InternalRangeClient) GetLocation

GetLocation gets information about a location.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"locationpb"google.golang.org/genproto/googleapis/cloud/location")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewInternalRangeClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&locationpb.GetLocationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/google.golang.org/genproto/googleapis/cloud/location#GetLocationRequest.}resp,err:=c.GetLocation(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*InternalRangeClient) GetOperation

GetOperation is a utility method from google.longrunning.Operations.

Example

packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewInternalRangeClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.GetOperationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#GetOperationRequest.}resp,err:=c.GetOperation(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*InternalRangeClient) ListInternalRanges

ListInternalRanges lists internal ranges in a given project and location.

Examples

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb""google.golang.org/api/iterator")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewInternalRangeClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListInternalRangesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListInternalRangesRequest.}it:=c.ListInternalRanges(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*networkconnectivitypb.ListInternalRangesResponse)}}
all
packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewInternalRangeClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListInternalRangesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListInternalRangesRequest.}forresp,err:=rangec.ListInternalRanges(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*InternalRangeClient) ListLocations

ListLocations lists information about the supported locations for this service.

Examples

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1""google.golang.org/api/iterator"locationpb"google.golang.org/genproto/googleapis/cloud/location")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewInternalRangeClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&locationpb.ListLocationsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/google.golang.org/genproto/googleapis/cloud/location#ListLocationsRequest.}it:=c.ListLocations(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*locationpb.ListLocationsResponse)}}
all
packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"locationpb"google.golang.org/genproto/googleapis/cloud/location")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewInternalRangeClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&locationpb.ListLocationsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/google.golang.org/genproto/googleapis/cloud/location#ListLocationsRequest.}forresp,err:=rangec.ListLocations(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*InternalRangeClient) ListOperations

ListOperations is a utility method from google.longrunning.Operations.

Examples

packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1""google.golang.org/api/iterator")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewInternalRangeClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.ListOperationsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#ListOperationsRequest.}it:=c.ListOperations(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*longrunningpb.ListOperationsResponse)}}
all
packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewInternalRangeClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.ListOperationsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#ListOperationsRequest.}forresp,err:=rangec.ListOperations(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*InternalRangeClient) SetIamPolicy

SetIamPolicy sets the access control policy on the specified resource. Replacesany existing policy.

Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIEDerrors.

Example

packagemainimport("context"iampb"cloud.google.com/go/iam/apiv1/iampb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewInternalRangeClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&iampb.SetIamPolicyRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#SetIamPolicyRequest.}resp,err:=c.SetIamPolicy(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*InternalRangeClient) TestIamPermissions

TestIamPermissions returns permissions that a caller has on the specified resource. If theresource does not exist, this will return an empty set ofpermissions, not a NOT_FOUND error.

Note: This operation is designed to be used for buildingpermission-aware UIs and command-line tools, not for authorizationchecking. This operation may “fail open” without warning.

Example

packagemainimport("context"iampb"cloud.google.com/go/iam/apiv1/iampb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewInternalRangeClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&iampb.TestIamPermissionsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#TestIamPermissionsRequest.}resp,err:=c.TestIamPermissions(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*InternalRangeClient) UpdateInternalRange

UpdateInternalRange updates the parameters of a single internal range.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewInternalRangeClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.UpdateInternalRangeRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#UpdateInternalRangeRequest.}op,err:=c.UpdateInternalRange(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*InternalRangeClient) UpdateInternalRangeOperation

func(c*InternalRangeClient)UpdateInternalRangeOperation(namestring)*UpdateInternalRangeOperation

UpdateInternalRangeOperation returns a new UpdateInternalRangeOperation from a given name.The name must be that of a previously created UpdateInternalRangeOperation, possibly from a different process.

InternalRangeIterator

typeInternalRangeIteratorstruct{// Response is the raw response for the current page.// It must be cast to the RPC response type.// Calling Next() or InternalFetch() updates this value.Responseinterface{}// InternalFetch is for use by the Google Cloud Libraries only.// It is not part of the stable interface of this package.//// InternalFetch returns results from a single call to the underlying RPC.// The number of results is no greater than pageSize.// If there are no more results, nextPageToken is empty and err is nil.InternalFetchfunc(pageSizeint,pageTokenstring)(results[]*networkconnectivitypb.InternalRange,nextPageTokenstring,errerror)// contains filtered or unexported fields}

InternalRangeIterator manages a stream of *networkconnectivitypb.InternalRange.

func (*InternalRangeIterator) All

func(it*InternalRangeIterator)All()iter.Seq2[*networkconnectivitypb.InternalRange,error]

All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.

func (*InternalRangeIterator) Next

Next returns the next result. Its second return value is iterator.Done if there are no moreresults. Once Next returns Done, all subsequent calls will return Done.

func (*InternalRangeIterator) PageInfo

func(it*InternalRangeIterator)PageInfo()*iterator.PageInfo

PageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.

LocationIterator

typeLocationIteratorstruct{// Response is the raw response for the current page.// It must be cast to the RPC response type.// Calling Next() or InternalFetch() updates this value.Responseinterface{}// InternalFetch is for use by the Google Cloud Libraries only.// It is not part of the stable interface of this package.//// InternalFetch returns results from a single call to the underlying RPC.// The number of results is no greater than pageSize.// If there are no more results, nextPageToken is empty and err is nil.InternalFetchfunc(pageSizeint,pageTokenstring)(results[]*locationpb.Location,nextPageTokenstring,errerror)// contains filtered or unexported fields}

LocationIterator manages a stream of *locationpb.Location.

func (*LocationIterator) All

func(it*LocationIterator)All()iter.Seq2[*locationpb.Location,error]

All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.

func (*LocationIterator) Next

Next returns the next result. Its second return value is iterator.Done if there are no moreresults. Once Next returns Done, all subsequent calls will return Done.

func (*LocationIterator) PageInfo

func(it*LocationIterator)PageInfo()*iterator.PageInfo

PageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.

MulticloudDataTransferConfigIterator

typeMulticloudDataTransferConfigIteratorstruct{// Response is the raw response for the current page.// It must be cast to the RPC response type.// Calling Next() or InternalFetch() updates this value.Responseinterface{}// InternalFetch is for use by the Google Cloud Libraries only.// It is not part of the stable interface of this package.//// InternalFetch returns results from a single call to the underlying RPC.// The number of results is no greater than pageSize.// If there are no more results, nextPageToken is empty and err is nil.InternalFetchfunc(pageSizeint,pageTokenstring)(results[]*networkconnectivitypb.MulticloudDataTransferConfig,nextPageTokenstring,errerror)// contains filtered or unexported fields}

MulticloudDataTransferConfigIterator manages a stream of *networkconnectivitypb.MulticloudDataTransferConfig.

func (*MulticloudDataTransferConfigIterator) All

func(it*MulticloudDataTransferConfigIterator)All()iter.Seq2[*networkconnectivitypb.MulticloudDataTransferConfig,error]

All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.

func (*MulticloudDataTransferConfigIterator) Next

Next returns the next result. Its second return value is iterator.Done if there are no moreresults. Once Next returns Done, all subsequent calls will return Done.

func (*MulticloudDataTransferConfigIterator) PageInfo

func(it*MulticloudDataTransferConfigIterator)PageInfo()*iterator.PageInfo

PageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.

MulticloudDataTransferSupportedServiceIterator

typeMulticloudDataTransferSupportedServiceIteratorstruct{// Response is the raw response for the current page.// It must be cast to the RPC response type.// Calling Next() or InternalFetch() updates this value.Responseinterface{}// InternalFetch is for use by the Google Cloud Libraries only.// It is not part of the stable interface of this package.//// InternalFetch returns results from a single call to the underlying RPC.// The number of results is no greater than pageSize.// If there are no more results, nextPageToken is empty and err is nil.InternalFetchfunc(pageSizeint,pageTokenstring)(results[]*networkconnectivitypb.MulticloudDataTransferSupportedService,nextPageTokenstring,errerror)// contains filtered or unexported fields}

MulticloudDataTransferSupportedServiceIterator manages a stream of *networkconnectivitypb.MulticloudDataTransferSupportedService.

func (*MulticloudDataTransferSupportedServiceIterator) All

func(it*MulticloudDataTransferSupportedServiceIterator)All()iter.Seq2[*networkconnectivitypb.MulticloudDataTransferSupportedService,error]

All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.

func (*MulticloudDataTransferSupportedServiceIterator) Next

Next returns the next result. Its second return value is iterator.Done if there are no moreresults. Once Next returns Done, all subsequent calls will return Done.

func (*MulticloudDataTransferSupportedServiceIterator) PageInfo

func(it*MulticloudDataTransferSupportedServiceIterator)PageInfo()*iterator.PageInfo

PageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.

OperationIterator

typeOperationIteratorstruct{// Response is the raw response for the current page.// It must be cast to the RPC response type.// Calling Next() or InternalFetch() updates this value.Responseinterface{}// InternalFetch is for use by the Google Cloud Libraries only.// It is not part of the stable interface of this package.//// InternalFetch returns results from a single call to the underlying RPC.// The number of results is no greater than pageSize.// If there are no more results, nextPageToken is empty and err is nil.InternalFetchfunc(pageSizeint,pageTokenstring)(results[]*longrunningpb.Operation,nextPageTokenstring,errerror)// contains filtered or unexported fields}

OperationIterator manages a stream of *longrunningpb.Operation.

func (*OperationIterator) All

func(it*OperationIterator)All()iter.Seq2[*longrunningpb.Operation,error]

All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.

func (*OperationIterator) Next

Next returns the next result. Its second return value is iterator.Done if there are no moreresults. Once Next returns Done, all subsequent calls will return Done.

func (*OperationIterator) PageInfo

func(it*OperationIterator)PageInfo()*iterator.PageInfo

PageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.

PolicyBasedRouteIterator

typePolicyBasedRouteIteratorstruct{// Response is the raw response for the current page.// It must be cast to the RPC response type.// Calling Next() or InternalFetch() updates this value.Responseinterface{}// InternalFetch is for use by the Google Cloud Libraries only.// It is not part of the stable interface of this package.//// InternalFetch returns results from a single call to the underlying RPC.// The number of results is no greater than pageSize.// If there are no more results, nextPageToken is empty and err is nil.InternalFetchfunc(pageSizeint,pageTokenstring)(results[]*networkconnectivitypb.PolicyBasedRoute,nextPageTokenstring,errerror)// contains filtered or unexported fields}

PolicyBasedRouteIterator manages a stream of *networkconnectivitypb.PolicyBasedRoute.

func (*PolicyBasedRouteIterator) All

func(it*PolicyBasedRouteIterator)All()iter.Seq2[*networkconnectivitypb.PolicyBasedRoute,error]

All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.

func (*PolicyBasedRouteIterator) Next

Next returns the next result. Its second return value is iterator.Done if there are no moreresults. Once Next returns Done, all subsequent calls will return Done.

func (*PolicyBasedRouteIterator) PageInfo

func(it*PolicyBasedRouteIterator)PageInfo()*iterator.PageInfo

PageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.

PolicyBasedRoutingCallOptions

typePolicyBasedRoutingCallOptionsstruct{ListPolicyBasedRoutes[]gax.CallOptionGetPolicyBasedRoute[]gax.CallOptionCreatePolicyBasedRoute[]gax.CallOptionDeletePolicyBasedRoute[]gax.CallOptionGetLocation[]gax.CallOptionListLocations[]gax.CallOptionGetIamPolicy[]gax.CallOptionSetIamPolicy[]gax.CallOptionTestIamPermissions[]gax.CallOptionCancelOperation[]gax.CallOptionDeleteOperation[]gax.CallOptionGetOperation[]gax.CallOptionListOperations[]gax.CallOption}

PolicyBasedRoutingCallOptions contains the retry settings for each method of PolicyBasedRoutingClient.

PolicyBasedRoutingClient

typePolicyBasedRoutingClientstruct{// The call options for this service.CallOptions*PolicyBasedRoutingCallOptions// LROClient is used internally to handle long-running operations.// It is exposed so that its CallOptions can be modified if required.// Users should not Close this client.LROClient*lroauto.OperationsClient// contains filtered or unexported fields}

PolicyBasedRoutingClient is a client for interacting with Network Connectivity API.Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.

Policy-Based Routing allows GCP customers to specify flexibile routingpolicies for Layer 4 traffic traversing through the connected service.

func NewPolicyBasedRoutingClient

funcNewPolicyBasedRoutingClient(ctxcontext.Context,opts...option.ClientOption)(*PolicyBasedRoutingClient,error)

NewPolicyBasedRoutingClient creates a new policy based routing service client based on gRPC.The returned client must be Closed when it is done being used to clean up its underlying connections.

Policy-Based Routing allows GCP customers to specify flexibile routingpolicies for Layer 4 traffic traversing through the connected service.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewPolicyBasedRoutingClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()// TODO: Use client._=c}

func (*PolicyBasedRoutingClient) CancelOperation

CancelOperation is a utility method from google.longrunning.Operations.

Example

packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewPolicyBasedRoutingClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.CancelOperationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#CancelOperationRequest.}err=c.CancelOperation(ctx,req)iferr!=nil{// TODO: Handle error.}}

func (*PolicyBasedRoutingClient) Close

Close closes the connection to the API service. The user should invoke this whenthe client is no longer required.

func (*PolicyBasedRoutingClient) Connection (deprecated)

func(c*PolicyBasedRoutingClient)Connection()*grpc.ClientConn

Connection returns a connection to the API service.

Deprecated: Connections are now pooled so this method does not alwaysreturn the same resource.

func (*PolicyBasedRoutingClient) CreatePolicyBasedRoute

CreatePolicyBasedRoute creates a new policy-based route in a given project and location.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewPolicyBasedRoutingClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.CreatePolicyBasedRouteRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#CreatePolicyBasedRouteRequest.}op,err:=c.CreatePolicyBasedRoute(ctx,req)iferr!=nil{// TODO: Handle error.}resp,err:=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*PolicyBasedRoutingClient) CreatePolicyBasedRouteOperation

func(c*PolicyBasedRoutingClient)CreatePolicyBasedRouteOperation(namestring)*CreatePolicyBasedRouteOperation

CreatePolicyBasedRouteOperation returns a new CreatePolicyBasedRouteOperation from a given name.The name must be that of a previously created CreatePolicyBasedRouteOperation, possibly from a different process.

func (*PolicyBasedRoutingClient) DeleteOperation

DeleteOperation is a utility method from google.longrunning.Operations.

Example

packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewPolicyBasedRoutingClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.DeleteOperationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#DeleteOperationRequest.}err=c.DeleteOperation(ctx,req)iferr!=nil{// TODO: Handle error.}}

func (*PolicyBasedRoutingClient) DeletePolicyBasedRoute

DeletePolicyBasedRoute deletes a single policy-based route.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewPolicyBasedRoutingClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.DeletePolicyBasedRouteRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#DeletePolicyBasedRouteRequest.}op,err:=c.DeletePolicyBasedRoute(ctx,req)iferr!=nil{// TODO: Handle error.}err=op.Wait(ctx)iferr!=nil{// TODO: Handle error.}}

func (*PolicyBasedRoutingClient) DeletePolicyBasedRouteOperation

func(c*PolicyBasedRoutingClient)DeletePolicyBasedRouteOperation(namestring)*DeletePolicyBasedRouteOperation

DeletePolicyBasedRouteOperation returns a new DeletePolicyBasedRouteOperation from a given name.The name must be that of a previously created DeletePolicyBasedRouteOperation, possibly from a different process.

func (*PolicyBasedRoutingClient) GetIamPolicy

GetIamPolicy gets the access control policy for a resource. Returns an empty policyif the resource exists and does not have a policy set.

Example

packagemainimport("context"iampb"cloud.google.com/go/iam/apiv1/iampb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewPolicyBasedRoutingClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&iampb.GetIamPolicyRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#GetIamPolicyRequest.}resp,err:=c.GetIamPolicy(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*PolicyBasedRoutingClient) GetLocation

GetLocation gets information about a location.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"locationpb"google.golang.org/genproto/googleapis/cloud/location")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewPolicyBasedRoutingClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&locationpb.GetLocationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/google.golang.org/genproto/googleapis/cloud/location#GetLocationRequest.}resp,err:=c.GetLocation(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*PolicyBasedRoutingClient) GetOperation

GetOperation is a utility method from google.longrunning.Operations.

Example

packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewPolicyBasedRoutingClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.GetOperationRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#GetOperationRequest.}resp,err:=c.GetOperation(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*PolicyBasedRoutingClient) GetPolicyBasedRoute

GetPolicyBasedRoute gets details of a single policy-based route.

Example

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewPolicyBasedRoutingClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.GetPolicyBasedRouteRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#GetPolicyBasedRouteRequest.}resp,err:=c.GetPolicyBasedRoute(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*PolicyBasedRoutingClient) ListLocations

ListLocations lists information about the supported locations for this service.

Examples

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1""google.golang.org/api/iterator"locationpb"google.golang.org/genproto/googleapis/cloud/location")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewPolicyBasedRoutingClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&locationpb.ListLocationsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/google.golang.org/genproto/googleapis/cloud/location#ListLocationsRequest.}it:=c.ListLocations(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*locationpb.ListLocationsResponse)}}
all
packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"locationpb"google.golang.org/genproto/googleapis/cloud/location")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewPolicyBasedRoutingClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&locationpb.ListLocationsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/google.golang.org/genproto/googleapis/cloud/location#ListLocationsRequest.}forresp,err:=rangec.ListLocations(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*PolicyBasedRoutingClient) ListOperations

ListOperations is a utility method from google.longrunning.Operations.

Examples

packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1""google.golang.org/api/iterator")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewPolicyBasedRoutingClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.ListOperationsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#ListOperationsRequest.}it:=c.ListOperations(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*longrunningpb.ListOperationsResponse)}}
all
packagemainimport("context"longrunningpb"cloud.google.com/go/longrunning/autogen/longrunningpb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewPolicyBasedRoutingClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&longrunningpb.ListOperationsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#ListOperationsRequest.}forresp,err:=rangec.ListOperations(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*PolicyBasedRoutingClient) ListPolicyBasedRoutes

ListPolicyBasedRoutes lists policy-based routes in a given project and location.

Examples

packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb""google.golang.org/api/iterator")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewPolicyBasedRoutingClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListPolicyBasedRoutesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListPolicyBasedRoutesRequest.}it:=c.ListPolicyBasedRoutes(ctx,req)for{resp,err:=it.Next()iferr==iterator.Done{break}iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp// If you need to access the underlying RPC response,// you can do so by casting the `Response` as below.// Otherwise, remove this line. Only populated after// first call to Next(). Not safe for concurrent access._=it.Response.(*networkconnectivitypb.ListPolicyBasedRoutesResponse)}}
all
packagemainimport("context"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1"networkconnectivitypb"cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewPolicyBasedRoutingClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&networkconnectivitypb.ListPolicyBasedRoutesRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb#ListPolicyBasedRoutesRequest.}forresp,err:=rangec.ListPolicyBasedRoutes(ctx,req).All(){iferr!=nil{// TODO: Handle error and break/return/continue. Iteration will stop after any error.}// TODO: Use resp._=resp}}

func (*PolicyBasedRoutingClient) SetIamPolicy

SetIamPolicy sets the access control policy on the specified resource. Replacesany existing policy.

Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIEDerrors.

Example

packagemainimport("context"iampb"cloud.google.com/go/iam/apiv1/iampb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewPolicyBasedRoutingClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&iampb.SetIamPolicyRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#SetIamPolicyRequest.}resp,err:=c.SetIamPolicy(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

func (*PolicyBasedRoutingClient) TestIamPermissions

TestIamPermissions returns permissions that a caller has on the specified resource. If theresource does not exist, this will return an empty set ofpermissions, not a NOT_FOUND error.

Note: This operation is designed to be used for buildingpermission-aware UIs and command-line tools, not for authorizationchecking. This operation may “fail open” without warning.

Example

packagemainimport("context"iampb"cloud.google.com/go/iam/apiv1/iampb"networkconnectivity"cloud.google.com/go/networkconnectivity/apiv1")funcmain(){ctx:=context.Background()// This snippet has been automatically generated and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in://   https://pkg.go.dev/cloud.google.com/go#hdr-Client_Optionsc,err:=networkconnectivity.NewPolicyBasedRoutingClient(ctx)iferr!=nil{// TODO: Handle error.}deferc.Close()req:=&iampb.TestIamPermissionsRequest{// TODO: Fill request struct fields.// See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#TestIamPermissionsRequest.}resp,err:=c.TestIamPermissions(ctx,req)iferr!=nil{// TODO: Handle error.}// TODO: Use resp._=resp}

RejectHubSpokeOperation

typeRejectHubSpokeOperationstruct{// contains filtered or unexported fields}

RejectHubSpokeOperation manages a long-running operation from RejectHubSpoke.

func (*RejectHubSpokeOperation) Done

Done reports whether the long-running operation has completed.

func (*RejectHubSpokeOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*RejectHubSpokeOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*RejectHubSpokeOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*RejectHubSpokeOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

RejectSpokeUpdateOperation

typeRejectSpokeUpdateOperationstruct{// contains filtered or unexported fields}

RejectSpokeUpdateOperation manages a long-running operation from RejectSpokeUpdate.

func (*RejectSpokeUpdateOperation) Done

Done reports whether the long-running operation has completed.

func (*RejectSpokeUpdateOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*RejectSpokeUpdateOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*RejectSpokeUpdateOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*RejectSpokeUpdateOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

RouteIterator

typeRouteIteratorstruct{// Response is the raw response for the current page.// It must be cast to the RPC response type.// Calling Next() or InternalFetch() updates this value.Responseinterface{}// InternalFetch is for use by the Google Cloud Libraries only.// It is not part of the stable interface of this package.//// InternalFetch returns results from a single call to the underlying RPC.// The number of results is no greater than pageSize.// If there are no more results, nextPageToken is empty and err is nil.InternalFetchfunc(pageSizeint,pageTokenstring)(results[]*networkconnectivitypb.Route,nextPageTokenstring,errerror)// contains filtered or unexported fields}

RouteIterator manages a stream of *networkconnectivitypb.Route.

func (*RouteIterator) All

func(it*RouteIterator)All()iter.Seq2[*networkconnectivitypb.Route,error]

All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.

func (*RouteIterator) Next

Next returns the next result. Its second return value is iterator.Done if there are no moreresults. Once Next returns Done, all subsequent calls will return Done.

func (*RouteIterator) PageInfo

func(it*RouteIterator)PageInfo()*iterator.PageInfo

PageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.

RouteTableIterator

typeRouteTableIteratorstruct{// Response is the raw response for the current page.// It must be cast to the RPC response type.// Calling Next() or InternalFetch() updates this value.Responseinterface{}// InternalFetch is for use by the Google Cloud Libraries only.// It is not part of the stable interface of this package.//// InternalFetch returns results from a single call to the underlying RPC.// The number of results is no greater than pageSize.// If there are no more results, nextPageToken is empty and err is nil.InternalFetchfunc(pageSizeint,pageTokenstring)(results[]*networkconnectivitypb.RouteTable,nextPageTokenstring,errerror)// contains filtered or unexported fields}

RouteTableIterator manages a stream of *networkconnectivitypb.RouteTable.

func (*RouteTableIterator) All

func(it*RouteTableIterator)All()iter.Seq2[*networkconnectivitypb.RouteTable,error]

All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.

func (*RouteTableIterator) Next

Next returns the next result. Its second return value is iterator.Done if there are no moreresults. Once Next returns Done, all subsequent calls will return Done.

func (*RouteTableIterator) PageInfo

func(it*RouteTableIterator)PageInfo()*iterator.PageInfo

PageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.

ServiceClassIterator

typeServiceClassIteratorstruct{// Response is the raw response for the current page.// It must be cast to the RPC response type.// Calling Next() or InternalFetch() updates this value.Responseinterface{}// InternalFetch is for use by the Google Cloud Libraries only.// It is not part of the stable interface of this package.//// InternalFetch returns results from a single call to the underlying RPC.// The number of results is no greater than pageSize.// If there are no more results, nextPageToken is empty and err is nil.InternalFetchfunc(pageSizeint,pageTokenstring)(results[]*networkconnectivitypb.ServiceClass,nextPageTokenstring,errerror)// contains filtered or unexported fields}

ServiceClassIterator manages a stream of *networkconnectivitypb.ServiceClass.

func (*ServiceClassIterator) All

func(it*ServiceClassIterator)All()iter.Seq2[*networkconnectivitypb.ServiceClass,error]

All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.

func (*ServiceClassIterator) Next

Next returns the next result. Its second return value is iterator.Done if there are no moreresults. Once Next returns Done, all subsequent calls will return Done.

func (*ServiceClassIterator) PageInfo

func(it*ServiceClassIterator)PageInfo()*iterator.PageInfo

PageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.

ServiceConnectionMapIterator

typeServiceConnectionMapIteratorstruct{// Response is the raw response for the current page.// It must be cast to the RPC response type.// Calling Next() or InternalFetch() updates this value.Responseinterface{}// InternalFetch is for use by the Google Cloud Libraries only.// It is not part of the stable interface of this package.//// InternalFetch returns results from a single call to the underlying RPC.// The number of results is no greater than pageSize.// If there are no more results, nextPageToken is empty and err is nil.InternalFetchfunc(pageSizeint,pageTokenstring)(results[]*networkconnectivitypb.ServiceConnectionMap,nextPageTokenstring,errerror)// contains filtered or unexported fields}

ServiceConnectionMapIterator manages a stream of *networkconnectivitypb.ServiceConnectionMap.

func (*ServiceConnectionMapIterator) All

func(it*ServiceConnectionMapIterator)All()iter.Seq2[*networkconnectivitypb.ServiceConnectionMap,error]

All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.

func (*ServiceConnectionMapIterator) Next

Next returns the next result. Its second return value is iterator.Done if there are no moreresults. Once Next returns Done, all subsequent calls will return Done.

func (*ServiceConnectionMapIterator) PageInfo

func(it*ServiceConnectionMapIterator)PageInfo()*iterator.PageInfo

PageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.

ServiceConnectionPolicyIterator

typeServiceConnectionPolicyIteratorstruct{// Response is the raw response for the current page.// It must be cast to the RPC response type.// Calling Next() or InternalFetch() updates this value.Responseinterface{}// InternalFetch is for use by the Google Cloud Libraries only.// It is not part of the stable interface of this package.//// InternalFetch returns results from a single call to the underlying RPC.// The number of results is no greater than pageSize.// If there are no more results, nextPageToken is empty and err is nil.InternalFetchfunc(pageSizeint,pageTokenstring)(results[]*networkconnectivitypb.ServiceConnectionPolicy,nextPageTokenstring,errerror)// contains filtered or unexported fields}

ServiceConnectionPolicyIterator manages a stream of *networkconnectivitypb.ServiceConnectionPolicy.

func (*ServiceConnectionPolicyIterator) All

func(it*ServiceConnectionPolicyIterator)All()iter.Seq2[*networkconnectivitypb.ServiceConnectionPolicy,error]

All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.

func (*ServiceConnectionPolicyIterator) Next

Next returns the next result. Its second return value is iterator.Done if there are no moreresults. Once Next returns Done, all subsequent calls will return Done.

func (*ServiceConnectionPolicyIterator) PageInfo

func(it*ServiceConnectionPolicyIterator)PageInfo()*iterator.PageInfo

PageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.

ServiceConnectionTokenIterator

typeServiceConnectionTokenIteratorstruct{// Response is the raw response for the current page.// It must be cast to the RPC response type.// Calling Next() or InternalFetch() updates this value.Responseinterface{}// InternalFetch is for use by the Google Cloud Libraries only.// It is not part of the stable interface of this package.//// InternalFetch returns results from a single call to the underlying RPC.// The number of results is no greater than pageSize.// If there are no more results, nextPageToken is empty and err is nil.InternalFetchfunc(pageSizeint,pageTokenstring)(results[]*networkconnectivitypb.ServiceConnectionToken,nextPageTokenstring,errerror)// contains filtered or unexported fields}

ServiceConnectionTokenIterator manages a stream of *networkconnectivitypb.ServiceConnectionToken.

func (*ServiceConnectionTokenIterator) All

func(it*ServiceConnectionTokenIterator)All()iter.Seq2[*networkconnectivitypb.ServiceConnectionToken,error]

All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.

func (*ServiceConnectionTokenIterator) Next

Next returns the next result. Its second return value is iterator.Done if there are no moreresults. Once Next returns Done, all subsequent calls will return Done.

func (*ServiceConnectionTokenIterator) PageInfo

func(it*ServiceConnectionTokenIterator)PageInfo()*iterator.PageInfo

PageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.

SpokeIterator

typeSpokeIteratorstruct{// Response is the raw response for the current page.// It must be cast to the RPC response type.// Calling Next() or InternalFetch() updates this value.Responseinterface{}// InternalFetch is for use by the Google Cloud Libraries only.// It is not part of the stable interface of this package.//// InternalFetch returns results from a single call to the underlying RPC.// The number of results is no greater than pageSize.// If there are no more results, nextPageToken is empty and err is nil.InternalFetchfunc(pageSizeint,pageTokenstring)(results[]*networkconnectivitypb.Spoke,nextPageTokenstring,errerror)// contains filtered or unexported fields}

SpokeIterator manages a stream of *networkconnectivitypb.Spoke.

func (*SpokeIterator) All

func(it*SpokeIterator)All()iter.Seq2[*networkconnectivitypb.Spoke,error]

All returns an iterator. If an error is returned by the iterator, theiterator will stop after that iteration.

func (*SpokeIterator) Next

Next returns the next result. Its second return value is iterator.Done if there are no moreresults. Once Next returns Done, all subsequent calls will return Done.

func (*SpokeIterator) PageInfo

func(it*SpokeIterator)PageInfo()*iterator.PageInfo

PageInfo supports pagination. See the [google.golang.org/api/iterator] package for details.

UpdateDestinationOperation

typeUpdateDestinationOperationstruct{// contains filtered or unexported fields}

UpdateDestinationOperation manages a long-running operation from UpdateDestination.

func (*UpdateDestinationOperation) Done

Done reports whether the long-running operation has completed.

func (*UpdateDestinationOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*UpdateDestinationOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*UpdateDestinationOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*UpdateDestinationOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

UpdateGroupOperation

typeUpdateGroupOperationstruct{// contains filtered or unexported fields}

UpdateGroupOperation manages a long-running operation from UpdateGroup.

func (*UpdateGroupOperation) Done

Done reports whether the long-running operation has completed.

func (*UpdateGroupOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*UpdateGroupOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*UpdateGroupOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*UpdateGroupOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

UpdateHubOperation

typeUpdateHubOperationstruct{// contains filtered or unexported fields}

UpdateHubOperation manages a long-running operation from UpdateHub.

func (*UpdateHubOperation) Done

func(op*UpdateHubOperation)Done()bool

Done reports whether the long-running operation has completed.

func (*UpdateHubOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*UpdateHubOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*UpdateHubOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*UpdateHubOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

UpdateInternalRangeOperation

typeUpdateInternalRangeOperationstruct{// contains filtered or unexported fields}

UpdateInternalRangeOperation manages a long-running operation from UpdateInternalRange.

func (*UpdateInternalRangeOperation) Done

Done reports whether the long-running operation has completed.

func (*UpdateInternalRangeOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*UpdateInternalRangeOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*UpdateInternalRangeOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*UpdateInternalRangeOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

UpdateMulticloudDataTransferConfigOperation

typeUpdateMulticloudDataTransferConfigOperationstruct{// contains filtered or unexported fields}

UpdateMulticloudDataTransferConfigOperation manages a long-running operation from UpdateMulticloudDataTransferConfig.

func (*UpdateMulticloudDataTransferConfigOperation) Done

Done reports whether the long-running operation has completed.

func (*UpdateMulticloudDataTransferConfigOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*UpdateMulticloudDataTransferConfigOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*UpdateMulticloudDataTransferConfigOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*UpdateMulticloudDataTransferConfigOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

UpdateServiceClassOperation

typeUpdateServiceClassOperationstruct{// contains filtered or unexported fields}

UpdateServiceClassOperation manages a long-running operation from UpdateServiceClass.

func (*UpdateServiceClassOperation) Done

Done reports whether the long-running operation has completed.

func (*UpdateServiceClassOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*UpdateServiceClassOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*UpdateServiceClassOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*UpdateServiceClassOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

UpdateServiceConnectionMapOperation

typeUpdateServiceConnectionMapOperationstruct{// contains filtered or unexported fields}

UpdateServiceConnectionMapOperation manages a long-running operation from UpdateServiceConnectionMap.

func (*UpdateServiceConnectionMapOperation) Done

Done reports whether the long-running operation has completed.

func (*UpdateServiceConnectionMapOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*UpdateServiceConnectionMapOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*UpdateServiceConnectionMapOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*UpdateServiceConnectionMapOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

UpdateServiceConnectionPolicyOperation

typeUpdateServiceConnectionPolicyOperationstruct{// contains filtered or unexported fields}

UpdateServiceConnectionPolicyOperation manages a long-running operation from UpdateServiceConnectionPolicy.

func (*UpdateServiceConnectionPolicyOperation) Done

Done reports whether the long-running operation has completed.

func (*UpdateServiceConnectionPolicyOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*UpdateServiceConnectionPolicyOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*UpdateServiceConnectionPolicyOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*UpdateServiceConnectionPolicyOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

UpdateSpokeOperation

typeUpdateSpokeOperationstruct{// contains filtered or unexported fields}

UpdateSpokeOperation manages a long-running operation from UpdateSpoke.

func (*UpdateSpokeOperation) Done

Done reports whether the long-running operation has completed.

func (*UpdateSpokeOperation) Metadata

Metadata returns metadata associated with the long-running operation.Metadata itself does not contact the server, but Poll does.To get the latest metadata, call this method after a successful call to Poll.If the metadata is not available, the returned metadata and error are both nil.

func (*UpdateSpokeOperation) Name

Name returns the name of the long-running operation.The name is assigned by the server and is unique within the service from which the operation is created.

func (*UpdateSpokeOperation) Poll

Poll fetches the latest state of the long-running operation.

Poll also fetches the latest metadata, which can be retrieved by Metadata.

If Poll fails, the error is returned and op is unmodified. If Poll succeeds andthe operation has completed with failure, the error is returned and op.Done will return true.If Poll succeeds and the operation has completed successfully,op.Done will return true, and the response of the operation is returned.If Poll succeeds and the operation has not completed, the returned response and error are both nil.

func (*UpdateSpokeOperation) Wait

Wait blocks until the long-running operation is completed, returning the response and any errors encountered.

See documentation of Poll for error-handling information.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-10-30 UTC.