A resource that represents Google Cloud Platform location.
Generated from protobuf message google.cloud.location.Location
Methods |
public __construct( $data = NULL) Constructor.
|
public clearMetadata() |
public getDisplayName() The friendly name for this location, typically a nearby city name. For example, "Tokyo". Generated from protobuf field string display_name = 5;
|
public getLabels() Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"} Generated from protobuf field map<string, string> labels = 2;
|
public getLocationId() The canonical id for this location. For example: Generated from protobuf field string location_id = 4;
|
public getMetadata() Service-specific metadata. For example the available capacity at the given location. Generated from protobuf field .google.protobuf.Any metadata = 3;
|
public getName() Resource name for the location, which may vary between implementations. For example: Generated from protobuf field string name = 1;
|
public hasMetadata() |
public setDisplayName( $var) The friendly name for this location, typically a nearby city name. For example, "Tokyo". Generated from protobuf field string display_name = 5;
|
public setLabels( $var) Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"} Generated from protobuf field map<string, string> labels = 2;
|
public setLocationId( $var) The canonical id for this location. For example: Generated from protobuf field string location_id = 4;
|
public setMetadata( $var) Service-specific metadata. For example the available capacity at the given location. Generated from protobuf field .google.protobuf.Any metadata = 3;
|
public setName( $var) Resource name for the location, which may vary between implementations. For example: Generated from protobuf field string name = 1;
|
Properties |
protected $display_name = '' The friendly name for this location, typically a nearby city name. For example, "Tokyo". Generated from protobuf field string display_name = 5; |
protected $location_id = '' The canonical id for this location. For example: Generated from protobuf field string location_id = 4; |
protected $metadata = NULL Service-specific metadata. For example the available capacity at the given location. Generated from protobuf field .google.protobuf.Any metadata = 3; |
protected $name = '' Resource name for the location, which may vary between implementations. For example: Generated from protobuf field string name = 1; |
Methods |
Properties |
private $labels = NULL Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"} Generated from protobuf field map<string, string> labels = 2; |