Uses of Class
com.google.api.MethodSettings
-
Packages that use MethodSettings Package Description com.google.api -
-
Uses of MethodSettings in com.google.api
Methods in com.google.api that return MethodSettings Modifier and Type Method Description MethodSettings
MethodSettings.Builder. build()
MethodSettings
MethodSettings.Builder. buildPartial()
static MethodSettings
MethodSettings. getDefaultInstance()
MethodSettings
MethodSettings.Builder. getDefaultInstanceForType()
MethodSettings
MethodSettings. getDefaultInstanceForType()
MethodSettings
Publishing.Builder. getMethodSettings(int index)
A list of API method settings, e.g.MethodSettings
Publishing. getMethodSettings(int index)
A list of API method settings, e.g.MethodSettings
PublishingOrBuilder. getMethodSettings(int index)
A list of API method settings, e.g.static MethodSettings
MethodSettings. parseDelimitedFrom(java.io.InputStream input)
static MethodSettings
MethodSettings. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MethodSettings
MethodSettings. parseFrom(byte[] data)
static MethodSettings
MethodSettings. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MethodSettings
MethodSettings. parseFrom(com.google.protobuf.ByteString data)
static MethodSettings
MethodSettings. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MethodSettings
MethodSettings. parseFrom(com.google.protobuf.CodedInputStream input)
static MethodSettings
MethodSettings. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MethodSettings
MethodSettings. parseFrom(java.io.InputStream input)
static MethodSettings
MethodSettings. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MethodSettings
MethodSettings. parseFrom(java.nio.ByteBuffer data)
static MethodSettings
MethodSettings. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api that return types with arguments of type MethodSettings Modifier and Type Method Description java.util.List<MethodSettings>
Publishing.Builder. getMethodSettingsList()
A list of API method settings, e.g.java.util.List<MethodSettings>
Publishing. getMethodSettingsList()
A list of API method settings, e.g.java.util.List<MethodSettings>
PublishingOrBuilder. getMethodSettingsList()
A list of API method settings, e.g.com.google.protobuf.Parser<MethodSettings>
MethodSettings. getParserForType()
static com.google.protobuf.Parser<MethodSettings>
MethodSettings. parser()
Methods in com.google.api with parameters of type MethodSettings Modifier and Type Method Description Publishing.Builder
Publishing.Builder. addMethodSettings(int index, MethodSettings value)
A list of API method settings, e.g.Publishing.Builder
Publishing.Builder. addMethodSettings(MethodSettings value)
A list of API method settings, e.g.MethodSettings.Builder
MethodSettings.Builder. mergeFrom(MethodSettings other)
static MethodSettings.Builder
MethodSettings. newBuilder(MethodSettings prototype)
Publishing.Builder
Publishing.Builder. setMethodSettings(int index, MethodSettings value)
A list of API method settings, e.g.Method parameters in com.google.api with type arguments of type MethodSettings Modifier and Type Method Description Publishing.Builder
Publishing.Builder. addAllMethodSettings(java.lang.Iterable<? extends MethodSettings> values)
A list of API method settings, e.g.
-