Uses of Class
com.google.cloud.deploy.v1.Release
-
Packages that use Release Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy APIcom.google.cloud.deploy.v1.stub -
-
Uses of Release in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return Release Modifier and Type Method Description Release
Release.Builder. build()
Release
Release.Builder. buildPartial()
static Release
Release. getDefaultInstance()
Release
Release.Builder. getDefaultInstanceForType()
Release
Release. getDefaultInstanceForType()
Release
CloudDeployClient. getRelease(GetReleaseRequest request)
Gets details of a single Release.Release
CloudDeployClient. getRelease(ReleaseName name)
Gets details of a single Release.Release
CloudDeployClient. getRelease(String name)
Gets details of a single Release.Release
CloudDeployGrpc.CloudDeployBlockingStub. getRelease(GetReleaseRequest request)
Gets details of a single Release.Release
CreateReleaseRequest.Builder. getRelease()
Required.Release
CreateReleaseRequest. getRelease()
Required.Release
CreateReleaseRequestOrBuilder. getRelease()
Required.Release
ListReleasesResponse.Builder. getReleases(int index)
The `Release` objects.Release
ListReleasesResponse. getReleases(int index)
The `Release` objects.Release
ListReleasesResponseOrBuilder. getReleases(int index)
The `Release` objects.static Release
Release. parseDelimitedFrom(InputStream input)
static Release
Release. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Release
Release. parseFrom(byte[] data)
static Release
Release. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Release
Release. parseFrom(com.google.protobuf.ByteString data)
static Release
Release. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Release
Release. parseFrom(com.google.protobuf.CodedInputStream input)
static Release
Release. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Release
Release. parseFrom(InputStream input)
static Release
Release. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Release
Release. parseFrom(ByteBuffer data)
static Release
Release. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.deploy.v1 that return types with arguments of type Release Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Release,OperationMetadata>
CloudDeployClient. createReleaseAsync(CreateReleaseRequest request)
Creates a new Release in a given project and location.com.google.api.gax.longrunning.OperationFuture<Release,OperationMetadata>
CloudDeployClient. createReleaseAsync(DeliveryPipelineName parent, Release release, String releaseId)
Creates a new Release in a given project and location.com.google.api.gax.longrunning.OperationFuture<Release,OperationMetadata>
CloudDeployClient. createReleaseAsync(String parent, Release release, String releaseId)
Creates a new Release in a given project and location.com.google.api.gax.rpc.OperationCallable<CreateReleaseRequest,Release,OperationMetadata>
CloudDeployClient. createReleaseOperationCallable()
Creates a new Release in a given project and location.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateReleaseRequest,Release,OperationMetadata>
CloudDeploySettings.Builder. createReleaseOperationSettings()
Returns the builder for the settings used for calls to createRelease.com.google.api.gax.rpc.OperationCallSettings<CreateReleaseRequest,Release,OperationMetadata>
CloudDeploySettings. createReleaseOperationSettings()
Returns the object with the settings used for calls to createRelease.static io.grpc.MethodDescriptor<GetReleaseRequest,Release>
CloudDeployGrpc. getGetReleaseMethod()
com.google.protobuf.Parser<Release>
Release. getParserForType()
com.google.common.util.concurrent.ListenableFuture<Release>
CloudDeployGrpc.CloudDeployFutureStub. getRelease(GetReleaseRequest request)
Gets details of a single Release.com.google.api.gax.rpc.UnaryCallable<GetReleaseRequest,Release>
CloudDeployClient. getReleaseCallable()
Gets details of a single Release.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetReleaseRequest,Release>
CloudDeploySettings.Builder. getReleaseSettings()
Returns the builder for the settings used for calls to getRelease.com.google.api.gax.rpc.UnaryCallSettings<GetReleaseRequest,Release>
CloudDeploySettings. getReleaseSettings()
Returns the object with the settings used for calls to getRelease.List<Release>
ListReleasesResponse.Builder. getReleasesList()
The `Release` objects.List<Release>
ListReleasesResponse. getReleasesList()
The `Release` objects.List<Release>
ListReleasesResponseOrBuilder. getReleasesList()
The `Release` objects.static com.google.protobuf.Parser<Release>
Release. parser()
Methods in com.google.cloud.deploy.v1 with parameters of type Release Modifier and Type Method Description ListReleasesResponse.Builder
ListReleasesResponse.Builder. addReleases(int index, Release value)
The `Release` objects.ListReleasesResponse.Builder
ListReleasesResponse.Builder. addReleases(Release value)
The `Release` objects.com.google.api.gax.longrunning.OperationFuture<Release,OperationMetadata>
CloudDeployClient. createReleaseAsync(DeliveryPipelineName parent, Release release, String releaseId)
Creates a new Release in a given project and location.com.google.api.gax.longrunning.OperationFuture<Release,OperationMetadata>
CloudDeployClient. createReleaseAsync(String parent, Release release, String releaseId)
Creates a new Release in a given project and location.Release.Builder
Release.Builder. mergeFrom(Release other)
CreateReleaseRequest.Builder
CreateReleaseRequest.Builder. mergeRelease(Release value)
Required.static Release.Builder
Release. newBuilder(Release prototype)
CreateReleaseRequest.Builder
CreateReleaseRequest.Builder. setRelease(Release value)
Required.ListReleasesResponse.Builder
ListReleasesResponse.Builder. setReleases(int index, Release value)
The `Release` objects.Method parameters in com.google.cloud.deploy.v1 with type arguments of type Release Modifier and Type Method Description ListReleasesResponse.Builder
ListReleasesResponse.Builder. addAllReleases(Iterable<? extends Release> values)
The `Release` objects.static com.google.api.core.ApiFuture<CloudDeployClient.ListReleasesPagedResponse>
CloudDeployClient.ListReleasesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListReleasesRequest,ListReleasesResponse,Release> context, com.google.api.core.ApiFuture<ListReleasesResponse> futureResponse)
protected CloudDeployClient.ListReleasesPage
CloudDeployClient.ListReleasesPage. createPage(com.google.api.gax.rpc.PageContext<ListReleasesRequest,ListReleasesResponse,Release> context, ListReleasesResponse response)
com.google.api.core.ApiFuture<CloudDeployClient.ListReleasesPage>
CloudDeployClient.ListReleasesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListReleasesRequest,ListReleasesResponse,Release> context, com.google.api.core.ApiFuture<ListReleasesResponse> futureResponse)
default void
CloudDeployGrpc.AsyncService. getRelease(GetReleaseRequest request, io.grpc.stub.StreamObserver<Release> responseObserver)
Gets details of a single Release.void
CloudDeployGrpc.CloudDeployStub. getRelease(GetReleaseRequest request, io.grpc.stub.StreamObserver<Release> responseObserver)
Gets details of a single Release. -
Uses of Release in com.google.cloud.deploy.v1.stub
Methods in com.google.cloud.deploy.v1.stub that return types with arguments of type Release Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateReleaseRequest,Release,OperationMetadata>
CloudDeployStub. createReleaseOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateReleaseRequest,Release,OperationMetadata>
GrpcCloudDeployStub. createReleaseOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateReleaseRequest,Release,OperationMetadata>
HttpJsonCloudDeployStub. createReleaseOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateReleaseRequest,Release,OperationMetadata>
CloudDeployStubSettings.Builder. createReleaseOperationSettings()
Returns the builder for the settings used for calls to createRelease.com.google.api.gax.rpc.OperationCallSettings<CreateReleaseRequest,Release,OperationMetadata>
CloudDeployStubSettings. createReleaseOperationSettings()
Returns the object with the settings used for calls to createRelease.com.google.api.gax.rpc.UnaryCallable<GetReleaseRequest,Release>
CloudDeployStub. getReleaseCallable()
com.google.api.gax.rpc.UnaryCallable<GetReleaseRequest,Release>
GrpcCloudDeployStub. getReleaseCallable()
com.google.api.gax.rpc.UnaryCallable<GetReleaseRequest,Release>
HttpJsonCloudDeployStub. getReleaseCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetReleaseRequest,Release>
CloudDeployStubSettings.Builder. getReleaseSettings()
Returns the builder for the settings used for calls to getRelease.com.google.api.gax.rpc.UnaryCallSettings<GetReleaseRequest,Release>
CloudDeployStubSettings. getReleaseSettings()
Returns the object with the settings used for calls to getRelease.
-