Class 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 type google.monitoring.v3.Service.MeshIstio
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Service.MeshIstio.Builder>
      • clear

        public Service.MeshIstio.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Service.MeshIstio.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Service.MeshIstio.Builder>
      • getDefaultInstanceForType

        public Service.MeshIstio getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Service.MeshIstio build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Service.MeshIstio buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public Service.MeshIstio.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Service.MeshIstio.Builder>
      • setField

        public Service.MeshIstio.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                  Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.MeshIstio.Builder>
      • clearField

        public Service.MeshIstio.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.MeshIstio.Builder>
      • clearOneof

        public Service.MeshIstio.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.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:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.MeshIstio.Builder>
      • addRepeatedField

        public Service.MeshIstio.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                          Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.MeshIstio.Builder>
      • mergeFrom

        public Service.MeshIstio.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Service.MeshIstio.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.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:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.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:
        getMeshUid in interface Service.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:
        getMeshUidBytes in interface Service.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:
        getServiceNamespace in interface Service.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:
        getServiceNamespaceBytes in interface Service.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:
        getServiceName in interface Service.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:
        getServiceNameBytes in interface Service.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:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Service.MeshIstio.Builder>
      • mergeUnknownFields

        public final Service.MeshIstio.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Service.MeshIstio.Builder>