Uses of Class
com.google.api.MethodSettings.Builder
Packages that use MethodSettings.Builder
-
Uses of MethodSettings.Builder in com.google.api
Methods in com.google.api that return MethodSettings.BuilderModifier and TypeMethodDescriptionMethodSettings.Builder.addAllAutoPopulatedFields(Iterable<String> values) List of top-level fields of the request message, that should be automatically populated by the client libraries based on their (google.api.field_info).format.MethodSettings.Builder.addAutoPopulatedFields(String value) List of top-level fields of the request message, that should be automatically populated by the client libraries based on their (google.api.field_info).format.MethodSettings.Builder.addAutoPopulatedFieldsBytes(com.google.protobuf.ByteString value) List of top-level fields of the request message, that should be automatically populated by the client libraries based on their (google.api.field_info).format.Publishing.Builder.addMethodSettingsBuilder()A list of API method settings, e.g. the behavior for methods that use the long-running operation pattern.Publishing.Builder.addMethodSettingsBuilder(int index) A list of API method settings, e.g. the behavior for methods that use the long-running operation pattern.MethodSettings.Builder.clear()MethodSettings.Builder.clearAutoPopulatedFields()List of top-level fields of the request message, that should be automatically populated by the client libraries based on their (google.api.field_info).format.MethodSettings.Builder.clearLongRunning()Describes settings to use for long-running operations when generating API methods for RPCs.MethodSettings.Builder.clearSelector()The fully qualified name of the method, for which the options below apply.Publishing.Builder.getMethodSettingsBuilder(int index) A list of API method settings, e.g. the behavior for methods that use the long-running operation pattern.MethodSettings.Builder.mergeFrom(MethodSettings other) MethodSettings.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MethodSettings.Builder.mergeFrom(com.google.protobuf.Message other) MethodSettings.Builder.mergeLongRunning(MethodSettings.LongRunning value) Describes settings to use for long-running operations when generating API methods for RPCs.static MethodSettings.BuilderMethodSettings.newBuilder()static MethodSettings.BuilderMethodSettings.newBuilder(MethodSettings prototype) MethodSettings.newBuilderForType()protected MethodSettings.BuilderMethodSettings.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) MethodSettings.Builder.setAutoPopulatedFields(int index, String value) List of top-level fields of the request message, that should be automatically populated by the client libraries based on their (google.api.field_info).format.MethodSettings.Builder.setLongRunning(MethodSettings.LongRunning value) Describes settings to use for long-running operations when generating API methods for RPCs.MethodSettings.Builder.setLongRunning(MethodSettings.LongRunning.Builder builderForValue) Describes settings to use for long-running operations when generating API methods for RPCs.MethodSettings.Builder.setSelector(String value) The fully qualified name of the method, for which the options below apply.MethodSettings.Builder.setSelectorBytes(com.google.protobuf.ByteString value) The fully qualified name of the method, for which the options below apply.MethodSettings.toBuilder()Methods in com.google.api that return types with arguments of type MethodSettings.BuilderModifier and TypeMethodDescriptionPublishing.Builder.getMethodSettingsBuilderList()A list of API method settings, e.g. the behavior for methods that use the long-running operation pattern.Methods in com.google.api with parameters of type MethodSettings.BuilderModifier and TypeMethodDescriptionPublishing.Builder.addMethodSettings(int index, MethodSettings.Builder builderForValue) A list of API method settings, e.g. the behavior for methods that use the long-running operation pattern.Publishing.Builder.addMethodSettings(MethodSettings.Builder builderForValue) A list of API method settings, e.g. the behavior for methods that use the long-running operation pattern.Publishing.Builder.setMethodSettings(int index, MethodSettings.Builder builderForValue) A list of API method settings, e.g. the behavior for methods that use the long-running operation pattern.