public final class NetConfig extends com.google.protobuf.GeneratedMessageV3 implements NetConfigOrBuilder
appscode.health.NetConfig| Modifier and Type | Class and Description |
|---|---|
static class |
NetConfig.Builder
Protobuf type
appscode.health.NetConfig |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
CLUSTER_URLS_FIELD_NUMBER |
static int |
FILE_URLS_FIELD_NUMBER |
static int |
IN_CLUSTER_URLS_FIELD_NUMBER |
static int |
PUBLIC_URLS_FIELD_NUMBER |
static int |
TEAM_ADDR_FIELD_NUMBER |
static int |
TEAM_URLS_FIELD_NUMBER |
static int |
URL_SHORTENER_URLS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
URLBase |
getClusterUrls()
.appscode.health.URLBase cluster_urls = 4; |
URLBaseOrBuilder |
getClusterUrlsOrBuilder()
.appscode.health.URLBase cluster_urls = 4; |
static NetConfig |
getDefaultInstance() |
NetConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
URLBase |
getFileUrls()
.appscode.health.URLBase file_urls = 7; |
URLBaseOrBuilder |
getFileUrlsOrBuilder()
.appscode.health.URLBase file_urls = 7; |
URLBase |
getInClusterUrls()
.appscode.health.URLBase in_cluster_urls = 5; |
URLBaseOrBuilder |
getInClusterUrlsOrBuilder()
.appscode.health.URLBase in_cluster_urls = 5; |
com.google.protobuf.Parser<NetConfig> |
getParserForType() |
URLBase |
getPublicUrls()
.appscode.health.URLBase public_urls = 2; |
URLBaseOrBuilder |
getPublicUrlsOrBuilder()
.appscode.health.URLBase public_urls = 2; |
int |
getSerializedSize() |
java.lang.String |
getTeamAddr()
string team_addr = 1; |
com.google.protobuf.ByteString |
getTeamAddrBytes()
string team_addr = 1; |
URLBase |
getTeamUrls()
.appscode.health.URLBase team_urls = 3; |
URLBaseOrBuilder |
getTeamUrlsOrBuilder()
.appscode.health.URLBase team_urls = 3; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
URLBase |
getURLShortenerUrls()
.appscode.health.URLBase URL_shortener_urls = 6; |
URLBaseOrBuilder |
getURLShortenerUrlsOrBuilder()
.appscode.health.URLBase URL_shortener_urls = 6; |
boolean |
hasClusterUrls()
.appscode.health.URLBase cluster_urls = 4; |
boolean |
hasFileUrls()
.appscode.health.URLBase file_urls = 7; |
int |
hashCode() |
boolean |
hasInClusterUrls()
.appscode.health.URLBase in_cluster_urls = 5; |
boolean |
hasPublicUrls()
.appscode.health.URLBase public_urls = 2; |
boolean |
hasTeamUrls()
.appscode.health.URLBase team_urls = 3; |
boolean |
hasURLShortenerUrls()
.appscode.health.URLBase URL_shortener_urls = 6; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static NetConfig.Builder |
newBuilder() |
static NetConfig.Builder |
newBuilder(NetConfig prototype) |
NetConfig.Builder |
newBuilderForType() |
protected NetConfig.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static NetConfig |
parseDelimitedFrom(java.io.InputStream input) |
static NetConfig |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NetConfig |
parseFrom(byte[] data) |
static NetConfig |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NetConfig |
parseFrom(java.nio.ByteBuffer data) |
static NetConfig |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NetConfig |
parseFrom(com.google.protobuf.ByteString data) |
static NetConfig |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NetConfig |
parseFrom(com.google.protobuf.CodedInputStream input) |
static NetConfig |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NetConfig |
parseFrom(java.io.InputStream input) |
static NetConfig |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<NetConfig> |
parser() |
NetConfig.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TEAM_ADDR_FIELD_NUMBER
public static final int PUBLIC_URLS_FIELD_NUMBER
public static final int TEAM_URLS_FIELD_NUMBER
public static final int CLUSTER_URLS_FIELD_NUMBER
public static final int IN_CLUSTER_URLS_FIELD_NUMBER
public static final int URL_SHORTENER_URLS_FIELD_NUMBER
public static final int FILE_URLS_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public java.lang.String getTeamAddr()
string team_addr = 1;getTeamAddr in interface NetConfigOrBuilderpublic com.google.protobuf.ByteString getTeamAddrBytes()
string team_addr = 1;getTeamAddrBytes in interface NetConfigOrBuilderpublic boolean hasPublicUrls()
.appscode.health.URLBase public_urls = 2;hasPublicUrls in interface NetConfigOrBuilderpublic URLBase getPublicUrls()
.appscode.health.URLBase public_urls = 2;getPublicUrls in interface NetConfigOrBuilderpublic URLBaseOrBuilder getPublicUrlsOrBuilder()
.appscode.health.URLBase public_urls = 2;getPublicUrlsOrBuilder in interface NetConfigOrBuilderpublic boolean hasTeamUrls()
.appscode.health.URLBase team_urls = 3;hasTeamUrls in interface NetConfigOrBuilderpublic URLBase getTeamUrls()
.appscode.health.URLBase team_urls = 3;getTeamUrls in interface NetConfigOrBuilderpublic URLBaseOrBuilder getTeamUrlsOrBuilder()
.appscode.health.URLBase team_urls = 3;getTeamUrlsOrBuilder in interface NetConfigOrBuilderpublic boolean hasClusterUrls()
.appscode.health.URLBase cluster_urls = 4;hasClusterUrls in interface NetConfigOrBuilderpublic URLBase getClusterUrls()
.appscode.health.URLBase cluster_urls = 4;getClusterUrls in interface NetConfigOrBuilderpublic URLBaseOrBuilder getClusterUrlsOrBuilder()
.appscode.health.URLBase cluster_urls = 4;getClusterUrlsOrBuilder in interface NetConfigOrBuilderpublic boolean hasInClusterUrls()
.appscode.health.URLBase in_cluster_urls = 5;hasInClusterUrls in interface NetConfigOrBuilderpublic URLBase getInClusterUrls()
.appscode.health.URLBase in_cluster_urls = 5;getInClusterUrls in interface NetConfigOrBuilderpublic URLBaseOrBuilder getInClusterUrlsOrBuilder()
.appscode.health.URLBase in_cluster_urls = 5;getInClusterUrlsOrBuilder in interface NetConfigOrBuilderpublic boolean hasURLShortenerUrls()
.appscode.health.URLBase URL_shortener_urls = 6;hasURLShortenerUrls in interface NetConfigOrBuilderpublic URLBase getURLShortenerUrls()
.appscode.health.URLBase URL_shortener_urls = 6;getURLShortenerUrls in interface NetConfigOrBuilderpublic URLBaseOrBuilder getURLShortenerUrlsOrBuilder()
.appscode.health.URLBase URL_shortener_urls = 6;getURLShortenerUrlsOrBuilder in interface NetConfigOrBuilderpublic boolean hasFileUrls()
.appscode.health.URLBase file_urls = 7;hasFileUrls in interface NetConfigOrBuilderpublic URLBase getFileUrls()
.appscode.health.URLBase file_urls = 7;getFileUrls in interface NetConfigOrBuilderpublic URLBaseOrBuilder getFileUrlsOrBuilder()
.appscode.health.URLBase file_urls = 7;getFileUrlsOrBuilder in interface NetConfigOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.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 NetConfig parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NetConfig parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NetConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NetConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NetConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NetConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NetConfig parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static NetConfig parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static NetConfig parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static NetConfig parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static NetConfig parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static NetConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic NetConfig.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static NetConfig.Builder newBuilder()
public static NetConfig.Builder newBuilder(NetConfig prototype)
public NetConfig.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected NetConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static NetConfig getDefaultInstance()
public static com.google.protobuf.Parser<NetConfig> parser()
public com.google.protobuf.Parser<NetConfig> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public NetConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder