public static final class AppCompatMetadata.Builder extends GeneratedMessage.Builder<AppCompatMetadata.Builder> implements AppCompatMetadataOrBuilderWindows AppCompatCache (Application Compatibility) metadata.
Protobuf type google.backstory.AppCompatMetadata
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > AppCompatMetadata.BuilderImplements
AppCompatMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public AppCompatMetadata build()| Returns | |
|---|---|
| Type | Description |
AppCompatMetadata |
|
buildPartial()
public AppCompatMetadata buildPartial()| Returns | |
|---|---|
| Type | Description |
AppCompatMetadata |
|
clear()
public AppCompatMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description |
AppCompatMetadata.Builder |
|
clearControlSet()
public AppCompatMetadata.Builder clearControlSet()Indicates which registry Control Set the AppCompatCache data belongs to (e.g., "ControlSet001").
string control_set = 3;
| Returns | |
|---|---|
| Type | Description |
AppCompatMetadata.Builder |
This builder for chaining. |
clearExecuted()
public AppCompatMetadata.Builder clearExecuted()Indicates whether the file associated with the entry was executed.
bool executed = 2;
| Returns | |
|---|---|
| Type | Description |
AppCompatMetadata.Builder |
This builder for chaining. |
clearSequence()
public AppCompatMetadata.Builder clearSequence()Indicates the chronological order in which the entry was added to the cache.
int32 sequence = 1;
| Returns | |
|---|---|
| Type | Description |
AppCompatMetadata.Builder |
This builder for chaining. |
getControlSet()
public String getControlSet()Indicates which registry Control Set the AppCompatCache data belongs to (e.g., "ControlSet001").
string control_set = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The controlSet. |
getControlSetBytes()
public ByteString getControlSetBytes()Indicates which registry Control Set the AppCompatCache data belongs to (e.g., "ControlSet001").
string control_set = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for controlSet. |
getDefaultInstanceForType()
public AppCompatMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AppCompatMetadata |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getExecuted()
public boolean getExecuted()Indicates whether the file associated with the entry was executed.
bool executed = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The executed. |
getSequence()
public int getSequence()Indicates the chronological order in which the entry was added to the cache.
int32 sequence = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The sequence. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(AppCompatMetadata other)
public AppCompatMetadata.Builder mergeFrom(AppCompatMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
AppCompatMetadata |
| Returns | |
|---|---|
| Type | Description |
AppCompatMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AppCompatMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AppCompatMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public AppCompatMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
AppCompatMetadata.Builder |
|
setControlSet(String value)
public AppCompatMetadata.Builder setControlSet(String value)Indicates which registry Control Set the AppCompatCache data belongs to (e.g., "ControlSet001").
string control_set = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe controlSet to set. |
| Returns | |
|---|---|
| Type | Description |
AppCompatMetadata.Builder |
This builder for chaining. |
setControlSetBytes(ByteString value)
public AppCompatMetadata.Builder setControlSetBytes(ByteString value)Indicates which registry Control Set the AppCompatCache data belongs to (e.g., "ControlSet001").
string control_set = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for controlSet to set. |
| Returns | |
|---|---|
| Type | Description |
AppCompatMetadata.Builder |
This builder for chaining. |
setExecuted(boolean value)
public AppCompatMetadata.Builder setExecuted(boolean value)Indicates whether the file associated with the entry was executed.
bool executed = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe executed to set. |
| Returns | |
|---|---|
| Type | Description |
AppCompatMetadata.Builder |
This builder for chaining. |
setSequence(int value)
public AppCompatMetadata.Builder setSequence(int value)Indicates the chronological order in which the entry was added to the cache.
int32 sequence = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe sequence to set. |
| Returns | |
|---|---|
| Type | Description |
AppCompatMetadata.Builder |
This builder for chaining. |