Uses of Class
com.google.cloud.deploy.v1.CloudDeployClient.ListReleasesPagedResponse
-
Packages that use CloudDeployClient.ListReleasesPagedResponse Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy APIcom.google.cloud.deploy.v1.stub -
-
Uses of CloudDeployClient.ListReleasesPagedResponse in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return CloudDeployClient.ListReleasesPagedResponse Modifier and Type Method Description CloudDeployClient.ListReleasesPagedResponse
CloudDeployClient. listReleases(DeliveryPipelineName parent)
Lists Releases in a given project and location.CloudDeployClient.ListReleasesPagedResponse
CloudDeployClient. listReleases(ListReleasesRequest request)
Lists Releases in a given project and location.CloudDeployClient.ListReleasesPagedResponse
CloudDeployClient. listReleases(String parent)
Lists Releases in a given project and location.Methods in com.google.cloud.deploy.v1 that return types with arguments of type CloudDeployClient.ListReleasesPagedResponse Modifier and Type Method Description 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)
com.google.api.gax.rpc.UnaryCallable<ListReleasesRequest,CloudDeployClient.ListReleasesPagedResponse>
CloudDeployClient. listReleasesPagedCallable()
Lists Releases in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListReleasesRequest,ListReleasesResponse,CloudDeployClient.ListReleasesPagedResponse>
CloudDeploySettings.Builder. listReleasesSettings()
Returns the builder for the settings used for calls to listReleases.com.google.api.gax.rpc.PagedCallSettings<ListReleasesRequest,ListReleasesResponse,CloudDeployClient.ListReleasesPagedResponse>
CloudDeploySettings. listReleasesSettings()
Returns the object with the settings used for calls to listReleases. -
Uses of CloudDeployClient.ListReleasesPagedResponse in com.google.cloud.deploy.v1.stub
Methods in com.google.cloud.deploy.v1.stub that return types with arguments of type CloudDeployClient.ListReleasesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListReleasesRequest,CloudDeployClient.ListReleasesPagedResponse>
CloudDeployStub. listReleasesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListReleasesRequest,CloudDeployClient.ListReleasesPagedResponse>
GrpcCloudDeployStub. listReleasesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListReleasesRequest,CloudDeployClient.ListReleasesPagedResponse>
HttpJsonCloudDeployStub. listReleasesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListReleasesRequest,ListReleasesResponse,CloudDeployClient.ListReleasesPagedResponse>
CloudDeployStubSettings.Builder. listReleasesSettings()
Returns the builder for the settings used for calls to listReleases.com.google.api.gax.rpc.PagedCallSettings<ListReleasesRequest,ListReleasesResponse,CloudDeployClient.ListReleasesPagedResponse>
CloudDeployStubSettings. listReleasesSettings()
Returns the object with the settings used for calls to listReleases.
-