public interface DiagnoseClusterResultsOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getOutputUri()
Output only.
|
ByteString |
getOutputUriBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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];
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];
Copyright © 2022 Google LLC. All rights reserved.