Class MethodSettings (2.61.3) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.61.3keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  MethodSettings   extends   GeneratedMessageV3   implements   MethodSettingsOrBuilder  
   Describes the generator configuration for a method.
 Protobuf type google.api.MethodSettings
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  AUTO_POPULATED_FIELDS_FIELD_NUMBER 
  
    
public   static   final   int   AUTO_POPULATED_FIELDS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  LONG_RUNNING_FIELD_NUMBER 
  
    
public   static   final   int   LONG_RUNNING_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  SELECTOR_FIELD_NUMBER 
  
    
public   static   final   int   SELECTOR_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   MethodSettings   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   MethodSettings . Builder   newBuilder ()  
  
  newBuilder(MethodSettings prototype) 
  
    
public   static   MethodSettings . Builder   newBuilder ( MethodSettings   prototype )  
  
  
  
    
public   static   MethodSettings   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   MethodSettings   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   MethodSettings   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   MethodSettings   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   MethodSettings   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   MethodSettings   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   MethodSettings   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   MethodSettings   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   MethodSettings   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   MethodSettings   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   MethodSettings   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   MethodSettings   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<MethodSettings>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getAutoPopulatedFields(int index) 
  
    
public   String   getAutoPopulatedFields ( int   index )  
   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. Currently supported format: UUID4.
 Example of a YAML configuration:
publishing:
  method_settings:
  - selector: google.example.v1.ExampleService.CreateExample
    auto_populated_fields:
    - request_id
 repeated string auto_populated_fields = 3;
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the element to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        String The autoPopulatedFields at the given index.
 
     
  
  getAutoPopulatedFieldsBytes(int index) 
  
    
public   ByteString   getAutoPopulatedFieldsBytes ( int   index )  
   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. Currently supported format: UUID4.
 Example of a YAML configuration:
publishing:
  method_settings:
  - selector: google.example.v1.ExampleService.CreateExample
    auto_populated_fields:
    - request_id
 repeated string auto_populated_fields = 3;
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the value to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes of the autoPopulatedFields at the given index.
 
     
  
  getAutoPopulatedFieldsCount() 
  
    
public   int   getAutoPopulatedFieldsCount ()  
   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. Currently supported format: UUID4.
 Example of a YAML configuration:
publishing:
  method_settings:
  - selector: google.example.v1.ExampleService.CreateExample
    auto_populated_fields:
    - request_id
 repeated string auto_populated_fields = 3;
    
      
        Returns  
      
        Type Description  
      
        int The count of autoPopulatedFields.
 
     
  
  getAutoPopulatedFieldsList() 
  
    
public   ProtocolStringList   getAutoPopulatedFieldsList ()  
   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. Currently supported format: UUID4.
 Example of a YAML configuration:
publishing:
  method_settings:
  - selector: google.example.v1.ExampleService.CreateExample
    auto_populated_fields:
    - request_id
 repeated string auto_populated_fields = 3;
getDefaultInstanceForType() 
  
    
public   MethodSettings   getDefaultInstanceForType ()  
  
  getLongRunning() 
  
    
public   MethodSettings . LongRunning   getLongRunning ()  
   Describes settings to use for long-running operations when generating
 API methods for RPCs. Complements RPCs that use the annotations in
 google/longrunning/operations.proto.
 Example of a YAML configuration::
publishing:
  method_settings:
  - selector: google.cloud.speech.v2.Speech.BatchRecognize
    long_running:
      initial_poll_delay: 60s # 1 minute
      poll_delay_multiplier: 1.5
      max_poll_delay: 360s # 6 minutes
      total_poll_timeout: 54000s # 90 minutes
 .google.api.MethodSettings.LongRunning long_running = 2;
getLongRunningOrBuilder() 
  
    
public   MethodSettings . LongRunningOrBuilder   getLongRunningOrBuilder ()  
   Describes settings to use for long-running operations when generating
 API methods for RPCs. Complements RPCs that use the annotations in
 google/longrunning/operations.proto.
 Example of a YAML configuration::
publishing:
  method_settings:
  - selector: google.cloud.speech.v2.Speech.BatchRecognize
    long_running:
      initial_poll_delay: 60s # 1 minute
      poll_delay_multiplier: 1.5
      max_poll_delay: 360s # 6 minutes
      total_poll_timeout: 54000s # 90 minutes
 .google.api.MethodSettings.LongRunning long_running = 2;
getParserForType() 
  
    
public   Parser<MethodSettings>   getParserForType ()  
  
  Overrides 
  
  getSelector() 
  
    
public   String   getSelector ()  
   The fully qualified name of the method, for which the options below apply.
 This is used to find the method to apply the options.
 Example:
publishing:
  method_settings:
  - selector: google.storage.control.v2.StorageControl.CreateFolder
    # method settings for CreateFolder...
 string selector = 1;
    
      
        Returns  
      
        Type Description  
      
        String The selector.
 
     
  
  getSelectorBytes() 
  
    
public   ByteString   getSelectorBytes ()  
   The fully qualified name of the method, for which the options below apply.
 This is used to find the method to apply the options.
 Example:
publishing:
  method_settings:
  - selector: google.storage.control.v2.StorageControl.CreateFolder
    # method settings for CreateFolder...
 string selector = 1;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for selector.
 
     
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  hasLongRunning() 
  
    
public   boolean   hasLongRunning ()  
   Describes settings to use for long-running operations when generating
 API methods for RPCs. Complements RPCs that use the annotations in
 google/longrunning/operations.proto.
 Example of a YAML configuration::
publishing:
  method_settings:
  - selector: google.cloud.speech.v2.Speech.BatchRecognize
    long_running:
      initial_poll_delay: 60s # 1 minute
      poll_delay_multiplier: 1.5
      max_poll_delay: 360s # 6 minutes
      total_poll_timeout: 54000s # 90 minutes
 .google.api.MethodSettings.LongRunning long_running = 2;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the longRunning field is set.
 
     
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   MethodSettings . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   MethodSettings . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   MethodSettings . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-28 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-28 UTC."],[],[]]