Uses of Class
com.google.api.serviceusage.v1.EnableServiceRequest
-
Packages that use EnableServiceRequest Package Description com.google.api.serviceusage.v1 A client to Service Usage APIcom.google.api.serviceusage.v1.stub -
-
Uses of EnableServiceRequest in com.google.api.serviceusage.v1
Methods in com.google.api.serviceusage.v1 that return EnableServiceRequest Modifier and Type Method Description EnableServiceRequestEnableServiceRequest.Builder. build()EnableServiceRequestEnableServiceRequest.Builder. buildPartial()static EnableServiceRequestEnableServiceRequest. getDefaultInstance()EnableServiceRequestEnableServiceRequest.Builder. getDefaultInstanceForType()EnableServiceRequestEnableServiceRequest. getDefaultInstanceForType()static EnableServiceRequestEnableServiceRequest. parseDelimitedFrom(InputStream input)static EnableServiceRequestEnableServiceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnableServiceRequestEnableServiceRequest. parseFrom(byte[] data)static EnableServiceRequestEnableServiceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnableServiceRequestEnableServiceRequest. parseFrom(com.google.protobuf.ByteString data)static EnableServiceRequestEnableServiceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnableServiceRequestEnableServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static EnableServiceRequestEnableServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnableServiceRequestEnableServiceRequest. parseFrom(InputStream input)static EnableServiceRequestEnableServiceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnableServiceRequestEnableServiceRequest. parseFrom(ByteBuffer data)static EnableServiceRequestEnableServiceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.api.serviceusage.v1 that return types with arguments of type EnableServiceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<EnableServiceRequest,com.google.longrunning.Operation>ServiceUsageClient. enableServiceCallable()Enable a service so that it can be used with a project.com.google.api.gax.rpc.OperationCallable<EnableServiceRequest,EnableServiceResponse,OperationMetadata>ServiceUsageClient. enableServiceOperationCallable()Enable a service so that it can be used with a project.com.google.api.gax.rpc.OperationCallSettings.Builder<EnableServiceRequest,EnableServiceResponse,OperationMetadata>ServiceUsageSettings.Builder. enableServiceOperationSettings()Returns the builder for the settings used for calls to enableService.com.google.api.gax.rpc.OperationCallSettings<EnableServiceRequest,EnableServiceResponse,OperationMetadata>ServiceUsageSettings. enableServiceOperationSettings()Returns the object with the settings used for calls to enableService.com.google.api.gax.rpc.UnaryCallSettings.Builder<EnableServiceRequest,com.google.longrunning.Operation>ServiceUsageSettings.Builder. enableServiceSettings()Returns the builder for the settings used for calls to enableService.com.google.api.gax.rpc.UnaryCallSettings<EnableServiceRequest,com.google.longrunning.Operation>ServiceUsageSettings. enableServiceSettings()Returns the object with the settings used for calls to enableService.static io.grpc.MethodDescriptor<EnableServiceRequest,com.google.longrunning.Operation>ServiceUsageGrpc. getEnableServiceMethod()com.google.protobuf.Parser<EnableServiceRequest>EnableServiceRequest. getParserForType()static com.google.protobuf.Parser<EnableServiceRequest>EnableServiceRequest. parser()Methods in com.google.api.serviceusage.v1 with parameters of type EnableServiceRequest Modifier and Type Method Description default voidServiceUsageGrpc.AsyncService. enableService(EnableServiceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Enable a service so that it can be used with a project.com.google.longrunning.OperationServiceUsageGrpc.ServiceUsageBlockingStub. enableService(EnableServiceRequest request)Enable a service so that it can be used with a project.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>ServiceUsageGrpc.ServiceUsageFutureStub. enableService(EnableServiceRequest request)Enable a service so that it can be used with a project.voidServiceUsageGrpc.ServiceUsageStub. enableService(EnableServiceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Enable a service so that it can be used with a project.com.google.api.gax.longrunning.OperationFuture<EnableServiceResponse,OperationMetadata>ServiceUsageClient. enableServiceAsync(EnableServiceRequest request)Enable a service so that it can be used with a project.EnableServiceRequest.BuilderEnableServiceRequest.Builder. mergeFrom(EnableServiceRequest other)static EnableServiceRequest.BuilderEnableServiceRequest. newBuilder(EnableServiceRequest prototype) -
Uses of EnableServiceRequest in com.google.api.serviceusage.v1.stub
Methods in com.google.api.serviceusage.v1.stub that return types with arguments of type EnableServiceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<EnableServiceRequest,com.google.longrunning.Operation>GrpcServiceUsageStub. enableServiceCallable()com.google.api.gax.rpc.UnaryCallable<EnableServiceRequest,com.google.longrunning.Operation>HttpJsonServiceUsageStub. enableServiceCallable()com.google.api.gax.rpc.UnaryCallable<EnableServiceRequest,com.google.longrunning.Operation>ServiceUsageStub. enableServiceCallable()com.google.api.gax.rpc.OperationCallable<EnableServiceRequest,EnableServiceResponse,OperationMetadata>GrpcServiceUsageStub. enableServiceOperationCallable()com.google.api.gax.rpc.OperationCallable<EnableServiceRequest,EnableServiceResponse,OperationMetadata>HttpJsonServiceUsageStub. enableServiceOperationCallable()com.google.api.gax.rpc.OperationCallable<EnableServiceRequest,EnableServiceResponse,OperationMetadata>ServiceUsageStub. enableServiceOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<EnableServiceRequest,EnableServiceResponse,OperationMetadata>ServiceUsageStubSettings.Builder. enableServiceOperationSettings()Returns the builder for the settings used for calls to enableService.com.google.api.gax.rpc.OperationCallSettings<EnableServiceRequest,EnableServiceResponse,OperationMetadata>ServiceUsageStubSettings. enableServiceOperationSettings()Returns the object with the settings used for calls to enableService.com.google.api.gax.rpc.UnaryCallSettings.Builder<EnableServiceRequest,com.google.longrunning.Operation>ServiceUsageStubSettings.Builder. enableServiceSettings()Returns the builder for the settings used for calls to enableService.com.google.api.gax.rpc.UnaryCallSettings<EnableServiceRequest,com.google.longrunning.Operation>ServiceUsageStubSettings. enableServiceSettings()Returns the object with the settings used for calls to enableService.
-