public static final class Wtclient.ListTowersRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Wtclient.ListTowersRequest.Builder> implements Wtclient.ListTowersRequestOrBuilder
wtclientrpc.ListTowersRequest| Modifier and Type | Method and Description |
|---|---|
Wtclient.ListTowersRequest |
build() |
Wtclient.ListTowersRequest |
buildPartial() |
Wtclient.ListTowersRequest.Builder |
clear() |
Wtclient.ListTowersRequest.Builder |
clearExcludeExhaustedSessions()
Whether to exclude exhausted sessions in the response info.
|
Wtclient.ListTowersRequest.Builder |
clearIncludeSessions()
Whether we should include sessions with the watchtower in the response.
|
Wtclient.ListTowersRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getExcludeExhaustedSessions()
Whether to exclude exhausted sessions in the response info.
|
boolean |
getIncludeSessions()
Whether we should include sessions with the watchtower in the response.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Wtclient.ListTowersRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Wtclient.ListTowersRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
Wtclient.ListTowersRequest.Builder |
mergeFrom(Wtclient.ListTowersRequest other) |
Wtclient.ListTowersRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Wtclient.ListTowersRequest.Builder |
setExcludeExhaustedSessions(boolean value)
Whether to exclude exhausted sessions in the response info.
|
Wtclient.ListTowersRequest.Builder |
setIncludeSessions(boolean value)
Whether we should include sessions with the watchtower in the response.
|
Wtclient.ListTowersRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Wtclient.ListTowersRequest.Builder>public Wtclient.ListTowersRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Wtclient.ListTowersRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Wtclient.ListTowersRequest.Builder>public Wtclient.ListTowersRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Wtclient.ListTowersRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Wtclient.ListTowersRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Wtclient.ListTowersRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Wtclient.ListTowersRequest.Builder>public Wtclient.ListTowersRequest.Builder mergeFrom(Wtclient.ListTowersRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Wtclient.ListTowersRequest.Builder>public Wtclient.ListTowersRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Wtclient.ListTowersRequest.Builder>java.io.IOExceptionpublic boolean getIncludeSessions()
Whether we should include sessions with the watchtower in the response.
bool include_sessions = 1;getIncludeSessions in interface Wtclient.ListTowersRequestOrBuilderpublic Wtclient.ListTowersRequest.Builder setIncludeSessions(boolean value)
Whether we should include sessions with the watchtower in the response.
bool include_sessions = 1;value - The includeSessions to set.public Wtclient.ListTowersRequest.Builder clearIncludeSessions()
Whether we should include sessions with the watchtower in the response.
bool include_sessions = 1;public boolean getExcludeExhaustedSessions()
Whether to exclude exhausted sessions in the response info. This option is only meaningful if include_sessions is true.
bool exclude_exhausted_sessions = 2;getExcludeExhaustedSessions in interface Wtclient.ListTowersRequestOrBuilderpublic Wtclient.ListTowersRequest.Builder setExcludeExhaustedSessions(boolean value)
Whether to exclude exhausted sessions in the response info. This option is only meaningful if include_sessions is true.
bool exclude_exhausted_sessions = 2;value - The excludeExhaustedSessions to set.public Wtclient.ListTowersRequest.Builder clearExcludeExhaustedSessions()
Whether to exclude exhausted sessions in the response info. This option is only meaningful if include_sessions is true.
bool exclude_exhausted_sessions = 2;public final Wtclient.ListTowersRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Wtclient.ListTowersRequest.Builder>public final Wtclient.ListTowersRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Wtclient.ListTowersRequest.Builder>