Uses of Class
com.google.cloud.tasks.v2beta2.UploadQueueYamlRequest
-
Packages that use UploadQueueYamlRequest Package Description com.google.cloud.tasks.v2beta2 A client to Cloud Tasks APIcom.google.cloud.tasks.v2beta2.stub -
-
Uses of UploadQueueYamlRequest in com.google.cloud.tasks.v2beta2
Methods in com.google.cloud.tasks.v2beta2 that return UploadQueueYamlRequest Modifier and Type Method Description UploadQueueYamlRequestUploadQueueYamlRequest.Builder. build()UploadQueueYamlRequestUploadQueueYamlRequest.Builder. buildPartial()static UploadQueueYamlRequestUploadQueueYamlRequest. getDefaultInstance()UploadQueueYamlRequestUploadQueueYamlRequest.Builder. getDefaultInstanceForType()UploadQueueYamlRequestUploadQueueYamlRequest. getDefaultInstanceForType()static UploadQueueYamlRequestUploadQueueYamlRequest. parseDelimitedFrom(InputStream input)static UploadQueueYamlRequestUploadQueueYamlRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UploadQueueYamlRequestUploadQueueYamlRequest. parseFrom(byte[] data)static UploadQueueYamlRequestUploadQueueYamlRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UploadQueueYamlRequestUploadQueueYamlRequest. parseFrom(com.google.protobuf.ByteString data)static UploadQueueYamlRequestUploadQueueYamlRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UploadQueueYamlRequestUploadQueueYamlRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UploadQueueYamlRequestUploadQueueYamlRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UploadQueueYamlRequestUploadQueueYamlRequest. parseFrom(InputStream input)static UploadQueueYamlRequestUploadQueueYamlRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UploadQueueYamlRequestUploadQueueYamlRequest. parseFrom(ByteBuffer data)static UploadQueueYamlRequestUploadQueueYamlRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.tasks.v2beta2 that return types with arguments of type UploadQueueYamlRequest Modifier and Type Method Description com.google.protobuf.Parser<UploadQueueYamlRequest>UploadQueueYamlRequest. getParserForType()static io.grpc.MethodDescriptor<UploadQueueYamlRequest,com.google.protobuf.Empty>CloudTasksGrpc. getUploadQueueYamlMethod()static com.google.protobuf.Parser<UploadQueueYamlRequest>UploadQueueYamlRequest. parser()com.google.api.gax.rpc.UnaryCallable<UploadQueueYamlRequest,com.google.protobuf.Empty>CloudTasksClient. uploadQueueYamlCallable()Update queue list by uploading a queue.yaml file.com.google.api.gax.rpc.UnaryCallSettings.Builder<UploadQueueYamlRequest,com.google.protobuf.Empty>CloudTasksSettings.Builder. uploadQueueYamlSettings()Returns the builder for the settings used for calls to uploadQueueYaml.com.google.api.gax.rpc.UnaryCallSettings<UploadQueueYamlRequest,com.google.protobuf.Empty>CloudTasksSettings. uploadQueueYamlSettings()Returns the object with the settings used for calls to uploadQueueYaml.Methods in com.google.cloud.tasks.v2beta2 with parameters of type UploadQueueYamlRequest Modifier and Type Method Description UploadQueueYamlRequest.BuilderUploadQueueYamlRequest.Builder. mergeFrom(UploadQueueYamlRequest other)static UploadQueueYamlRequest.BuilderUploadQueueYamlRequest. newBuilder(UploadQueueYamlRequest prototype)voidCloudTasksClient. uploadQueueYaml(UploadQueueYamlRequest request)Update queue list by uploading a queue.yaml file.default voidCloudTasksGrpc.AsyncService. uploadQueueYaml(UploadQueueYamlRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Update queue list by uploading a queue.yaml file.com.google.protobuf.EmptyCloudTasksGrpc.CloudTasksBlockingStub. uploadQueueYaml(UploadQueueYamlRequest request)Update queue list by uploading a queue.yaml file.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>CloudTasksGrpc.CloudTasksFutureStub. uploadQueueYaml(UploadQueueYamlRequest request)Update queue list by uploading a queue.yaml file.voidCloudTasksGrpc.CloudTasksStub. uploadQueueYaml(UploadQueueYamlRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Update queue list by uploading a queue.yaml file. -
Uses of UploadQueueYamlRequest in com.google.cloud.tasks.v2beta2.stub
Methods in com.google.cloud.tasks.v2beta2.stub that return types with arguments of type UploadQueueYamlRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UploadQueueYamlRequest,com.google.protobuf.Empty>CloudTasksStub. uploadQueueYamlCallable()com.google.api.gax.rpc.UnaryCallable<UploadQueueYamlRequest,com.google.protobuf.Empty>GrpcCloudTasksStub. uploadQueueYamlCallable()com.google.api.gax.rpc.UnaryCallable<UploadQueueYamlRequest,com.google.protobuf.Empty>HttpJsonCloudTasksStub. uploadQueueYamlCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UploadQueueYamlRequest,com.google.protobuf.Empty>CloudTasksStubSettings.Builder. uploadQueueYamlSettings()Returns the builder for the settings used for calls to uploadQueueYaml.com.google.api.gax.rpc.UnaryCallSettings<UploadQueueYamlRequest,com.google.protobuf.Empty>CloudTasksStubSettings. uploadQueueYamlSettings()Returns the object with the settings used for calls to uploadQueueYaml.
-