public final class Backend extends GeneratedMessageV3 implements BackendOrBuilder
`Backend` defines the backend configuration for a service.Protobuf type
google.api.Backend| Modifier and Type | Class and Description |
|---|---|
static class |
Backend.Builder
`Backend` defines the backend configuration for a service.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
RULES_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFieldsmemoizedSizememoizedHashCode| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static Backend |
getDefaultInstance() |
Backend |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Parser<Backend> |
getParserForType() |
BackendRule |
getRules(int index)
A list of API backend rules that apply to individual API methods.
|
int |
getRulesCount()
A list of API backend rules that apply to individual API methods.
|
java.util.List<BackendRule> |
getRulesList()
A list of API backend rules that apply to individual API methods.
|
BackendRuleOrBuilder |
getRulesOrBuilder(int index)
A list of API backend rules that apply to individual API methods.
|
java.util.List<? extends BackendRuleOrBuilder> |
getRulesOrBuilderList()
A list of API backend rules that apply to individual API methods.
|
int |
getSerializedSize() |
UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Backend.Builder |
newBuilder() |
static Backend.Builder |
newBuilder(Backend prototype) |
Backend.Builder |
newBuilderForType() |
protected Backend.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
static Backend |
parseDelimitedFrom(java.io.InputStream input) |
static Backend |
parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Backend |
parseFrom(byte[] data) |
static Backend |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Backend |
parseFrom(java.nio.ByteBuffer data) |
static Backend |
parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Backend |
parseFrom(ByteString data) |
static Backend |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Backend |
parseFrom(CodedInputStream input) |
static Backend |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Backend |
parseFrom(java.io.InputStream input) |
static Backend |
parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<Backend> |
parser() |
Backend.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int RULES_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public java.util.List<BackendRule> getRulesList()
A list of API backend rules that apply to individual API methods. **NOTE:** All service configuration rules follow "last one wins" order.
repeated .google.api.BackendRule rules = 1;getRulesList in interface BackendOrBuilderpublic java.util.List<? extends BackendRuleOrBuilder> getRulesOrBuilderList()
A list of API backend rules that apply to individual API methods. **NOTE:** All service configuration rules follow "last one wins" order.
repeated .google.api.BackendRule rules = 1;getRulesOrBuilderList in interface BackendOrBuilderpublic int getRulesCount()
A list of API backend rules that apply to individual API methods. **NOTE:** All service configuration rules follow "last one wins" order.
repeated .google.api.BackendRule rules = 1;getRulesCount in interface BackendOrBuilderpublic BackendRule getRules(int index)
A list of API backend rules that apply to individual API methods. **NOTE:** All service configuration rules follow "last one wins" order.
repeated .google.api.BackendRule rules = 1;getRules in interface BackendOrBuilderpublic BackendRuleOrBuilder getRulesOrBuilder(int index)
A list of API backend rules that apply to individual API methods. **NOTE:** All service configuration rules follow "last one wins" order.
repeated .google.api.BackendRule rules = 1;getRulesOrBuilder in interface BackendOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static Backend parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Backend parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Backend parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Backend parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Backend parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Backend parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Backend parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Backend parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Backend parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Backend parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Backend parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Backend parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Backend.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static Backend.Builder newBuilder()
public static Backend.Builder newBuilder(Backend prototype)
public Backend.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected Backend.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static Backend getDefaultInstance()
public Parser<Backend> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public Backend getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder