public static final class ElasticsearchInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ElasticsearchInfo.Builder> implements ElasticsearchInfoOrBuilder
Elasticsearch specific messagesProtobuf type
alluxio.hub.proto.ElasticsearchInfo
Modifier and Type | Method and Description |
---|---|
ElasticsearchInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ElasticsearchInfo |
build() |
ElasticsearchInfo |
buildPartial() |
ElasticsearchInfo.Builder |
clear() |
ElasticsearchInfo.Builder |
clearDashboards()
optional .alluxio.hub.proto.ElasticsearchDashboards dashboards = 2; |
ElasticsearchInfo.Builder |
clearEnvVariables()
optional .alluxio.hub.proto.ElasticsearchEnvironmentVariables env_variables = 1; |
ElasticsearchInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ElasticsearchInfo.Builder |
clearHost()
optional string host = 3; |
ElasticsearchInfo.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ElasticsearchInfo.Builder |
clone() |
ElasticsearchDashboards |
getDashboards()
optional .alluxio.hub.proto.ElasticsearchDashboards dashboards = 2; |
ElasticsearchDashboards.Builder |
getDashboardsBuilder()
optional .alluxio.hub.proto.ElasticsearchDashboards dashboards = 2; |
ElasticsearchDashboardsOrBuilder |
getDashboardsOrBuilder()
optional .alluxio.hub.proto.ElasticsearchDashboards dashboards = 2; |
ElasticsearchInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
ElasticsearchEnvironmentVariables |
getEnvVariables()
optional .alluxio.hub.proto.ElasticsearchEnvironmentVariables env_variables = 1; |
ElasticsearchEnvironmentVariables.Builder |
getEnvVariablesBuilder()
optional .alluxio.hub.proto.ElasticsearchEnvironmentVariables env_variables = 1; |
ElasticsearchEnvironmentVariablesOrBuilder |
getEnvVariablesOrBuilder()
optional .alluxio.hub.proto.ElasticsearchEnvironmentVariables env_variables = 1; |
String |
getHost()
optional string host = 3; |
com.google.protobuf.ByteString |
getHostBytes()
optional string host = 3; |
boolean |
hasDashboards()
optional .alluxio.hub.proto.ElasticsearchDashboards dashboards = 2; |
boolean |
hasEnvVariables()
optional .alluxio.hub.proto.ElasticsearchEnvironmentVariables env_variables = 1; |
boolean |
hasHost()
optional string host = 3; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ElasticsearchInfo.Builder |
mergeDashboards(ElasticsearchDashboards value)
optional .alluxio.hub.proto.ElasticsearchDashboards dashboards = 2; |
ElasticsearchInfo.Builder |
mergeEnvVariables(ElasticsearchEnvironmentVariables value)
optional .alluxio.hub.proto.ElasticsearchEnvironmentVariables env_variables = 1; |
ElasticsearchInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ElasticsearchInfo.Builder |
mergeFrom(ElasticsearchInfo other) |
ElasticsearchInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
ElasticsearchInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ElasticsearchInfo.Builder |
setDashboards(ElasticsearchDashboards.Builder builderForValue)
optional .alluxio.hub.proto.ElasticsearchDashboards dashboards = 2; |
ElasticsearchInfo.Builder |
setDashboards(ElasticsearchDashboards value)
optional .alluxio.hub.proto.ElasticsearchDashboards dashboards = 2; |
ElasticsearchInfo.Builder |
setEnvVariables(ElasticsearchEnvironmentVariables.Builder builderForValue)
optional .alluxio.hub.proto.ElasticsearchEnvironmentVariables env_variables = 1; |
ElasticsearchInfo.Builder |
setEnvVariables(ElasticsearchEnvironmentVariables value)
optional .alluxio.hub.proto.ElasticsearchEnvironmentVariables env_variables = 1; |
ElasticsearchInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ElasticsearchInfo.Builder |
setHost(String value)
optional string host = 3; |
ElasticsearchInfo.Builder |
setHostBytes(com.google.protobuf.ByteString value)
optional string host = 3; |
ElasticsearchInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ElasticsearchInfo.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<ElasticsearchInfo.Builder>
public ElasticsearchInfo.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<ElasticsearchInfo.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<ElasticsearchInfo.Builder>
public ElasticsearchInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public ElasticsearchInfo build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public ElasticsearchInfo buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ElasticsearchInfo.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<ElasticsearchInfo.Builder>
public ElasticsearchInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<ElasticsearchInfo.Builder>
public ElasticsearchInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<ElasticsearchInfo.Builder>
public ElasticsearchInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<ElasticsearchInfo.Builder>
public ElasticsearchInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<ElasticsearchInfo.Builder>
public ElasticsearchInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<ElasticsearchInfo.Builder>
public ElasticsearchInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ElasticsearchInfo.Builder>
public ElasticsearchInfo.Builder mergeFrom(ElasticsearchInfo other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<ElasticsearchInfo.Builder>
public ElasticsearchInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ElasticsearchInfo.Builder>
IOException
public boolean hasEnvVariables()
optional .alluxio.hub.proto.ElasticsearchEnvironmentVariables env_variables = 1;
hasEnvVariables
in interface ElasticsearchInfoOrBuilder
public ElasticsearchEnvironmentVariables getEnvVariables()
optional .alluxio.hub.proto.ElasticsearchEnvironmentVariables env_variables = 1;
getEnvVariables
in interface ElasticsearchInfoOrBuilder
public ElasticsearchInfo.Builder setEnvVariables(ElasticsearchEnvironmentVariables value)
optional .alluxio.hub.proto.ElasticsearchEnvironmentVariables env_variables = 1;
public ElasticsearchInfo.Builder setEnvVariables(ElasticsearchEnvironmentVariables.Builder builderForValue)
optional .alluxio.hub.proto.ElasticsearchEnvironmentVariables env_variables = 1;
public ElasticsearchInfo.Builder mergeEnvVariables(ElasticsearchEnvironmentVariables value)
optional .alluxio.hub.proto.ElasticsearchEnvironmentVariables env_variables = 1;
public ElasticsearchInfo.Builder clearEnvVariables()
optional .alluxio.hub.proto.ElasticsearchEnvironmentVariables env_variables = 1;
public ElasticsearchEnvironmentVariables.Builder getEnvVariablesBuilder()
optional .alluxio.hub.proto.ElasticsearchEnvironmentVariables env_variables = 1;
public ElasticsearchEnvironmentVariablesOrBuilder getEnvVariablesOrBuilder()
optional .alluxio.hub.proto.ElasticsearchEnvironmentVariables env_variables = 1;
getEnvVariablesOrBuilder
in interface ElasticsearchInfoOrBuilder
public boolean hasDashboards()
optional .alluxio.hub.proto.ElasticsearchDashboards dashboards = 2;
hasDashboards
in interface ElasticsearchInfoOrBuilder
public ElasticsearchDashboards getDashboards()
optional .alluxio.hub.proto.ElasticsearchDashboards dashboards = 2;
getDashboards
in interface ElasticsearchInfoOrBuilder
public ElasticsearchInfo.Builder setDashboards(ElasticsearchDashboards value)
optional .alluxio.hub.proto.ElasticsearchDashboards dashboards = 2;
public ElasticsearchInfo.Builder setDashboards(ElasticsearchDashboards.Builder builderForValue)
optional .alluxio.hub.proto.ElasticsearchDashboards dashboards = 2;
public ElasticsearchInfo.Builder mergeDashboards(ElasticsearchDashboards value)
optional .alluxio.hub.proto.ElasticsearchDashboards dashboards = 2;
public ElasticsearchInfo.Builder clearDashboards()
optional .alluxio.hub.proto.ElasticsearchDashboards dashboards = 2;
public ElasticsearchDashboards.Builder getDashboardsBuilder()
optional .alluxio.hub.proto.ElasticsearchDashboards dashboards = 2;
public ElasticsearchDashboardsOrBuilder getDashboardsOrBuilder()
optional .alluxio.hub.proto.ElasticsearchDashboards dashboards = 2;
getDashboardsOrBuilder
in interface ElasticsearchInfoOrBuilder
public boolean hasHost()
optional string host = 3;
hasHost
in interface ElasticsearchInfoOrBuilder
public String getHost()
optional string host = 3;
getHost
in interface ElasticsearchInfoOrBuilder
public com.google.protobuf.ByteString getHostBytes()
optional string host = 3;
getHostBytes
in interface ElasticsearchInfoOrBuilder
public ElasticsearchInfo.Builder setHost(String value)
optional string host = 3;
value
- The host to set.public ElasticsearchInfo.Builder clearHost()
optional string host = 3;
public ElasticsearchInfo.Builder setHostBytes(com.google.protobuf.ByteString value)
optional string host = 3;
value
- The bytes for host to set.public final ElasticsearchInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<ElasticsearchInfo.Builder>
public final ElasticsearchInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<ElasticsearchInfo.Builder>
Copyright © 2023. All Rights Reserved.