public static final class Build.Warning.Builder extends GeneratedMessageV3.Builder<Build.Warning.Builder> implements Build.WarningOrBuilder
A non-fatal problem encountered during the execution of the build.
Protobuf type google.devtools.cloudbuild.v1.Build.Warning
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Build.Warning.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public Build.Warning build()
buildPartial()
public Build.Warning buildPartial()
clear()
public Build.Warning.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public Build.Warning.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Build.Warning.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearPriority()
public Build.Warning.Builder clearPriority()
The priority for this warning.
.google.devtools.cloudbuild.v1.Build.Warning.Priority priority = 2;
clearText()
public Build.Warning.Builder clearText()
Explanation of the warning generated.
string text = 1;
clone()
public Build.Warning.Builder clone()
Overrides
getDefaultInstanceForType()
public Build.Warning getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getPriority()
public Build.Warning.Priority getPriority()
The priority for this warning.
.google.devtools.cloudbuild.v1.Build.Warning.Priority priority = 2;
getPriorityValue()
public int getPriorityValue()
The priority for this warning.
.google.devtools.cloudbuild.v1.Build.Warning.Priority priority = 2;
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for priority.
|
getText()
Explanation of the warning generated.
string text = 1;
Returns |
---|
Type | Description |
String | The text.
|
getTextBytes()
public ByteString getTextBytes()
Explanation of the warning generated.
string text = 1;
Returns |
---|
Type | Description |
ByteString | The bytes for text.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(Build.Warning other)
public Build.Warning.Builder mergeFrom(Build.Warning other)
public Build.Warning.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public Build.Warning.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Build.Warning.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public Build.Warning.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setPriority(Build.Warning.Priority value)
public Build.Warning.Builder setPriority(Build.Warning.Priority value)
The priority for this warning.
.google.devtools.cloudbuild.v1.Build.Warning.Priority priority = 2;
setPriorityValue(int value)
public Build.Warning.Builder setPriorityValue(int value)
The priority for this warning.
.google.devtools.cloudbuild.v1.Build.Warning.Priority priority = 2;
Parameter |
---|
Name | Description |
value | int
The enum numeric value on the wire for priority to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Build.Warning.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setText(String value)
public Build.Warning.Builder setText(String value)
Explanation of the warning generated.
string text = 1;
Parameter |
---|
Name | Description |
value | String
The text to set.
|
setTextBytes(ByteString value)
public Build.Warning.Builder setTextBytes(ByteString value)
Explanation of the warning generated.
string text = 1;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for text to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final Build.Warning.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides