public interface SyncErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
An ACM defined error code
|
com.google.protobuf.ByteString |
getCodeBytes()
An ACM defined error code
|
String |
getErrorMessage()
A description of the error
|
com.google.protobuf.ByteString |
getErrorMessageBytes()
A description of the error
|
ErrorResource |
getErrorResources(int index)
A list of config(s) associated with the error, if any
|
int |
getErrorResourcesCount()
A list of config(s) associated with the error, if any
|
List<ErrorResource> |
getErrorResourcesList()
A list of config(s) associated with the error, if any
|
ErrorResourceOrBuilder |
getErrorResourcesOrBuilder(int index)
A list of config(s) associated with the error, if any
|
List<? extends ErrorResourceOrBuilder> |
getErrorResourcesOrBuilderList()
A list of config(s) associated with the error, if any
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCode()
An ACM defined error code
string code = 1;com.google.protobuf.ByteString getCodeBytes()
An ACM defined error code
string code = 1;String getErrorMessage()
A description of the error
string error_message = 2;com.google.protobuf.ByteString getErrorMessageBytes()
A description of the error
string error_message = 2;List<ErrorResource> getErrorResourcesList()
A list of config(s) associated with the error, if any
repeated .google.cloud.gkehub.configmanagement.v1alpha.ErrorResource error_resources = 3;
ErrorResource getErrorResources(int index)
A list of config(s) associated with the error, if any
repeated .google.cloud.gkehub.configmanagement.v1alpha.ErrorResource error_resources = 3;
int getErrorResourcesCount()
A list of config(s) associated with the error, if any
repeated .google.cloud.gkehub.configmanagement.v1alpha.ErrorResource error_resources = 3;
List<? extends ErrorResourceOrBuilder> getErrorResourcesOrBuilderList()
A list of config(s) associated with the error, if any
repeated .google.cloud.gkehub.configmanagement.v1alpha.ErrorResource error_resources = 3;
ErrorResourceOrBuilder getErrorResourcesOrBuilder(int index)
A list of config(s) associated with the error, if any
repeated .google.cloud.gkehub.configmanagement.v1alpha.ErrorResource error_resources = 3;
Copyright © 2024 Google LLC. All rights reserved.