- 0.86.0 (latest)
- 0.85.0
- 0.84.0
- 0.83.0
- 0.81.0
- 0.79.0
- 0.78.0
- 0.77.0
- 0.76.0
- 0.75.0
- 0.73.0
- 0.71.0
- 0.70.0
- 0.67.0
- 0.66.0
- 0.65.0
- 0.63.0
- 0.62.0
- 0.61.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.2
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.4
public static final class ResourceErrorDetail.Builder extends GeneratedMessage.Builder<ResourceErrorDetail.Builder> implements ResourceErrorDetailOrBuilderProvides details for errors and the corresponding resources.
Protobuf type google.cloud.bigquery.migration.v2.ResourceErrorDetail
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ResourceErrorDetail.BuilderImplements
ResourceErrorDetailOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllErrorDetails(Iterable<? extends ErrorDetail> values)
public ResourceErrorDetail.Builder addAllErrorDetails(Iterable<? extends ErrorDetail> values)Required. The error details for the resource.
repeated .google.cloud.bigquery.migration.v2.ErrorDetail error_details = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.bigquery.migration.v2.ErrorDetail> |
| Returns | |
|---|---|
| Type | Description |
ResourceErrorDetail.Builder |
|
addErrorDetails(ErrorDetail value)
public ResourceErrorDetail.Builder addErrorDetails(ErrorDetail value)Required. The error details for the resource.
repeated .google.cloud.bigquery.migration.v2.ErrorDetail error_details = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ErrorDetail |
| Returns | |
|---|---|
| Type | Description |
ResourceErrorDetail.Builder |
|
addErrorDetails(ErrorDetail.Builder builderForValue)
public ResourceErrorDetail.Builder addErrorDetails(ErrorDetail.Builder builderForValue)Required. The error details for the resource.
repeated .google.cloud.bigquery.migration.v2.ErrorDetail error_details = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ErrorDetail.Builder |
| Returns | |
|---|---|
| Type | Description |
ResourceErrorDetail.Builder |
|
addErrorDetails(int index, ErrorDetail value)
public ResourceErrorDetail.Builder addErrorDetails(int index, ErrorDetail value)Required. The error details for the resource.
repeated .google.cloud.bigquery.migration.v2.ErrorDetail error_details = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
ErrorDetail |
| Returns | |
|---|---|
| Type | Description |
ResourceErrorDetail.Builder |
|
addErrorDetails(int index, ErrorDetail.Builder builderForValue)
public ResourceErrorDetail.Builder addErrorDetails(int index, ErrorDetail.Builder builderForValue)Required. The error details for the resource.
repeated .google.cloud.bigquery.migration.v2.ErrorDetail error_details = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
ErrorDetail.Builder |
| Returns | |
|---|---|
| Type | Description |
ResourceErrorDetail.Builder |
|
addErrorDetailsBuilder()
public ErrorDetail.Builder addErrorDetailsBuilder()Required. The error details for the resource.
repeated .google.cloud.bigquery.migration.v2.ErrorDetail error_details = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ErrorDetail.Builder |
|
addErrorDetailsBuilder(int index)
public ErrorDetail.Builder addErrorDetailsBuilder(int index)Required. The error details for the resource.
repeated .google.cloud.bigquery.migration.v2.ErrorDetail error_details = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ErrorDetail.Builder |
|
build()
public ResourceErrorDetail build()| Returns | |
|---|---|
| Type | Description |
ResourceErrorDetail |
|
buildPartial()
public ResourceErrorDetail buildPartial()| Returns | |
|---|---|
| Type | Description |
ResourceErrorDetail |
|
clear()
public ResourceErrorDetail.Builder clear()| Returns | |
|---|---|
| Type | Description |
ResourceErrorDetail.Builder |
|
clearErrorCount()
public ResourceErrorDetail.Builder clearErrorCount() Required. How many errors there are in total for the resource. Truncation
can be indicated by having an error_count that is higher than the size of
error_details.
int32 error_count = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ResourceErrorDetail.Builder |
This builder for chaining. |
clearErrorDetails()
public ResourceErrorDetail.Builder clearErrorDetails()Required. The error details for the resource.
repeated .google.cloud.bigquery.migration.v2.ErrorDetail error_details = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ResourceErrorDetail.Builder |
|
clearResourceInfo()
public ResourceErrorDetail.Builder clearResourceInfo()Required. Information about the resource where the error is located.
.google.rpc.ResourceInfo resource_info = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ResourceErrorDetail.Builder |
|
getDefaultInstanceForType()
public ResourceErrorDetail getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ResourceErrorDetail |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getErrorCount()
public int getErrorCount() Required. How many errors there are in total for the resource. Truncation
can be indicated by having an error_count that is higher than the size of
error_details.
int32 error_count = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The errorCount. |
getErrorDetails(int index)
public ErrorDetail getErrorDetails(int index)Required. The error details for the resource.
repeated .google.cloud.bigquery.migration.v2.ErrorDetail error_details = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ErrorDetail |
|
getErrorDetailsBuilder(int index)
public ErrorDetail.Builder getErrorDetailsBuilder(int index)Required. The error details for the resource.
repeated .google.cloud.bigquery.migration.v2.ErrorDetail error_details = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ErrorDetail.Builder |
|
getErrorDetailsBuilderList()
public List<ErrorDetail.Builder> getErrorDetailsBuilderList()Required. The error details for the resource.
repeated .google.cloud.bigquery.migration.v2.ErrorDetail error_details = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getErrorDetailsCount()
public int getErrorDetailsCount()Required. The error details for the resource.
repeated .google.cloud.bigquery.migration.v2.ErrorDetail error_details = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getErrorDetailsList()
public List<ErrorDetail> getErrorDetailsList()Required. The error details for the resource.
repeated .google.cloud.bigquery.migration.v2.ErrorDetail error_details = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<ErrorDetail> |
|
getErrorDetailsOrBuilder(int index)
public ErrorDetailOrBuilder getErrorDetailsOrBuilder(int index)Required. The error details for the resource.
repeated .google.cloud.bigquery.migration.v2.ErrorDetail error_details = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ErrorDetailOrBuilder |
|
getErrorDetailsOrBuilderList()
public List<? extends ErrorDetailOrBuilder> getErrorDetailsOrBuilderList()Required. The error details for the resource.
repeated .google.cloud.bigquery.migration.v2.ErrorDetail error_details = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.bigquery.migration.v2.ErrorDetailOrBuilder> |
|
getResourceInfo()
public ResourceInfo getResourceInfo()Required. Information about the resource where the error is located.
.google.rpc.ResourceInfo resource_info = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.ResourceInfo |
The resourceInfo. |
getResourceInfoBuilder()
public ResourceInfo.Builder getResourceInfoBuilder()Required. Information about the resource where the error is located.
.google.rpc.ResourceInfo resource_info = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.ResourceInfo.Builder |
|
getResourceInfoOrBuilder()
public ResourceInfoOrBuilder getResourceInfoOrBuilder()Required. Information about the resource where the error is located.
.google.rpc.ResourceInfo resource_info = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.ResourceInfoOrBuilder |
|
hasResourceInfo()
public boolean hasResourceInfo()Required. Information about the resource where the error is located.
.google.rpc.ResourceInfo resource_info = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the resourceInfo field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ResourceErrorDetail other)
public ResourceErrorDetail.Builder mergeFrom(ResourceErrorDetail other)| Parameter | |
|---|---|
| Name | Description |
other |
ResourceErrorDetail |
| Returns | |
|---|---|
| Type | Description |
ResourceErrorDetail.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ResourceErrorDetail.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ResourceErrorDetail.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ResourceErrorDetail.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ResourceErrorDetail.Builder |
|
mergeResourceInfo(ResourceInfo value)
public ResourceErrorDetail.Builder mergeResourceInfo(ResourceInfo value)Required. Information about the resource where the error is located.
.google.rpc.ResourceInfo resource_info = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
com.google.rpc.ResourceInfo |
| Returns | |
|---|---|
| Type | Description |
ResourceErrorDetail.Builder |
|
removeErrorDetails(int index)
public ResourceErrorDetail.Builder removeErrorDetails(int index)Required. The error details for the resource.
repeated .google.cloud.bigquery.migration.v2.ErrorDetail error_details = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ResourceErrorDetail.Builder |
|
setErrorCount(int value)
public ResourceErrorDetail.Builder setErrorCount(int value) Required. How many errors there are in total for the resource. Truncation
can be indicated by having an error_count that is higher than the size of
error_details.
int32 error_count = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe errorCount to set. |
| Returns | |
|---|---|
| Type | Description |
ResourceErrorDetail.Builder |
This builder for chaining. |
setErrorDetails(int index, ErrorDetail value)
public ResourceErrorDetail.Builder setErrorDetails(int index, ErrorDetail value)Required. The error details for the resource.
repeated .google.cloud.bigquery.migration.v2.ErrorDetail error_details = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
ErrorDetail |
| Returns | |
|---|---|
| Type | Description |
ResourceErrorDetail.Builder |
|
setErrorDetails(int index, ErrorDetail.Builder builderForValue)
public ResourceErrorDetail.Builder setErrorDetails(int index, ErrorDetail.Builder builderForValue)Required. The error details for the resource.
repeated .google.cloud.bigquery.migration.v2.ErrorDetail error_details = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
ErrorDetail.Builder |
| Returns | |
|---|---|
| Type | Description |
ResourceErrorDetail.Builder |
|
setResourceInfo(ResourceInfo value)
public ResourceErrorDetail.Builder setResourceInfo(ResourceInfo value)Required. Information about the resource where the error is located.
.google.rpc.ResourceInfo resource_info = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
com.google.rpc.ResourceInfo |
| Returns | |
|---|---|
| Type | Description |
ResourceErrorDetail.Builder |
|
setResourceInfo(ResourceInfo.Builder builderForValue)
public ResourceErrorDetail.Builder setResourceInfo(ResourceInfo.Builder builderForValue)Required. Information about the resource where the error is located.
.google.rpc.ResourceInfo resource_info = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
com.google.rpc.ResourceInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
ResourceErrorDetail.Builder |
|