Interface BuildEventStreamProtos.TestProgressOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BuildEventStreamProtos.TestProgress,BuildEventStreamProtos.TestProgress.Builder
- Enclosing class:
- BuildEventStreamProtos
public static interface BuildEventStreamProtos.TestProgressOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetUri()Identifies a resource that may provide information about an active test run.com.google.protobuf.ByteStringIdentifies a resource that may provide information about an active test run.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getUri
String getUri()Identifies a resource that may provide information about an active test run. The resource is not necessarily a file and may need to be queried for information. The URI is not guaranteed to be available after the test completes. The string is encoded according to RFC2396.
string uri = 1;- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()Identifies a resource that may provide information about an active test run. The resource is not necessarily a file and may need to be queried for information. The URI is not guaranteed to be available after the test completes. The string is encoded according to RFC2396.
string uri = 1;- Returns:
- The bytes for uri.
-