- 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()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ValidateExclusivityResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ValidateExclusivityResponse.Builder |
build()
public ValidateExclusivityResponse build()
Returns | |
---|---|
Type | Description |
ValidateExclusivityResponse |
buildPartial()
public ValidateExclusivityResponse buildPartial()
Returns | |
---|---|
Type | Description |
ValidateExclusivityResponse |
clear()
public ValidateExclusivityResponse.Builder clear()
Returns | |
---|---|
Type | Description |
ValidateExclusivityResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public ValidateExclusivityResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ValidateExclusivityResponse.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ValidateExclusivityResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
ValidateExclusivityResponse.Builder |
clone()
public ValidateExclusivityResponse.Builder clone()
Returns | |
---|---|
Type | Description |
ValidateExclusivityResponse.Builder |
getDefaultInstanceForType()
public ValidateExclusivityResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ValidateExclusivityResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
boolean |
Whether the status field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(ValidateExclusivityResponse other)
public ValidateExclusivityResponse.Builder mergeFrom(ValidateExclusivityResponse other)
Parameter | |
---|---|
Name | Description |
other |
ValidateExclusivityResponse |
Returns | |
---|---|
Type | Description |
ValidateExclusivityResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ValidateExclusivityResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ValidateExclusivityResponse.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ValidateExclusivityResponse.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
value |
com.google.rpc.Status |
Returns | |
---|---|
Type | Description |
ValidateExclusivityResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ValidateExclusivityResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ValidateExclusivityResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ValidateExclusivityResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ValidateExclusivityResponse.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ValidateExclusivityResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
value |
com.google.rpc.Status |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
builderForValue |
com.google.rpc.Status.Builder |
Returns | |
---|---|
Type | Description |
ValidateExclusivityResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ValidateExclusivityResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ValidateExclusivityResponse.Builder |