Class SetMonitoringServiceRequest.Builder (2.4.1)

public static final class SetMonitoringServiceRequest.Builder extends GeneratedMessageV3.Builder<SetMonitoringServiceRequest.Builder> implements SetMonitoringServiceRequestOrBuilder

SetMonitoringServiceRequest sets the monitoring service of a cluster.

Protobuf type google.container.v1.SetMonitoringServiceRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SetMonitoringServiceRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
SetMonitoringServiceRequest.Builder
Overrides

build()

public SetMonitoringServiceRequest build()
Returns
TypeDescription
SetMonitoringServiceRequest

buildPartial()

public SetMonitoringServiceRequest buildPartial()
Returns
TypeDescription
SetMonitoringServiceRequest

clear()

public SetMonitoringServiceRequest.Builder clear()
Returns
TypeDescription
SetMonitoringServiceRequest.Builder
Overrides

clearClusterId()

public SetMonitoringServiceRequest.Builder clearClusterId()

Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.

string cluster_id = 3 [deprecated = true];

Returns
TypeDescription
SetMonitoringServiceRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public SetMonitoringServiceRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
SetMonitoringServiceRequest.Builder
Overrides

clearMonitoringService()

public SetMonitoringServiceRequest.Builder clearMonitoringService()

Required. The monitoring service the cluster should use to write metrics. Currently available options:

  • "monitoring.googleapis.com/kubernetes" - The Cloud Monitoring service with a Kubernetes-native resource model
  • monitoring.googleapis.com - The legacy Cloud Monitoring service (no longer available as of GKE 1.15).
  • none - No metrics will be exported from the cluster. If left as an empty string,monitoring.googleapis.com/kubernetes will be used for GKE 1.14+ or monitoring.googleapis.com for earlier versions.

string monitoring_service = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SetMonitoringServiceRequest.Builder

This builder for chaining.

clearName()

public SetMonitoringServiceRequest.Builder clearName()

The name (project, location, cluster) of the cluster to set monitoring. Specified in the format projects/*/locations/*/clusters/*.

string name = 6;

Returns
TypeDescription
SetMonitoringServiceRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public SetMonitoringServiceRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
SetMonitoringServiceRequest.Builder
Overrides

clearProjectId()

public SetMonitoringServiceRequest.Builder clearProjectId()

Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.

string project_id = 1 [deprecated = true];

Returns
TypeDescription
SetMonitoringServiceRequest.Builder

This builder for chaining.

clearZone()

public SetMonitoringServiceRequest.Builder clearZone()

Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.

string zone = 2 [deprecated = true];

Returns
TypeDescription
SetMonitoringServiceRequest.Builder

This builder for chaining.

clone()

public SetMonitoringServiceRequest.Builder clone()
Returns
TypeDescription
SetMonitoringServiceRequest.Builder
Overrides

getClusterId()

public String getClusterId()

Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.

string cluster_id = 3 [deprecated = true];

Returns
TypeDescription
String

The clusterId.

getClusterIdBytes()

public ByteString getClusterIdBytes()

Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.

string cluster_id = 3 [deprecated = true];

Returns
TypeDescription
ByteString

The bytes for clusterId.

getDefaultInstanceForType()

public SetMonitoringServiceRequest getDefaultInstanceForType()
Returns
TypeDescription
SetMonitoringServiceRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getMonitoringService()

public String getMonitoringService()

Required. The monitoring service the cluster should use to write metrics. Currently available options:

  • "monitoring.googleapis.com/kubernetes" - The Cloud Monitoring service with a Kubernetes-native resource model
  • monitoring.googleapis.com - The legacy Cloud Monitoring service (no longer available as of GKE 1.15).
  • none - No metrics will be exported from the cluster. If left as an empty string,monitoring.googleapis.com/kubernetes will be used for GKE 1.14+ or monitoring.googleapis.com for earlier versions.

string monitoring_service = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The monitoringService.

getMonitoringServiceBytes()

public ByteString getMonitoringServiceBytes()

Required. The monitoring service the cluster should use to write metrics. Currently available options:

  • "monitoring.googleapis.com/kubernetes" - The Cloud Monitoring service with a Kubernetes-native resource model
  • monitoring.googleapis.com - The legacy Cloud Monitoring service (no longer available as of GKE 1.15).
  • none - No metrics will be exported from the cluster. If left as an empty string,monitoring.googleapis.com/kubernetes will be used for GKE 1.14+ or monitoring.googleapis.com for earlier versions.

string monitoring_service = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for monitoringService.

getName()

public String getName()

The name (project, location, cluster) of the cluster to set monitoring. Specified in the format projects/*/locations/*/clusters/*.

string name = 6;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

The name (project, location, cluster) of the cluster to set monitoring. Specified in the format projects/*/locations/*/clusters/*.

string name = 6;

Returns
TypeDescription
ByteString

The bytes for name.

getProjectId()

public String getProjectId()

Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.

string project_id = 1 [deprecated = true];

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public ByteString getProjectIdBytes()

Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.

string project_id = 1 [deprecated = true];

Returns
TypeDescription
ByteString

The bytes for projectId.

getZone()

public String getZone()

Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.

string zone = 2 [deprecated = true];

Returns
TypeDescription
String

The zone.

getZoneBytes()

public ByteString getZoneBytes()

Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.

string zone = 2 [deprecated = true];

Returns
TypeDescription
ByteString

The bytes for zone.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(SetMonitoringServiceRequest other)

public SetMonitoringServiceRequest.Builder mergeFrom(SetMonitoringServiceRequest other)
Parameter
NameDescription
otherSetMonitoringServiceRequest
Returns
TypeDescription
SetMonitoringServiceRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SetMonitoringServiceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SetMonitoringServiceRequest.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public SetMonitoringServiceRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
SetMonitoringServiceRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SetMonitoringServiceRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
SetMonitoringServiceRequest.Builder
Overrides

setClusterId(String value)

public SetMonitoringServiceRequest.Builder setClusterId(String value)

Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.

string cluster_id = 3 [deprecated = true];

Parameter
NameDescription
valueString

The clusterId to set.

Returns
TypeDescription
SetMonitoringServiceRequest.Builder

This builder for chaining.

setClusterIdBytes(ByteString value)

public SetMonitoringServiceRequest.Builder setClusterIdBytes(ByteString value)

Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.

string cluster_id = 3 [deprecated = true];

Parameter
NameDescription
valueByteString

The bytes for clusterId to set.

Returns
TypeDescription
SetMonitoringServiceRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public SetMonitoringServiceRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
SetMonitoringServiceRequest.Builder
Overrides

setMonitoringService(String value)

public SetMonitoringServiceRequest.Builder setMonitoringService(String value)

Required. The monitoring service the cluster should use to write metrics. Currently available options:

  • "monitoring.googleapis.com/kubernetes" - The Cloud Monitoring service with a Kubernetes-native resource model
  • monitoring.googleapis.com - The legacy Cloud Monitoring service (no longer available as of GKE 1.15).
  • none - No metrics will be exported from the cluster. If left as an empty string,monitoring.googleapis.com/kubernetes will be used for GKE 1.14+ or monitoring.googleapis.com for earlier versions.

string monitoring_service = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The monitoringService to set.

Returns
TypeDescription
SetMonitoringServiceRequest.Builder

This builder for chaining.

setMonitoringServiceBytes(ByteString value)

public SetMonitoringServiceRequest.Builder setMonitoringServiceBytes(ByteString value)

Required. The monitoring service the cluster should use to write metrics. Currently available options:

  • "monitoring.googleapis.com/kubernetes" - The Cloud Monitoring service with a Kubernetes-native resource model
  • monitoring.googleapis.com - The legacy Cloud Monitoring service (no longer available as of GKE 1.15).
  • none - No metrics will be exported from the cluster. If left as an empty string,monitoring.googleapis.com/kubernetes will be used for GKE 1.14+ or monitoring.googleapis.com for earlier versions.

string monitoring_service = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for monitoringService to set.

Returns
TypeDescription
SetMonitoringServiceRequest.Builder

This builder for chaining.

setName(String value)

public SetMonitoringServiceRequest.Builder setName(String value)

The name (project, location, cluster) of the cluster to set monitoring. Specified in the format projects/*/locations/*/clusters/*.

string name = 6;

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
SetMonitoringServiceRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public SetMonitoringServiceRequest.Builder setNameBytes(ByteString value)

The name (project, location, cluster) of the cluster to set monitoring. Specified in the format projects/*/locations/*/clusters/*.

string name = 6;

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
SetMonitoringServiceRequest.Builder

This builder for chaining.

setProjectId(String value)

public SetMonitoringServiceRequest.Builder setProjectId(String value)

Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.

string project_id = 1 [deprecated = true];

Parameter
NameDescription
valueString

The projectId to set.

Returns
TypeDescription
SetMonitoringServiceRequest.Builder

This builder for chaining.

setProjectIdBytes(ByteString value)

public SetMonitoringServiceRequest.Builder setProjectIdBytes(ByteString value)

Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.

string project_id = 1 [deprecated = true];

Parameter
NameDescription
valueByteString

The bytes for projectId to set.

Returns
TypeDescription
SetMonitoringServiceRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public SetMonitoringServiceRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
SetMonitoringServiceRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final SetMonitoringServiceRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
SetMonitoringServiceRequest.Builder
Overrides

setZone(String value)

public SetMonitoringServiceRequest.Builder setZone(String value)

Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.

string zone = 2 [deprecated = true];

Parameter
NameDescription
valueString

The zone to set.

Returns
TypeDescription
SetMonitoringServiceRequest.Builder

This builder for chaining.

setZoneBytes(ByteString value)

public SetMonitoringServiceRequest.Builder setZoneBytes(ByteString value)

Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.

string zone = 2 [deprecated = true];

Parameter
NameDescription
valueByteString

The bytes for zone to set.

Returns
TypeDescription
SetMonitoringServiceRequest.Builder

This builder for chaining.