public final class Text extends GeneratedMessageV3 implements TextOrBuilder
A widget that displays textual content.
Protobuf type google.monitoring.dashboard.v1.Text
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CONTENT_FIELD_NUMBER
public static final int CONTENT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
FORMAT_FIELD_NUMBER
public static final int FORMAT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
STYLE_FIELD_NUMBER
public static final int STYLE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Text getDefaultInstance()
Returns |
Type |
Description |
Text |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Text.Builder newBuilder()
newBuilder(Text prototype)
public static Text.Builder newBuilder(Text prototype)
Parameter |
Name |
Description |
prototype |
Text
|
parseDelimitedFrom(InputStream input)
public static Text parseDelimitedFrom(InputStream input)
Returns |
Type |
Description |
Text |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Text parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Text |
|
parseFrom(byte[] data)
public static Text parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
Returns |
Type |
Description |
Text |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Text parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Text |
|
parseFrom(ByteString data)
public static Text parseFrom(ByteString data)
Returns |
Type |
Description |
Text |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Text parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Text |
|
parseFrom(CodedInputStream input)
public static Text parseFrom(CodedInputStream input)
Returns |
Type |
Description |
Text |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Text parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Text |
|
parseFrom(InputStream input)
public static Text parseFrom(InputStream input)
Returns |
Type |
Description |
Text |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Text parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Text |
|
parseFrom(ByteBuffer data)
public static Text parseFrom(ByteBuffer data)
Returns |
Type |
Description |
Text |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Text parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Text |
|
parser()
public static Parser<Text> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getContent()
public String getContent()
The text content to be displayed.
string content = 1;
Returns |
Type |
Description |
String |
The content.
|
getContentBytes()
public ByteString getContentBytes()
The text content to be displayed.
string content = 1;
Returns |
Type |
Description |
ByteString |
The bytes for content.
|
getDefaultInstanceForType()
public Text getDefaultInstanceForType()
Returns |
Type |
Description |
Text |
|
getFormat()
public Text.Format getFormat()
How the text content is formatted.
.google.monitoring.dashboard.v1.Text.Format format = 2;
getFormatValue()
public int getFormatValue()
How the text content is formatted.
.google.monitoring.dashboard.v1.Text.Format format = 2;
Returns |
Type |
Description |
int |
The enum numeric value on the wire for format.
|
getParserForType()
public Parser<Text> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getStyle()
public Text.TextStyle getStyle()
How the text is styled
.google.monitoring.dashboard.v1.Text.TextStyle style = 3;
getStyleOrBuilder()
public Text.TextStyleOrBuilder getStyleOrBuilder()
How the text is styled
.google.monitoring.dashboard.v1.Text.TextStyle style = 3;
hasStyle()
public boolean hasStyle()
How the text is styled
.google.monitoring.dashboard.v1.Text.TextStyle style = 3;
Returns |
Type |
Description |
boolean |
Whether the style field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Text.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Text.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Text.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides