All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.bigquery.migration.v2.ResourceErrorDetailOrBuilder Maven / Gradle / Ivy

/*
 * Copyright 2020 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/bigquery/migration/v2/migration_error_details.proto

package com.google.cloud.bigquery.migration.v2;

public interface ResourceErrorDetailOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.bigquery.migration.v2.ResourceErrorDetail)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Required. Information about the resource where the error is located.
   * 
* * .google.rpc.ResourceInfo resource_info = 1 [(.google.api.field_behavior) = REQUIRED]; * * * @return Whether the resourceInfo field is set. */ boolean hasResourceInfo(); /** * * *
   * Required. Information about the resource where the error is located.
   * 
* * .google.rpc.ResourceInfo resource_info = 1 [(.google.api.field_behavior) = REQUIRED]; * * * @return The resourceInfo. */ com.google.rpc.ResourceInfo getResourceInfo(); /** * * *
   * Required. Information about the resource where the error is located.
   * 
* * .google.rpc.ResourceInfo resource_info = 1 [(.google.api.field_behavior) = REQUIRED]; * */ com.google.rpc.ResourceInfoOrBuilder getResourceInfoOrBuilder(); /** * * *
   * Required. The error details for the resource.
   * 
* * * repeated .google.cloud.bigquery.migration.v2.ErrorDetail error_details = 2 [(.google.api.field_behavior) = REQUIRED]; * */ java.util.List getErrorDetailsList(); /** * * *
   * Required. The error details for the resource.
   * 
* * * repeated .google.cloud.bigquery.migration.v2.ErrorDetail error_details = 2 [(.google.api.field_behavior) = REQUIRED]; * */ com.google.cloud.bigquery.migration.v2.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]; * */ int getErrorDetailsCount(); /** * * *
   * Required. The error details for the resource.
   * 
* * * repeated .google.cloud.bigquery.migration.v2.ErrorDetail error_details = 2 [(.google.api.field_behavior) = REQUIRED]; * */ java.util.List getErrorDetailsOrBuilderList(); /** * * *
   * Required. The error details for the resource.
   * 
* * * repeated .google.cloud.bigquery.migration.v2.ErrorDetail error_details = 2 [(.google.api.field_behavior) = REQUIRED]; * */ com.google.cloud.bigquery.migration.v2.ErrorDetailOrBuilder getErrorDetailsOrBuilder(int index); /** * * *
   * 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]; * * @return The errorCount. */ int getErrorCount(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy