- 1.51.0 (latest)
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.3
- 1.0.6
- 0.6.2
public static final class RuntimeMetrics.Builder extends GeneratedMessageV3.Builder<RuntimeMetrics.Builder> implements RuntimeMetricsOrBuilder
Contains runtime daemon metrics, such as OS and kernels and sessions stats.
Protobuf type google.cloud.notebooks.v1.RuntimeMetrics
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > RuntimeMetrics.BuilderImplements
RuntimeMetricsOrBuilderMethods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RuntimeMetrics.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
RuntimeMetrics.Builder |
build()
public RuntimeMetrics build()
Type | Description |
RuntimeMetrics |
buildPartial()
public RuntimeMetrics buildPartial()
Type | Description |
RuntimeMetrics |
clear()
public RuntimeMetrics.Builder clear()
Type | Description |
RuntimeMetrics.Builder |
clearField(Descriptors.FieldDescriptor field)
public RuntimeMetrics.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
RuntimeMetrics.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public RuntimeMetrics.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
RuntimeMetrics.Builder |
clearSystemMetrics()
public RuntimeMetrics.Builder clearSystemMetrics()
Type | Description |
RuntimeMetrics.Builder |
clone()
public RuntimeMetrics.Builder clone()
Type | Description |
RuntimeMetrics.Builder |
containsSystemMetrics(String key)
public boolean containsSystemMetrics(String key)
Output only. The system metrics.
map<string, string> system_metrics = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
key | String |
Type | Description |
boolean |
getDefaultInstanceForType()
public RuntimeMetrics getDefaultInstanceForType()
Type | Description |
RuntimeMetrics |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getMutableSystemMetrics()
public Map<String,String> getMutableSystemMetrics()
Use alternate mutation accessors instead.
Type | Description |
Map<String,String> |
getSystemMetrics()
public Map<String,String> getSystemMetrics()
Use #getSystemMetricsMap() instead.
Type | Description |
Map<String,String> |
getSystemMetricsCount()
public int getSystemMetricsCount()
Output only. The system metrics.
map<string, string> system_metrics = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
int |
getSystemMetricsMap()
public Map<String,String> getSystemMetricsMap()
Output only. The system metrics.
map<string, string> system_metrics = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Map<String,String> |
getSystemMetricsOrDefault(String key, String defaultValue)
public String getSystemMetricsOrDefault(String key, String defaultValue)
Output only. The system metrics.
map<string, string> system_metrics = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
key | String |
defaultValue | String |
Type | Description |
String |
getSystemMetricsOrThrow(String key)
public String getSystemMetricsOrThrow(String key)
Output only. The system metrics.
map<string, string> system_metrics = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
key | String |
Type | Description |
String |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(RuntimeMetrics other)
public RuntimeMetrics.Builder mergeFrom(RuntimeMetrics other)
Name | Description |
other | RuntimeMetrics |
Type | Description |
RuntimeMetrics.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RuntimeMetrics.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RuntimeMetrics.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public RuntimeMetrics.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
RuntimeMetrics.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RuntimeMetrics.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
RuntimeMetrics.Builder |
putAllSystemMetrics(Map<String,String> values)
public RuntimeMetrics.Builder putAllSystemMetrics(Map<String,String> values)
Output only. The system metrics.
map<string, string> system_metrics = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
values | Map<String,String> |
Type | Description |
RuntimeMetrics.Builder |
putSystemMetrics(String key, String value)
public RuntimeMetrics.Builder putSystemMetrics(String key, String value)
Output only. The system metrics.
map<string, string> system_metrics = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
key | String |
value | String |
Type | Description |
RuntimeMetrics.Builder |
removeSystemMetrics(String key)
public RuntimeMetrics.Builder removeSystemMetrics(String key)
Output only. The system metrics.
map<string, string> system_metrics = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
key | String |
Type | Description |
RuntimeMetrics.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public RuntimeMetrics.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
RuntimeMetrics.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RuntimeMetrics.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
RuntimeMetrics.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final RuntimeMetrics.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
RuntimeMetrics.Builder |