public static final class WindowsUpdate.Identity.Builder extends GeneratedMessageV3.Builder<WindowsUpdate.Identity.Builder> implements WindowsUpdate.IdentityOrBuilder
The unique identifier of the update.
Protobuf type grafeas.v1.WindowsUpdate.Identity
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 WindowsUpdate.Identity.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public WindowsUpdate.Identity build()
buildPartial()
public WindowsUpdate.Identity buildPartial()
clear()
public WindowsUpdate.Identity.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public WindowsUpdate.Identity.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public WindowsUpdate.Identity.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearRevision()
public WindowsUpdate.Identity.Builder clearRevision()
The revision number of the update.
int32 revision = 2;
clearUpdateId()
public WindowsUpdate.Identity.Builder clearUpdateId()
The revision independent identifier of the update.
string update_id = 1;
clone()
public WindowsUpdate.Identity.Builder clone()
Overrides
getDefaultInstanceForType()
public WindowsUpdate.Identity getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getRevision()
The revision number of the update.
int32 revision = 2;
Returns |
Type |
Description |
int |
The revision.
|
getUpdateId()
public String getUpdateId()
The revision independent identifier of the update.
string update_id = 1;
Returns |
Type |
Description |
String |
The updateId.
|
getUpdateIdBytes()
public ByteString getUpdateIdBytes()
The revision independent identifier of the update.
string update_id = 1;
Returns |
Type |
Description |
ByteString |
The bytes for updateId.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
public WindowsUpdate.Identity.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public WindowsUpdate.Identity.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeFrom(WindowsUpdate.Identity other)
public WindowsUpdate.Identity.Builder mergeFrom(WindowsUpdate.Identity other)
mergeUnknownFields(UnknownFieldSet unknownFields)
public final WindowsUpdate.Identity.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public WindowsUpdate.Identity.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public WindowsUpdate.Identity.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setRevision(int value)
public WindowsUpdate.Identity.Builder setRevision(int value)
The revision number of the update.
int32 revision = 2;
Parameter |
Name |
Description |
value |
int
The revision to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final WindowsUpdate.Identity.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setUpdateId(String value)
public WindowsUpdate.Identity.Builder setUpdateId(String value)
The revision independent identifier of the update.
string update_id = 1;
Parameter |
Name |
Description |
value |
String
The updateId to set.
|
setUpdateIdBytes(ByteString value)
public WindowsUpdate.Identity.Builder setUpdateIdBytes(ByteString value)
The revision independent identifier of the update.
string update_id = 1;
Parameter |
Name |
Description |
value |
ByteString
The bytes for updateId to set.
|