- 1.53.0 (latest)
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.6
- 1.2.1
- 1.1.0
- 1.0.1
- 0.5.4
public static final class ValidateExclusivityResponse.Builder extends GeneratedMessageV3.Builder<ValidateExclusivityResponse.Builder> implements ValidateExclusivityResponseOrBuilder
The response of exclusivity artifacts validation result status.
Protobuf type google.cloud.gkehub.v1beta1.ValidateExclusivityResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ValidateExclusivityResponse.BuilderImplements
ValidateExclusivityResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ValidateExclusivityResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ValidateExclusivityResponse.Builder |
build()
public ValidateExclusivityResponse build()
Type | Description |
ValidateExclusivityResponse |
buildPartial()
public ValidateExclusivityResponse buildPartial()
Type | Description |
ValidateExclusivityResponse |
clear()
public ValidateExclusivityResponse.Builder clear()
Type | Description |
ValidateExclusivityResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public ValidateExclusivityResponse.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ValidateExclusivityResponse.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ValidateExclusivityResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ValidateExclusivityResponse.Builder |
clearStatus()
public ValidateExclusivityResponse.Builder clearStatus()
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. Seestatus.message
for more information.
.google.rpc.Status status = 1;
Type | Description |
ValidateExclusivityResponse.Builder |
clone()
public ValidateExclusivityResponse.Builder clone()
Type | Description |
ValidateExclusivityResponse.Builder |
getDefaultInstanceForType()
public ValidateExclusivityResponse getDefaultInstanceForType()
Type | Description |
ValidateExclusivityResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getStatus()
public 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. Seestatus.message
for more information.
.google.rpc.Status status = 1;
Type | Description |
com.google.rpc.Status | The status. |
getStatusBuilder()
public Status.Builder getStatusBuilder()
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. Seestatus.message
for more information.
.google.rpc.Status status = 1;
Type | Description |
com.google.rpc.Status.Builder |
getStatusOrBuilder()
public 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. Seestatus.message
for more information.
.google.rpc.Status status = 1;
Type | Description |
com.google.rpc.StatusOrBuilder |
hasStatus()
public boolean 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. Seestatus.message
for more information.
.google.rpc.Status status = 1;
Type | Description |
boolean | Whether the status field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(ValidateExclusivityResponse other)
public ValidateExclusivityResponse.Builder mergeFrom(ValidateExclusivityResponse other)
Name | Description |
other | ValidateExclusivityResponse |
Type | Description |
ValidateExclusivityResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ValidateExclusivityResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ValidateExclusivityResponse.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ValidateExclusivityResponse.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ValidateExclusivityResponse.Builder |
mergeStatus(Status value)
public ValidateExclusivityResponse.Builder mergeStatus(Status value)
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. Seestatus.message
for more information.
.google.rpc.Status status = 1;
Name | Description |
value | com.google.rpc.Status |
Type | Description |
ValidateExclusivityResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ValidateExclusivityResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ValidateExclusivityResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ValidateExclusivityResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ValidateExclusivityResponse.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ValidateExclusivityResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ValidateExclusivityResponse.Builder |
setStatus(Status value)
public ValidateExclusivityResponse.Builder setStatus(Status value)
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. Seestatus.message
for more information.
.google.rpc.Status status = 1;
Name | Description |
value | com.google.rpc.Status |
Type | Description |
ValidateExclusivityResponse.Builder |
setStatus(Status.Builder builderForValue)
public ValidateExclusivityResponse.Builder setStatus(Status.Builder builderForValue)
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. Seestatus.message
for more information.
.google.rpc.Status status = 1;
Name | Description |
builderForValue | com.google.rpc.Status.Builder |
Type | Description |
ValidateExclusivityResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ValidateExclusivityResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ValidateExclusivityResponse.Builder |