public interface ValidateExclusivityResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getStatus()
public abstract Status getStatus()The validation result.
OKmeans that exclusivity is validated, assuming the manifest produced by GenerateExclusivityManifest is successfully applied.ALREADY_EXISTSmeans that the Membership CRD is already owned by another Hub. Seestatus.messagefor more information.
.google.rpc.Status status = 1;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Status |
The status. |
getStatusOrBuilder()
public abstract StatusOrBuilder getStatusOrBuilder()The validation result.
OKmeans that exclusivity is validated, assuming the manifest produced by GenerateExclusivityManifest is successfully applied.ALREADY_EXISTSmeans that the Membership CRD is already owned by another Hub. Seestatus.messagefor more information.
.google.rpc.Status status = 1;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.StatusOrBuilder |
|
hasStatus()
public abstract boolean hasStatus()The validation result.
OKmeans that exclusivity is validated, assuming the manifest produced by GenerateExclusivityManifest is successfully applied.ALREADY_EXISTSmeans that the Membership CRD is already owned by another Hub. Seestatus.messagefor more information.
.google.rpc.Status status = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the status field is set. |