Interface DiagnoseClusterResultsOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getOutputUri()
      Output only.
      com.google.protobuf.ByteString getOutputUriBytes()
      Output only.
      • 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

      • getOutputUri

        String getOutputUri()
         Output only. The Cloud Storage URI of the diagnostic output.
         The output report is a plain text file with a summary of collected
         diagnostics.
         
        string output_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The outputUri.
      • getOutputUriBytes

        com.google.protobuf.ByteString getOutputUriBytes()
         Output only. The Cloud Storage URI of the diagnostic output.
         The output report is a plain text file with a summary of collected
         diagnostics.
         
        string output_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for outputUri.