Uses of Class
com.google.cloud.channel.v1.RunReportJobResponse
-
Packages that use RunReportJobResponse Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of RunReportJobResponse in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return RunReportJobResponse Modifier and Type Method Description RunReportJobResponse
RunReportJobResponse.Builder. build()
RunReportJobResponse
RunReportJobResponse.Builder. buildPartial()
static RunReportJobResponse
RunReportJobResponse. getDefaultInstance()
RunReportJobResponse
RunReportJobResponse.Builder. getDefaultInstanceForType()
RunReportJobResponse
RunReportJobResponse. getDefaultInstanceForType()
static RunReportJobResponse
RunReportJobResponse. parseDelimitedFrom(InputStream input)
static RunReportJobResponse
RunReportJobResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunReportJobResponse
RunReportJobResponse. parseFrom(byte[] data)
static RunReportJobResponse
RunReportJobResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunReportJobResponse
RunReportJobResponse. parseFrom(com.google.protobuf.ByteString data)
static RunReportJobResponse
RunReportJobResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunReportJobResponse
RunReportJobResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static RunReportJobResponse
RunReportJobResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunReportJobResponse
RunReportJobResponse. parseFrom(InputStream input)
static RunReportJobResponse
RunReportJobResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunReportJobResponse
RunReportJobResponse. parseFrom(ByteBuffer data)
static RunReportJobResponse
RunReportJobResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type RunReportJobResponse Modifier and Type Method Description com.google.protobuf.Parser<RunReportJobResponse>
RunReportJobResponse. getParserForType()
static com.google.protobuf.Parser<RunReportJobResponse>
RunReportJobResponse. parser()
com.google.api.gax.longrunning.OperationFuture<RunReportJobResponse,OperationMetadata>
CloudChannelReportsServiceClient. runReportJobAsync(RunReportJobRequest request)
Begins generation of data for a given report.com.google.api.gax.rpc.OperationCallable<RunReportJobRequest,RunReportJobResponse,OperationMetadata>
CloudChannelReportsServiceClient. runReportJobOperationCallable()
Begins generation of data for a given report.com.google.api.gax.rpc.OperationCallSettings.Builder<RunReportJobRequest,RunReportJobResponse,OperationMetadata>
CloudChannelReportsServiceSettings.Builder. runReportJobOperationSettings()
Returns the builder for the settings used for calls to runReportJob.com.google.api.gax.rpc.OperationCallSettings<RunReportJobRequest,RunReportJobResponse,OperationMetadata>
CloudChannelReportsServiceSettings. runReportJobOperationSettings()
Returns the object with the settings used for calls to runReportJob.Methods in com.google.cloud.channel.v1 with parameters of type RunReportJobResponse Modifier and Type Method Description RunReportJobResponse.Builder
RunReportJobResponse.Builder. mergeFrom(RunReportJobResponse other)
static RunReportJobResponse.Builder
RunReportJobResponse. newBuilder(RunReportJobResponse prototype)
-
Uses of RunReportJobResponse in com.google.cloud.channel.v1.stub
Methods in com.google.cloud.channel.v1.stub that return types with arguments of type RunReportJobResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<RunReportJobRequest,RunReportJobResponse,OperationMetadata>
CloudChannelReportsServiceStub. runReportJobOperationCallable()
com.google.api.gax.rpc.OperationCallable<RunReportJobRequest,RunReportJobResponse,OperationMetadata>
GrpcCloudChannelReportsServiceStub. runReportJobOperationCallable()
com.google.api.gax.rpc.OperationCallable<RunReportJobRequest,RunReportJobResponse,OperationMetadata>
HttpJsonCloudChannelReportsServiceStub. runReportJobOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<RunReportJobRequest,RunReportJobResponse,OperationMetadata>
CloudChannelReportsServiceStubSettings.Builder. runReportJobOperationSettings()
Returns the builder for the settings used for calls to runReportJob.com.google.api.gax.rpc.OperationCallSettings<RunReportJobRequest,RunReportJobResponse,OperationMetadata>
CloudChannelReportsServiceStubSettings. runReportJobOperationSettings()
Returns the object with the settings used for calls to runReportJob.
-