public interface ScreenshotOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContents()
[Output Only] The Base64-encoded screenshot data.
|
com.google.protobuf.ByteString |
getContentsBytes()
[Output Only] The Base64-encoded screenshot data.
|
String |
getKind()
[Output Only] Type of the resource.
|
com.google.protobuf.ByteString |
getKindBytes()
[Output Only] Type of the resource.
|
boolean |
hasContents()
[Output Only] The Base64-encoded screenshot data.
|
boolean |
hasKind()
[Output Only] Type of the resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasContents()
[Output Only] The Base64-encoded screenshot data.
optional string contents = 506419994;String getContents()
[Output Only] The Base64-encoded screenshot data.
optional string contents = 506419994;com.google.protobuf.ByteString getContentsBytes()
[Output Only] The Base64-encoded screenshot data.
optional string contents = 506419994;boolean hasKind()
[Output Only] Type of the resource. Always compute#screenshot for the screenshots.
optional string kind = 3292052;String getKind()
[Output Only] Type of the resource. Always compute#screenshot for the screenshots.
optional string kind = 3292052;com.google.protobuf.ByteString getKindBytes()
[Output Only] Type of the resource. Always compute#screenshot for the screenshots.
optional string kind = 3292052;Copyright © 2023 Google LLC. All rights reserved.