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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
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