public interface PlatformSoftwareOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPlatform()
public abstract Noun.Platform getPlatform()The platform operating system.
.google.backstory.Noun.Platform platform = 1;
| Returns | |
|---|---|
| Type | Description |
Noun.Platform |
The platform. |
getPlatformPatchLevel()
public abstract String getPlatformPatchLevel()The platform software patch level ( e.g. "Build 17134.48", "SP1").
string platform_patch_level = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The platformPatchLevel. |
getPlatformPatchLevelBytes()
public abstract ByteString getPlatformPatchLevelBytes()The platform software patch level ( e.g. "Build 17134.48", "SP1").
string platform_patch_level = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for platformPatchLevel. |
getPlatformValue()
public abstract int getPlatformValue()The platform operating system.
.google.backstory.Noun.Platform platform = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for platform. |
getPlatformVersion()
public abstract String getPlatformVersion()The platform software version ( e.g. "Microsoft Windows 1803").
string platform_version = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The platformVersion. |
getPlatformVersionBytes()
public abstract ByteString getPlatformVersionBytes()The platform software version ( e.g. "Microsoft Windows 1803").
string platform_version = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for platformVersion. |