Cloud Profiler V2 API - Class Google::Cloud::Profiler::V2::Deployment (v0.10.0)

Reference documentation and code samples for the Cloud Profiler V2 API class Google::Cloud::Profiler::V2::Deployment.

Deployment contains the deployment identification information.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#labels

def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Labels identify the deployment within the user universe and same target. Validation regex for label names: ^[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?$. Value for an individual label must be <= 512 bytes, the total size of all label names and values must be <= 1024 bytes.

    Label named "language" can be used to record the programming language of the profiled deployment. The standard choices for the value include "java", "go", "python", "ruby", "nodejs", "php", "dotnet".

    For deployments running on Google Cloud Platform, "zone" or "region" label should be present describing the deployment location. An example of a zone is "us-central1-a", an example of a region is "us-central1" or "us-central".

#labels=

def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Labels identify the deployment within the user universe and same target. Validation regex for label names: ^[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?$. Value for an individual label must be <= 512 bytes, the total size of all label names and values must be <= 1024 bytes.

    Label named "language" can be used to record the programming language of the profiled deployment. The standard choices for the value include "java", "go", "python", "ruby", "nodejs", "php", "dotnet".

    For deployments running on Google Cloud Platform, "zone" or "region" label should be present describing the deployment location. An example of a zone is "us-central1-a", an example of a region is "us-central1" or "us-central".

Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Labels identify the deployment within the user universe and same target. Validation regex for label names: ^[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?$. Value for an individual label must be <= 512 bytes, the total size of all label names and values must be <= 1024 bytes.

    Label named "language" can be used to record the programming language of the profiled deployment. The standard choices for the value include "java", "go", "python", "ruby", "nodejs", "php", "dotnet".

    For deployments running on Google Cloud Platform, "zone" or "region" label should be present describing the deployment location. An example of a zone is "us-central1-a", an example of a region is "us-central1" or "us-central".

#project_id

def project_id() -> ::String
Returns
  • (::String) — Project ID is the ID of a cloud project. Validation regex: ^[a-z][-a-z0-9:.]{4,61}[a-z0-9]$.

#project_id=

def project_id=(value) -> ::String
Parameter
  • value (::String) — Project ID is the ID of a cloud project. Validation regex: ^[a-z][-a-z0-9:.]{4,61}[a-z0-9]$.
Returns
  • (::String) — Project ID is the ID of a cloud project. Validation regex: ^[a-z][-a-z0-9:.]{4,61}[a-z0-9]$.

#target

def target() -> ::String
Returns
  • (::String) —

    Target is the service name used to group related deployments:

    • Service name for App Engine Flex / Standard.
    • Cluster and container name for GKE.
    • User-specified string for direct Compute Engine profiling (e.g. Java).
    • Job name for Dataflow. Validation regex: ^[a-z0-9]([-a-z0-9_.]{0,253}[a-z0-9])?$.

#target=

def target=(value) -> ::String
Parameter
  • value (::String) —

    Target is the service name used to group related deployments:

    • Service name for App Engine Flex / Standard.
    • Cluster and container name for GKE.
    • User-specified string for direct Compute Engine profiling (e.g. Java).
    • Job name for Dataflow. Validation regex: ^[a-z0-9]([-a-z0-9_.]{0,253}[a-z0-9])?$.
Returns
  • (::String) —

    Target is the service name used to group related deployments:

    • Service name for App Engine Flex / Standard.
    • Cluster and container name for GKE.
    • User-specified string for direct Compute Engine profiling (e.g. Java).
    • Job name for Dataflow. Validation regex: ^[a-z0-9]([-a-z0-9_.]{0,253}[a-z0-9])?$.