Class OperationMetadata.Step.Builder (3.26.0) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 3.26.0keyboard_arrow_down  
  
 
    
    
     
    
    
    
    
    
      
  
  
  
    
public   static   final   class  OperationMetadata . Step . Builder   extends   GeneratedMessageV3 . Builder<OperationMetadata . Step . Builder >  implements   OperationMetadata . StepOrBuilder  
   
   Represents the status of one operation step.
 Protobuf type google.api.servicemanagement.v1.OperationMetadata.Step
 
  
  
  
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder() 
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString) 
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int) 
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int) 
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder) 
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
   
   
  
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  
  Methods
   
   
  
  
    
public   OperationMetadata . Step . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  
  
  Overrides 
  
   
  
  
    
public   OperationMetadata . Step   build ()  
   
  
   
  
  
    
public   OperationMetadata . Step   buildPartial ()  
   
  
   
  
  
    
public   OperationMetadata . Step . Builder   clear ()  
   
  
  Overrides 
  
   
  
  
    
public   OperationMetadata . Step . Builder   clearDescription ()  
   
   The short description of the step.
 string description = 2;
 
  
   
  
  
    
public   OperationMetadata . Step . Builder   clearField ( Descriptors . FieldDescriptor   field )  
   
  
  
  Overrides 
  
   
  
  
    
public   OperationMetadata . Step . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
   
  
  
  Overrides 
  
   
  
  
    
public   OperationMetadata . Step . Builder   clearStatus ()  
   
   The status code.
 .google.api.servicemanagement.v1.OperationMetadata.Status status = 4;
 
  
   
  
  
    
public   OperationMetadata . Step . Builder   clone ()  
   
  
  Overrides 
  
   
  
  
    
public   OperationMetadata . Step   getDefaultInstanceForType ()  
   
  
   
  
  
    
public   String   getDescription ()  
   
   The short description of the step.
 string description = 2;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
        The description.
 
       
     
  
   
  
  
    
public   ByteString   getDescriptionBytes ()  
   
   The short description of the step.
 string description = 2;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for description.
 
       
     
  
   
  
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
   
  
  Overrides 
  
   
  
  
    
public   OperationMetadata . Status   getStatus ()  
   
   The status code.
 .google.api.servicemanagement.v1.OperationMetadata.Status status = 4;
 
  
   
  
  
    
public   int   getStatusValue ()  
   
   The status code.
 .google.api.servicemanagement.v1.OperationMetadata.Status status = 4;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
        The enum numeric value on the wire for status.
 
       
     
  
   
  
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  
  Overrides 
  
   
  
  
    
public   final   boolean   isInitialized ()  
   
  
  Overrides 
  
   
  
  
    
public   OperationMetadata . Step . Builder   mergeFrom ( OperationMetadata . Step   other )  
   
  
  
   
  
  
    
public   OperationMetadata . Step . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  Overrides 
  
  
   
  
  
    
public   OperationMetadata . Step . Builder   mergeFrom ( Message   other )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        other 
        Message  
       
     
  
  
  Overrides 
  
   
  
  
    
public   final   OperationMetadata . Step . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
   
  
  
  Overrides 
  
   
  
  
    
public   OperationMetadata . Step . Builder   setDescription ( String   value )  
   
   The short description of the step.
 string description = 2;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        String The description to set.
 
       
     
  
  
   
  
  
    
public   OperationMetadata . Step . Builder   setDescriptionBytes ( ByteString   value )  
   
   The short description of the step.
 string description = 2;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        ByteString The bytes for description to set.
 
       
     
  
  
   
  
  
    
public   OperationMetadata . Step . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  
  
  Overrides 
  
   
  
  
    
public   OperationMetadata . Step . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
   
  
  
  Overrides 
  
   
  
  
    
public   OperationMetadata . Step . Builder   setStatus ( OperationMetadata . Status   value )  
   
   The status code.
 .google.api.servicemanagement.v1.OperationMetadata.Status status = 4;
 
  
  
   
  
  
    
public   OperationMetadata . Step . Builder   setStatusValue ( int   value )  
   
   The status code.
 .google.api.servicemanagement.v1.OperationMetadata.Status status = 4;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        int The enum numeric value on the wire for status to set.
 
       
     
  
  
   
  
  
    
public   final   OperationMetadata . Step . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
   
  
  
  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-30 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-30 UTC."],[],[]]