public interface ErrorResourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getResourceGvk()
public abstract GroupVersionKind getResourceGvk()Group/version/kind of the resource that is causing an error
.google.cloud.gkehub.configmanagement.v1beta.GroupVersionKind resource_gvk = 4;
| Type | Description |
| GroupVersionKind | The resourceGvk. |
getResourceGvkOrBuilder()
public abstract GroupVersionKindOrBuilder getResourceGvkOrBuilder()Group/version/kind of the resource that is causing an error
.google.cloud.gkehub.configmanagement.v1beta.GroupVersionKind resource_gvk = 4;
| Type | Description |
| GroupVersionKindOrBuilder |
getResourceName()
public abstract String getResourceName()Metadata name of the resource that is causing an error
string resource_name = 2;
| Type | Description |
| String | The resourceName. |
getResourceNameBytes()
public abstract ByteString getResourceNameBytes()Metadata name of the resource that is causing an error
string resource_name = 2;
| Type | Description |
| ByteString | The bytes for resourceName. |
getResourceNamespace()
public abstract String getResourceNamespace()Namespace of the resource that is causing an error
string resource_namespace = 3;
| Type | Description |
| String | The resourceNamespace. |
getResourceNamespaceBytes()
public abstract ByteString getResourceNamespaceBytes()Namespace of the resource that is causing an error
string resource_namespace = 3;
| Type | Description |
| ByteString | The bytes for resourceNamespace. |
getSourcePath()
public abstract String getSourcePath()Path in the git repo of the erroneous config
string source_path = 1;
| Type | Description |
| String | The sourcePath. |
getSourcePathBytes()
public abstract ByteString getSourcePathBytes()Path in the git repo of the erroneous config
string source_path = 1;
| Type | Description |
| ByteString | The bytes for sourcePath. |
hasResourceGvk()
public abstract boolean hasResourceGvk()Group/version/kind of the resource that is causing an error
.google.cloud.gkehub.configmanagement.v1beta.GroupVersionKind resource_gvk = 4;
| Type | Description |
| boolean | Whether the resourceGvk field is set. |