Interface ReportResponse.ReportErrorOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getOperationId()
      The [Operation.operation_id][google.api.servicecontrol.v1.Operation.operation_id] value from the request.
      com.google.protobuf.ByteString getOperationIdBytes()
      The [Operation.operation_id][google.api.servicecontrol.v1.Operation.operation_id] value from the request.
      com.google.rpc.Status getStatus()
      Details of the error when processing the [Operation][google.api.servicecontrol.v1.Operation].
      com.google.rpc.StatusOrBuilder getStatusOrBuilder()
      Details of the error when processing the [Operation][google.api.servicecontrol.v1.Operation].
      boolean hasStatus()
      Details of the error when processing the [Operation][google.api.servicecontrol.v1.Operation].
      • 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

      • getOperationId

        String getOperationId()
         The
         [Operation.operation_id][google.api.servicecontrol.v1.Operation.operation_id]
         value from the request.
         
        string operation_id = 1;
        Returns:
        The operationId.
      • getOperationIdBytes

        com.google.protobuf.ByteString getOperationIdBytes()
         The
         [Operation.operation_id][google.api.servicecontrol.v1.Operation.operation_id]
         value from the request.
         
        string operation_id = 1;
        Returns:
        The bytes for operationId.
      • hasStatus

        boolean hasStatus()
         Details of the error when processing the
         [Operation][google.api.servicecontrol.v1.Operation].
         
        .google.rpc.Status status = 2;
        Returns:
        Whether the status field is set.
      • getStatus

        com.google.rpc.Status getStatus()
         Details of the error when processing the
         [Operation][google.api.servicecontrol.v1.Operation].
         
        .google.rpc.Status status = 2;
        Returns:
        The status.
      • getStatusOrBuilder

        com.google.rpc.StatusOrBuilder getStatusOrBuilder()
         Details of the error when processing the
         [Operation][google.api.servicecontrol.v1.Operation].
         
        .google.rpc.Status status = 2;