
com.google.api.servicecontrol.v1.ReportResponseOrBuilder Maven / Gradle / Ivy
/*
* Copyright 2024 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/api/servicecontrol/v1/service_controller.proto
// Protobuf Java Version: 3.25.5
package com.google.api.servicecontrol.v1;
public interface ReportResponseOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.api.servicecontrol.v1.ReportResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Partial failures, one for each `Operation` in the request that failed
* processing. There are three possible combinations of the RPC status:
*
* 1. The combination of a successful RPC status and an empty `report_errors`
* list indicates a complete success where all `Operations` in the
* request are processed successfully.
* 2. The combination of a successful RPC status and a non-empty
* `report_errors` list indicates a partial success where some
* `Operations` in the request succeeded. Each
* `Operation` that failed processing has a corresponding item
* in this list.
* 3. A failed RPC status indicates a general non-deterministic failure.
* When this happens, it's impossible to know which of the
* 'Operations' in the request succeeded or failed.
*
*
* repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
*
*/
java.util.List getReportErrorsList();
/**
*
*
*
* Partial failures, one for each `Operation` in the request that failed
* processing. There are three possible combinations of the RPC status:
*
* 1. The combination of a successful RPC status and an empty `report_errors`
* list indicates a complete success where all `Operations` in the
* request are processed successfully.
* 2. The combination of a successful RPC status and a non-empty
* `report_errors` list indicates a partial success where some
* `Operations` in the request succeeded. Each
* `Operation` that failed processing has a corresponding item
* in this list.
* 3. A failed RPC status indicates a general non-deterministic failure.
* When this happens, it's impossible to know which of the
* 'Operations' in the request succeeded or failed.
*
*
* repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
*
*/
com.google.api.servicecontrol.v1.ReportResponse.ReportError getReportErrors(int index);
/**
*
*
*
* Partial failures, one for each `Operation` in the request that failed
* processing. There are three possible combinations of the RPC status:
*
* 1. The combination of a successful RPC status and an empty `report_errors`
* list indicates a complete success where all `Operations` in the
* request are processed successfully.
* 2. The combination of a successful RPC status and a non-empty
* `report_errors` list indicates a partial success where some
* `Operations` in the request succeeded. Each
* `Operation` that failed processing has a corresponding item
* in this list.
* 3. A failed RPC status indicates a general non-deterministic failure.
* When this happens, it's impossible to know which of the
* 'Operations' in the request succeeded or failed.
*
*
* repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
*
*/
int getReportErrorsCount();
/**
*
*
*
* Partial failures, one for each `Operation` in the request that failed
* processing. There are three possible combinations of the RPC status:
*
* 1. The combination of a successful RPC status and an empty `report_errors`
* list indicates a complete success where all `Operations` in the
* request are processed successfully.
* 2. The combination of a successful RPC status and a non-empty
* `report_errors` list indicates a partial success where some
* `Operations` in the request succeeded. Each
* `Operation` that failed processing has a corresponding item
* in this list.
* 3. A failed RPC status indicates a general non-deterministic failure.
* When this happens, it's impossible to know which of the
* 'Operations' in the request succeeded or failed.
*
*
* repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
*
*/
java.util.List extends com.google.api.servicecontrol.v1.ReportResponse.ReportErrorOrBuilder>
getReportErrorsOrBuilderList();
/**
*
*
*
* Partial failures, one for each `Operation` in the request that failed
* processing. There are three possible combinations of the RPC status:
*
* 1. The combination of a successful RPC status and an empty `report_errors`
* list indicates a complete success where all `Operations` in the
* request are processed successfully.
* 2. The combination of a successful RPC status and a non-empty
* `report_errors` list indicates a partial success where some
* `Operations` in the request succeeded. Each
* `Operation` that failed processing has a corresponding item
* in this list.
* 3. A failed RPC status indicates a general non-deterministic failure.
* When this happens, it's impossible to know which of the
* 'Operations' in the request succeeded or failed.
*
*
* repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
*
*/
com.google.api.servicecontrol.v1.ReportResponse.ReportErrorOrBuilder getReportErrorsOrBuilder(
int index);
/**
*
*
*
* The actual config id used to process the request.
*
*
* string service_config_id = 2;
*
* @return The serviceConfigId.
*/
java.lang.String getServiceConfigId();
/**
*
*
*
* The actual config id used to process the request.
*
*
* string service_config_id = 2;
*
* @return The bytes for serviceConfigId.
*/
com.google.protobuf.ByteString getServiceConfigIdBytes();
/**
*
*
*
* The current service rollout id used to process the request.
*
*
* string service_rollout_id = 4;
*
* @return The serviceRolloutId.
*/
java.lang.String getServiceRolloutId();
/**
*
*
*
* The current service rollout id used to process the request.
*
*
* string service_rollout_id = 4;
*
* @return The bytes for serviceRolloutId.
*/
com.google.protobuf.ByteString getServiceRolloutIdBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy