public final class ResultStorage extends GeneratedMessageV3 implements ResultStorageOrBuilder
Locations where test results are stored.
Protobuf type google.events.firebase.testlab.v1.ResultStorage
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ResultStorageImplements
ResultStorageOrBuilderStatic Fields
GCS_PATH_FIELD_NUMBER
public static final int GCS_PATH_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
RESULTS_URI_FIELD_NUMBER
public static final int RESULTS_URI_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
TOOL_RESULTS_EXECUTION_FIELD_NUMBER
public static final int TOOL_RESULTS_EXECUTION_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
TOOL_RESULTS_HISTORY_FIELD_NUMBER
public static final int TOOL_RESULTS_HISTORY_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ResultStorage getDefaultInstance()
Returns | |
---|---|
Type | Description |
ResultStorage |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ResultStorage.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ResultStorage.Builder |
newBuilder(ResultStorage prototype)
public static ResultStorage.Builder newBuilder(ResultStorage prototype)
Parameter | |
---|---|
Name | Description |
prototype | ResultStorage |
Returns | |
---|---|
Type | Description |
ResultStorage.Builder |
parseDelimitedFrom(InputStream input)
public static ResultStorage parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
ResultStorage |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ResultStorage parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ResultStorage |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ResultStorage parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
ResultStorage |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ResultStorage parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ResultStorage |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ResultStorage parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
ResultStorage |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ResultStorage parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ResultStorage |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ResultStorage parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
ResultStorage |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ResultStorage parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ResultStorage |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ResultStorage parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
ResultStorage |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ResultStorage parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ResultStorage |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ResultStorage parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
ResultStorage |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ResultStorage parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ResultStorage |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ResultStorage> parser()
Returns | |
---|---|
Type | Description |
Parser<ResultStorage> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public ResultStorage getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ResultStorage |
getGcsPath()
public String getGcsPath()
Location in Google Cloud Storage where test results are written to. In the form "gs://bucket/path/to/somewhere".
string gcs_path = 4;
Returns | |
---|---|
Type | Description |
String | The gcsPath. |
getGcsPathBytes()
public ByteString getGcsPathBytes()
Location in Google Cloud Storage where test results are written to. In the form "gs://bucket/path/to/somewhere".
string gcs_path = 4;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for gcsPath. |
getParserForType()
public Parser<ResultStorage> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<ResultStorage> |
getResultsUri()
public String getResultsUri()
URI to the test results in the Firebase Web Console.
string results_uri = 3;
Returns | |
---|---|
Type | Description |
String | The resultsUri. |
getResultsUriBytes()
public ByteString getResultsUriBytes()
URI to the test results in the Firebase Web Console.
string results_uri = 3;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for resultsUri. |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getToolResultsExecution()
public String getToolResultsExecution()
Tool Results execution resource containing test results. Format is
projects/{project_id}/histories/{history_id}/executions/{execution_id}
.
Optional, can be omitted in erroneous test states.
See https://firebase.google.com/docs/test-lab/reference/toolresults/rest
for more information.
string tool_results_execution = 2;
Returns | |
---|---|
Type | Description |
String | The toolResultsExecution. |
getToolResultsExecutionBytes()
public ByteString getToolResultsExecutionBytes()
Tool Results execution resource containing test results. Format is
projects/{project_id}/histories/{history_id}/executions/{execution_id}
.
Optional, can be omitted in erroneous test states.
See https://firebase.google.com/docs/test-lab/reference/toolresults/rest
for more information.
string tool_results_execution = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for toolResultsExecution. |
getToolResultsHistory()
public String getToolResultsHistory()
Tool Results history resource containing test results. Format is
projects/{project_id}/histories/{history_id}
.
See https://firebase.google.com/docs/test-lab/reference/toolresults/rest
for more information.
string tool_results_history = 1;
Returns | |
---|---|
Type | Description |
String | The toolResultsHistory. |
getToolResultsHistoryBytes()
public ByteString getToolResultsHistoryBytes()
Tool Results history resource containing test results. Format is
projects/{project_id}/histories/{history_id}
.
See https://firebase.google.com/docs/test-lab/reference/toolresults/rest
for more information.
string tool_results_history = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for toolResultsHistory. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public ResultStorage.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ResultStorage.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ResultStorage.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
ResultStorage.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ResultStorage.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ResultStorage.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |