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 ListTargetsResponseListTargetsResponse.Builder. build()ListTargetsResponseListTargetsResponse.Builder. buildPartial()static ListTargetsResponseListTargetsResponse. getDefaultInstance()ListTargetsResponseListTargetsResponse.Builder. getDefaultInstanceForType()ListTargetsResponseListTargetsResponse. getDefaultInstanceForType()ListTargetsResponseCloudDeployGrpc.CloudDeployBlockingStub. listTargets(ListTargetsRequest request)Lists Targets in a given project and location.static ListTargetsResponseListTargetsResponse. parseDelimitedFrom(InputStream input)static ListTargetsResponseListTargetsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTargetsResponseListTargetsResponse. parseFrom(byte[] data)static ListTargetsResponseListTargetsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTargetsResponseListTargetsResponse. parseFrom(com.google.protobuf.ByteString data)static ListTargetsResponseListTargetsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTargetsResponseListTargetsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListTargetsResponseListTargetsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTargetsResponseListTargetsResponse. parseFrom(InputStream input)static ListTargetsResponseListTargetsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTargetsResponseListTargetsResponse. parseFrom(ByteBuffer data)static ListTargetsResponseListTargetsResponse. 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.ListTargetsPageCloudDeployClient.ListTargetsPage. createPage(com.google.api.gax.rpc.PageContext<ListTargetsRequest,ListTargetsResponse,Target> context, ListTargetsResponse response)ListTargetsResponse.BuilderListTargetsResponse.Builder. mergeFrom(ListTargetsResponse other)static ListTargetsResponse.BuilderListTargetsResponse. 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.ListTargetsPageCloudDeployClient.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 voidCloudDeployGrpc.AsyncService. listTargets(ListTargetsRequest request, io.grpc.stub.StreamObserver<ListTargetsResponse> responseObserver)Lists Targets in a given project and location.voidCloudDeployGrpc.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.
-