Send feedback
Class RuntimeInfo.Builder (3.1.2)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.1.2 keyboard_arrow_down
public static final class RuntimeInfo . Builder extends GeneratedMessageV3 . Builder<RuntimeInfo . Builder > implements RuntimeInfoOrBuilder
Runtime information about workload execution.
Protobuf type google.cloud.dataproc.v1.RuntimeInfo
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RuntimeInfo . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public RuntimeInfo build ()
Returns
buildPartial()
public RuntimeInfo buildPartial ()
Returns
clear()
public RuntimeInfo . Builder clear ()
Returns
Overrides
clearDiagnosticOutputUri()
public RuntimeInfo . Builder clearDiagnosticOutputUri ()
Output only. A URI pointing to the location of the diagnostics tarball.
string diagnostic_output_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
clearEndpoints()
public RuntimeInfo . Builder clearEndpoints ()
Returns
clearField(Descriptors.FieldDescriptor field)
public RuntimeInfo . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public RuntimeInfo . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearOutputUri()
public RuntimeInfo . Builder clearOutputUri ()
Output only. A URI pointing to the location of the stdout and stderr of the workload.
string output_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
clone()
public RuntimeInfo . Builder clone ()
Returns
Overrides
containsEndpoints(String key)
public boolean containsEndpoints ( String key )
Output only. Map of remote access endpoints (such as web interfaces and APIs) to their
URIs.
map<string, string> endpoints = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Returns
getDefaultInstanceForType()
public RuntimeInfo getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getDiagnosticOutputUri()
public String getDiagnosticOutputUri ()
Output only. A URI pointing to the location of the diagnostics tarball.
string diagnostic_output_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type Description String The diagnosticOutputUri.
getDiagnosticOutputUriBytes()
public ByteString getDiagnosticOutputUriBytes ()
Output only. A URI pointing to the location of the diagnostics tarball.
string diagnostic_output_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type Description ByteString The bytes for diagnosticOutputUri.
getEndpoints()
public Map<String , String > getEndpoints ()
Returns
getEndpointsCount()
public int getEndpointsCount ()
Output only. Map of remote access endpoints (such as web interfaces and APIs) to their
URIs.
map<string, string> endpoints = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
getEndpointsMap()
public Map<String , String > getEndpointsMap ()
Output only. Map of remote access endpoints (such as web interfaces and APIs) to their
URIs.
map<string, string> endpoints = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
getEndpointsOrDefault(String key, String defaultValue)
public String getEndpointsOrDefault ( String key , String defaultValue )
Output only. Map of remote access endpoints (such as web interfaces and APIs) to their
URIs.
map<string, string> endpoints = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameters
Returns
getEndpointsOrThrow(String key)
public String getEndpointsOrThrow ( String key )
Output only. Map of remote access endpoints (such as web interfaces and APIs) to their
URIs.
map<string, string> endpoints = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Returns
getMutableEndpoints()
public Map<String , String > getMutableEndpoints ()
Use alternate mutation accessors instead.
Returns
getOutputUri()
public String getOutputUri ()
Output only. A URI pointing to the location of the stdout and stderr of the workload.
string output_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type Description String The outputUri.
getOutputUriBytes()
public ByteString getOutputUriBytes ()
Output only. A URI pointing to the location of the stdout and stderr of the workload.
string output_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField ( int number )
Parameter
Returns
Overrides
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField ( int number )
Parameter
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(RuntimeInfo other)
public RuntimeInfo . Builder mergeFrom ( RuntimeInfo other )
Parameter
Returns
public RuntimeInfo . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public RuntimeInfo . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RuntimeInfo . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
putAllEndpoints(Map<String,String> values)
public RuntimeInfo . Builder putAllEndpoints ( Map<String , String > values )
Output only. Map of remote access endpoints (such as web interfaces and APIs) to their
URIs.
map<string, string> endpoints = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Returns
putEndpoints(String key, String value)
public RuntimeInfo . Builder putEndpoints ( String key , String value )
Output only. Map of remote access endpoints (such as web interfaces and APIs) to their
URIs.
map<string, string> endpoints = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameters
Returns
removeEndpoints(String key)
public RuntimeInfo . Builder removeEndpoints ( String key )
Output only. Map of remote access endpoints (such as web interfaces and APIs) to their
URIs.
map<string, string> endpoints = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Returns
setDiagnosticOutputUri(String value)
public RuntimeInfo . Builder setDiagnosticOutputUri ( String value )
Output only. A URI pointing to the location of the diagnostics tarball.
string diagnostic_output_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name Description value String
The diagnosticOutputUri to set.
Returns
setDiagnosticOutputUriBytes(ByteString value)
public RuntimeInfo . Builder setDiagnosticOutputUriBytes ( ByteString value )
Output only. A URI pointing to the location of the diagnostics tarball.
string diagnostic_output_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name Description value ByteString
The bytes for diagnosticOutputUri to set.
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public RuntimeInfo . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setOutputUri(String value)
public RuntimeInfo . Builder setOutputUri ( String value )
Output only. A URI pointing to the location of the stdout and stderr of the workload.
string output_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name Description value String
The outputUri to set.
Returns
setOutputUriBytes(ByteString value)
public RuntimeInfo . Builder setOutputUriBytes ( ByteString value )
Output only. A URI pointing to the location of the stdout and stderr of the workload.
string output_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name Description value ByteString
The bytes for outputUri to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RuntimeInfo . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final RuntimeInfo . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]