Interface OperationMetadata.StepOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDescription()
      The short description of the step.
      com.google.protobuf.ByteString getDescriptionBytes()
      The short description of the step.
      OperationMetadata.Status getStatus()
      The status code.
      int getStatusValue()
      The status code.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getDescription

        String getDescription()
         The short description of the step.
         
        string description = 2;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         The short description of the step.
         
        string description = 2;
        Returns:
        The bytes for description.
      • getStatusValue

        int getStatusValue()
         The status code.
         
        .google.api.servicemanagement.v1.OperationMetadata.Status status = 4;
        Returns:
        The enum numeric value on the wire for status.
      • getStatus

        OperationMetadata.Status getStatus()
         The status code.
         
        .google.api.servicemanagement.v1.OperationMetadata.Status status = 4;
        Returns:
        The status.