Lines Matching refs:TagKey

48 type TagKey struct {  struct
82 func (x *TagKey) Reset() { argument
83 *x = TagKey{}
91 func (x *TagKey) String() string { argument
95 func (*TagKey) ProtoMessage() {} argument
97 func (x *TagKey) ProtoReflect() protoreflect.Message { argument
110 func (*TagKey) Descriptor() ([]byte, []int) { argument
114 func (x *TagKey) GetName() string { argument
121 func (x *TagKey) GetParent() string { argument
128 func (x *TagKey) GetShortName() string { argument
135 func (x *TagKey) GetNamespacedName() string { argument
142 func (x *TagKey) GetDescription() string { argument
149 func (x *TagKey) GetCreateTime() *timestamppb.Timestamp { argument
156 func (x *TagKey) GetUpdateTime() *timestamppb.Timestamp { argument
163 func (x *TagKey) GetEtag() string { argument
248 …TagKeys []*TagKey `protobuf:"bytes,1,rep,name=tag_keys,json=tagKeys,proto3" json:"tag_keys,omitemp…
286 func (x *ListTagKeysResponse) GetTagKeys() []*TagKey {
358 TagKey *TagKey `protobuf:"bytes,1,opt,name=tag_key,json=tagKey,proto3" json:"tag_key,omitempty"` member
396 func (x *CreateTagKeyRequest) GetTagKey() *TagKey {
398 return x.TagKey
459 TagKey *TagKey `protobuf:"bytes,1,opt,name=tag_key,json=tagKey,proto3" json:"tag_key,omitempty"` member
501 func (x *UpdateTagKeyRequest) GetTagKey() *TagKey {
503 return x.TagKey
904 (*TagKey)(nil), // 0: google.cloud.resourcemanager.v3.TagKey
960 switch v := v.(*TagKey); i {
1116 GetTagKey(ctx context.Context, in *GetTagKeyRequest, opts ...grpc.CallOption) (*TagKey, error)
1165 …t) GetTagKey(ctx context.Context, in *GetTagKeyRequest, opts ...grpc.CallOption) (*TagKey, error) {
1166 out := new(TagKey)
1234 GetTagKey(context.Context, *GetTagKeyRequest) (*TagKey, error)
1273 func (*UnimplementedTagKeysServer) GetTagKey(context.Context, *GetTagKeyRequest) (*TagKey, error) {