aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/yandex-cloud-api-protos/yandex/cloud/billing/v1/service.proto
blob: c4120038d93a75bd0b32d95a00f5d9ef9bb61e34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
syntax = "proto3";
package yandex.cloud.billing.v1;

option go_package = "github.com/yandex-cloud/go-genproto/yandex/cloud/billing/v1;billing";
option java_package = "yandex.cloud.api.billing.v1";


// A Service resource.
message Service {

    // ID of the service.
    string id = 1;

    // Name of the service, e.g. `Compute Cloud`, `VPC`.
    string name = 2;

    // Description of the service.
    string description = 3;
}