public static final class StoreTypes.ExecutorMetricsDistributions extends com.google.protobuf.GeneratedMessageV3 implements StoreTypes.ExecutorMetricsDistributionsOrBuilder
org.apache.spark.status.protobuf.ExecutorMetricsDistributions| Modifier and Type | Class and Description |
|---|---|
static class |
StoreTypes.ExecutorMetricsDistributions.Builder
Protobuf type
org.apache.spark.status.protobuf.ExecutorMetricsDistributions |
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| Modifier and Type | Field and Description |
|---|---|
static int |
DISK_BYTES_SPILLED_FIELD_NUMBER |
static int |
FAILED_TASKS_FIELD_NUMBER |
static int |
INPUT_BYTES_FIELD_NUMBER |
static int |
INPUT_RECORDS_FIELD_NUMBER |
static int |
KILLED_TASKS_FIELD_NUMBER |
static int |
MEMORY_BYTES_SPILLED_FIELD_NUMBER |
static int |
OUTPUT_BYTES_FIELD_NUMBER |
static int |
OUTPUT_RECORDS_FIELD_NUMBER |
static int |
PEAK_MEMORY_METRICS_FIELD_NUMBER |
static int |
QUANTILES_FIELD_NUMBER |
static int |
SHUFFLE_READ_FIELD_NUMBER |
static int |
SHUFFLE_READ_RECORDS_FIELD_NUMBER |
static int |
SHUFFLE_WRITE_FIELD_NUMBER |
static int |
SHUFFLE_WRITE_RECORDS_FIELD_NUMBER |
static int |
SUCCEEDED_TASKS_FIELD_NUMBER |
static int |
TASK_TIME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static StoreTypes.ExecutorMetricsDistributions |
getDefaultInstance() |
StoreTypes.ExecutorMetricsDistributions |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
double |
getDiskBytesSpilled(int index)
repeated double disk_bytes_spilled = 15; |
int |
getDiskBytesSpilledCount()
repeated double disk_bytes_spilled = 15; |
java.util.List<Double> |
getDiskBytesSpilledList()
repeated double disk_bytes_spilled = 15; |
double |
getFailedTasks(int index)
repeated double failed_tasks = 3; |
int |
getFailedTasksCount()
repeated double failed_tasks = 3; |
java.util.List<Double> |
getFailedTasksList()
repeated double failed_tasks = 3; |
double |
getInputBytes(int index)
repeated double input_bytes = 6; |
int |
getInputBytesCount()
repeated double input_bytes = 6; |
java.util.List<Double> |
getInputBytesList()
repeated double input_bytes = 6; |
double |
getInputRecords(int index)
repeated double input_records = 7; |
int |
getInputRecordsCount()
repeated double input_records = 7; |
java.util.List<Double> |
getInputRecordsList()
repeated double input_records = 7; |
double |
getKilledTasks(int index)
repeated double killed_tasks = 5; |
int |
getKilledTasksCount()
repeated double killed_tasks = 5; |
java.util.List<Double> |
getKilledTasksList()
repeated double killed_tasks = 5; |
double |
getMemoryBytesSpilled(int index)
repeated double memory_bytes_spilled = 14; |
int |
getMemoryBytesSpilledCount()
repeated double memory_bytes_spilled = 14; |
java.util.List<Double> |
getMemoryBytesSpilledList()
repeated double memory_bytes_spilled = 14; |
double |
getOutputBytes(int index)
repeated double output_bytes = 8; |
int |
getOutputBytesCount()
repeated double output_bytes = 8; |
java.util.List<Double> |
getOutputBytesList()
repeated double output_bytes = 8; |
double |
getOutputRecords(int index)
repeated double output_records = 9; |
int |
getOutputRecordsCount()
repeated double output_records = 9; |
java.util.List<Double> |
getOutputRecordsList()
repeated double output_records = 9; |
com.google.protobuf.Parser<StoreTypes.ExecutorMetricsDistributions> |
getParserForType() |
StoreTypes.ExecutorPeakMetricsDistributions |
getPeakMemoryMetrics()
.org.apache.spark.status.protobuf.ExecutorPeakMetricsDistributions peak_memory_metrics = 16; |
StoreTypes.ExecutorPeakMetricsDistributionsOrBuilder |
getPeakMemoryMetricsOrBuilder()
.org.apache.spark.status.protobuf.ExecutorPeakMetricsDistributions peak_memory_metrics = 16; |
double |
getQuantiles(int index)
repeated double quantiles = 1; |
int |
getQuantilesCount()
repeated double quantiles = 1; |
java.util.List<Double> |
getQuantilesList()
repeated double quantiles = 1; |
int |
getSerializedSize() |
double |
getShuffleRead(int index)
repeated double shuffle_read = 10; |
int |
getShuffleReadCount()
repeated double shuffle_read = 10; |
java.util.List<Double> |
getShuffleReadList()
repeated double shuffle_read = 10; |
double |
getShuffleReadRecords(int index)
repeated double shuffle_read_records = 11; |
int |
getShuffleReadRecordsCount()
repeated double shuffle_read_records = 11; |
java.util.List<Double> |
getShuffleReadRecordsList()
repeated double shuffle_read_records = 11; |
double |
getShuffleWrite(int index)
repeated double shuffle_write = 12; |
int |
getShuffleWriteCount()
repeated double shuffle_write = 12; |
java.util.List<Double> |
getShuffleWriteList()
repeated double shuffle_write = 12; |
double |
getShuffleWriteRecords(int index)
repeated double shuffle_write_records = 13; |
int |
getShuffleWriteRecordsCount()
repeated double shuffle_write_records = 13; |
java.util.List<Double> |
getShuffleWriteRecordsList()
repeated double shuffle_write_records = 13; |
double |
getSucceededTasks(int index)
repeated double succeeded_tasks = 4; |
int |
getSucceededTasksCount()
repeated double succeeded_tasks = 4; |
java.util.List<Double> |
getSucceededTasksList()
repeated double succeeded_tasks = 4; |
double |
getTaskTime(int index)
repeated double task_time = 2; |
int |
getTaskTimeCount()
repeated double task_time = 2; |
java.util.List<Double> |
getTaskTimeList()
repeated double task_time = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasPeakMemoryMetrics()
.org.apache.spark.status.protobuf.ExecutorPeakMetricsDistributions peak_memory_metrics = 16; |
boolean |
isInitialized() |
static StoreTypes.ExecutorMetricsDistributions.Builder |
newBuilder() |
static StoreTypes.ExecutorMetricsDistributions.Builder |
newBuilder(StoreTypes.ExecutorMetricsDistributions prototype) |
StoreTypes.ExecutorMetricsDistributions.Builder |
newBuilderForType() |
static StoreTypes.ExecutorMetricsDistributions |
parseDelimitedFrom(java.io.InputStream input) |
static StoreTypes.ExecutorMetricsDistributions |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ExecutorMetricsDistributions |
parseFrom(byte[] data) |
static StoreTypes.ExecutorMetricsDistributions |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ExecutorMetricsDistributions |
parseFrom(java.nio.ByteBuffer data) |
static StoreTypes.ExecutorMetricsDistributions |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ExecutorMetricsDistributions |
parseFrom(com.google.protobuf.ByteString data) |
static StoreTypes.ExecutorMetricsDistributions |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ExecutorMetricsDistributions |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StoreTypes.ExecutorMetricsDistributions |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ExecutorMetricsDistributions |
parseFrom(java.io.InputStream input) |
static StoreTypes.ExecutorMetricsDistributions |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<StoreTypes.ExecutorMetricsDistributions> |
parser() |
StoreTypes.ExecutorMetricsDistributions.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int QUANTILES_FIELD_NUMBER
public static final int TASK_TIME_FIELD_NUMBER
public static final int FAILED_TASKS_FIELD_NUMBER
public static final int SUCCEEDED_TASKS_FIELD_NUMBER
public static final int KILLED_TASKS_FIELD_NUMBER
public static final int INPUT_BYTES_FIELD_NUMBER
public static final int INPUT_RECORDS_FIELD_NUMBER
public static final int OUTPUT_BYTES_FIELD_NUMBER
public static final int OUTPUT_RECORDS_FIELD_NUMBER
public static final int SHUFFLE_READ_FIELD_NUMBER
public static final int SHUFFLE_READ_RECORDS_FIELD_NUMBER
public static final int SHUFFLE_WRITE_FIELD_NUMBER
public static final int SHUFFLE_WRITE_RECORDS_FIELD_NUMBER
public static final int MEMORY_BYTES_SPILLED_FIELD_NUMBER
public static final int DISK_BYTES_SPILLED_FIELD_NUMBER
public static final int PEAK_MEMORY_METRICS_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public java.util.List<Double> getQuantilesList()
repeated double quantiles = 1;getQuantilesList in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic int getQuantilesCount()
repeated double quantiles = 1;getQuantilesCount in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic double getQuantiles(int index)
repeated double quantiles = 1;getQuantiles in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderindex - The index of the element to return.public java.util.List<Double> getTaskTimeList()
repeated double task_time = 2;getTaskTimeList in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic int getTaskTimeCount()
repeated double task_time = 2;getTaskTimeCount in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic double getTaskTime(int index)
repeated double task_time = 2;getTaskTime in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderindex - The index of the element to return.public java.util.List<Double> getFailedTasksList()
repeated double failed_tasks = 3;getFailedTasksList in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic int getFailedTasksCount()
repeated double failed_tasks = 3;getFailedTasksCount in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic double getFailedTasks(int index)
repeated double failed_tasks = 3;getFailedTasks in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderindex - The index of the element to return.public java.util.List<Double> getSucceededTasksList()
repeated double succeeded_tasks = 4;getSucceededTasksList in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic int getSucceededTasksCount()
repeated double succeeded_tasks = 4;getSucceededTasksCount in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic double getSucceededTasks(int index)
repeated double succeeded_tasks = 4;getSucceededTasks in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderindex - The index of the element to return.public java.util.List<Double> getKilledTasksList()
repeated double killed_tasks = 5;getKilledTasksList in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic int getKilledTasksCount()
repeated double killed_tasks = 5;getKilledTasksCount in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic double getKilledTasks(int index)
repeated double killed_tasks = 5;getKilledTasks in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderindex - The index of the element to return.public java.util.List<Double> getInputBytesList()
repeated double input_bytes = 6;getInputBytesList in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic int getInputBytesCount()
repeated double input_bytes = 6;getInputBytesCount in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic double getInputBytes(int index)
repeated double input_bytes = 6;getInputBytes in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderindex - The index of the element to return.public java.util.List<Double> getInputRecordsList()
repeated double input_records = 7;getInputRecordsList in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic int getInputRecordsCount()
repeated double input_records = 7;getInputRecordsCount in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic double getInputRecords(int index)
repeated double input_records = 7;getInputRecords in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderindex - The index of the element to return.public java.util.List<Double> getOutputBytesList()
repeated double output_bytes = 8;getOutputBytesList in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic int getOutputBytesCount()
repeated double output_bytes = 8;getOutputBytesCount in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic double getOutputBytes(int index)
repeated double output_bytes = 8;getOutputBytes in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderindex - The index of the element to return.public java.util.List<Double> getOutputRecordsList()
repeated double output_records = 9;getOutputRecordsList in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic int getOutputRecordsCount()
repeated double output_records = 9;getOutputRecordsCount in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic double getOutputRecords(int index)
repeated double output_records = 9;getOutputRecords in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderindex - The index of the element to return.public java.util.List<Double> getShuffleReadList()
repeated double shuffle_read = 10;getShuffleReadList in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic int getShuffleReadCount()
repeated double shuffle_read = 10;getShuffleReadCount in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic double getShuffleRead(int index)
repeated double shuffle_read = 10;getShuffleRead in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderindex - The index of the element to return.public java.util.List<Double> getShuffleReadRecordsList()
repeated double shuffle_read_records = 11;getShuffleReadRecordsList in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic int getShuffleReadRecordsCount()
repeated double shuffle_read_records = 11;getShuffleReadRecordsCount in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic double getShuffleReadRecords(int index)
repeated double shuffle_read_records = 11;getShuffleReadRecords in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderindex - The index of the element to return.public java.util.List<Double> getShuffleWriteList()
repeated double shuffle_write = 12;getShuffleWriteList in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic int getShuffleWriteCount()
repeated double shuffle_write = 12;getShuffleWriteCount in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic double getShuffleWrite(int index)
repeated double shuffle_write = 12;getShuffleWrite in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderindex - The index of the element to return.public java.util.List<Double> getShuffleWriteRecordsList()
repeated double shuffle_write_records = 13;getShuffleWriteRecordsList in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic int getShuffleWriteRecordsCount()
repeated double shuffle_write_records = 13;getShuffleWriteRecordsCount in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic double getShuffleWriteRecords(int index)
repeated double shuffle_write_records = 13;getShuffleWriteRecords in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderindex - The index of the element to return.public java.util.List<Double> getMemoryBytesSpilledList()
repeated double memory_bytes_spilled = 14;getMemoryBytesSpilledList in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic int getMemoryBytesSpilledCount()
repeated double memory_bytes_spilled = 14;getMemoryBytesSpilledCount in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic double getMemoryBytesSpilled(int index)
repeated double memory_bytes_spilled = 14;getMemoryBytesSpilled in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderindex - The index of the element to return.public java.util.List<Double> getDiskBytesSpilledList()
repeated double disk_bytes_spilled = 15;getDiskBytesSpilledList in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic int getDiskBytesSpilledCount()
repeated double disk_bytes_spilled = 15;getDiskBytesSpilledCount in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic double getDiskBytesSpilled(int index)
repeated double disk_bytes_spilled = 15;getDiskBytesSpilled in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderindex - The index of the element to return.public boolean hasPeakMemoryMetrics()
.org.apache.spark.status.protobuf.ExecutorPeakMetricsDistributions peak_memory_metrics = 16;hasPeakMemoryMetrics in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic StoreTypes.ExecutorPeakMetricsDistributions getPeakMemoryMetrics()
.org.apache.spark.status.protobuf.ExecutorPeakMetricsDistributions peak_memory_metrics = 16;getPeakMemoryMetrics in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic StoreTypes.ExecutorPeakMetricsDistributionsOrBuilder getPeakMemoryMetricsOrBuilder()
.org.apache.spark.status.protobuf.ExecutorPeakMetricsDistributions peak_memory_metrics = 16;getPeakMemoryMetricsOrBuilder in interface StoreTypes.ExecutorMetricsDistributionsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static StoreTypes.ExecutorMetricsDistributions parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ExecutorMetricsDistributions parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ExecutorMetricsDistributions parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ExecutorMetricsDistributions parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ExecutorMetricsDistributions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ExecutorMetricsDistributions parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ExecutorMetricsDistributions parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ExecutorMetricsDistributions parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ExecutorMetricsDistributions parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ExecutorMetricsDistributions parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ExecutorMetricsDistributions parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ExecutorMetricsDistributions parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic StoreTypes.ExecutorMetricsDistributions.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static StoreTypes.ExecutorMetricsDistributions.Builder newBuilder()
public static StoreTypes.ExecutorMetricsDistributions.Builder newBuilder(StoreTypes.ExecutorMetricsDistributions prototype)
public StoreTypes.ExecutorMetricsDistributions.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static StoreTypes.ExecutorMetricsDistributions getDefaultInstance()
public static com.google.protobuf.Parser<StoreTypes.ExecutorMetricsDistributions> parser()
public com.google.protobuf.Parser<StoreTypes.ExecutorMetricsDistributions> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public StoreTypes.ExecutorMetricsDistributions getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder