public final class WmiPersistenceItem extends GeneratedMessage implements WmiPersistenceItemOrBuilder
Information about a WMI persistence item.
Protobuf type google.backstory.WmiPersistenceItem
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
CAPTION_FIELD_NUMBER
public static final int CAPTION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
DERIVATION_FIELD_NUMBER
public static final int DERIVATION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
DYNASTY_FIELD_NUMBER
public static final int DYNASTY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
GENUS_FIELD_NUMBER
public static final int GENUS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
PROPERTY_COUNT_FIELD_NUMBER
public static final int PROPERTY_COUNT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
REL_PATH_FIELD_NUMBER
public static final int REL_PATH_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SETTING_ID_FIELD_NUMBER
public static final int SETTING_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
WMI_CLASS_FIELD_NUMBER
public static final int WMI_CLASS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
WMI_SUPER_CLASS_FIELD_NUMBER
public static final int WMI_SUPER_CLASS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static WmiPersistenceItem getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static WmiPersistenceItem.Builder newBuilder()
newBuilder(WmiPersistenceItem prototype)
public static WmiPersistenceItem.Builder newBuilder(WmiPersistenceItem prototype)
parseDelimitedFrom(InputStream input)
public static WmiPersistenceItem parseDelimitedFrom(InputStream input)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static WmiPersistenceItem parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static WmiPersistenceItem parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static WmiPersistenceItem parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static WmiPersistenceItem parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static WmiPersistenceItem parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
parseFrom(CodedInputStream input)
public static WmiPersistenceItem parseFrom(CodedInputStream input)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static WmiPersistenceItem parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(InputStream input)
public static WmiPersistenceItem parseFrom(InputStream input)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static WmiPersistenceItem parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static WmiPersistenceItem parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static WmiPersistenceItem parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<WmiPersistenceItem> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getCaption()
public String getCaption()
A brief title or caption for the WMI object.
string caption = 1;
| Returns |
| Type |
Description |
String |
The caption.
|
getCaptionBytes()
public ByteString getCaptionBytes()
A brief title or caption for the WMI object.
string caption = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for caption.
|
getDefaultInstanceForType()
public WmiPersistenceItem getDefaultInstanceForType()
getDerivation()
public String getDerivation()
The base class from which the WMI class is derived (e.g., CIM_Setting).
string derivation = 4;
| Returns |
| Type |
Description |
String |
The derivation.
|
getDerivationBytes()
public ByteString getDerivationBytes()
The base class from which the WMI class is derived (e.g., CIM_Setting).
string derivation = 4;
| Returns |
| Type |
Description |
ByteString |
The bytes for derivation.
|
getDynasty()
public String getDynasty()
The top-level class in the WMI inheritance hierarchy (e.g., CMI_Setting).
string dynasty = 7;
| Returns |
| Type |
Description |
String |
The dynasty.
|
getDynastyBytes()
public ByteString getDynastyBytes()
The top-level class in the WMI inheritance hierarchy (e.g., CMI_Setting).
string dynasty = 7;
| Returns |
| Type |
Description |
ByteString |
The bytes for dynasty.
|
getGenus()
An integer representing the type or version of the WMI object.
int64 genus = 10;
| Returns |
| Type |
Description |
long |
The genus.
|
getName()
The name of the WMI object.
string name = 2;
| Returns |
| Type |
Description |
String |
The name.
|
getNameBytes()
public ByteString getNameBytes()
The name of the WMI object.
string name = 2;
| Returns |
| Type |
Description |
ByteString |
The bytes for name.
|
getParserForType()
public Parser<WmiPersistenceItem> getParserForType()
Overrides
getPropertyCount()
public long getPropertyCount()
The number of properties in the WMI object.
int64 property_count = 5;
| Returns |
| Type |
Description |
long |
The propertyCount.
|
getRelPath()
public String getRelPath()
The relative path to the WMI object (e.g.,
Win32_StartupCommand.Command=''').
string rel_path = 6;
| Returns |
| Type |
Description |
String |
The relPath.
|
getRelPathBytes()
public ByteString getRelPathBytes()
The relative path to the WMI object (e.g.,
Win32_StartupCommand.Command=''').
string rel_path = 6;
| Returns |
| Type |
Description |
ByteString |
The bytes for relPath.
|
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getSettingId()
public String getSettingId()
The identifier for the setting.
string setting_id = 3;
| Returns |
| Type |
Description |
String |
The settingId.
|
getSettingIdBytes()
public ByteString getSettingIdBytes()
The identifier for the setting.
string setting_id = 3;
| Returns |
| Type |
Description |
ByteString |
The bytes for settingId.
|
getWmiClass()
public String getWmiClass()
The name of the WMI class.
string wmi_class = 9;
| Returns |
| Type |
Description |
String |
The wmiClass.
|
getWmiClassBytes()
public ByteString getWmiClassBytes()
The name of the WMI class.
string wmi_class = 9;
| Returns |
| Type |
Description |
ByteString |
The bytes for wmiClass.
|
getWmiSuperClass()
public String getWmiSuperClass()
The immediate parent class in the WMI inheritance hierarchy.
string wmi_super_class = 8;
| Returns |
| Type |
Description |
String |
The wmiSuperClass.
|
getWmiSuperClassBytes()
public ByteString getWmiSuperClassBytes()
The immediate parent class in the WMI inheritance hierarchy.
string wmi_super_class = 8;
| Returns |
| Type |
Description |
ByteString |
The bytes for wmiSuperClass.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public WmiPersistenceItem.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected WmiPersistenceItem.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public WmiPersistenceItem.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides