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, unknownFields
memoizedSize
memoizedHashCode
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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int RULES_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public 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 BackendOrBuilder
public 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 BackendOrBuilder
public 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 BackendOrBuilder
public 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 BackendOrBuilder
public 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 BackendOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static Backend parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Backend parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Backend parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Backend parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Backend parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Backend parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Backend parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Backend parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Backend parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Backend parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Backend parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Backend parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Backend.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static Backend.Builder newBuilder()
public static Backend.Builder newBuilder(Backend prototype)
public Backend.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected Backend.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static Backend getDefaultInstance()
public Parser<Backend> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public Backend getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder