Class TelcoAutomationStub (0.14.0)

public abstract class TelcoAutomationStub implements BackgroundResource

Base stub class for the TelcoAutomation service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > TelcoAutomationStub

Implements

BackgroundResource

Constructors

TelcoAutomationStub()

public TelcoAutomationStub()

Methods

applyDeploymentCallable()

public UnaryCallable<ApplyDeploymentRequest,Deployment> applyDeploymentCallable()
Returns
Type Description
UnaryCallable<ApplyDeploymentRequest,Deployment>

applyHydratedDeploymentCallable()

public UnaryCallable<ApplyHydratedDeploymentRequest,HydratedDeployment> applyHydratedDeploymentCallable()
Returns
Type Description
UnaryCallable<ApplyHydratedDeploymentRequest,HydratedDeployment>

approveBlueprintCallable()

public UnaryCallable<ApproveBlueprintRequest,Blueprint> approveBlueprintCallable()
Returns
Type Description
UnaryCallable<ApproveBlueprintRequest,Blueprint>

close()

public abstract void close()

computeDeploymentStatusCallable()

public UnaryCallable<ComputeDeploymentStatusRequest,ComputeDeploymentStatusResponse> computeDeploymentStatusCallable()
Returns
Type Description
UnaryCallable<ComputeDeploymentStatusRequest,ComputeDeploymentStatusResponse>

createBlueprintCallable()

public UnaryCallable<CreateBlueprintRequest,Blueprint> createBlueprintCallable()
Returns
Type Description
UnaryCallable<CreateBlueprintRequest,Blueprint>

createDeploymentCallable()

public UnaryCallable<CreateDeploymentRequest,Deployment> createDeploymentCallable()
Returns
Type Description
UnaryCallable<CreateDeploymentRequest,Deployment>

createEdgeSlmCallable()

public UnaryCallable<CreateEdgeSlmRequest,Operation> createEdgeSlmCallable()
Returns
Type Description
UnaryCallable<CreateEdgeSlmRequest,Operation>

createEdgeSlmOperationCallable()

public OperationCallable<CreateEdgeSlmRequest,EdgeSlm,OperationMetadata> createEdgeSlmOperationCallable()
Returns
Type Description
OperationCallable<CreateEdgeSlmRequest,EdgeSlm,OperationMetadata>

createOrchestrationClusterCallable()

public UnaryCallable<CreateOrchestrationClusterRequest,Operation> createOrchestrationClusterCallable()
Returns
Type Description
UnaryCallable<CreateOrchestrationClusterRequest,Operation>

createOrchestrationClusterOperationCallable()

public OperationCallable<CreateOrchestrationClusterRequest,OrchestrationCluster,OperationMetadata> createOrchestrationClusterOperationCallable()
Returns
Type Description
OperationCallable<CreateOrchestrationClusterRequest,OrchestrationCluster,OperationMetadata>

deleteBlueprintCallable()

public UnaryCallable<DeleteBlueprintRequest,Empty> deleteBlueprintCallable()
Returns
Type Description
UnaryCallable<DeleteBlueprintRequest,Empty>

deleteEdgeSlmCallable()

public UnaryCallable<DeleteEdgeSlmRequest,Operation> deleteEdgeSlmCallable()
Returns
Type Description
UnaryCallable<DeleteEdgeSlmRequest,Operation>

deleteEdgeSlmOperationCallable()

public OperationCallable<DeleteEdgeSlmRequest,Empty,OperationMetadata> deleteEdgeSlmOperationCallable()
Returns
Type Description
OperationCallable<DeleteEdgeSlmRequest,Empty,OperationMetadata>

deleteOrchestrationClusterCallable()

public UnaryCallable<DeleteOrchestrationClusterRequest,Operation> deleteOrchestrationClusterCallable()
Returns
Type Description
UnaryCallable<DeleteOrchestrationClusterRequest,Operation>

deleteOrchestrationClusterOperationCallable()

public OperationCallable<DeleteOrchestrationClusterRequest,Empty,OperationMetadata> deleteOrchestrationClusterOperationCallable()
Returns
Type Description
OperationCallable<DeleteOrchestrationClusterRequest,Empty,OperationMetadata>

discardBlueprintChangesCallable()

public UnaryCallable<DiscardBlueprintChangesRequest,DiscardBlueprintChangesResponse> discardBlueprintChangesCallable()
Returns
Type Description
UnaryCallable<DiscardBlueprintChangesRequest,DiscardBlueprintChangesResponse>

discardDeploymentChangesCallable()

public UnaryCallable<DiscardDeploymentChangesRequest,DiscardDeploymentChangesResponse> discardDeploymentChangesCallable()
Returns
Type Description
UnaryCallable<DiscardDeploymentChangesRequest,DiscardDeploymentChangesResponse>

getBlueprintCallable()

public UnaryCallable<GetBlueprintRequest,Blueprint> getBlueprintCallable()
Returns
Type Description
UnaryCallable<GetBlueprintRequest,Blueprint>

getDeploymentCallable()

public UnaryCallable<GetDeploymentRequest,Deployment> getDeploymentCallable()
Returns
Type Description
UnaryCallable<GetDeploymentRequest,Deployment>

getEdgeSlmCallable()

public UnaryCallable<GetEdgeSlmRequest,EdgeSlm> getEdgeSlmCallable()
Returns
Type Description
UnaryCallable<GetEdgeSlmRequest,EdgeSlm>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getHydratedDeploymentCallable()

public UnaryCallable<GetHydratedDeploymentRequest,HydratedDeployment> getHydratedDeploymentCallable()
Returns
Type Description
UnaryCallable<GetHydratedDeploymentRequest,HydratedDeployment>

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

getOrchestrationClusterCallable()

public UnaryCallable<GetOrchestrationClusterRequest,OrchestrationCluster> getOrchestrationClusterCallable()
Returns
Type Description
UnaryCallable<GetOrchestrationClusterRequest,OrchestrationCluster>

getPublicBlueprintCallable()

public UnaryCallable<GetPublicBlueprintRequest,PublicBlueprint> getPublicBlueprintCallable()
Returns
Type Description
UnaryCallable<GetPublicBlueprintRequest,PublicBlueprint>

listBlueprintRevisionsCallable()

public UnaryCallable<ListBlueprintRevisionsRequest,ListBlueprintRevisionsResponse> listBlueprintRevisionsCallable()
Returns
Type Description
UnaryCallable<ListBlueprintRevisionsRequest,ListBlueprintRevisionsResponse>

listBlueprintRevisionsPagedCallable()

public UnaryCallable<ListBlueprintRevisionsRequest,TelcoAutomationClient.ListBlueprintRevisionsPagedResponse> listBlueprintRevisionsPagedCallable()
Returns
Type Description
UnaryCallable<ListBlueprintRevisionsRequest,ListBlueprintRevisionsPagedResponse>

listBlueprintsCallable()

public UnaryCallable<ListBlueprintsRequest,ListBlueprintsResponse> listBlueprintsCallable()
Returns
Type Description
UnaryCallable<ListBlueprintsRequest,ListBlueprintsResponse>

listBlueprintsPagedCallable()

public UnaryCallable<ListBlueprintsRequest,TelcoAutomationClient.ListBlueprintsPagedResponse> listBlueprintsPagedCallable()
Returns
Type Description
UnaryCallable<ListBlueprintsRequest,ListBlueprintsPagedResponse>

listDeploymentRevisionsCallable()

public UnaryCallable<ListDeploymentRevisionsRequest,ListDeploymentRevisionsResponse> listDeploymentRevisionsCallable()
Returns
Type Description
UnaryCallable<ListDeploymentRevisionsRequest,ListDeploymentRevisionsResponse>

listDeploymentRevisionsPagedCallable()

public UnaryCallable<ListDeploymentRevisionsRequest,TelcoAutomationClient.ListDeploymentRevisionsPagedResponse> listDeploymentRevisionsPagedCallable()
Returns
Type Description
UnaryCallable<ListDeploymentRevisionsRequest,ListDeploymentRevisionsPagedResponse>

listDeploymentsCallable()

public UnaryCallable<ListDeploymentsRequest,ListDeploymentsResponse> listDeploymentsCallable()
Returns
Type Description
UnaryCallable<ListDeploymentsRequest,ListDeploymentsResponse>

listDeploymentsPagedCallable()

public UnaryCallable<ListDeploymentsRequest,TelcoAutomationClient.ListDeploymentsPagedResponse> listDeploymentsPagedCallable()
Returns
Type Description
UnaryCallable<ListDeploymentsRequest,ListDeploymentsPagedResponse>

listEdgeSlmsCallable()

public UnaryCallable<ListEdgeSlmsRequest,ListEdgeSlmsResponse> listEdgeSlmsCallable()
Returns
Type Description
UnaryCallable<ListEdgeSlmsRequest,ListEdgeSlmsResponse>

listEdgeSlmsPagedCallable()

public UnaryCallable<ListEdgeSlmsRequest,TelcoAutomationClient.ListEdgeSlmsPagedResponse> listEdgeSlmsPagedCallable()
Returns
Type Description
UnaryCallable<ListEdgeSlmsRequest,ListEdgeSlmsPagedResponse>

listHydratedDeploymentsCallable()

public UnaryCallable<ListHydratedDeploymentsRequest,ListHydratedDeploymentsResponse> listHydratedDeploymentsCallable()
Returns
Type Description
UnaryCallable<ListHydratedDeploymentsRequest,ListHydratedDeploymentsResponse>

