public interface ValidateExclusivityResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.rpc.Status |
getStatus()
The validation result
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder()
The validation result
|
boolean |
hasStatus()
The validation result
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStatus()
The validation result.
* `OK` means that exclusivity is validated, assuming the manifest produced
by GenerateExclusivityManifest is successfully applied.
* `ALREADY_EXISTS` means that the Membership CRD is already owned by
another Hub. See `status.message` for more information.
.google.rpc.Status status = 1;com.google.rpc.Status getStatus()
The validation result.
* `OK` means that exclusivity is validated, assuming the manifest produced
by GenerateExclusivityManifest is successfully applied.
* `ALREADY_EXISTS` means that the Membership CRD is already owned by
another Hub. See `status.message` for more information.
.google.rpc.Status status = 1;com.google.rpc.StatusOrBuilder getStatusOrBuilder()
The validation result.
* `OK` means that exclusivity is validated, assuming the manifest produced
by GenerateExclusivityManifest is successfully applied.
* `ALREADY_EXISTS` means that the Membership CRD is already owned by
another Hub. See `status.message` for more information.
.google.rpc.Status status = 1;Copyright © 2025 Google LLC. All rights reserved.