Interface DockerProto.DockerContainerResultOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DockerProto.DockerContainerResult, DockerProto.DockerContainerResult.Builder
Enclosing class:
DockerProto

public static interface DockerProto.DockerContainerResultOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
     
    int
    uint32 status = 1;
    string stderr = 3;
    com.google.protobuf.ByteString
    string stderr = 3;
    string stdout = 2;
    com.google.protobuf.ByteString
    string stdout = 2;
    boolean
    uint32 status = 1;
    boolean
    string stderr = 3;
    boolean
    string stdout = 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 Details

    • hasStatus

      boolean hasStatus()
      uint32 status = 1;
      Returns:
      Whether the status field is set.
    • getStatus

      int getStatus()
      uint32 status = 1;
      Returns:
      The status.
    • hasStdout

      boolean hasStdout()
      string stdout = 2;
      Returns:
      Whether the stdout field is set.
    • getStdout

      String getStdout()
      string stdout = 2;
      Returns:
      The stdout.
    • getStdoutBytes

      com.google.protobuf.ByteString getStdoutBytes()
      string stdout = 2;
      Returns:
      The bytes for stdout.
    • hasStderr

      boolean hasStderr()
      string stderr = 3;
      Returns:
      Whether the stderr field is set.
    • getStderr

      String getStderr()
      string stderr = 3;
      Returns:
      The stderr.
    • getStderrBytes

      com.google.protobuf.ByteString getStderrBytes()
      string stderr = 3;
      Returns:
      The bytes for stderr.
    • getResultCase