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