Package io.deephaven.proto.controller
Interface RoutingConfigMessageOrBuilder
- All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder
,io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RoutingConfigMessage
,RoutingConfigMessage.Builder
public interface RoutingConfigMessageOrBuilder
extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring description = 3;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string description = 3;
getName()
string name = 1;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string name = 1;
getTags
(int index) repeated string tags = 2;
io.deephaven.shadow.core.com.google.protobuf.ByteString
getTagsBytes
(int index) repeated string tags = 2;
int
repeated string tags = 2;
repeated string tags = 2;
Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()string name = 1;
- Returns:
- The name.
-
getNameBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getNameBytes()string name = 1;
- Returns:
- The bytes for name.
-
getTagsList
repeated string tags = 2;
- Returns:
- A list containing the tags.
-
getTagsCount
int getTagsCount()repeated string tags = 2;
- Returns:
- The count of tags.
-
getTags
repeated string tags = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The tags at the given index.
-
getTagsBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getTagsBytes(int index) repeated string tags = 2;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the tags at the given index.
-
getDescription
String getDescription()string description = 3;
- Returns:
- The description.
-
getDescriptionBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getDescriptionBytes()string description = 3;
- Returns:
- The bytes for description.
-