Package org.yamcs.protobuf
Class ListTagsRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListTagsRequest.Builder>
-
- org.yamcs.protobuf.ListTagsRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,ListTagsRequestOrBuilder
- Enclosing class:
- ListTagsRequest
public static final class ListTagsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListTagsRequest.Builder> implements ListTagsRequestOrBuilder
Protobuf typeyamcs.protobuf.web.ListTagsRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListTagsRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListTagsRequestbuild()ListTagsRequestbuildPartial()ListTagsRequest.Builderclear()ListTagsRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ListTagsRequest.BuilderclearInstance()Yamcs instance name.ListTagsRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ListTagsRequest.BuilderclearStart()Filter the lower bound of the tag.ListTagsRequest.BuilderclearStop()Filter the upper bound of the tag.ListTagsRequest.Builderclone()ListTagsRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetInstance()Yamcs instance name.com.google.protobuf.ByteStringgetInstanceBytes()Yamcs instance name.com.google.protobuf.TimestampgetStart()Filter the lower bound of the tag.com.google.protobuf.Timestamp.BuildergetStartBuilder()Filter the lower bound of the tag.com.google.protobuf.TimestampOrBuildergetStartOrBuilder()Filter the lower bound of the tag.com.google.protobuf.TimestampgetStop()Filter the upper bound of the tag.com.google.protobuf.Timestamp.BuildergetStopBuilder()Filter the upper bound of the tag.com.google.protobuf.TimestampOrBuildergetStopOrBuilder()Filter the upper bound of the tag.booleanhasInstance()Yamcs instance name.booleanhasStart()Filter the lower bound of the tag.booleanhasStop()Filter the upper bound of the tag.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ListTagsRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ListTagsRequest.BuildermergeFrom(com.google.protobuf.Message other)ListTagsRequest.BuildermergeFrom(ListTagsRequest other)ListTagsRequest.BuildermergeStart(com.google.protobuf.Timestamp value)Filter the lower bound of the tag.ListTagsRequest.BuildermergeStop(com.google.protobuf.Timestamp value)Filter the upper bound of the tag.ListTagsRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ListTagsRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListTagsRequest.BuildersetInstance(String value)Yamcs instance name.ListTagsRequest.BuildersetInstanceBytes(com.google.protobuf.ByteString value)Yamcs instance name.ListTagsRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ListTagsRequest.BuildersetStart(com.google.protobuf.Timestamp value)Filter the lower bound of the tag.ListTagsRequest.BuildersetStart(com.google.protobuf.Timestamp.Builder builderForValue)Filter the lower bound of the tag.ListTagsRequest.BuildersetStop(com.google.protobuf.Timestamp value)Filter the upper bound of the tag.ListTagsRequest.BuildersetStop(com.google.protobuf.Timestamp.Builder builderForValue)Filter the upper bound of the tag.ListTagsRequest.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ListTagsRequest.Builder>
-
clear
public ListTagsRequest.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ListTagsRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ListTagsRequest.Builder>
-
getDefaultInstanceForType
public ListTagsRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListTagsRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListTagsRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListTagsRequest.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ListTagsRequest.Builder>
-
setField
public ListTagsRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListTagsRequest.Builder>
-
clearField
public ListTagsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListTagsRequest.Builder>
-
clearOneof
public ListTagsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ListTagsRequest.Builder>
-
setRepeatedField
public ListTagsRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListTagsRequest.Builder>
-
addRepeatedField
public ListTagsRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListTagsRequest.Builder>
-
mergeFrom
public ListTagsRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListTagsRequest.Builder>
-
mergeFrom
public ListTagsRequest.Builder mergeFrom(ListTagsRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ListTagsRequest.Builder>
-
mergeFrom
public ListTagsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListTagsRequest.Builder>- Throws:
IOException
-
hasInstance
public boolean hasInstance()
Yamcs instance name.
optional string instance = 1;- Specified by:
hasInstancein interfaceListTagsRequestOrBuilder
-
getInstance
public String getInstance()
Yamcs instance name.
optional string instance = 1;- Specified by:
getInstancein interfaceListTagsRequestOrBuilder
-
getInstanceBytes
public com.google.protobuf.ByteString getInstanceBytes()
Yamcs instance name.
optional string instance = 1;- Specified by:
getInstanceBytesin interfaceListTagsRequestOrBuilder
-
setInstance
public ListTagsRequest.Builder setInstance(String value)
Yamcs instance name.
optional string instance = 1;
-
clearInstance
public ListTagsRequest.Builder clearInstance()
Yamcs instance name.
optional string instance = 1;
-
setInstanceBytes
public ListTagsRequest.Builder setInstanceBytes(com.google.protobuf.ByteString value)
Yamcs instance name.
optional string instance = 1;
-
hasStart
public boolean hasStart()
Filter the lower bound of the tag. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp start = 2;- Specified by:
hasStartin interfaceListTagsRequestOrBuilder
-
getStart
public com.google.protobuf.Timestamp getStart()
Filter the lower bound of the tag. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp start = 2;- Specified by:
getStartin interfaceListTagsRequestOrBuilder
-
setStart
public ListTagsRequest.Builder setStart(com.google.protobuf.Timestamp value)
Filter the lower bound of the tag. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp start = 2;
-
setStart
public ListTagsRequest.Builder setStart(com.google.protobuf.Timestamp.Builder builderForValue)
Filter the lower bound of the tag. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp start = 2;
-
mergeStart
public ListTagsRequest.Builder mergeStart(com.google.protobuf.Timestamp value)
Filter the lower bound of the tag. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp start = 2;
-
clearStart
public ListTagsRequest.Builder clearStart()
Filter the lower bound of the tag. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp start = 2;
-
getStartBuilder
public com.google.protobuf.Timestamp.Builder getStartBuilder()
Filter the lower bound of the tag. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp start = 2;
-
getStartOrBuilder
public com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
Filter the lower bound of the tag. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp start = 2;- Specified by:
getStartOrBuilderin interfaceListTagsRequestOrBuilder
-
hasStop
public boolean hasStop()
Filter the upper bound of the tag. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp stop = 3;- Specified by:
hasStopin interfaceListTagsRequestOrBuilder
-
getStop
public com.google.protobuf.Timestamp getStop()
Filter the upper bound of the tag. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp stop = 3;- Specified by:
getStopin interfaceListTagsRequestOrBuilder
-
setStop
public ListTagsRequest.Builder setStop(com.google.protobuf.Timestamp value)
Filter the upper bound of the tag. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp stop = 3;
-
setStop
public ListTagsRequest.Builder setStop(com.google.protobuf.Timestamp.Builder builderForValue)
Filter the upper bound of the tag. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp stop = 3;
-
mergeStop
public ListTagsRequest.Builder mergeStop(com.google.protobuf.Timestamp value)
Filter the upper bound of the tag. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp stop = 3;
-
clearStop
public ListTagsRequest.Builder clearStop()
Filter the upper bound of the tag. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp stop = 3;
-
getStopBuilder
public com.google.protobuf.Timestamp.Builder getStopBuilder()
Filter the upper bound of the tag. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp stop = 3;
-
getStopOrBuilder
public com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
Filter the upper bound of the tag. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp stop = 3;- Specified by:
getStopOrBuilderin interfaceListTagsRequestOrBuilder
-
setUnknownFields
public final ListTagsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListTagsRequest.Builder>
-
mergeUnknownFields
public final ListTagsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListTagsRequest.Builder>
-
-