Uses of Class
com.google.api.serviceusage.v1.BatchEnableServicesResponse
-
Packages that use BatchEnableServicesResponse Package Description com.google.api.serviceusage.v1 A client to Service Usage APIcom.google.api.serviceusage.v1.stub -
-
Uses of BatchEnableServicesResponse in com.google.api.serviceusage.v1
Methods in com.google.api.serviceusage.v1 that return BatchEnableServicesResponse Modifier and Type Method Description BatchEnableServicesResponse
BatchEnableServicesResponse.Builder. build()
BatchEnableServicesResponse
BatchEnableServicesResponse.Builder. buildPartial()
static BatchEnableServicesResponse
BatchEnableServicesResponse. getDefaultInstance()
BatchEnableServicesResponse
BatchEnableServicesResponse.Builder. getDefaultInstanceForType()
BatchEnableServicesResponse
BatchEnableServicesResponse. getDefaultInstanceForType()
static BatchEnableServicesResponse
BatchEnableServicesResponse. parseDelimitedFrom(InputStream input)
static BatchEnableServicesResponse
BatchEnableServicesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchEnableServicesResponse
BatchEnableServicesResponse. parseFrom(byte[] data)
static BatchEnableServicesResponse
BatchEnableServicesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchEnableServicesResponse
BatchEnableServicesResponse. parseFrom(com.google.protobuf.ByteString data)
static BatchEnableServicesResponse
BatchEnableServicesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchEnableServicesResponse
BatchEnableServicesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchEnableServicesResponse
BatchEnableServicesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchEnableServicesResponse
BatchEnableServicesResponse. parseFrom(InputStream input)
static BatchEnableServicesResponse
BatchEnableServicesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchEnableServicesResponse
BatchEnableServicesResponse. parseFrom(ByteBuffer data)
static BatchEnableServicesResponse
BatchEnableServicesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.serviceusage.v1 that return types with arguments of type BatchEnableServicesResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<BatchEnableServicesResponse,OperationMetadata>
ServiceUsageClient. batchEnableServicesAsync(BatchEnableServicesRequest request)
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.protobuf.Parser<BatchEnableServicesResponse>
BatchEnableServicesResponse. getParserForType()
static com.google.protobuf.Parser<BatchEnableServicesResponse>
BatchEnableServicesResponse. parser()
Methods in com.google.api.serviceusage.v1 with parameters of type BatchEnableServicesResponse Modifier and Type Method Description BatchEnableServicesResponse.Builder
BatchEnableServicesResponse.Builder. mergeFrom(BatchEnableServicesResponse other)
static BatchEnableServicesResponse.Builder
BatchEnableServicesResponse. newBuilder(BatchEnableServicesResponse prototype)
-
Uses of BatchEnableServicesResponse in com.google.api.serviceusage.v1.stub
Methods in com.google.api.serviceusage.v1.stub that return types with arguments of type BatchEnableServicesResponse Modifier and Type Method Description 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.
-