public static final class Controlcenter.WindowedClusterGroup extends com.google.protobuf.GeneratedMessageV3 implements Controlcenter.WindowedClusterGroupOrBuilder
temporaryProtobuf type
controlcenter.WindowedClusterGroup| Modifier and Type | Class and Description |
|---|---|
static class |
Controlcenter.WindowedClusterGroup.Builder
temporary
|
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
CLUSTERID_FIELD_NUMBER |
static int |
COMPONENT_FIELD_NUMBER |
static int |
METRICNAME_FIELD_NUMBER |
static int |
WINDOW_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getClusterId()
string clusterId = 2; |
com.google.protobuf.ByteString |
getClusterIdBytes()
string clusterId = 2; |
String |
getComponent()
string component = 3; |
com.google.protobuf.ByteString |
getComponentBytes()
string component = 3; |
static Controlcenter.WindowedClusterGroup |
getDefaultInstance() |
Controlcenter.WindowedClusterGroup |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getMetricName()
needs to be unique, but not used for mapping to metric types
|
com.google.protobuf.ByteString |
getMetricNameBytes()
needs to be unique, but not used for mapping to metric types
|
com.google.protobuf.Parser<Controlcenter.WindowedClusterGroup> |
getParserForType() |
int |
getSerializedSize() |
long |
getWindow()
end of KStream window
|
int |
hashCode() |
boolean |
isInitialized() |
static Controlcenter.WindowedClusterGroup.Builder |
newBuilder() |
static Controlcenter.WindowedClusterGroup.Builder |
newBuilder(Controlcenter.WindowedClusterGroup prototype) |
Controlcenter.WindowedClusterGroup.Builder |
newBuilderForType() |
static Controlcenter.WindowedClusterGroup |
parseDelimitedFrom(InputStream input) |
static Controlcenter.WindowedClusterGroup |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Controlcenter.WindowedClusterGroup |
parseFrom(byte[] data) |
static Controlcenter.WindowedClusterGroup |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Controlcenter.WindowedClusterGroup |
parseFrom(ByteBuffer data) |
static Controlcenter.WindowedClusterGroup |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Controlcenter.WindowedClusterGroup |
parseFrom(com.google.protobuf.ByteString data) |
static Controlcenter.WindowedClusterGroup |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Controlcenter.WindowedClusterGroup |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Controlcenter.WindowedClusterGroup |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Controlcenter.WindowedClusterGroup |
parseFrom(InputStream input) |
static Controlcenter.WindowedClusterGroup |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Controlcenter.WindowedClusterGroup> |
parser() |
Controlcenter.WindowedClusterGroup.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int WINDOW_FIELD_NUMBER
public static final int CLUSTERID_FIELD_NUMBER
public static final int COMPONENT_FIELD_NUMBER
public static final int METRICNAME_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public long getWindow()
end of KStream window
int64 window = 1;getWindow in interface Controlcenter.WindowedClusterGroupOrBuilderpublic String getClusterId()
string clusterId = 2;getClusterId in interface Controlcenter.WindowedClusterGroupOrBuilderpublic com.google.protobuf.ByteString getClusterIdBytes()
string clusterId = 2;getClusterIdBytes in interface Controlcenter.WindowedClusterGroupOrBuilderpublic String getComponent()
string component = 3;getComponent in interface Controlcenter.WindowedClusterGroupOrBuilderpublic com.google.protobuf.ByteString getComponentBytes()
string component = 3;getComponentBytes in interface Controlcenter.WindowedClusterGroupOrBuilderpublic String getMetricName()
needs to be unique, but not used for mapping to metric types
string metricName = 4;getMetricName in interface Controlcenter.WindowedClusterGroupOrBuilderpublic com.google.protobuf.ByteString getMetricNameBytes()
needs to be unique, but not used for mapping to metric types
string metricName = 4;getMetricNameBytes in interface Controlcenter.WindowedClusterGroupOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic 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 Controlcenter.WindowedClusterGroup parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Controlcenter.WindowedClusterGroup parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Controlcenter.WindowedClusterGroup parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Controlcenter.WindowedClusterGroup parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Controlcenter.WindowedClusterGroup parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Controlcenter.WindowedClusterGroup parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Controlcenter.WindowedClusterGroup parseFrom(InputStream input) throws IOException
IOExceptionpublic static Controlcenter.WindowedClusterGroup parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Controlcenter.WindowedClusterGroup parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Controlcenter.WindowedClusterGroup parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Controlcenter.WindowedClusterGroup parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Controlcenter.WindowedClusterGroup parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Controlcenter.WindowedClusterGroup.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Controlcenter.WindowedClusterGroup.Builder newBuilder()
public static Controlcenter.WindowedClusterGroup.Builder newBuilder(Controlcenter.WindowedClusterGroup prototype)
public Controlcenter.WindowedClusterGroup.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static Controlcenter.WindowedClusterGroup getDefaultInstance()
public static com.google.protobuf.Parser<Controlcenter.WindowedClusterGroup> parser()
public com.google.protobuf.Parser<Controlcenter.WindowedClusterGroup> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Controlcenter.WindowedClusterGroup getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder