public interface GenerateExclusivityManifestResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCrdManifest()
The YAML manifest of the membership CRD to apply if a newer version of the
CRD is available.
|
com.google.protobuf.ByteString |
getCrdManifestBytes()
The YAML manifest of the membership CRD to apply if a newer version of the
CRD is available.
|
String |
getCrManifest()
The YAML manifest of the membership CR to apply if a new version of the
CR is available.
|
com.google.protobuf.ByteString |
getCrManifestBytes()
The YAML manifest of the membership CR to apply if a new version of the
CR is available.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCrdManifest()
The YAML manifest of the membership CRD to apply if a newer version of the CRD is available. Empty if no update needs to be applied.
string crd_manifest = 1;com.google.protobuf.ByteString getCrdManifestBytes()
The YAML manifest of the membership CRD to apply if a newer version of the CRD is available. Empty if no update needs to be applied.
string crd_manifest = 1;String getCrManifest()
The YAML manifest of the membership CR to apply if a new version of the CR is available. Empty if no update needs to be applied.
string cr_manifest = 2;com.google.protobuf.ByteString getCrManifestBytes()
The YAML manifest of the membership CR to apply if a new version of the CR is available. Empty if no update needs to be applied.
string cr_manifest = 2;Copyright © 2025 Google LLC. All rights reserved.