Uses of Class
com.google.api.serviceusage.v1.BatchEnableServicesRequest
-
Packages that use BatchEnableServicesRequest Package Description com.google.api.serviceusage.v1 A client to Service Usage APIcom.google.api.serviceusage.v1.stub -
-
Uses of BatchEnableServicesRequest in com.google.api.serviceusage.v1
Methods in com.google.api.serviceusage.v1 that return BatchEnableServicesRequest Modifier and Type Method Description BatchEnableServicesRequest
BatchEnableServicesRequest.Builder. build()
BatchEnableServicesRequest
BatchEnableServicesRequest.Builder. buildPartial()
static BatchEnableServicesRequest
BatchEnableServicesRequest. getDefaultInstance()
BatchEnableServicesRequest
BatchEnableServicesRequest.Builder. getDefaultInstanceForType()
BatchEnableServicesRequest
BatchEnableServicesRequest. getDefaultInstanceForType()
static BatchEnableServicesRequest
BatchEnableServicesRequest. parseDelimitedFrom(InputStream input)
static BatchEnableServicesRequest
BatchEnableServicesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchEnableServicesRequest
BatchEnableServicesRequest. parseFrom(byte[] data)
static BatchEnableServicesRequest
BatchEnableServicesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchEnableServicesRequest
BatchEnableServicesRequest. parseFrom(com.google.protobuf.ByteString data)
static BatchEnableServicesRequest
BatchEnableServicesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchEnableServicesRequest
BatchEnableServicesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchEnableServicesRequest
BatchEnableServicesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchEnableServicesRequest
BatchEnableServicesRequest. parseFrom(InputStream input)
static BatchEnableServicesRequest
BatchEnableServicesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchEnableServicesRequest
BatchEnableServicesRequest. parseFrom(ByteBuffer data)
static BatchEnableServicesRequest
BatchEnableServicesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.serviceusage.v1 that return types with arguments of type BatchEnableServicesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchEnableServicesRequest,com.google.longrunning.Operation>
ServiceUsageClient. batchEnableServicesCallable()
Enable multiple services on a project.com.google.api.gax.rpc.OperationCallable<BatchEnableServicesRequest,BatchEnableServicesResponse,OperationMetadata>
ServiceUsageClient. batchEnableServicesOperationCallable()
Enable multiple services on a project.com.google.api.gax.rpc.OperationCallSettings<BatchEnableServicesRequest,BatchEnableServicesResponse,OperationMetadata>
ServiceUsageSettings. batchEnableServicesOperationSettings()
Returns the object with the settings used for calls to batchEnableServices.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchEnableServicesRequest,BatchEnableServicesResponse,OperationMetadata>
ServiceUsageSettings.Builder. batchEnableServicesOperationSettings()
Returns the builder for the settings used for calls to batchEnableServices.com.google.api.gax.rpc.UnaryCallSettings<BatchEnableServicesRequest,com.google.longrunning.Operation>
ServiceUsageSettings. batchEnableServicesSettings()
Returns the object with the settings used for calls to batchEnableServices.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchEnableServicesRequest,com.google.longrunning.Operation>
ServiceUsageSettings.Builder. batchEnableServicesSettings()
Returns the builder for the settings used for calls to batchEnableServices.static io.grpc.MethodDescriptor<BatchEnableServicesRequest,com.google.longrunning.Operation>
ServiceUsageGrpc. getBatchEnableServicesMethod()
com.google.protobuf.Parser<BatchEnableServicesRequest>
BatchEnableServicesRequest. getParserForType()
static com.google.protobuf.Parser<BatchEnableServicesRequest>
BatchEnableServicesRequest. parser()
Methods in com.google.api.serviceusage.v1 with parameters of type BatchEnableServicesRequest Modifier and Type Method Description default void
ServiceUsageGrpc.AsyncService. batchEnableServices(BatchEnableServicesRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Enable multiple services on a project.com.google.longrunning.Operation
ServiceUsageGrpc.ServiceUsageBlockingStub. batchEnableServices(BatchEnableServicesRequest request)
Enable multiple services on a project.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
ServiceUsageGrpc.ServiceUsageFutureStub. batchEnableServices(BatchEnableServicesRequest request)
Enable multiple services on a project.void
ServiceUsageGrpc.ServiceUsageStub. batchEnableServices(BatchEnableServicesRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Enable multiple services on a project.com.google.api.gax.longrunning.OperationFuture<BatchEnableServicesResponse,OperationMetadata>
ServiceUsageClient. batchEnableServicesAsync(BatchEnableServicesRequest request)
Enable multiple services on a project.BatchEnableServicesRequest.Builder
BatchEnableServicesRequest.Builder. mergeFrom(BatchEnableServicesRequest other)
static BatchEnableServicesRequest.Builder
BatchEnableServicesRequest. newBuilder(BatchEnableServicesRequest prototype)
-
Uses of BatchEnableServicesRequest in com.google.api.serviceusage.v1.stub
Methods in com.google.api.serviceusage.v1.stub that return types with arguments of type BatchEnableServicesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchEnableServicesRequest,com.google.longrunning.Operation>
GrpcServiceUsageStub. batchEnableServicesCallable()
com.google.api.gax.rpc.UnaryCallable<BatchEnableServicesRequest,com.google.longrunning.Operation>
HttpJsonServiceUsageStub. batchEnableServicesCallable()
com.google.api.gax.rpc.UnaryCallable<BatchEnableServicesRequest,com.google.longrunning.Operation>
ServiceUsageStub. batchEnableServicesCallable()
com.google.api.gax.rpc.OperationCallable<BatchEnableServicesRequest,BatchEnableServicesResponse,OperationMetadata>
GrpcServiceUsageStub. batchEnableServicesOperationCallable()
com.google.api.gax.rpc.OperationCallable<BatchEnableServicesRequest,BatchEnableServicesResponse,OperationMetadata>
HttpJsonServiceUsageStub. batchEnableServicesOperationCallable()
com.google.api.gax.rpc.OperationCallable<BatchEnableServicesRequest,BatchEnableServicesResponse,OperationMetadata>
ServiceUsageStub. batchEnableServicesOperationCallable()
com.google.api.gax.rpc.OperationCallSettings<BatchEnableServicesRequest,BatchEnableServicesResponse,OperationMetadata>
ServiceUsageStubSettings. batchEnableServicesOperationSettings()
Returns the object with the settings used for calls to batchEnableServices.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchEnableServicesRequest,BatchEnableServicesResponse,OperationMetadata>
ServiceUsageStubSettings.Builder. batchEnableServicesOperationSettings()
Returns the builder for the settings used for calls to batchEnableServices.com.google.api.gax.rpc.UnaryCallSettings<BatchEnableServicesRequest,com.google.longrunning.Operation>
ServiceUsageStubSettings. batchEnableServicesSettings()
Returns the object with the settings used for calls to batchEnableServices.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchEnableServicesRequest,com.google.longrunning.Operation>
ServiceUsageStubSettings.Builder. batchEnableServicesSettings()
Returns the builder for the settings used for calls to batchEnableServices.
-