Class VersionsStub (2.72.0)

publicabstractclass VersionsStubimplementsBackgroundResource

Base stub class for the Versions service API.

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

Inheritance

java.lang.Object > VersionsStub

Implements

BackgroundResource

Constructors

VersionsStub()

publicVersionsStub()

Methods

close()

publicabstractvoidclose()

createVersionCallable()

publicUnaryCallable<CreateVersionRequest,Operation>createVersionCallable()
Returns
Type Description
UnaryCallable<CreateVersionRequest,Operation>

createVersionOperationCallable()

publicOperationCallable<CreateVersionRequest,Version,CreateVersionMetadataV1>createVersionOperationCallable()
Returns
Type Description
OperationCallable<CreateVersionRequest,Version,CreateVersionMetadataV1>

deleteVersionCallable()

publicUnaryCallable<DeleteVersionRequest,Operation>deleteVersionCallable()
Returns
Type Description
UnaryCallable<DeleteVersionRequest,Operation>

deleteVersionOperationCallable()

publicOperationCallable<DeleteVersionRequest,Empty,OperationMetadataV1>deleteVersionOperationCallable()
Returns
Type Description
OperationCallable<DeleteVersionRequest,Empty,OperationMetadataV1>

getHttpJsonOperationsStub()

publicOperationsStubgetHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getOperationsStub()

publicOperationsStubgetOperationsStub()
Returns
Type Description
OperationsStub

getVersionCallable()

publicUnaryCallable<GetVersionRequest,Version>getVersionCallable()
Returns
Type Description
UnaryCallable<GetVersionRequest,Version>

listVersionsCallable()

publicUnaryCallable<ListVersionsRequest,ListVersionsResponse>listVersionsCallable()
Returns
Type Description
UnaryCallable<ListVersionsRequest,ListVersionsResponse>

listVersionsPagedCallable()

publicUnaryCallable<ListVersionsRequest,VersionsClient.ListVersionsPagedResponse>listVersionsPagedCallable()
Returns
Type Description
UnaryCallable<ListVersionsRequest,ListVersionsPagedResponse>

updateVersionCallable()

publicUnaryCallable<UpdateVersionRequest,Operation>updateVersionCallable()
Returns
Type Description
UnaryCallable<UpdateVersionRequest,Operation>

updateVersionOperationCallable()

publicOperationCallable<UpdateVersionRequest,Version,OperationMetadataV1>updateVersionOperationCallable()
Returns
Type Description
OperationCallable<UpdateVersionRequest,Version,OperationMetadataV1>

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

Last updated 2025年10月30日 UTC.