Uses of Class
com.google.cloud.deploy.v1.CloudDeployClient.ListTargetsPagedResponse
-
Packages that use CloudDeployClient.ListTargetsPagedResponse Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy APIcom.google.cloud.deploy.v1.stub -
-
Uses of CloudDeployClient.ListTargetsPagedResponse in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return CloudDeployClient.ListTargetsPagedResponse Modifier and Type Method Description CloudDeployClient.ListTargetsPagedResponse
CloudDeployClient. listTargets(ListTargetsRequest request)
Lists Targets in a given project and location.CloudDeployClient.ListTargetsPagedResponse
CloudDeployClient. listTargets(LocationName parent)
Lists Targets in a given project and location.CloudDeployClient.ListTargetsPagedResponse
CloudDeployClient. listTargets(String parent)
Lists Targets in a given project and location.Methods in com.google.cloud.deploy.v1 that return types with arguments of type CloudDeployClient.ListTargetsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<CloudDeployClient.ListTargetsPagedResponse>
CloudDeployClient.ListTargetsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTargetsRequest,ListTargetsResponse,Target> context, com.google.api.core.ApiFuture<ListTargetsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListTargetsRequest,CloudDeployClient.ListTargetsPagedResponse>
CloudDeployClient. listTargetsPagedCallable()
Lists Targets in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTargetsRequest,ListTargetsResponse,CloudDeployClient.ListTargetsPagedResponse>
CloudDeploySettings.Builder. listTargetsSettings()
Returns the builder for the settings used for calls to listTargets.com.google.api.gax.rpc.PagedCallSettings<ListTargetsRequest,ListTargetsResponse,CloudDeployClient.ListTargetsPagedResponse>
CloudDeploySettings. listTargetsSettings()
Returns the object with the settings used for calls to listTargets. -
Uses of CloudDeployClient.ListTargetsPagedResponse in com.google.cloud.deploy.v1.stub
Methods in com.google.cloud.deploy.v1.stub that return types with arguments of type CloudDeployClient.ListTargetsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTargetsRequest,CloudDeployClient.ListTargetsPagedResponse>
CloudDeployStub. listTargetsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListTargetsRequest,CloudDeployClient.ListTargetsPagedResponse>
GrpcCloudDeployStub. listTargetsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListTargetsRequest,CloudDeployClient.ListTargetsPagedResponse>
HttpJsonCloudDeployStub. listTargetsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTargetsRequest,ListTargetsResponse,CloudDeployClient.ListTargetsPagedResponse>
CloudDeployStubSettings.Builder. listTargetsSettings()
Returns the builder for the settings used for calls to listTargets.com.google.api.gax.rpc.PagedCallSettings<ListTargetsRequest,ListTargetsResponse,CloudDeployClient.ListTargetsPagedResponse>
CloudDeployStubSettings. listTargetsSettings()
Returns the object with the settings used for calls to listTargets.
-