public static final class WindowsUpdate.Category extends GeneratedMessageV3 implements WindowsUpdate.CategoryOrBuilder
The category to which the update belongs.
Protobuf type grafeas.v1.WindowsUpdate.Category
Static Fields
CATEGORY_ID_FIELD_NUMBER
public static final int CATEGORY_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static WindowsUpdate.Category getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static WindowsUpdate.Category.Builder newBuilder()
newBuilder(WindowsUpdate.Category prototype)
public static WindowsUpdate.Category.Builder newBuilder(WindowsUpdate.Category prototype)
public static WindowsUpdate.Category parseDelimitedFrom(InputStream input)
public static WindowsUpdate.Category parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static WindowsUpdate.Category parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static WindowsUpdate.Category parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static WindowsUpdate.Category parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static WindowsUpdate.Category parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static WindowsUpdate.Category parseFrom(CodedInputStream input)
public static WindowsUpdate.Category parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static WindowsUpdate.Category parseFrom(InputStream input)
public static WindowsUpdate.Category parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static WindowsUpdate.Category parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static WindowsUpdate.Category parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<WindowsUpdate.Category> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
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 |
---|
Type | Description |
ByteString | The bytes for categoryId.
|
getDefaultInstanceForType()
public WindowsUpdate.Category getDefaultInstanceForType()
getName()
The localized name of the category.
string name = 2;
Returns |
---|
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
The localized name of the category.
string name = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for name.
|
getParserForType()
public Parser<WindowsUpdate.Category> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public WindowsUpdate.Category.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected WindowsUpdate.Category.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public WindowsUpdate.Category.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides