Package com.google.monitoring.v3
Class Service.MeshIstio.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Service.MeshIstio.Builder>
-
- com.google.monitoring.v3.Service.MeshIstio.Builder
-
- All Implemented Interfaces:
Service.MeshIstioOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- Service.MeshIstio
public static final class Service.MeshIstio.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Service.MeshIstio.Builder> implements Service.MeshIstioOrBuilder
Istio service scoped to an Istio mesh. Anthos clusters running ASM < 1.6.8 will have their services ingested as this type.
Protobuf typegoogle.monitoring.v3.Service.MeshIstio
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Service.MeshIstio.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Service.MeshIstiobuild()Service.MeshIstiobuildPartial()Service.MeshIstio.Builderclear()Service.MeshIstio.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Service.MeshIstio.BuilderclearMeshUid()Identifier for the mesh in which this Istio service is defined.Service.MeshIstio.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Service.MeshIstio.BuilderclearServiceName()The name of the Istio service underlying this service.Service.MeshIstio.BuilderclearServiceNamespace()The namespace of the Istio service underlying this service.Service.MeshIstio.Builderclone()Service.MeshIstiogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetMeshUid()Identifier for the mesh in which this Istio service is defined.com.google.protobuf.ByteStringgetMeshUidBytes()Identifier for the mesh in which this Istio service is defined.StringgetServiceName()The name of the Istio service underlying this service.com.google.protobuf.ByteStringgetServiceNameBytes()The name of the Istio service underlying this service.StringgetServiceNamespace()The namespace of the Istio service underlying this service.com.google.protobuf.ByteStringgetServiceNamespaceBytes()The namespace of the Istio service underlying this service.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Service.MeshIstio.BuildermergeFrom(Service.MeshIstio other)Service.MeshIstio.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Service.MeshIstio.BuildermergeFrom(com.google.protobuf.Message other)Service.MeshIstio.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Service.MeshIstio.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Service.MeshIstio.BuildersetMeshUid(String value)Identifier for the mesh in which this Istio service is defined.Service.MeshIstio.BuildersetMeshUidBytes(com.google.protobuf.ByteString value)Identifier for the mesh in which this Istio service is defined.Service.MeshIstio.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Service.MeshIstio.BuildersetServiceName(String value)The name of the Istio service underlying this service.Service.MeshIstio.BuildersetServiceNameBytes(com.google.protobuf.ByteString value)The name of the Istio service underlying this service.Service.MeshIstio.BuildersetServiceNamespace(String value)The namespace of the Istio service underlying this service.Service.MeshIstio.BuildersetServiceNamespaceBytes(com.google.protobuf.ByteString value)The namespace of the Istio service underlying this service.Service.MeshIstio.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Service.MeshIstio.Builder>
-
clear
public Service.MeshIstio.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Service.MeshIstio.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Service.MeshIstio.Builder>
-
getDefaultInstanceForType
public Service.MeshIstio getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Service.MeshIstio build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Service.MeshIstio buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Service.MeshIstio.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Service.MeshIstio.Builder>
-
setField
public Service.MeshIstio.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Service.MeshIstio.Builder>
-
clearField
public Service.MeshIstio.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Service.MeshIstio.Builder>
-
clearOneof
public Service.MeshIstio.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Service.MeshIstio.Builder>
-
setRepeatedField
public Service.MeshIstio.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Service.MeshIstio.Builder>
-
addRepeatedField
public Service.MeshIstio.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Service.MeshIstio.Builder>
-
mergeFrom
public Service.MeshIstio.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Service.MeshIstio.Builder>
-
mergeFrom
public Service.MeshIstio.Builder mergeFrom(Service.MeshIstio other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Service.MeshIstio.Builder>
-
mergeFrom
public Service.MeshIstio.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Service.MeshIstio.Builder>- Throws:
IOException
-
getMeshUid
public String getMeshUid()
Identifier for the mesh in which this Istio service is defined. Corresponds to the `mesh_uid` metric label in Istio metrics.
string mesh_uid = 1;- Specified by:
getMeshUidin interfaceService.MeshIstioOrBuilder- Returns:
- The meshUid.
-
getMeshUidBytes
public com.google.protobuf.ByteString getMeshUidBytes()
Identifier for the mesh in which this Istio service is defined. Corresponds to the `mesh_uid` metric label in Istio metrics.
string mesh_uid = 1;- Specified by:
getMeshUidBytesin interfaceService.MeshIstioOrBuilder- Returns:
- The bytes for meshUid.
-
setMeshUid
public Service.MeshIstio.Builder setMeshUid(String value)
Identifier for the mesh in which this Istio service is defined. Corresponds to the `mesh_uid` metric label in Istio metrics.
string mesh_uid = 1;- Parameters:
value- The meshUid to set.- Returns:
- This builder for chaining.
-
clearMeshUid
public Service.MeshIstio.Builder clearMeshUid()
Identifier for the mesh in which this Istio service is defined. Corresponds to the `mesh_uid` metric label in Istio metrics.
string mesh_uid = 1;- Returns:
- This builder for chaining.
-
setMeshUidBytes
public Service.MeshIstio.Builder setMeshUidBytes(com.google.protobuf.ByteString value)
Identifier for the mesh in which this Istio service is defined. Corresponds to the `mesh_uid` metric label in Istio metrics.
string mesh_uid = 1;- Parameters:
value- The bytes for meshUid to set.- Returns:
- This builder for chaining.
-
getServiceNamespace
public String getServiceNamespace()
The namespace of the Istio service underlying this service. Corresponds to the `destination_service_namespace` metric label in Istio metrics.
string service_namespace = 3;- Specified by:
getServiceNamespacein interfaceService.MeshIstioOrBuilder- Returns:
- The serviceNamespace.
-
getServiceNamespaceBytes
public com.google.protobuf.ByteString getServiceNamespaceBytes()
The namespace of the Istio service underlying this service. Corresponds to the `destination_service_namespace` metric label in Istio metrics.
string service_namespace = 3;- Specified by:
getServiceNamespaceBytesin interfaceService.MeshIstioOrBuilder- Returns:
- The bytes for serviceNamespace.
-
setServiceNamespace
public Service.MeshIstio.Builder setServiceNamespace(String value)
The namespace of the Istio service underlying this service. Corresponds to the `destination_service_namespace` metric label in Istio metrics.
string service_namespace = 3;- Parameters:
value- The serviceNamespace to set.- Returns:
- This builder for chaining.
-
clearServiceNamespace
public Service.MeshIstio.Builder clearServiceNamespace()
The namespace of the Istio service underlying this service. Corresponds to the `destination_service_namespace` metric label in Istio metrics.
string service_namespace = 3;- Returns:
- This builder for chaining.
-
setServiceNamespaceBytes
public Service.MeshIstio.Builder setServiceNamespaceBytes(com.google.protobuf.ByteString value)
The namespace of the Istio service underlying this service. Corresponds to the `destination_service_namespace` metric label in Istio metrics.
string service_namespace = 3;- Parameters:
value- The bytes for serviceNamespace to set.- Returns:
- This builder for chaining.
-
getServiceName
public String getServiceName()
The name of the Istio service underlying this service. Corresponds to the `destination_service_name` metric label in Istio metrics.
string service_name = 4;- Specified by:
getServiceNamein interfaceService.MeshIstioOrBuilder- Returns:
- The serviceName.
-
getServiceNameBytes
public com.google.protobuf.ByteString getServiceNameBytes()
The name of the Istio service underlying this service. Corresponds to the `destination_service_name` metric label in Istio metrics.
string service_name = 4;- Specified by:
getServiceNameBytesin interfaceService.MeshIstioOrBuilder- Returns:
- The bytes for serviceName.
-
setServiceName
public Service.MeshIstio.Builder setServiceName(String value)
The name of the Istio service underlying this service. Corresponds to the `destination_service_name` metric label in Istio metrics.
string service_name = 4;- Parameters:
value- The serviceName to set.- Returns:
- This builder for chaining.
-
clearServiceName
public Service.MeshIstio.Builder clearServiceName()
The name of the Istio service underlying this service. Corresponds to the `destination_service_name` metric label in Istio metrics.
string service_name = 4;- Returns:
- This builder for chaining.
-
setServiceNameBytes
public Service.MeshIstio.Builder setServiceNameBytes(com.google.protobuf.ByteString value)
The name of the Istio service underlying this service. Corresponds to the `destination_service_name` metric label in Istio metrics.
string service_name = 4;- Parameters:
value- The bytes for serviceName to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final Service.MeshIstio.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Service.MeshIstio.Builder>
-
mergeUnknownFields
public final Service.MeshIstio.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Service.MeshIstio.Builder>
-
-