public interface ImportTestCasesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNames(int index)
The unique identifiers of the new test cases.
|
com.google.protobuf.ByteString |
getNamesBytes(int index)
The unique identifiers of the new test cases.
|
int |
getNamesCount()
The unique identifiers of the new test cases.
|
List<String> |
getNamesList()
The unique identifiers of the new test cases.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getNamesList()
The unique identifiers of the new test cases. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>`.
repeated string names = 1 [(.google.api.resource_reference) = { ... }int getNamesCount()
The unique identifiers of the new test cases. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>`.
repeated string names = 1 [(.google.api.resource_reference) = { ... }String getNames(int index)
The unique identifiers of the new test cases. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>`.
repeated string names = 1 [(.google.api.resource_reference) = { ... }index - The index of the element to return.com.google.protobuf.ByteString getNamesBytes(int index)
The unique identifiers of the new test cases. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>`.
repeated string names = 1 [(.google.api.resource_reference) = { ... }index - The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.