public static final class WindowsUpdate.Identity.Builder extends GeneratedMessage.Builder<WindowsUpdate.Identity.Builder> implements WindowsUpdate.IdentityOrBuilderThe unique identifier of the update.
Protobuf type grafeas.v1.WindowsUpdate.Identity
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > WindowsUpdate.Identity.BuilderImplements
WindowsUpdate.IdentityOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public WindowsUpdate.Identity build()| Returns | |
|---|---|
| Type | Description |
WindowsUpdate.Identity |
|
buildPartial()
public WindowsUpdate.Identity buildPartial()| Returns | |
|---|---|
| Type | Description |
WindowsUpdate.Identity |
|
clear()
public WindowsUpdate.Identity.Builder clear()| Returns | |
|---|---|
| Type | Description |
WindowsUpdate.Identity.Builder |
|
clearRevision()
public WindowsUpdate.Identity.Builder clearRevision()The revision number of the update.
int32 revision = 2;
| Returns | |
|---|---|
| Type | Description |
WindowsUpdate.Identity.Builder |
This builder for chaining. |
clearUpdateId()
public WindowsUpdate.Identity.Builder clearUpdateId()The revision independent identifier of the update.
string update_id = 1;
| Returns | |
|---|---|
| Type | Description |
WindowsUpdate.Identity.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public WindowsUpdate.Identity getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
WindowsUpdate.Identity |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getRevision()
public int 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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public WindowsUpdate.Identity.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
WindowsUpdate.Identity.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public WindowsUpdate.Identity.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
WindowsUpdate.Identity.Builder |
|
mergeFrom(WindowsUpdate.Identity other)
public WindowsUpdate.Identity.Builder mergeFrom(WindowsUpdate.Identity other)| Parameter | |
|---|---|
| Name | Description |
other |
WindowsUpdate.Identity |
| Returns | |
|---|---|
| Type | Description |
WindowsUpdate.Identity.Builder |
|
setRevision(int value)
public WindowsUpdate.Identity.Builder setRevision(int value)The revision number of the update.
int32 revision = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe revision to set. |
| Returns | |
|---|---|
| Type | Description |
WindowsUpdate.Identity.Builder |
This builder for chaining. |
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 |
StringThe updateId to set. |
| Returns | |
|---|---|
| Type | Description |
WindowsUpdate.Identity.Builder |
This builder for chaining. |
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 |
ByteStringThe bytes for updateId to set. |
| Returns | |
|---|---|
| Type | Description |
WindowsUpdate.Identity.Builder |
This builder for chaining. |