Java Code Examples for com.google.protobuf.TextFormat#shortDebugString()

The following examples show how to use com.google.protobuf.TextFormat#shortDebugString() . You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: RegisterApplicationMasterResponsePBImpl.java    From hadoop with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
  return TextFormat.shortDebugString(getProto());
}
 
Example 2
Source File: MessageFormatUtils.java    From pinpoint with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
    return TextFormat.shortDebugString(message);
}
 
Example 3
Source File: CancelDelegationTokenResponsePBImpl.java    From hadoop with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
  return TextFormat.shortDebugString(getProto());
}
 
Example 4
Source File: CancelDelegationTokenResponsePBImpl.java    From big-c with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
  return TextFormat.shortDebugString(getProto());
}
 
Example 5
Source File: ReservationDeleteResponsePBImpl.java    From big-c with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
  return TextFormat.shortDebugString(getProto());
}
 
Example 6
Source File: MoveApplicationAcrossQueuesResponsePBImpl.java    From big-c with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
  return TextFormat.shortDebugString(getProto());
}
 
Example 7
Source File: GetQueueInfoResponsePBImpl.java    From big-c with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
  return TextFormat.shortDebugString(getProto());
}
 
Example 8
Source File: LogAggregationContextPBImpl.java    From hadoop with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
  return TextFormat.shortDebugString(getProto());
}
 
Example 9
Source File: GetQueueUserAclsInfoRequestPBImpl.java    From big-c with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
  return TextFormat.shortDebugString(getProto());
}
 
Example 10
Source File: YarnClusterMetricsPBImpl.java    From hadoop with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
  return TextFormat.shortDebugString(getProto());
}
 
Example 11
Source File: SubmitApplicationRequestPBImpl.java    From big-c with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
  return TextFormat.shortDebugString(getProto());
}
 
Example 12
Source File: PreemptionContractPBImpl.java    From big-c with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
  return TextFormat.shortDebugString(getProto());
}
 
Example 13
Source File: RefreshNodesRequestPBImpl.java    From big-c with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
  return TextFormat.shortDebugString(getProto());
}
 
Example 14
Source File: ApplicationAttemptStateDataPBImpl.java    From hadoop with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
  return TextFormat.shortDebugString(getProto());
}
 
Example 15
Source File: PipelineAck.java    From hadoop with Apache License 2.0 4 votes vote down vote up
@Override //Object
public String toString() {
  return TextFormat.shortDebugString(proto);
}
 
Example 16
Source File: LocalResourcePBImpl.java    From hadoop with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
  return TextFormat.shortDebugString(getProto());
}
 
Example 17
Source File: RenewDelegationTokenRequestPBImpl.java    From hadoop with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
  return TextFormat.shortDebugString(getProto());
}
 
Example 18
Source File: PreemptionContractPBImpl.java    From hadoop with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
  return TextFormat.shortDebugString(getProto());
}
 
Example 19
Source File: NodeHealthStatusPBImpl.java    From big-c with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
  return TextFormat.shortDebugString(getProto());
}
 
Example 20
Source File: GetLabelsToNodesRequestPBImpl.java    From hadoop with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
  return TextFormat.shortDebugString(getProto());
}