Interface ScreenshotOrBuilder (1.51.0)

public interface ScreenshotOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContents()

public abstract String getContents()

[Output Only] The Base64-encoded screenshot data.

optional string contents = 506419994;

Returns
TypeDescription
String

The contents.

getContentsBytes()

public abstract ByteString getContentsBytes()

[Output Only] The Base64-encoded screenshot data.

optional string contents = 506419994;

Returns
TypeDescription
ByteString

The bytes for contents.

getKind()

public abstract String getKind()

[Output Only] Type of the resource. Always compute#screenshot for the screenshots.

optional string kind = 3292052;

Returns
TypeDescription
String

The kind.

getKindBytes()

public abstract ByteString getKindBytes()

[Output Only] Type of the resource. Always compute#screenshot for the screenshots.

optional string kind = 3292052;

Returns
TypeDescription
ByteString

The bytes for kind.

hasContents()

public abstract boolean hasContents()

[Output Only] The Base64-encoded screenshot data.

optional string contents = 506419994;

Returns
TypeDescription
boolean

Whether the contents field is set.

hasKind()

public abstract boolean hasKind()

[Output Only] Type of the resource. Always compute#screenshot for the screenshots.

optional string kind = 3292052;

Returns
TypeDescription
boolean

Whether the kind field is set.