public static final class TargetsTypeCondition.Builder extends GeneratedMessageV3.Builder<TargetsTypeCondition.Builder> implements TargetsTypeConditionOrBuilder
TargetsTypeCondition contains information on whether the Targets defined in the Delivery Pipeline are of the same type.
Protobuf type google.events.cloud.deploy.v1.TargetsTypeCondition
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TargetsTypeCondition.BuilderImplements
TargetsTypeConditionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TargetsTypeCondition.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
TargetsTypeCondition.Builder |
build()
public TargetsTypeCondition build()
Returns | |
---|---|
Type | Description |
TargetsTypeCondition |
buildPartial()
public TargetsTypeCondition buildPartial()
Returns | |
---|---|
Type | Description |
TargetsTypeCondition |
clear()
public TargetsTypeCondition.Builder clear()
Returns | |
---|---|
Type | Description |
TargetsTypeCondition.Builder |
clearErrorDetails()
public TargetsTypeCondition.Builder clearErrorDetails()
Human readable error message.
string error_details = 2;
Returns | |
---|---|
Type | Description |
TargetsTypeCondition.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public TargetsTypeCondition.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
TargetsTypeCondition.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public TargetsTypeCondition.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
TargetsTypeCondition.Builder |
clearStatus()
public TargetsTypeCondition.Builder clearStatus()
True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.
bool status = 1;
Returns | |
---|---|
Type | Description |
TargetsTypeCondition.Builder |
This builder for chaining. |
clone()
public TargetsTypeCondition.Builder clone()
Returns | |
---|---|
Type | Description |
TargetsTypeCondition.Builder |
getDefaultInstanceForType()
public TargetsTypeCondition getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
TargetsTypeCondition |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getErrorDetails()
public String getErrorDetails()
Human readable error message.
string error_details = 2;
Returns | |
---|---|
Type | Description |
String |
The errorDetails. |
getErrorDetailsBytes()
public ByteString getErrorDetailsBytes()
Human readable error message.
string error_details = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for errorDetails. |
getStatus()
public boolean getStatus()
True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.
bool status = 1;
Returns | |
---|---|
Type | Description |
boolean |
The status. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(TargetsTypeCondition other)
public TargetsTypeCondition.Builder mergeFrom(TargetsTypeCondition other)
Parameter | |
---|---|
Name | Description |
other |
TargetsTypeCondition |
Returns | |
---|---|
Type | Description |
TargetsTypeCondition.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TargetsTypeCondition.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TargetsTypeCondition.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public TargetsTypeCondition.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
TargetsTypeCondition.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TargetsTypeCondition.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
TargetsTypeCondition.Builder |
setErrorDetails(String value)
public TargetsTypeCondition.Builder setErrorDetails(String value)
Human readable error message.
string error_details = 2;
Parameter | |
---|---|
Name | Description |
value |
String The errorDetails to set. |
Returns | |
---|---|
Type | Description |
TargetsTypeCondition.Builder |
This builder for chaining. |
setErrorDetailsBytes(ByteString value)
public TargetsTypeCondition.Builder setErrorDetailsBytes(ByteString value)
Human readable error message.
string error_details = 2;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for errorDetails to set. |
Returns | |
---|---|
Type | Description |
TargetsTypeCondition.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public TargetsTypeCondition.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
TargetsTypeCondition.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TargetsTypeCondition.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
TargetsTypeCondition.Builder |
setStatus(boolean value)
public TargetsTypeCondition.Builder setStatus(boolean value)
True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.
bool status = 1;
Parameter | |
---|---|
Name | Description |
value |
boolean The status to set. |
Returns | |
---|---|
Type | Description |
TargetsTypeCondition.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final TargetsTypeCondition.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
TargetsTypeCondition.Builder |