listHydratedDeploymentsPagedCallable()

public UnaryCallable<ListHydratedDeploymentsRequest,TelcoAutomationClient.ListHydratedDeploymentsPagedResponse> listHydratedDeploymentsPagedCallable()
Returns
Type Description
UnaryCallable<ListHydratedDeploymentsRequest,ListHydratedDeploymentsPagedResponse>

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,TelcoAutomationClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

listOrchestrationClustersCallable()

public UnaryCallable<ListOrchestrationClustersRequest,ListOrchestrationClustersResponse> listOrchestrationClustersCallable()
Returns
Type Description
UnaryCallable<ListOrchestrationClustersRequest,ListOrchestrationClustersResponse>

listOrchestrationClustersPagedCallable()

public UnaryCallable<ListOrchestrationClustersRequest,TelcoAutomationClient.ListOrchestrationClustersPagedResponse> listOrchestrationClustersPagedCallable()
Returns
Type Description
UnaryCallable<ListOrchestrationClustersRequest,ListOrchestrationClustersPagedResponse>

listPublicBlueprintsCallable()

public UnaryCallable<ListPublicBlueprintsRequest,ListPublicBlueprintsResponse> listPublicBlueprintsCallable()
Returns
Type Description
UnaryCallable<ListPublicBlueprintsRequest,ListPublicBlueprintsResponse>

listPublicBlueprintsPagedCallable()

public UnaryCallable<ListPublicBlueprintsRequest,TelcoAutomationClient.ListPublicBlueprintsPagedResponse> listPublicBlueprintsPagedCallable()
Returns
Type Description
UnaryCallable<ListPublicBlueprintsRequest,ListPublicBlueprintsPagedResponse>

proposeBlueprintCallable()

public UnaryCallable<ProposeBlueprintRequest,Blueprint> proposeBlueprintCallable()
Returns
Type Description
UnaryCallable<ProposeBlueprintRequest,Blueprint>

rejectBlueprintCallable()

public UnaryCallable<RejectBlueprintRequest,Blueprint> rejectBlueprintCallable()
Returns
Type Description
UnaryCallable<RejectBlueprintRequest,Blueprint>

removeDeploymentCallable()

public UnaryCallable<RemoveDeploymentRequest,Empty> removeDeploymentCallable()
Returns
Type Description
UnaryCallable<RemoveDeploymentRequest,Empty>

rollbackDeploymentCallable()

public UnaryCallable<RollbackDeploymentRequest,Deployment> rollbackDeploymentCallable()
Returns
Type Description
UnaryCallable<RollbackDeploymentRequest,Deployment>

searchBlueprintRevisionsCallable()

public UnaryCallable<SearchBlueprintRevisionsRequest,SearchBlueprintRevisionsResponse> searchBlueprintRevisionsCallable()
Returns
Type Description
UnaryCallable<SearchBlueprintRevisionsRequest,SearchBlueprintRevisionsResponse>

searchBlueprintRevisionsPagedCallable()

public UnaryCallable<SearchBlueprintRevisionsRequest,TelcoAutomationClient.SearchBlueprintRevisionsPagedResponse> searchBlueprintRevisionsPagedCallable()
Returns
Type Description
UnaryCallable<SearchBlueprintRevisionsRequest,SearchBlueprintRevisionsPagedResponse>

searchDeploymentRevisionsCallable()

public UnaryCallable<SearchDeploymentRevisionsRequest,SearchDeploymentRevisionsResponse> searchDeploymentRevisionsCallable()
Returns
Type Description
UnaryCallable<SearchDeploymentRevisionsRequest,SearchDeploymentRevisionsResponse>

searchDeploymentRevisionsPagedCallable()

public UnaryCallable<SearchDeploymentRevisionsRequest,TelcoAutomationClient.SearchDeploymentRevisionsPagedResponse> searchDeploymentRevisionsPagedCallable()
Returns
Type Description
UnaryCallable<SearchDeploymentRevisionsRequest,SearchDeploymentRevisionsPagedResponse>

updateBlueprintCallable()

public UnaryCallable<UpdateBlueprintRequest,Blueprint> updateBlueprintCallable()
Returns
Type Description
UnaryCallable<UpdateBlueprintRequest,Blueprint>

updateDeploymentCallable()

public UnaryCallable<UpdateDeploymentRequest,Deployment> updateDeploymentCallable()
Returns
Type Description
UnaryCallable<UpdateDeploymentRequest,Deployment>

updateHydratedDeploymentCallable()

public UnaryCallable<UpdateHydratedDeploymentRequest,HydratedDeployment> updateHydratedDeploymentCallable()
Returns
Type Description
UnaryCallable<UpdateHydratedDeploymentRequest,HydratedDeployment>