Interface EvidenceDetailsOrBuilder (0.7.0)

public interface EvidenceDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEvidencePath()

public abstract String getEvidencePath()

Output only. The path to the evidence.

string evidence_path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The evidencePath.

getEvidencePathBytes()

public abstract ByteString getEvidencePathBytes()

Output only. The path to the evidence.

string evidence_path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for evidencePath.

getResource()

public abstract String getResource()

Output only. The resource identifier.

string resource = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The resource.

getResourceBytes()

public abstract ByteString getResourceBytes()

Output only. The resource identifier.

string resource = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for resource.

getService()

public abstract String getService()

Output only. The service identifier.

string service = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The service.

getServiceBytes()

public abstract ByteString getServiceBytes()

Output only. The service identifier.

string service = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for service.