Interface RpcPartialFinishWithErrorOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    RpcPartialFinishWithError, RpcPartialFinishWithError.Builder

    public interface RpcPartialFinishWithErrorOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Any getActions​(int index)
      repeated .google.protobuf.Any actions = 1;
      int getActionsCount()
      repeated .google.protobuf.Any actions = 1;
      List<com.google.protobuf.Any> getActionsList()
      repeated .google.protobuf.Any actions = 1;
      com.google.protobuf.AnyOrBuilder getActionsOrBuilder​(int index)
      repeated .google.protobuf.Any actions = 1;
      List<? extends com.google.protobuf.AnyOrBuilder> getActionsOrBuilderList()
      repeated .google.protobuf.Any actions = 1;
      String getErrorDescription()
      string errorDescription = 3;
      com.google.protobuf.ByteString getErrorDescriptionBytes()
      string errorDescription = 3;
      String getStatusCode()
      string statusCode = 2;
      com.google.protobuf.ByteString getStatusCodeBytes()
      string statusCode = 2;
      • 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

      • getActionsList

        List<com.google.protobuf.Any> getActionsList()
        repeated .google.protobuf.Any actions = 1;
      • getActions

        com.google.protobuf.Any getActions​(int index)
        repeated .google.protobuf.Any actions = 1;
      • getActionsCount

        int getActionsCount()
        repeated .google.protobuf.Any actions = 1;
      • getActionsOrBuilderList

        List<? extends com.google.protobuf.AnyOrBuilder> getActionsOrBuilderList()
        repeated .google.protobuf.Any actions = 1;
      • getActionsOrBuilder

        com.google.protobuf.AnyOrBuilder getActionsOrBuilder​(int index)
        repeated .google.protobuf.Any actions = 1;
      • getStatusCode

        String getStatusCode()
        string statusCode = 2;
        Returns:
        The statusCode.
      • getStatusCodeBytes

        com.google.protobuf.ByteString getStatusCodeBytes()
        string statusCode = 2;
        Returns:
        The bytes for statusCode.
      • getErrorDescription

        String getErrorDescription()
        string errorDescription = 3;
        Returns:
        The errorDescription.
      • getErrorDescriptionBytes

        com.google.protobuf.ByteString getErrorDescriptionBytes()
        string errorDescription = 3;
        Returns:
        The bytes for errorDescription.