Package org.apache.spark.status.protobuf
Class StoreTypes.SQLExecutionUIData
Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.apache.spark.status.protobuf.StoreTypes.SQLExecutionUIData
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
,StoreTypes.SQLExecutionUIDataOrBuilder
- Enclosing class:
- StoreTypes
public static final class StoreTypes.SQLExecutionUIData
extends com.google.protobuf.GeneratedMessageV3
implements StoreTypes.SQLExecutionUIDataOrBuilder
Protobuf type
org.apache.spark.status.protobuf.SQLExecutionUIData
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Protobuf typeorg.apache.spark.status.protobuf.SQLExecutionUIData
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,
BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsJobs
(long key) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
boolean
containsMetricValues
(long key) map<int64, string> metric_values = 14;
boolean
map<string, string> modified_configs = 6;
boolean
long
optional int64 completion_time = 9;
optional string description = 3;
com.google.protobuf.ByteString
optional string description = 3;
static final com.google.protobuf.Descriptors.Descriptor
optional string details = 4;
com.google.protobuf.ByteString
optional string details = 4;
optional string error_message = 10;
com.google.protobuf.ByteString
optional string error_message = 10;
long
int64 execution_id = 1;
getJobs()
Deprecated.int
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
getJobsOrDefault
(long key, StoreTypes.JobExecutionStatus defaultValue) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
getJobsOrThrow
(long key) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
Deprecated.map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
int
getJobsValueOrDefault
(long key, int defaultValue) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
int
getJobsValueOrThrow
(long key) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
getMetrics
(int index) repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
int
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
getMetricsOrBuilder
(int index) repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
List<? extends StoreTypes.SQLPlanMetricOrBuilder>
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
Deprecated.int
map<int64, string> metric_values = 14;
boolean
bool metric_values_is_null = 13;
map<int64, string> metric_values = 14;
getMetricValuesOrDefault
(long key, String defaultValue) map<int64, string> metric_values = 14;
getMetricValuesOrThrow
(long key) map<int64, string> metric_values = 14;
Deprecated.int
map<string, string> modified_configs = 6;
map<string, string> modified_configs = 6;
getModifiedConfigsOrDefault
(String key, String defaultValue) map<string, string> modified_configs = 6;
map<string, string> modified_configs = 6;
com.google.protobuf.Parser<StoreTypes.SQLExecutionUIData>
optional string physical_plan_description = 5;
com.google.protobuf.ByteString
optional string physical_plan_description = 5;
long
int64 root_execution_id = 2;
int
long
getStages
(int index) repeated int64 stages = 12;
int
repeated int64 stages = 12;
repeated int64 stages = 12;
long
int64 submission_time = 8;
boolean
optional int64 completion_time = 9;
boolean
optional string description = 3;
boolean
optional string details = 4;
boolean
optional string error_message = 10;
int
hashCode()
boolean
optional string physical_plan_description = 5;
final boolean
newBuilder
(StoreTypes.SQLExecutionUIData prototype) parseDelimitedFrom
(InputStream input) parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(byte[] data) parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(com.google.protobuf.ByteString data) parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(com.google.protobuf.CodedInputStream input) parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(InputStream input) parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(ByteBuffer data) parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<StoreTypes.SQLExecutionUIData>
parser()
void
writeTo
(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
EXECUTION_ID_FIELD_NUMBER
public static final int EXECUTION_ID_FIELD_NUMBER- See Also:
-
ROOT_EXECUTION_ID_FIELD_NUMBER
public static final int ROOT_EXECUTION_ID_FIELD_NUMBER- See Also:
-
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER- See Also:
-
DETAILS_FIELD_NUMBER
public static final int DETAILS_FIELD_NUMBER- See Also:
-
PHYSICAL_PLAN_DESCRIPTION_FIELD_NUMBER
public static final int PHYSICAL_PLAN_DESCRIPTION_FIELD_NUMBER- See Also:
-
MODIFIED_CONFIGS_FIELD_NUMBER
public static final int MODIFIED_CONFIGS_FIELD_NUMBER- See Also:
-
METRICS_FIELD_NUMBER
public static final int METRICS_FIELD_NUMBER- See Also:
-
SUBMISSION_TIME_FIELD_NUMBER
public static final int SUBMISSION_TIME_FIELD_NUMBER- See Also:
-
COMPLETION_TIME_FIELD_NUMBER
public static final int COMPLETION_TIME_FIELD_NUMBER- See Also:
-
ERROR_MESSAGE_FIELD_NUMBER
public static final int ERROR_MESSAGE_FIELD_NUMBER- See Also:
-
JOBS_FIELD_NUMBER
public static final int JOBS_FIELD_NUMBER- See Also:
-
STAGES_FIELD_NUMBER
public static final int STAGES_FIELD_NUMBER- See Also:
-
METRIC_VALUES_IS_NULL_FIELD_NUMBER
public static final int METRIC_VALUES_IS_NULL_FIELD_NUMBER- See Also:
-
METRIC_VALUES_FIELD_NUMBER
public static final int METRIC_VALUES_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
getExecutionId
public long getExecutionId()int64 execution_id = 1;
- Specified by:
getExecutionId
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The executionId.
-
getRootExecutionId
public long getRootExecutionId()int64 root_execution_id = 2;
- Specified by:
getRootExecutionId
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The rootExecutionId.
-
hasDescription
public boolean hasDescription()optional string description = 3;
- Specified by:
hasDescription
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- Whether the description field is set.
-
getDescription
optional string description = 3;
- Specified by:
getDescription
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()optional string description = 3;
- Specified by:
getDescriptionBytes
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The bytes for description.
-
hasDetails
public boolean hasDetails()optional string details = 4;
- Specified by:
hasDetails
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- Whether the details field is set.
-
getDetails
optional string details = 4;
- Specified by:
getDetails
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The details.
-
getDetailsBytes
public com.google.protobuf.ByteString getDetailsBytes()optional string details = 4;
- Specified by:
getDetailsBytes
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The bytes for details.
-
hasPhysicalPlanDescription
public boolean hasPhysicalPlanDescription()optional string physical_plan_description = 5;
- Specified by:
hasPhysicalPlanDescription
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- Whether the physicalPlanDescription field is set.
-
getPhysicalPlanDescription
optional string physical_plan_description = 5;
- Specified by:
getPhysicalPlanDescription
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The physicalPlanDescription.
-
getPhysicalPlanDescriptionBytes
public com.google.protobuf.ByteString getPhysicalPlanDescriptionBytes()optional string physical_plan_description = 5;
- Specified by:
getPhysicalPlanDescriptionBytes
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The bytes for physicalPlanDescription.
-
getModifiedConfigsCount
public int getModifiedConfigsCount()Description copied from interface:StoreTypes.SQLExecutionUIDataOrBuilder
map<string, string> modified_configs = 6;
- Specified by:
getModifiedConfigsCount
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
containsModifiedConfigs
map<string, string> modified_configs = 6;
- Specified by:
containsModifiedConfigs
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getModifiedConfigs
Deprecated.UsegetModifiedConfigsMap()
instead.- Specified by:
getModifiedConfigs
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getModifiedConfigsMap
map<string, string> modified_configs = 6;
- Specified by:
getModifiedConfigsMap
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getModifiedConfigsOrDefault
map<string, string> modified_configs = 6;
- Specified by:
getModifiedConfigsOrDefault
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getModifiedConfigsOrThrow
map<string, string> modified_configs = 6;
- Specified by:
getModifiedConfigsOrThrow
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getMetricsList
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
- Specified by:
getMetricsList
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getMetricsOrBuilderList
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
- Specified by:
getMetricsOrBuilderList
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getMetricsCount
public int getMetricsCount()repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
- Specified by:
getMetricsCount
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getMetrics
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
- Specified by:
getMetrics
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getMetricsOrBuilder
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
- Specified by:
getMetricsOrBuilder
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getSubmissionTime
public long getSubmissionTime()int64 submission_time = 8;
- Specified by:
getSubmissionTime
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The submissionTime.
-
hasCompletionTime
public boolean hasCompletionTime()optional int64 completion_time = 9;
- Specified by:
hasCompletionTime
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- Whether the completionTime field is set.
-
getCompletionTime
public long getCompletionTime()optional int64 completion_time = 9;
- Specified by:
getCompletionTime
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The completionTime.
-
hasErrorMessage
public boolean hasErrorMessage()optional string error_message = 10;
- Specified by:
hasErrorMessage
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- Whether the errorMessage field is set.
-
getErrorMessage
optional string error_message = 10;
- Specified by:
getErrorMessage
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The errorMessage.
-
getErrorMessageBytes
public com.google.protobuf.ByteString getErrorMessageBytes()optional string error_message = 10;
- Specified by:
getErrorMessageBytes
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The bytes for errorMessage.
-
getJobsCount
public int getJobsCount()Description copied from interface:StoreTypes.SQLExecutionUIDataOrBuilder
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
- Specified by:
getJobsCount
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
containsJobs
public boolean containsJobs(long key) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
- Specified by:
containsJobs
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getJobs
Deprecated.UsegetJobsMap()
instead.- Specified by:
getJobs
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getJobsMap
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
- Specified by:
getJobsMap
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getJobsOrDefault
public StoreTypes.JobExecutionStatus getJobsOrDefault(long key, StoreTypes.JobExecutionStatus defaultValue) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
- Specified by:
getJobsOrDefault
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getJobsOrThrow
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
- Specified by:
getJobsOrThrow
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getJobsValue
Deprecated.UsegetJobsValueMap()
instead.- Specified by:
getJobsValue
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getJobsValueMap
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
- Specified by:
getJobsValueMap
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getJobsValueOrDefault
public int getJobsValueOrDefault(long key, int defaultValue) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
- Specified by:
getJobsValueOrDefault
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getJobsValueOrThrow
public int getJobsValueOrThrow(long key) map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
- Specified by:
getJobsValueOrThrow
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getStagesList
repeated int64 stages = 12;
- Specified by:
getStagesList
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- A list containing the stages.
-
getStagesCount
public int getStagesCount()repeated int64 stages = 12;
- Specified by:
getStagesCount
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The count of stages.
-
getStages
public long getStages(int index) repeated int64 stages = 12;
- Specified by:
getStages
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The stages at the given index.
-
getMetricValuesIsNull
public boolean getMetricValuesIsNull()bool metric_values_is_null = 13;
- Specified by:
getMetricValuesIsNull
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
- Returns:
- The metricValuesIsNull.
-
getMetricValuesCount
public int getMetricValuesCount()Description copied from interface:StoreTypes.SQLExecutionUIDataOrBuilder
map<int64, string> metric_values = 14;
- Specified by:
getMetricValuesCount
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
containsMetricValues
public boolean containsMetricValues(long key) map<int64, string> metric_values = 14;
- Specified by:
containsMetricValues
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getMetricValues
Deprecated.UsegetMetricValuesMap()
instead.- Specified by:
getMetricValues
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getMetricValuesMap
map<int64, string> metric_values = 14;
- Specified by:
getMetricValuesMap
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getMetricValuesOrDefault
map<int64, string> metric_values = 14;
- Specified by:
getMetricValuesOrDefault
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
getMetricValuesOrThrow
map<int64, string> metric_values = 14;
- Specified by:
getMetricValuesOrThrow
in interfaceStoreTypes.SQLExecutionUIDataOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static StoreTypes.SQLExecutionUIData parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.SQLExecutionUIData parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.SQLExecutionUIData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.SQLExecutionUIData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.SQLExecutionUIData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.SQLExecutionUIData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static StoreTypes.SQLExecutionUIData parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static StoreTypes.SQLExecutionUIData parseDelimitedFrom(InputStream input) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static StoreTypes.SQLExecutionUIData parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static StoreTypes.SQLExecutionUIData parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static StoreTypes.SQLExecutionUIData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
public static StoreTypes.SQLExecutionUIData.Builder newBuilder(StoreTypes.SQLExecutionUIData prototype) -
toBuilder
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-