public interface ReleaseRenderEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Debug message for when a render transition occurs.
|
com.google.protobuf.ByteString |
getMessageBytes()
Debug message for when a render transition occurs.
|
String |
getRelease()
The name of the `Release`.
|
com.google.protobuf.ByteString |
getReleaseBytes()
The name of the `Release`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMessage()
Debug message for when a render transition occurs. Provides further details as rendering progresses through render states.
string message = 1;com.google.protobuf.ByteString getMessageBytes()
Debug message for when a render transition occurs. Provides further details as rendering progresses through render states.
string message = 1;String getRelease()
The name of the `Release`.
string release = 2;com.google.protobuf.ByteString getReleaseBytes()
The name of the `Release`.
string release = 2;Copyright © 2023 Google LLC. All rights reserved.