Uses of Class
com.google.cloud.bigquery.migration.v2.ResourceErrorDetail
-
Packages that use ResourceErrorDetail Package Description com.google.cloud.bigquery.migration.v2 A client to BigQuery Migration API -
-
Uses of ResourceErrorDetail in com.google.cloud.bigquery.migration.v2
Methods in com.google.cloud.bigquery.migration.v2 that return ResourceErrorDetail Modifier and Type Method Description ResourceErrorDetail
ResourceErrorDetail.Builder. build()
ResourceErrorDetail
ResourceErrorDetail.Builder. buildPartial()
static ResourceErrorDetail
ResourceErrorDetail. getDefaultInstance()
ResourceErrorDetail
ResourceErrorDetail.Builder. getDefaultInstanceForType()
ResourceErrorDetail
ResourceErrorDetail. getDefaultInstanceForType()
ResourceErrorDetail
MigrationSubtask.Builder. getResourceErrorDetails(int index)
Output only.ResourceErrorDetail
MigrationSubtask. getResourceErrorDetails(int index)
Output only.ResourceErrorDetail
MigrationSubtaskOrBuilder. getResourceErrorDetails(int index)
Output only.static ResourceErrorDetail
ResourceErrorDetail. parseDelimitedFrom(InputStream input)
static ResourceErrorDetail
ResourceErrorDetail. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResourceErrorDetail
ResourceErrorDetail. parseFrom(byte[] data)
static ResourceErrorDetail
ResourceErrorDetail. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResourceErrorDetail
ResourceErrorDetail. parseFrom(com.google.protobuf.ByteString data)
static ResourceErrorDetail
ResourceErrorDetail. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResourceErrorDetail
ResourceErrorDetail. parseFrom(com.google.protobuf.CodedInputStream input)
static ResourceErrorDetail
ResourceErrorDetail. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResourceErrorDetail
ResourceErrorDetail. parseFrom(InputStream input)
static ResourceErrorDetail
ResourceErrorDetail. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResourceErrorDetail
ResourceErrorDetail. parseFrom(ByteBuffer data)
static ResourceErrorDetail
ResourceErrorDetail. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.migration.v2 that return types with arguments of type ResourceErrorDetail Modifier and Type Method Description com.google.protobuf.Parser<ResourceErrorDetail>
ResourceErrorDetail. getParserForType()
List<ResourceErrorDetail>
MigrationSubtask.Builder. getResourceErrorDetailsList()
Output only.List<ResourceErrorDetail>
MigrationSubtask. getResourceErrorDetailsList()
Output only.List<ResourceErrorDetail>
MigrationSubtaskOrBuilder. getResourceErrorDetailsList()
Output only.static com.google.protobuf.Parser<ResourceErrorDetail>
ResourceErrorDetail. parser()
Methods in com.google.cloud.bigquery.migration.v2 with parameters of type ResourceErrorDetail Modifier and Type Method Description MigrationSubtask.Builder
MigrationSubtask.Builder. addResourceErrorDetails(int index, ResourceErrorDetail value)
Output only.MigrationSubtask.Builder
MigrationSubtask.Builder. addResourceErrorDetails(ResourceErrorDetail value)
Output only.ResourceErrorDetail.Builder
ResourceErrorDetail.Builder. mergeFrom(ResourceErrorDetail other)
static ResourceErrorDetail.Builder
ResourceErrorDetail. newBuilder(ResourceErrorDetail prototype)
MigrationSubtask.Builder
MigrationSubtask.Builder. setResourceErrorDetails(int index, ResourceErrorDetail value)
Output only.Method parameters in com.google.cloud.bigquery.migration.v2 with type arguments of type ResourceErrorDetail Modifier and Type Method Description MigrationSubtask.Builder
MigrationSubtask.Builder. addAllResourceErrorDetails(Iterable<? extends ResourceErrorDetail> values)
Output only.
-