public final class ImportEvaluationsResponse extends GeneratedMessage implements ImportEvaluationsResponseOrBuilder
Response message for
EvaluationService.ImportEvaluations.
Protobuf type google.cloud.ces.v1beta.ImportEvaluationsResponse
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
ERROR_MESSAGES_FIELD_NUMBER
public static final int ERROR_MESSAGES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
EVALUATIONS_FIELD_NUMBER
public static final int EVALUATIONS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
EVALUATION_RESULTS_FIELD_NUMBER
public static final int EVALUATION_RESULTS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
EVALUATION_RESULT_IMPORT_FAILURE_COUNT_FIELD_NUMBER
public static final int EVALUATION_RESULT_IMPORT_FAILURE_COUNT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
EVALUATION_RUNS_FIELD_NUMBER
public static final int EVALUATION_RUNS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
EVALUATION_RUN_IMPORT_FAILURE_COUNT_FIELD_NUMBER
public static final int EVALUATION_RUN_IMPORT_FAILURE_COUNT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
IMPORT_FAILURE_COUNT_FIELD_NUMBER
public static final int IMPORT_FAILURE_COUNT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ImportEvaluationsResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ImportEvaluationsResponse.Builder newBuilder()
newBuilder(ImportEvaluationsResponse prototype)
public static ImportEvaluationsResponse.Builder newBuilder(ImportEvaluationsResponse prototype)
public static ImportEvaluationsResponse parseDelimitedFrom(InputStream input)
public static ImportEvaluationsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ImportEvaluationsResponse parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ImportEvaluationsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ImportEvaluationsResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ImportEvaluationsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ImportEvaluationsResponse parseFrom(CodedInputStream input)
public static ImportEvaluationsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ImportEvaluationsResponse parseFrom(InputStream input)
public static ImportEvaluationsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ImportEvaluationsResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ImportEvaluationsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ImportEvaluationsResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public ImportEvaluationsResponse getDefaultInstanceForType()
getErrorMessages(int index)
public String getErrorMessages(int index)
Optional. A list of error messages associated with evaluations that failed
to be imported.
repeated string error_messages = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The errorMessages at the given index.
|
getErrorMessagesBytes(int index)
public ByteString getErrorMessagesBytes(int index)
Optional. A list of error messages associated with evaluations that failed
to be imported.
repeated string error_messages = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the errorMessages at the given index.
|
getErrorMessagesCount()
public int getErrorMessagesCount()
Optional. A list of error messages associated with evaluations that failed
to be imported.
repeated string error_messages = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
The count of errorMessages.
|
getErrorMessagesList()
public ProtocolStringList getErrorMessagesList()
Optional. A list of error messages associated with evaluations that failed
to be imported.
repeated string error_messages = 2 [(.google.api.field_behavior) = OPTIONAL];
getEvaluationResultImportFailureCount()
public int getEvaluationResultImportFailureCount()
The number of evaluation results that either failed to import entirely or
completed import with one or more errors.
int32 evaluation_result_import_failure_count = 6;
| Returns |
| Type |
Description |
int |
The evaluationResultImportFailureCount.
|
getEvaluationResults(int index)
public EvaluationResult getEvaluationResults(int index)
The list of evaluation results that were imported into the app.
repeated .google.cloud.ces.v1beta.EvaluationResult evaluation_results = 4;
| Parameter |
| Name |
Description |
index |
int
|
getEvaluationResultsCount()
public int getEvaluationResultsCount()
The list of evaluation results that were imported into the app.
repeated .google.cloud.ces.v1beta.EvaluationResult evaluation_results = 4;
| Returns |
| Type |
Description |
int |
|
getEvaluationResultsList()
public List<EvaluationResult> getEvaluationResultsList()
The list of evaluation results that were imported into the app.
repeated .google.cloud.ces.v1beta.EvaluationResult evaluation_results = 4;
getEvaluationResultsOrBuilder(int index)
public EvaluationResultOrBuilder getEvaluationResultsOrBuilder(int index)
The list of evaluation results that were imported into the app.
repeated .google.cloud.ces.v1beta.EvaluationResult evaluation_results = 4;
| Parameter |
| Name |
Description |
index |
int
|
getEvaluationResultsOrBuilderList()
public List<? extends EvaluationResultOrBuilder> getEvaluationResultsOrBuilderList()
The list of evaluation results that were imported into the app.
repeated .google.cloud.ces.v1beta.EvaluationResult evaluation_results = 4;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.ces.v1beta.EvaluationResultOrBuilder> |
|
getEvaluationRunImportFailureCount()
public int getEvaluationRunImportFailureCount()
The number of evaluation runs that either failed to import entirely or
completed import with one or more errors.
int32 evaluation_run_import_failure_count = 7;
| Returns |
| Type |
Description |
int |
The evaluationRunImportFailureCount.
|
getEvaluationRuns(int index)
public EvaluationRun getEvaluationRuns(int index)
The list of evaluation runs that were imported into the app.
repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 5;
| Parameter |
| Name |
Description |
index |
int
|
getEvaluationRunsCount()
public int getEvaluationRunsCount()
The list of evaluation runs that were imported into the app.
repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 5;
| Returns |
| Type |
Description |
int |
|
getEvaluationRunsList()
public List<EvaluationRun> getEvaluationRunsList()
The list of evaluation runs that were imported into the app.
repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 5;
getEvaluationRunsOrBuilder(int index)
public EvaluationRunOrBuilder getEvaluationRunsOrBuilder(int index)
The list of evaluation runs that were imported into the app.
repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 5;
| Parameter |
| Name |
Description |
index |
int
|
getEvaluationRunsOrBuilderList()
public List<? extends EvaluationRunOrBuilder> getEvaluationRunsOrBuilderList()
The list of evaluation runs that were imported into the app.
repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 5;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.ces.v1beta.EvaluationRunOrBuilder> |
|
getEvaluations(int index)
public Evaluation getEvaluations(int index)
The list of evaluations that were imported into the app.
repeated .google.cloud.ces.v1beta.Evaluation evaluations = 1;
| Parameter |
| Name |
Description |
index |
int
|
getEvaluationsCount()
public int getEvaluationsCount()
The list of evaluations that were imported into the app.
repeated .google.cloud.ces.v1beta.Evaluation evaluations = 1;
| Returns |
| Type |
Description |
int |
|
getEvaluationsList()
public List<Evaluation> getEvaluationsList()
The list of evaluations that were imported into the app.
repeated .google.cloud.ces.v1beta.Evaluation evaluations = 1;
getEvaluationsOrBuilder(int index)
public EvaluationOrBuilder getEvaluationsOrBuilder(int index)
The list of evaluations that were imported into the app.
repeated .google.cloud.ces.v1beta.Evaluation evaluations = 1;
| Parameter |
| Name |
Description |
index |
int
|
getEvaluationsOrBuilderList()
public List<? extends EvaluationOrBuilder> getEvaluationsOrBuilderList()
The list of evaluations that were imported into the app.
repeated .google.cloud.ces.v1beta.Evaluation evaluations = 1;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.ces.v1beta.EvaluationOrBuilder> |
|
getImportFailureCount()
public int getImportFailureCount()
The number of evaluations that either failed to import entirely or
completed import with one or more errors.
int32 import_failure_count = 3;
| Returns |
| Type |
Description |
int |
The importFailureCount.
|
getParserForType()
public Parser<ImportEvaluationsResponse> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ImportEvaluationsResponse.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ImportEvaluationsResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public ImportEvaluationsResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides