public static final class WindowsUpdate.Category.Builder extends GeneratedMessageV3.Builder<WindowsUpdate.Category.Builder> implements WindowsUpdate.CategoryOrBuilder
The category to which the update belongs.
Protobuf type grafeas.v1.WindowsUpdate.Category
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public WindowsUpdate.Category.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public WindowsUpdate.Category build()
Returns
buildPartial()
public WindowsUpdate.Category buildPartial()
Returns
clear()
public WindowsUpdate.Category.Builder clear()
Returns
Overrides
clearCategoryId()
public WindowsUpdate.Category.Builder clearCategoryId()
The identifier of the category.
string category_id = 1;
Returns
clearField(Descriptors.FieldDescriptor field)
public WindowsUpdate.Category.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearName()
public WindowsUpdate.Category.Builder clearName()
The localized name of the category.
string name = 2;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public WindowsUpdate.Category.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public WindowsUpdate.Category.Builder clone()
Returns
Overrides
getCategoryId()
public String getCategoryId()
The identifier of the category.
string category_id = 1;
Returns
Type | Description |
String | The categoryId.
|
getCategoryIdBytes()
public ByteString getCategoryIdBytes()
The identifier of the category.
string category_id = 1;
Returns