public interface DependencyErrorDetailOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getError()
public abstract DependencyErrorDetail.Error getError()
Optional. Error in the dependency.
.google.cloud.apihub.v1.DependencyErrorDetail.Error error = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
DependencyErrorDetail.Error |
The error. |
getErrorTime()
public abstract Timestamp getErrorTime()
Optional. Timestamp at which the error was found.
.google.protobuf.Timestamp error_time = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Timestamp |
The errorTime. |
getErrorTimeOrBuilder()
public abstract TimestampOrBuilder getErrorTimeOrBuilder()
Optional. Timestamp at which the error was found.
.google.protobuf.Timestamp error_time = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getErrorValue()
public abstract int getErrorValue()
Optional. Error in the dependency.
.google.cloud.apihub.v1.DependencyErrorDetail.Error error = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for error. |
hasErrorTime()
public abstract boolean hasErrorTime()
Optional. Timestamp at which the error was found.
.google.protobuf.Timestamp error_time = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the errorTime field is set. |