Interface ImportTestCasesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportTestCasesResponse,ImportTestCasesResponse.Builder
public interface ImportTestCasesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNames(int index)The unique identifiers of the new test cases.com.google.protobuf.ByteStringgetNamesBytes(int index)The unique identifiers of the new test cases.intgetNamesCount()The unique identifiers of the new test cases.List<String>getNamesList()The unique identifiers of the new test cases.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNamesList
List<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) = { ... }- Returns:
- A list containing the names.
-
getNamesCount
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) = { ... }- Returns:
- The count of names.
-
getNames
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) = { ... }- Parameters:
index- The index of the element to return.- Returns:
- The names at the given index.
-
getNamesBytes
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) = { ... }- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the names at the given index.
-
-