Package com.google.cloud.gkehub.v1beta1
Interface GenerateExclusivityManifestResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateExclusivityManifestResponse,GenerateExclusivityManifestResponse.Builder
public interface GenerateExclusivityManifestResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCrdManifest()The YAML manifest of the membership CRD to apply if a newer version of the CRD is available.com.google.protobuf.ByteStringgetCrdManifestBytes()The YAML manifest of the membership CRD to apply if a newer version of the CRD is available.StringgetCrManifest()The YAML manifest of the membership CR to apply if a new version of the CR is available.com.google.protobuf.ByteStringgetCrManifestBytes()The YAML manifest of the membership CR to apply if a new version of the CR is available.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCrdManifest
String 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;- Returns:
- The crdManifest.
-
getCrdManifestBytes
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;- Returns:
- The bytes for crdManifest.
-
getCrManifest
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;- Returns:
- The crManifest.
-
getCrManifestBytes
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;- Returns:
- The bytes for crManifest.
-
-