Interface ResourceErrorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResourceError,ResourceError.Builder
public interface ResourceErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe error reported for the resource.The error reported for the resource.The name of the resource.The name of the resource.booleanThe error reported for the resource.booleanThe name of the resource.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
-
hasResourceName
boolean hasResourceName()The name of the resource.
.envoy.service.discovery.v3.ResourceName resource_name = 1;- Returns:
- Whether the resourceName field is set.
-
getResourceName
ResourceName getResourceName()The name of the resource.
.envoy.service.discovery.v3.ResourceName resource_name = 1;- Returns:
- The resourceName.
-
getResourceNameOrBuilder
ResourceNameOrBuilder getResourceNameOrBuilder()The name of the resource.
.envoy.service.discovery.v3.ResourceName resource_name = 1; -
hasErrorDetail
boolean hasErrorDetail()The error reported for the resource.
.google.rpc.Status error_detail = 2;- Returns:
- Whether the errorDetail field is set.
-
getErrorDetail
Status getErrorDetail()The error reported for the resource.
.google.rpc.Status error_detail = 2;- Returns:
- The errorDetail.
-
getErrorDetailOrBuilder
StatusOrBuilder getErrorDetailOrBuilder()The error reported for the resource.
.google.rpc.Status error_detail = 2;
-