public interface ErrorResourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GroupVersionKind |
getResourceGvk()
Group/version/kind of the resource that is causing an error
|
GroupVersionKindOrBuilder |
getResourceGvkOrBuilder()
Group/version/kind of the resource that is causing an error
|
String |
getResourceName()
Metadata name of the resource that is causing an error
|
com.google.protobuf.ByteString |
getResourceNameBytes()
Metadata name of the resource that is causing an error
|
String |
getResourceNamespace()
Namespace of the resource that is causing an error
|
com.google.protobuf.ByteString |
getResourceNamespaceBytes()
Namespace of the resource that is causing an error
|
String |
getSourcePath()
Path in the git repo of the erroneous config
|
com.google.protobuf.ByteString |
getSourcePathBytes()
Path in the git repo of the erroneous config
|
boolean |
hasResourceGvk()
Group/version/kind of the resource that is causing an error
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSourcePath()
Path in the git repo of the erroneous config
string source_path = 1;com.google.protobuf.ByteString getSourcePathBytes()
Path in the git repo of the erroneous config
string source_path = 1;String getResourceName()
Metadata name of the resource that is causing an error
string resource_name = 2;com.google.protobuf.ByteString getResourceNameBytes()
Metadata name of the resource that is causing an error
string resource_name = 2;String getResourceNamespace()
Namespace of the resource that is causing an error
string resource_namespace = 3;com.google.protobuf.ByteString getResourceNamespaceBytes()
Namespace of the resource that is causing an error
string resource_namespace = 3;boolean hasResourceGvk()
Group/version/kind of the resource that is causing an error
.google.cloud.gkehub.configmanagement.v1alpha.GroupVersionKind resource_gvk = 4;GroupVersionKind getResourceGvk()
Group/version/kind of the resource that is causing an error
.google.cloud.gkehub.configmanagement.v1alpha.GroupVersionKind resource_gvk = 4;GroupVersionKindOrBuilder getResourceGvkOrBuilder()
Group/version/kind of the resource that is causing an error
.google.cloud.gkehub.configmanagement.v1alpha.GroupVersionKind resource_gvk = 4;Copyright © 2024 Google LLC. All rights reserved.