Uses of Class
com.google.cloud.deploy.v1.ListTargetsResponse
-
Packages that use ListTargetsResponse Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy APIcom.google.cloud.deploy.v1.stub -
-
Uses of ListTargetsResponse in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return ListTargetsResponse Modifier and Type Method Description ListTargetsResponse
ListTargetsResponse.Builder. build()
ListTargetsResponse
ListTargetsResponse.Builder. buildPartial()
static ListTargetsResponse
ListTargetsResponse. getDefaultInstance()
ListTargetsResponse
ListTargetsResponse.Builder. getDefaultInstanceForType()
ListTargetsResponse
ListTargetsResponse. getDefaultInstanceForType()
ListTargetsResponse
CloudDeployGrpc.CloudDeployBlockingStub. listTargets(ListTargetsRequest request)
Lists Targets in a given project and location.static ListTargetsResponse
ListTargetsResponse. parseDelimitedFrom(InputStream input)
static ListTargetsResponse
ListTargetsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTargetsResponse
ListTargetsResponse. parseFrom(byte[] data)
static ListTargetsResponse
ListTargetsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTargetsResponse
ListTargetsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListTargetsResponse
ListTargetsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTargetsResponse
ListTargetsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListTargetsResponse
ListTargetsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTargetsResponse
ListTargetsResponse. parseFrom(InputStream input)
static ListTargetsResponse
ListTargetsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTargetsResponse
ListTargetsResponse. parseFrom(ByteBuffer data)
static ListTargetsResponse
ListTargetsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.deploy.v1 that return types with arguments of type ListTargetsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListTargetsRequest,ListTargetsResponse>
CloudDeployGrpc. getListTargetsMethod()
com.google.protobuf.Parser<ListTargetsResponse>
ListTargetsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListTargetsResponse>
CloudDeployGrpc.CloudDeployFutureStub. listTargets(ListTargetsRequest request)
Lists Targets in a given project and location.com.google.api.gax.rpc.UnaryCallable<ListTargetsRequest,ListTargetsResponse>
CloudDeployClient. listTargetsCallable()
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.static com.google.protobuf.Parser<ListTargetsResponse>
ListTargetsResponse. parser()
Methods in com.google.cloud.deploy.v1 with parameters of type ListTargetsResponse Modifier and Type Method Description protected CloudDeployClient.ListTargetsPage
CloudDeployClient.ListTargetsPage. createPage(com.google.api.gax.rpc.PageContext<ListTargetsRequest,ListTargetsResponse,Target> context, ListTargetsResponse response)
ListTargetsResponse.Builder
ListTargetsResponse.Builder. mergeFrom(ListTargetsResponse other)
static ListTargetsResponse.Builder
ListTargetsResponse. newBuilder(ListTargetsResponse prototype)
Method parameters in com.google.cloud.deploy.v1 with type arguments of type ListTargetsResponse 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)
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)
protected CloudDeployClient.ListTargetsPage
CloudDeployClient.ListTargetsPage. createPage(com.google.api.gax.rpc.PageContext<ListTargetsRequest,ListTargetsResponse,Target> context, ListTargetsResponse response)
com.google.api.core.ApiFuture<CloudDeployClient.ListTargetsPage>
CloudDeployClient.ListTargetsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTargetsRequest,ListTargetsResponse,Target> context, com.google.api.core.ApiFuture<ListTargetsResponse> futureResponse)
com.google.api.core.ApiFuture<CloudDeployClient.ListTargetsPage>
CloudDeployClient.ListTargetsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTargetsRequest,ListTargetsResponse,Target> context, com.google.api.core.ApiFuture<ListTargetsResponse> futureResponse)
default void
CloudDeployGrpc.AsyncService. listTargets(ListTargetsRequest request, io.grpc.stub.StreamObserver<ListTargetsResponse> responseObserver)
Lists Targets in a given project and location.void
CloudDeployGrpc.CloudDeployStub. listTargets(ListTargetsRequest request, io.grpc.stub.StreamObserver<ListTargetsResponse> responseObserver)
Lists Targets in a given project and location. -
Uses of ListTargetsResponse in com.google.cloud.deploy.v1.stub
Methods in com.google.cloud.deploy.v1.stub that return types with arguments of type ListTargetsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTargetsRequest,ListTargetsResponse>
CloudDeployStub. listTargetsCallable()
com.google.api.gax.rpc.UnaryCallable<ListTargetsRequest,ListTargetsResponse>
GrpcCloudDeployStub. listTargetsCallable()
com.google.api.gax.rpc.UnaryCallable<ListTargetsRequest,ListTargetsResponse>
HttpJsonCloudDeployStub. listTargetsCallable()
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.
-