Documentation ¶
Index ¶
- type BatchGetServiceAccountKeysDescriptor
- func (d *BatchGetServiceAccountKeysDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *BatchGetServiceAccountKeysDescriptor) GetApiName() string
- func (d *BatchGetServiceAccountKeysDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *BatchGetServiceAccountKeysDescriptor) GetFullMethodName() string
- func (d *BatchGetServiceAccountKeysDescriptor) GetMethodName() string
- func (d *BatchGetServiceAccountKeysDescriptor) GetProtoPkgName() string
- func (d *BatchGetServiceAccountKeysDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *BatchGetServiceAccountKeysDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *BatchGetServiceAccountKeysDescriptor) GetServiceDomain() string
- func (d *BatchGetServiceAccountKeysDescriptor) GetServiceVersion() string
- func (d *BatchGetServiceAccountKeysDescriptor) GetVerb() string
- func (d *BatchGetServiceAccountKeysDescriptor) HasResource() bool
- func (d *BatchGetServiceAccountKeysDescriptor) IsClientStream() bool
- func (d *BatchGetServiceAccountKeysDescriptor) IsCollection() bool
- func (d *BatchGetServiceAccountKeysDescriptor) IsPlural() bool
- func (d *BatchGetServiceAccountKeysDescriptor) IsServerStream() bool
- func (d *BatchGetServiceAccountKeysDescriptor) IsUnary() bool
- func (d *BatchGetServiceAccountKeysDescriptor) NewEmptyClientMsg() proto.Message
- func (d *BatchGetServiceAccountKeysDescriptor) NewEmptyServerMsg() proto.Message
- func (d *BatchGetServiceAccountKeysDescriptor) RequestHasResourceBody() bool
- type BatchGetServiceAccountKeysDescriptorClientMsgHandle
- func (h *BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type BatchGetServiceAccountKeysDescriptorServerMsgHandle
- func (h *BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type BatchGetServiceAccountKeysRequest
- func (*BatchGetServiceAccountKeysRequest) Descriptor() ([]byte, []int)
- func (m *BatchGetServiceAccountKeysRequest) GetFieldMask() *service_account_key.ServiceAccountKey_FieldMask
- func (m *BatchGetServiceAccountKeysRequest) GetNames() []*service_account_key.Name
- func (m *BatchGetServiceAccountKeysRequest) GetView() view.View
- func (*BatchGetServiceAccountKeysRequest) GotenMessage()
- func (obj *BatchGetServiceAccountKeysRequest) GotenValidate() error
- func (m *BatchGetServiceAccountKeysRequest) Marshal() ([]byte, error)
- func (m *BatchGetServiceAccountKeysRequest) MarshalJSON() ([]byte, error)
- func (*BatchGetServiceAccountKeysRequest) ProtoMessage()
- func (m *BatchGetServiceAccountKeysRequest) ProtoReflect() preflect.Message
- func (m *BatchGetServiceAccountKeysRequest) Reset()
- func (m *BatchGetServiceAccountKeysRequest) SetFieldMask(fv *service_account_key.ServiceAccountKey_FieldMask)
- func (m *BatchGetServiceAccountKeysRequest) SetNames(fv []*service_account_key.Name)
- func (m *BatchGetServiceAccountKeysRequest) SetView(fv view.View)
- func (m *BatchGetServiceAccountKeysRequest) String() string
- func (m *BatchGetServiceAccountKeysRequest) Unmarshal(b []byte) error
- func (m *BatchGetServiceAccountKeysRequest) UnmarshalJSON(data []byte) error
- type BatchGetServiceAccountKeysResponse
- func (*BatchGetServiceAccountKeysResponse) Descriptor() ([]byte, []int)
- func (m *BatchGetServiceAccountKeysResponse) GetMissing() []*service_account_key.Name
- func (m *BatchGetServiceAccountKeysResponse) GetServiceAccountKeys() []*service_account_key.ServiceAccountKey
- func (*BatchGetServiceAccountKeysResponse) GotenMessage()
- func (obj *BatchGetServiceAccountKeysResponse) GotenValidate() error
- func (m *BatchGetServiceAccountKeysResponse) Marshal() ([]byte, error)
- func (m *BatchGetServiceAccountKeysResponse) MarshalJSON() ([]byte, error)
- func (*BatchGetServiceAccountKeysResponse) ProtoMessage()
- func (m *BatchGetServiceAccountKeysResponse) ProtoReflect() preflect.Message
- func (m *BatchGetServiceAccountKeysResponse) Reset()
- func (m *BatchGetServiceAccountKeysResponse) SetMissing(fv []*service_account_key.Name)
- func (m *BatchGetServiceAccountKeysResponse) SetServiceAccountKeys(fv []*service_account_key.ServiceAccountKey)
- func (m *BatchGetServiceAccountKeysResponse) String() string
- func (m *BatchGetServiceAccountKeysResponse) Unmarshal(b []byte) error
- func (m *BatchGetServiceAccountKeysResponse) UnmarshalJSON(data []byte) error
- type CreateServiceAccountKeyDescriptor
- func (d *CreateServiceAccountKeyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *CreateServiceAccountKeyDescriptor) GetApiName() string
- func (d *CreateServiceAccountKeyDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreateServiceAccountKeyDescriptor) GetFullMethodName() string
- func (d *CreateServiceAccountKeyDescriptor) GetMethodName() string
- func (d *CreateServiceAccountKeyDescriptor) GetProtoPkgName() string
- func (d *CreateServiceAccountKeyDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *CreateServiceAccountKeyDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreateServiceAccountKeyDescriptor) GetServiceDomain() string
- func (d *CreateServiceAccountKeyDescriptor) GetServiceVersion() string
- func (d *CreateServiceAccountKeyDescriptor) GetVerb() string
- func (d *CreateServiceAccountKeyDescriptor) HasResource() bool
- func (d *CreateServiceAccountKeyDescriptor) IsClientStream() bool
- func (d *CreateServiceAccountKeyDescriptor) IsCollection() bool
- func (d *CreateServiceAccountKeyDescriptor) IsPlural() bool
- func (d *CreateServiceAccountKeyDescriptor) IsServerStream() bool
- func (d *CreateServiceAccountKeyDescriptor) IsUnary() bool
- func (d *CreateServiceAccountKeyDescriptor) NewEmptyClientMsg() proto.Message
- func (d *CreateServiceAccountKeyDescriptor) NewEmptyServerMsg() proto.Message
- func (d *CreateServiceAccountKeyDescriptor) RequestHasResourceBody() bool
- type CreateServiceAccountKeyDescriptorClientMsgHandle
- func (h *CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreateServiceAccountKeyDescriptorServerMsgHandle
- func (h *CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreateServiceAccountKeyRequest
- func (*CreateServiceAccountKeyRequest) Descriptor() ([]byte, []int)
- func (m *CreateServiceAccountKeyRequest) GetParent() *service_account_key.ParentName
- func (m *CreateServiceAccountKeyRequest) GetServiceAccountKey() *service_account_key.ServiceAccountKey
- func (*CreateServiceAccountKeyRequest) GotenMessage()
- func (obj *CreateServiceAccountKeyRequest) GotenValidate() error
- func (m *CreateServiceAccountKeyRequest) Marshal() ([]byte, error)
- func (m *CreateServiceAccountKeyRequest) MarshalJSON() ([]byte, error)
- func (*CreateServiceAccountKeyRequest) ProtoMessage()
- func (m *CreateServiceAccountKeyRequest) ProtoReflect() preflect.Message
- func (m *CreateServiceAccountKeyRequest) Reset()
- func (m *CreateServiceAccountKeyRequest) SetParent(fv *service_account_key.ParentName)
- func (m *CreateServiceAccountKeyRequest) SetServiceAccountKey(fv *service_account_key.ServiceAccountKey)
- func (m *CreateServiceAccountKeyRequest) String() string
- func (m *CreateServiceAccountKeyRequest) Unmarshal(b []byte) error
- func (m *CreateServiceAccountKeyRequest) UnmarshalJSON(data []byte) error
- type DeleteServiceAccountKeyDescriptor
- func (d *DeleteServiceAccountKeyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *DeleteServiceAccountKeyDescriptor) GetApiName() string
- func (d *DeleteServiceAccountKeyDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *DeleteServiceAccountKeyDescriptor) GetFullMethodName() string
- func (d *DeleteServiceAccountKeyDescriptor) GetMethodName() string
- func (d *DeleteServiceAccountKeyDescriptor) GetProtoPkgName() string
- func (d *DeleteServiceAccountKeyDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *DeleteServiceAccountKeyDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *DeleteServiceAccountKeyDescriptor) GetServiceDomain() string
- func (d *DeleteServiceAccountKeyDescriptor) GetServiceVersion() string
- func (d *DeleteServiceAccountKeyDescriptor) GetVerb() string
- func (d *DeleteServiceAccountKeyDescriptor) HasResource() bool
- func (d *DeleteServiceAccountKeyDescriptor) IsClientStream() bool
- func (d *DeleteServiceAccountKeyDescriptor) IsCollection() bool
- func (d *DeleteServiceAccountKeyDescriptor) IsPlural() bool
- func (d *DeleteServiceAccountKeyDescriptor) IsServerStream() bool
- func (d *DeleteServiceAccountKeyDescriptor) IsUnary() bool
- func (d *DeleteServiceAccountKeyDescriptor) NewEmptyClientMsg() proto.Message
- func (d *DeleteServiceAccountKeyDescriptor) NewEmptyServerMsg() proto.Message
- func (d *DeleteServiceAccountKeyDescriptor) RequestHasResourceBody() bool
- type DeleteServiceAccountKeyDescriptorClientMsgHandle
- func (h *DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type DeleteServiceAccountKeyDescriptorServerMsgHandle
- func (h *DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type DeleteServiceAccountKeyRequest
- func (*DeleteServiceAccountKeyRequest) Descriptor() ([]byte, []int)
- func (m *DeleteServiceAccountKeyRequest) GetName() *service_account_key.Name
- func (*DeleteServiceAccountKeyRequest) GotenMessage()
- func (obj *DeleteServiceAccountKeyRequest) GotenValidate() error
- func (m *DeleteServiceAccountKeyRequest) Marshal() ([]byte, error)
- func (m *DeleteServiceAccountKeyRequest) MarshalJSON() ([]byte, error)
- func (*DeleteServiceAccountKeyRequest) ProtoMessage()
- func (m *DeleteServiceAccountKeyRequest) ProtoReflect() preflect.Message
- func (m *DeleteServiceAccountKeyRequest) Reset()
- func (m *DeleteServiceAccountKeyRequest) SetName(fv *service_account_key.Name)
- func (m *DeleteServiceAccountKeyRequest) String() string
- func (m *DeleteServiceAccountKeyRequest) Unmarshal(b []byte) error
- func (m *DeleteServiceAccountKeyRequest) UnmarshalJSON(data []byte) error
- type GetServiceAccountKeyDescriptor
- func (d *GetServiceAccountKeyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *GetServiceAccountKeyDescriptor) GetApiName() string
- func (d *GetServiceAccountKeyDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *GetServiceAccountKeyDescriptor) GetFullMethodName() string
- func (d *GetServiceAccountKeyDescriptor) GetMethodName() string
- func (d *GetServiceAccountKeyDescriptor) GetProtoPkgName() string
- func (d *GetServiceAccountKeyDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *GetServiceAccountKeyDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *GetServiceAccountKeyDescriptor) GetServiceDomain() string
- func (d *GetServiceAccountKeyDescriptor) GetServiceVersion() string
- func (d *GetServiceAccountKeyDescriptor) GetVerb() string
- func (d *GetServiceAccountKeyDescriptor) HasResource() bool
- func (d *GetServiceAccountKeyDescriptor) IsClientStream() bool
- func (d *GetServiceAccountKeyDescriptor) IsCollection() bool
- func (d *GetServiceAccountKeyDescriptor) IsPlural() bool
- func (d *GetServiceAccountKeyDescriptor) IsServerStream() bool
- func (d *GetServiceAccountKeyDescriptor) IsUnary() bool
- func (d *GetServiceAccountKeyDescriptor) NewEmptyClientMsg() proto.Message
- func (d *GetServiceAccountKeyDescriptor) NewEmptyServerMsg() proto.Message
- func (d *GetServiceAccountKeyDescriptor) RequestHasResourceBody() bool
- type GetServiceAccountKeyDescriptorClientMsgHandle
- func (h *GetServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *GetServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *GetServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *GetServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *GetServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type GetServiceAccountKeyDescriptorServerMsgHandle
- func (h *GetServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *GetServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *GetServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *GetServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *GetServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type GetServiceAccountKeyRequest
- func (*GetServiceAccountKeyRequest) Descriptor() ([]byte, []int)
- func (m *GetServiceAccountKeyRequest) GetFieldMask() *service_account_key.ServiceAccountKey_FieldMask
- func (m *GetServiceAccountKeyRequest) GetName() *service_account_key.Name
- func (m *GetServiceAccountKeyRequest) GetView() view.View
- func (*GetServiceAccountKeyRequest) GotenMessage()
- func (obj *GetServiceAccountKeyRequest) GotenValidate() error
- func (m *GetServiceAccountKeyRequest) Marshal() ([]byte, error)
- func (m *GetServiceAccountKeyRequest) MarshalJSON() ([]byte, error)
- func (*GetServiceAccountKeyRequest) ProtoMessage()
- func (m *GetServiceAccountKeyRequest) ProtoReflect() preflect.Message
- func (m *GetServiceAccountKeyRequest) Reset()
- func (m *GetServiceAccountKeyRequest) SetFieldMask(fv *service_account_key.ServiceAccountKey_FieldMask)
- func (m *GetServiceAccountKeyRequest) SetName(fv *service_account_key.Name)
- func (m *GetServiceAccountKeyRequest) SetView(fv view.View)
- func (m *GetServiceAccountKeyRequest) String() string
- func (m *GetServiceAccountKeyRequest) Unmarshal(b []byte) error
- func (m *GetServiceAccountKeyRequest) UnmarshalJSON(data []byte) error
- type ListServiceAccountKeysDescriptor
- func (d *ListServiceAccountKeysDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *ListServiceAccountKeysDescriptor) GetApiName() string
- func (d *ListServiceAccountKeysDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListServiceAccountKeysDescriptor) GetFullMethodName() string
- func (d *ListServiceAccountKeysDescriptor) GetMethodName() string
- func (d *ListServiceAccountKeysDescriptor) GetProtoPkgName() string
- func (d *ListServiceAccountKeysDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *ListServiceAccountKeysDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListServiceAccountKeysDescriptor) GetServiceDomain() string
- func (d *ListServiceAccountKeysDescriptor) GetServiceVersion() string
- func (d *ListServiceAccountKeysDescriptor) GetVerb() string
- func (d *ListServiceAccountKeysDescriptor) HasResource() bool
- func (d *ListServiceAccountKeysDescriptor) IsClientStream() bool
- func (d *ListServiceAccountKeysDescriptor) IsCollection() bool
- func (d *ListServiceAccountKeysDescriptor) IsPlural() bool
- func (d *ListServiceAccountKeysDescriptor) IsServerStream() bool
- func (d *ListServiceAccountKeysDescriptor) IsUnary() bool
- func (d *ListServiceAccountKeysDescriptor) NewEmptyClientMsg() proto.Message
- func (d *ListServiceAccountKeysDescriptor) NewEmptyServerMsg() proto.Message
- func (d *ListServiceAccountKeysDescriptor) RequestHasResourceBody() bool
- type ListServiceAccountKeysDescriptorClientMsgHandle
- func (h *ListServiceAccountKeysDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *ListServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *ListServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListServiceAccountKeysDescriptorServerMsgHandle
- func (h *ListServiceAccountKeysDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *ListServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *ListServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListServiceAccountKeysRequest
- func (*ListServiceAccountKeysRequest) Descriptor() ([]byte, []int)
- func (m *ListServiceAccountKeysRequest) GetFieldMask() *service_account_key.ServiceAccountKey_FieldMask
- func (m *ListServiceAccountKeysRequest) GetFilter() *service_account_key.Filter
- func (m *ListServiceAccountKeysRequest) GetIncludePagingInfo() bool
- func (m *ListServiceAccountKeysRequest) GetOrderBy() *service_account_key.OrderBy
- func (m *ListServiceAccountKeysRequest) GetPageSize() int32
- func (m *ListServiceAccountKeysRequest) GetPageToken() *service_account_key.PagerCursor
- func (m *ListServiceAccountKeysRequest) GetParent() *service_account_key.ParentName
- func (m *ListServiceAccountKeysRequest) GetView() view.View
- func (*ListServiceAccountKeysRequest) GotenMessage()
- func (obj *ListServiceAccountKeysRequest) GotenValidate() error
- func (m *ListServiceAccountKeysRequest) Marshal() ([]byte, error)
- func (m *ListServiceAccountKeysRequest) MarshalJSON() ([]byte, error)
- func (*ListServiceAccountKeysRequest) ProtoMessage()
- func (m *ListServiceAccountKeysRequest) ProtoReflect() preflect.Message
- func (m *ListServiceAccountKeysRequest) Reset()
- func (m *ListServiceAccountKeysRequest) SetFieldMask(fv *service_account_key.ServiceAccountKey_FieldMask)
- func (m *ListServiceAccountKeysRequest) SetFilter(fv *service_account_key.Filter)
- func (m *ListServiceAccountKeysRequest) SetIncludePagingInfo(fv bool)
- func (m *ListServiceAccountKeysRequest) SetOrderBy(fv *service_account_key.OrderBy)
- func (m *ListServiceAccountKeysRequest) SetPageSize(fv int32)
- func (m *ListServiceAccountKeysRequest) SetPageToken(fv *service_account_key.PagerCursor)
- func (m *ListServiceAccountKeysRequest) SetParent(fv *service_account_key.ParentName)
- func (m *ListServiceAccountKeysRequest) SetView(fv view.View)
- func (m *ListServiceAccountKeysRequest) String() string
- func (m *ListServiceAccountKeysRequest) Unmarshal(b []byte) error
- func (m *ListServiceAccountKeysRequest) UnmarshalJSON(data []byte) error
- type ListServiceAccountKeysResponse
- func (*ListServiceAccountKeysResponse) Descriptor() ([]byte, []int)
- func (m *ListServiceAccountKeysResponse) GetCurrentOffset() int32
- func (m *ListServiceAccountKeysResponse) GetNextPageToken() *service_account_key.PagerCursor
- func (m *ListServiceAccountKeysResponse) GetPrevPageToken() *service_account_key.PagerCursor
- func (m *ListServiceAccountKeysResponse) GetServiceAccountKeys() []*service_account_key.ServiceAccountKey
- func (m *ListServiceAccountKeysResponse) GetTotalResultsCount() int32
- func (*ListServiceAccountKeysResponse) GotenMessage()
- func (obj *ListServiceAccountKeysResponse) GotenValidate() error
- func (m *ListServiceAccountKeysResponse) Marshal() ([]byte, error)
- func (m *ListServiceAccountKeysResponse) MarshalJSON() ([]byte, error)
- func (*ListServiceAccountKeysResponse) ProtoMessage()
- func (m *ListServiceAccountKeysResponse) ProtoReflect() preflect.Message
- func (m *ListServiceAccountKeysResponse) Reset()
- func (m *ListServiceAccountKeysResponse) SetCurrentOffset(fv int32)
- func (m *ListServiceAccountKeysResponse) SetNextPageToken(fv *service_account_key.PagerCursor)
- func (m *ListServiceAccountKeysResponse) SetPrevPageToken(fv *service_account_key.PagerCursor)
- func (m *ListServiceAccountKeysResponse) SetServiceAccountKeys(fv []*service_account_key.ServiceAccountKey)
- func (m *ListServiceAccountKeysResponse) SetTotalResultsCount(fv int32)
- func (m *ListServiceAccountKeysResponse) String() string
- func (m *ListServiceAccountKeysResponse) Unmarshal(b []byte) error
- func (m *ListServiceAccountKeysResponse) UnmarshalJSON(data []byte) error
- type ServiceAccountKeyServiceClient
- type ServiceAccountKeyServiceDescriptor
- func (d *ServiceAccountKeyServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
- func (d *ServiceAccountKeyServiceDescriptor) GetApiName() string
- func (d *ServiceAccountKeyServiceDescriptor) GetFullAPIName() string
- func (d *ServiceAccountKeyServiceDescriptor) GetProtoPkgName() string
- func (d *ServiceAccountKeyServiceDescriptor) GetServiceDomain() string
- func (d *ServiceAccountKeyServiceDescriptor) GetServiceVersion() string
- type UpdateServiceAccountKeyDescriptor
- func (d *UpdateServiceAccountKeyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *UpdateServiceAccountKeyDescriptor) GetApiName() string
- func (d *UpdateServiceAccountKeyDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *UpdateServiceAccountKeyDescriptor) GetFullMethodName() string
- func (d *UpdateServiceAccountKeyDescriptor) GetMethodName() string
- func (d *UpdateServiceAccountKeyDescriptor) GetProtoPkgName() string
- func (d *UpdateServiceAccountKeyDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *UpdateServiceAccountKeyDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *UpdateServiceAccountKeyDescriptor) GetServiceDomain() string
- func (d *UpdateServiceAccountKeyDescriptor) GetServiceVersion() string
- func (d *UpdateServiceAccountKeyDescriptor) GetVerb() string
- func (d *UpdateServiceAccountKeyDescriptor) HasResource() bool
- func (d *UpdateServiceAccountKeyDescriptor) IsClientStream() bool
- func (d *UpdateServiceAccountKeyDescriptor) IsCollection() bool
- func (d *UpdateServiceAccountKeyDescriptor) IsPlural() bool
- func (d *UpdateServiceAccountKeyDescriptor) IsServerStream() bool
- func (d *UpdateServiceAccountKeyDescriptor) IsUnary() bool
- func (d *UpdateServiceAccountKeyDescriptor) NewEmptyClientMsg() proto.Message
- func (d *UpdateServiceAccountKeyDescriptor) NewEmptyServerMsg() proto.Message
- func (d *UpdateServiceAccountKeyDescriptor) RequestHasResourceBody() bool
- type UpdateServiceAccountKeyDescriptorClientMsgHandle
- func (h *UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type UpdateServiceAccountKeyDescriptorServerMsgHandle
- func (h *UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type UpdateServiceAccountKeyRequest
- func (*UpdateServiceAccountKeyRequest) Descriptor() ([]byte, []int)
- func (m *UpdateServiceAccountKeyRequest) GetAllowMissing() bool
- func (m *UpdateServiceAccountKeyRequest) GetCas() *UpdateServiceAccountKeyRequest_CAS
- func (m *UpdateServiceAccountKeyRequest) GetServiceAccountKey() *service_account_key.ServiceAccountKey
- func (m *UpdateServiceAccountKeyRequest) GetUpdateMask() *service_account_key.ServiceAccountKey_FieldMask
- func (*UpdateServiceAccountKeyRequest) GotenMessage()
- func (obj *UpdateServiceAccountKeyRequest) GotenValidate() error
- func (m *UpdateServiceAccountKeyRequest) Marshal() ([]byte, error)
- func (m *UpdateServiceAccountKeyRequest) MarshalJSON() ([]byte, error)
- func (*UpdateServiceAccountKeyRequest) ProtoMessage()
- func (m *UpdateServiceAccountKeyRequest) ProtoReflect() preflect.Message
- func (m *UpdateServiceAccountKeyRequest) Reset()
- func (m *UpdateServiceAccountKeyRequest) SetAllowMissing(fv bool)
- func (m *UpdateServiceAccountKeyRequest) SetCas(fv *UpdateServiceAccountKeyRequest_CAS)
- func (m *UpdateServiceAccountKeyRequest) SetServiceAccountKey(fv *service_account_key.ServiceAccountKey)
- func (m *UpdateServiceAccountKeyRequest) SetUpdateMask(fv *service_account_key.ServiceAccountKey_FieldMask)
- func (m *UpdateServiceAccountKeyRequest) String() string
- func (m *UpdateServiceAccountKeyRequest) Unmarshal(b []byte) error
- func (m *UpdateServiceAccountKeyRequest) UnmarshalJSON(data []byte) error
- type UpdateServiceAccountKeyRequest_CAS
- func (*UpdateServiceAccountKeyRequest_CAS) Descriptor() ([]byte, []int)
- func (m *UpdateServiceAccountKeyRequest_CAS) GetConditionalState() *service_account_key.ServiceAccountKey
- func (m *UpdateServiceAccountKeyRequest_CAS) GetFieldMask() *service_account_key.ServiceAccountKey_FieldMask
- func (*UpdateServiceAccountKeyRequest_CAS) GotenMessage()
- func (obj *UpdateServiceAccountKeyRequest_CAS) GotenValidate() error
- func (m *UpdateServiceAccountKeyRequest_CAS) Marshal() ([]byte, error)
- func (m *UpdateServiceAccountKeyRequest_CAS) MarshalJSON() ([]byte, error)
- func (*UpdateServiceAccountKeyRequest_CAS) ProtoMessage()
- func (m *UpdateServiceAccountKeyRequest_CAS) ProtoReflect() preflect.Message
- func (m *UpdateServiceAccountKeyRequest_CAS) Reset()
- func (m *UpdateServiceAccountKeyRequest_CAS) SetConditionalState(fv *service_account_key.ServiceAccountKey)
- func (m *UpdateServiceAccountKeyRequest_CAS) SetFieldMask(fv *service_account_key.ServiceAccountKey_FieldMask)
- func (m *UpdateServiceAccountKeyRequest_CAS) String() string
- func (m *UpdateServiceAccountKeyRequest_CAS) Unmarshal(b []byte) error
- func (m *UpdateServiceAccountKeyRequest_CAS) UnmarshalJSON(data []byte) error
- type WatchServiceAccountKeyClientStream
- type WatchServiceAccountKeyDescriptor
- func (d *WatchServiceAccountKeyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *WatchServiceAccountKeyDescriptor) GetApiName() string
- func (d *WatchServiceAccountKeyDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchServiceAccountKeyDescriptor) GetFullMethodName() string
- func (d *WatchServiceAccountKeyDescriptor) GetMethodName() string
- func (d *WatchServiceAccountKeyDescriptor) GetProtoPkgName() string
- func (d *WatchServiceAccountKeyDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *WatchServiceAccountKeyDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchServiceAccountKeyDescriptor) GetServiceDomain() string
- func (d *WatchServiceAccountKeyDescriptor) GetServiceVersion() string
- func (d *WatchServiceAccountKeyDescriptor) GetVerb() string
- func (d *WatchServiceAccountKeyDescriptor) HasResource() bool
- func (d *WatchServiceAccountKeyDescriptor) IsClientStream() bool
- func (d *WatchServiceAccountKeyDescriptor) IsCollection() bool
- func (d *WatchServiceAccountKeyDescriptor) IsPlural() bool
- func (d *WatchServiceAccountKeyDescriptor) IsServerStream() bool
- func (d *WatchServiceAccountKeyDescriptor) IsUnary() bool
- func (d *WatchServiceAccountKeyDescriptor) NewEmptyClientMsg() proto.Message
- func (d *WatchServiceAccountKeyDescriptor) NewEmptyServerMsg() proto.Message
- func (d *WatchServiceAccountKeyDescriptor) RequestHasResourceBody() bool
- type WatchServiceAccountKeyDescriptorClientMsgHandle
- func (h *WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchServiceAccountKeyDescriptorServerMsgHandle
- func (h *WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchServiceAccountKeyRequest
- func (*WatchServiceAccountKeyRequest) Descriptor() ([]byte, []int)
- func (m *WatchServiceAccountKeyRequest) GetFieldMask() *service_account_key.ServiceAccountKey_FieldMask
- func (m *WatchServiceAccountKeyRequest) GetName() *service_account_key.Name
- func (m *WatchServiceAccountKeyRequest) GetView() view.View
- func (*WatchServiceAccountKeyRequest) GotenMessage()
- func (obj *WatchServiceAccountKeyRequest) GotenValidate() error
- func (m *WatchServiceAccountKeyRequest) Marshal() ([]byte, error)
- func (m *WatchServiceAccountKeyRequest) MarshalJSON() ([]byte, error)
- func (*WatchServiceAccountKeyRequest) ProtoMessage()
- func (m *WatchServiceAccountKeyRequest) ProtoReflect() preflect.Message
- func (m *WatchServiceAccountKeyRequest) Reset()
- func (m *WatchServiceAccountKeyRequest) SetFieldMask(fv *service_account_key.ServiceAccountKey_FieldMask)
- func (m *WatchServiceAccountKeyRequest) SetName(fv *service_account_key.Name)
- func (m *WatchServiceAccountKeyRequest) SetView(fv view.View)
- func (m *WatchServiceAccountKeyRequest) String() string
- func (m *WatchServiceAccountKeyRequest) Unmarshal(b []byte) error
- func (m *WatchServiceAccountKeyRequest) UnmarshalJSON(data []byte) error
- type WatchServiceAccountKeyResponse
- func (*WatchServiceAccountKeyResponse) Descriptor() ([]byte, []int)
- func (m *WatchServiceAccountKeyResponse) GetChange() *service_account_key.ServiceAccountKeyChange
- func (*WatchServiceAccountKeyResponse) GotenMessage()
- func (obj *WatchServiceAccountKeyResponse) GotenValidate() error
- func (m *WatchServiceAccountKeyResponse) Marshal() ([]byte, error)
- func (m *WatchServiceAccountKeyResponse) MarshalJSON() ([]byte, error)
- func (*WatchServiceAccountKeyResponse) ProtoMessage()
- func (m *WatchServiceAccountKeyResponse) ProtoReflect() preflect.Message
- func (m *WatchServiceAccountKeyResponse) Reset()
- func (m *WatchServiceAccountKeyResponse) SetChange(fv *service_account_key.ServiceAccountKeyChange)
- func (m *WatchServiceAccountKeyResponse) String() string
- func (m *WatchServiceAccountKeyResponse) Unmarshal(b []byte) error
- func (m *WatchServiceAccountKeyResponse) UnmarshalJSON(data []byte) error
- type WatchServiceAccountKeysClientStream
- type WatchServiceAccountKeysDescriptor
- func (d *WatchServiceAccountKeysDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *WatchServiceAccountKeysDescriptor) GetApiName() string
- func (d *WatchServiceAccountKeysDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchServiceAccountKeysDescriptor) GetFullMethodName() string
- func (d *WatchServiceAccountKeysDescriptor) GetMethodName() string
- func (d *WatchServiceAccountKeysDescriptor) GetProtoPkgName() string
- func (d *WatchServiceAccountKeysDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *WatchServiceAccountKeysDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchServiceAccountKeysDescriptor) GetServiceDomain() string
- func (d *WatchServiceAccountKeysDescriptor) GetServiceVersion() string
- func (d *WatchServiceAccountKeysDescriptor) GetVerb() string
- func (d *WatchServiceAccountKeysDescriptor) HasResource() bool
- func (d *WatchServiceAccountKeysDescriptor) IsClientStream() bool
- func (d *WatchServiceAccountKeysDescriptor) IsCollection() bool
- func (d *WatchServiceAccountKeysDescriptor) IsPlural() bool
- func (d *WatchServiceAccountKeysDescriptor) IsServerStream() bool
- func (d *WatchServiceAccountKeysDescriptor) IsUnary() bool
- func (d *WatchServiceAccountKeysDescriptor) NewEmptyClientMsg() proto.Message
- func (d *WatchServiceAccountKeysDescriptor) NewEmptyServerMsg() proto.Message
- func (d *WatchServiceAccountKeysDescriptor) RequestHasResourceBody() bool
- type WatchServiceAccountKeysDescriptorClientMsgHandle
- func (h *WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchServiceAccountKeysDescriptorServerMsgHandle
- func (h *WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchServiceAccountKeysRequest
- func (*WatchServiceAccountKeysRequest) Descriptor() ([]byte, []int)
- func (m *WatchServiceAccountKeysRequest) GetFieldMask() *service_account_key.ServiceAccountKey_FieldMask
- func (m *WatchServiceAccountKeysRequest) GetFilter() *service_account_key.Filter
- func (m *WatchServiceAccountKeysRequest) GetMaxChunkSize() int32
- func (m *WatchServiceAccountKeysRequest) GetOrderBy() *service_account_key.OrderBy
- func (m *WatchServiceAccountKeysRequest) GetPageSize() int32
- func (m *WatchServiceAccountKeysRequest) GetPageToken() *service_account_key.PagerCursor
- func (m *WatchServiceAccountKeysRequest) GetParent() *service_account_key.ParentName
- func (m *WatchServiceAccountKeysRequest) GetResumeToken() string
- func (m *WatchServiceAccountKeysRequest) GetStartingTime() *timestamppb.Timestamp
- func (m *WatchServiceAccountKeysRequest) GetType() watch_type.WatchType
- func (m *WatchServiceAccountKeysRequest) GetView() view.View
- func (*WatchServiceAccountKeysRequest) GotenMessage()
- func (obj *WatchServiceAccountKeysRequest) GotenValidate() error
- func (m *WatchServiceAccountKeysRequest) Marshal() ([]byte, error)
- func (m *WatchServiceAccountKeysRequest) MarshalJSON() ([]byte, error)
- func (*WatchServiceAccountKeysRequest) ProtoMessage()
- func (m *WatchServiceAccountKeysRequest) ProtoReflect() preflect.Message
- func (m *WatchServiceAccountKeysRequest) Reset()
- func (m *WatchServiceAccountKeysRequest) SetFieldMask(fv *service_account_key.ServiceAccountKey_FieldMask)
- func (m *WatchServiceAccountKeysRequest) SetFilter(fv *service_account_key.Filter)
- func (m *WatchServiceAccountKeysRequest) SetMaxChunkSize(fv int32)
- func (m *WatchServiceAccountKeysRequest) SetOrderBy(fv *service_account_key.OrderBy)
- func (m *WatchServiceAccountKeysRequest) SetPageSize(fv int32)
- func (m *WatchServiceAccountKeysRequest) SetPageToken(fv *service_account_key.PagerCursor)
- func (m *WatchServiceAccountKeysRequest) SetParent(fv *service_account_key.ParentName)
- func (m *WatchServiceAccountKeysRequest) SetResumeToken(fv string)
- func (m *WatchServiceAccountKeysRequest) SetStartingTime(fv *timestamppb.Timestamp)
- func (m *WatchServiceAccountKeysRequest) SetType(fv watch_type.WatchType)
- func (m *WatchServiceAccountKeysRequest) SetView(fv view.View)
- func (m *WatchServiceAccountKeysRequest) String() string
- func (m *WatchServiceAccountKeysRequest) Unmarshal(b []byte) error
- func (m *WatchServiceAccountKeysRequest) UnmarshalJSON(data []byte) error
- type WatchServiceAccountKeysResponse
- func (*WatchServiceAccountKeysResponse) Descriptor() ([]byte, []int)
- func (m *WatchServiceAccountKeysResponse) GetIsCurrent() bool
- func (m *WatchServiceAccountKeysResponse) GetIsHardReset() bool
- func (m *WatchServiceAccountKeysResponse) GetIsSoftReset() bool
- func (m *WatchServiceAccountKeysResponse) GetPageTokenChange() *WatchServiceAccountKeysResponse_PageTokenChange
- func (m *WatchServiceAccountKeysResponse) GetResumeToken() string
- func (m *WatchServiceAccountKeysResponse) GetServiceAccountKeyChanges() []*service_account_key.ServiceAccountKeyChange
- func (m *WatchServiceAccountKeysResponse) GetSnapshotSize() int64
- func (*WatchServiceAccountKeysResponse) GotenMessage()
- func (obj *WatchServiceAccountKeysResponse) GotenValidate() error
- func (m *WatchServiceAccountKeysResponse) Marshal() ([]byte, error)
- func (m *WatchServiceAccountKeysResponse) MarshalJSON() ([]byte, error)
- func (*WatchServiceAccountKeysResponse) ProtoMessage()
- func (m *WatchServiceAccountKeysResponse) ProtoReflect() preflect.Message
- func (m *WatchServiceAccountKeysResponse) Reset()
- func (m *WatchServiceAccountKeysResponse) SetIsCurrent(fv bool)
- func (m *WatchServiceAccountKeysResponse) SetIsHardReset(fv bool)
- func (m *WatchServiceAccountKeysResponse) SetIsSoftReset(fv bool)
- func (m *WatchServiceAccountKeysResponse) SetPageTokenChange(fv *WatchServiceAccountKeysResponse_PageTokenChange)
- func (m *WatchServiceAccountKeysResponse) SetResumeToken(fv string)
- func (m *WatchServiceAccountKeysResponse) SetServiceAccountKeyChanges(fv []*service_account_key.ServiceAccountKeyChange)
- func (m *WatchServiceAccountKeysResponse) SetSnapshotSize(fv int64)
- func (m *WatchServiceAccountKeysResponse) String() string
- func (m *WatchServiceAccountKeysResponse) Unmarshal(b []byte) error
- func (m *WatchServiceAccountKeysResponse) UnmarshalJSON(data []byte) error
- type WatchServiceAccountKeysResponse_PageTokenChange
- func (*WatchServiceAccountKeysResponse_PageTokenChange) Descriptor() ([]byte, []int)
- func (m *WatchServiceAccountKeysResponse_PageTokenChange) GetNextPageToken() *service_account_key.PagerCursor
- func (m *WatchServiceAccountKeysResponse_PageTokenChange) GetPrevPageToken() *service_account_key.PagerCursor
- func (*WatchServiceAccountKeysResponse_PageTokenChange) GotenMessage()
- func (obj *WatchServiceAccountKeysResponse_PageTokenChange) GotenValidate() error
- func (m *WatchServiceAccountKeysResponse_PageTokenChange) Marshal() ([]byte, error)
- func (m *WatchServiceAccountKeysResponse_PageTokenChange) MarshalJSON() ([]byte, error)
- func (*WatchServiceAccountKeysResponse_PageTokenChange) ProtoMessage()
- func (m *WatchServiceAccountKeysResponse_PageTokenChange) ProtoReflect() preflect.Message
- func (m *WatchServiceAccountKeysResponse_PageTokenChange) Reset()
- func (m *WatchServiceAccountKeysResponse_PageTokenChange) SetNextPageToken(fv *service_account_key.PagerCursor)
- func (m *WatchServiceAccountKeysResponse_PageTokenChange) SetPrevPageToken(fv *service_account_key.PagerCursor)
- func (m *WatchServiceAccountKeysResponse_PageTokenChange) String() string
- func (m *WatchServiceAccountKeysResponse_PageTokenChange) Unmarshal(b []byte) error
- func (m *WatchServiceAccountKeysResponse_PageTokenChange) UnmarshalJSON(data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchGetServiceAccountKeysDescriptor ¶ added in v0.4.28
type BatchGetServiceAccountKeysDescriptor struct{}
func GetBatchGetServiceAccountKeysDescriptor ¶ added in v0.4.28
func GetBatchGetServiceAccountKeysDescriptor() *BatchGetServiceAccountKeysDescriptor
func (*BatchGetServiceAccountKeysDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*BatchGetServiceAccountKeysDescriptor) GetApiName ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) GetApiName() string
func (*BatchGetServiceAccountKeysDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*BatchGetServiceAccountKeysDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) GetFullMethodName() string
func (*BatchGetServiceAccountKeysDescriptor) GetMethodName ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) GetMethodName() string
func (*BatchGetServiceAccountKeysDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) GetProtoPkgName() string
func (*BatchGetServiceAccountKeysDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *BatchGetServiceAccountKeysDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*BatchGetServiceAccountKeysDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*BatchGetServiceAccountKeysDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) GetServiceDomain() string
func (*BatchGetServiceAccountKeysDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) GetServiceVersion() string
func (*BatchGetServiceAccountKeysDescriptor) GetVerb ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) GetVerb() string
func (*BatchGetServiceAccountKeysDescriptor) HasResource ¶ added in v0.4.30
func (d *BatchGetServiceAccountKeysDescriptor) HasResource() bool
func (*BatchGetServiceAccountKeysDescriptor) IsClientStream ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) IsClientStream() bool
func (*BatchGetServiceAccountKeysDescriptor) IsCollection ¶ added in v0.4.30
func (d *BatchGetServiceAccountKeysDescriptor) IsCollection() bool
func (*BatchGetServiceAccountKeysDescriptor) IsPlural ¶ added in v0.4.30
func (d *BatchGetServiceAccountKeysDescriptor) IsPlural() bool
func (*BatchGetServiceAccountKeysDescriptor) IsServerStream ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) IsServerStream() bool
func (*BatchGetServiceAccountKeysDescriptor) IsUnary ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) IsUnary() bool
func (*BatchGetServiceAccountKeysDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) NewEmptyClientMsg() proto.Message
func (*BatchGetServiceAccountKeysDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) NewEmptyServerMsg() proto.Message
func (*BatchGetServiceAccountKeysDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) RequestHasResourceBody() bool
type BatchGetServiceAccountKeysDescriptorClientMsgHandle ¶ added in v0.4.28
type BatchGetServiceAccountKeysDescriptorClientMsgHandle struct{}
func (*BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type BatchGetServiceAccountKeysDescriptorServerMsgHandle ¶ added in v0.4.28
type BatchGetServiceAccountKeysDescriptorServerMsgHandle struct{}
func (*BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type BatchGetServiceAccountKeysRequest ¶
type BatchGetServiceAccountKeysRequest struct { // Names of ServiceAccountKeys Names []*service_account_key.Name `protobuf:"bytes,2,rep,customtype=Name,name=names,proto3" json:"names,omitempty" firestore:"names"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view FieldMask *service_account_key.ServiceAccountKey_FieldMask `` /* 149-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"` // contains filtered or unexported fields }
Request message for method [BatchGetServiceAccountKeys][ntt.iam.v1alpha2.BatchGetServiceAccountKeys]
func (*BatchGetServiceAccountKeysRequest) Descriptor ¶
func (*BatchGetServiceAccountKeysRequest) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetServiceAccountKeysRequest.ProtoReflect.Descriptor instead.
func (*BatchGetServiceAccountKeysRequest) GetFieldMask ¶
func (m *BatchGetServiceAccountKeysRequest) GetFieldMask() *service_account_key.ServiceAccountKey_FieldMask
func (*BatchGetServiceAccountKeysRequest) GetNames ¶
func (m *BatchGetServiceAccountKeysRequest) GetNames() []*service_account_key.Name
func (*BatchGetServiceAccountKeysRequest) GetView ¶
func (m *BatchGetServiceAccountKeysRequest) GetView() view.View
func (*BatchGetServiceAccountKeysRequest) GotenMessage ¶
func (*BatchGetServiceAccountKeysRequest) GotenMessage()
func (*BatchGetServiceAccountKeysRequest) GotenValidate ¶
func (obj *BatchGetServiceAccountKeysRequest) GotenValidate() error
func (*BatchGetServiceAccountKeysRequest) Marshal ¶
func (m *BatchGetServiceAccountKeysRequest) Marshal() ([]byte, error)
func (*BatchGetServiceAccountKeysRequest) MarshalJSON ¶
func (m *BatchGetServiceAccountKeysRequest) MarshalJSON() ([]byte, error)
func (*BatchGetServiceAccountKeysRequest) ProtoMessage ¶
func (*BatchGetServiceAccountKeysRequest) ProtoMessage()
func (*BatchGetServiceAccountKeysRequest) ProtoReflect ¶
func (m *BatchGetServiceAccountKeysRequest) ProtoReflect() preflect.Message
func (*BatchGetServiceAccountKeysRequest) Reset ¶
func (m *BatchGetServiceAccountKeysRequest) Reset()
func (*BatchGetServiceAccountKeysRequest) SetFieldMask ¶
func (m *BatchGetServiceAccountKeysRequest) SetFieldMask(fv *service_account_key.ServiceAccountKey_FieldMask)
func (*BatchGetServiceAccountKeysRequest) SetNames ¶
func (m *BatchGetServiceAccountKeysRequest) SetNames(fv []*service_account_key.Name)
func (*BatchGetServiceAccountKeysRequest) SetView ¶
func (m *BatchGetServiceAccountKeysRequest) SetView(fv view.View)
func (*BatchGetServiceAccountKeysRequest) String ¶
func (m *BatchGetServiceAccountKeysRequest) String() string
func (*BatchGetServiceAccountKeysRequest) Unmarshal ¶
func (m *BatchGetServiceAccountKeysRequest) Unmarshal(b []byte) error
func (*BatchGetServiceAccountKeysRequest) UnmarshalJSON ¶
func (m *BatchGetServiceAccountKeysRequest) UnmarshalJSON(data []byte) error
type BatchGetServiceAccountKeysResponse ¶
type BatchGetServiceAccountKeysResponse struct { // found ServiceAccountKeys ServiceAccountKeys []*service_account_key.ServiceAccountKey `` /* 148-byte string literal not displayed */ // list of not found ServiceAccountKeys Missing []*service_account_key.Name `protobuf:"bytes,2,rep,customtype=Name,name=missing,proto3" json:"missing,omitempty" firestore:"missing"` // contains filtered or unexported fields }
BatchGetServiceAccountKeysResponse
func (*BatchGetServiceAccountKeysResponse) Descriptor ¶
func (*BatchGetServiceAccountKeysResponse) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetServiceAccountKeysResponse.ProtoReflect.Descriptor instead.
func (*BatchGetServiceAccountKeysResponse) GetMissing ¶
func (m *BatchGetServiceAccountKeysResponse) GetMissing() []*service_account_key.Name
func (*BatchGetServiceAccountKeysResponse) GetServiceAccountKeys ¶
func (m *BatchGetServiceAccountKeysResponse) GetServiceAccountKeys() []*service_account_key.ServiceAccountKey
func (*BatchGetServiceAccountKeysResponse) GotenMessage ¶
func (*BatchGetServiceAccountKeysResponse) GotenMessage()
func (*BatchGetServiceAccountKeysResponse) GotenValidate ¶
func (obj *BatchGetServiceAccountKeysResponse) GotenValidate() error
func (*BatchGetServiceAccountKeysResponse) Marshal ¶
func (m *BatchGetServiceAccountKeysResponse) Marshal() ([]byte, error)
func (*BatchGetServiceAccountKeysResponse) MarshalJSON ¶
func (m *BatchGetServiceAccountKeysResponse) MarshalJSON() ([]byte, error)
func (*BatchGetServiceAccountKeysResponse) ProtoMessage ¶
func (*BatchGetServiceAccountKeysResponse) ProtoMessage()
func (*BatchGetServiceAccountKeysResponse) ProtoReflect ¶
func (m *BatchGetServiceAccountKeysResponse) ProtoReflect() preflect.Message
func (*BatchGetServiceAccountKeysResponse) Reset ¶
func (m *BatchGetServiceAccountKeysResponse) Reset()
func (*BatchGetServiceAccountKeysResponse) SetMissing ¶
func (m *BatchGetServiceAccountKeysResponse) SetMissing(fv []*service_account_key.Name)
func (*BatchGetServiceAccountKeysResponse) SetServiceAccountKeys ¶
func (m *BatchGetServiceAccountKeysResponse) SetServiceAccountKeys(fv []*service_account_key.ServiceAccountKey)
func (*BatchGetServiceAccountKeysResponse) String ¶
func (m *BatchGetServiceAccountKeysResponse) String() string
func (*BatchGetServiceAccountKeysResponse) Unmarshal ¶
func (m *BatchGetServiceAccountKeysResponse) Unmarshal(b []byte) error
func (*BatchGetServiceAccountKeysResponse) UnmarshalJSON ¶
func (m *BatchGetServiceAccountKeysResponse) UnmarshalJSON(data []byte) error
type CreateServiceAccountKeyDescriptor ¶ added in v0.4.28
type CreateServiceAccountKeyDescriptor struct{}
func GetCreateServiceAccountKeyDescriptor ¶ added in v0.4.28
func GetCreateServiceAccountKeyDescriptor() *CreateServiceAccountKeyDescriptor
func (*CreateServiceAccountKeyDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*CreateServiceAccountKeyDescriptor) GetApiName ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) GetApiName() string
func (*CreateServiceAccountKeyDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*CreateServiceAccountKeyDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) GetFullMethodName() string
func (*CreateServiceAccountKeyDescriptor) GetMethodName ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) GetMethodName() string
func (*CreateServiceAccountKeyDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) GetProtoPkgName() string
func (*CreateServiceAccountKeyDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *CreateServiceAccountKeyDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*CreateServiceAccountKeyDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*CreateServiceAccountKeyDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) GetServiceDomain() string
func (*CreateServiceAccountKeyDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) GetServiceVersion() string
func (*CreateServiceAccountKeyDescriptor) GetVerb ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) GetVerb() string
func (*CreateServiceAccountKeyDescriptor) HasResource ¶ added in v0.4.30
func (d *CreateServiceAccountKeyDescriptor) HasResource() bool
func (*CreateServiceAccountKeyDescriptor) IsClientStream ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) IsClientStream() bool
func (*CreateServiceAccountKeyDescriptor) IsCollection ¶ added in v0.4.30
func (d *CreateServiceAccountKeyDescriptor) IsCollection() bool
func (*CreateServiceAccountKeyDescriptor) IsPlural ¶ added in v0.4.30
func (d *CreateServiceAccountKeyDescriptor) IsPlural() bool
func (*CreateServiceAccountKeyDescriptor) IsServerStream ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) IsServerStream() bool
func (*CreateServiceAccountKeyDescriptor) IsUnary ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) IsUnary() bool
func (*CreateServiceAccountKeyDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) NewEmptyClientMsg() proto.Message
func (*CreateServiceAccountKeyDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) NewEmptyServerMsg() proto.Message
func (*CreateServiceAccountKeyDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) RequestHasResourceBody() bool
type CreateServiceAccountKeyDescriptorClientMsgHandle ¶ added in v0.4.28
type CreateServiceAccountKeyDescriptorClientMsgHandle struct{}
func (*CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateServiceAccountKeyDescriptorServerMsgHandle ¶ added in v0.4.28
type CreateServiceAccountKeyDescriptorServerMsgHandle struct{}
func (*CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateServiceAccountKeyRequest ¶
type CreateServiceAccountKeyRequest struct { // Parent name of ntt.iam.v1alpha2.ServiceAccountKey Parent *service_account_key.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // ServiceAccountKey resource body ServiceAccountKey *service_account_key.ServiceAccountKey `` /* 144-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for method [CreateServiceAccountKey][ntt.iam.v1alpha2.CreateServiceAccountKey]
func (*CreateServiceAccountKeyRequest) Descriptor ¶
func (*CreateServiceAccountKeyRequest) Descriptor() ([]byte, []int)
Deprecated, Use CreateServiceAccountKeyRequest.ProtoReflect.Descriptor instead.
func (*CreateServiceAccountKeyRequest) GetParent ¶
func (m *CreateServiceAccountKeyRequest) GetParent() *service_account_key.ParentName
func (*CreateServiceAccountKeyRequest) GetServiceAccountKey ¶
func (m *CreateServiceAccountKeyRequest) GetServiceAccountKey() *service_account_key.ServiceAccountKey
func (*CreateServiceAccountKeyRequest) GotenMessage ¶
func (*CreateServiceAccountKeyRequest) GotenMessage()
func (*CreateServiceAccountKeyRequest) GotenValidate ¶
func (obj *CreateServiceAccountKeyRequest) GotenValidate() error
func (*CreateServiceAccountKeyRequest) Marshal ¶
func (m *CreateServiceAccountKeyRequest) Marshal() ([]byte, error)
func (*CreateServiceAccountKeyRequest) MarshalJSON ¶
func (m *CreateServiceAccountKeyRequest) MarshalJSON() ([]byte, error)
func (*CreateServiceAccountKeyRequest) ProtoMessage ¶
func (*CreateServiceAccountKeyRequest) ProtoMessage()
func (*CreateServiceAccountKeyRequest) ProtoReflect ¶
func (m *CreateServiceAccountKeyRequest) ProtoReflect() preflect.Message
func (*CreateServiceAccountKeyRequest) Reset ¶
func (m *CreateServiceAccountKeyRequest) Reset()
func (*CreateServiceAccountKeyRequest) SetParent ¶
func (m *CreateServiceAccountKeyRequest) SetParent(fv *service_account_key.ParentName)
func (*CreateServiceAccountKeyRequest) SetServiceAccountKey ¶
func (m *CreateServiceAccountKeyRequest) SetServiceAccountKey(fv *service_account_key.ServiceAccountKey)
func (*CreateServiceAccountKeyRequest) String ¶
func (m *CreateServiceAccountKeyRequest) String() string
func (*CreateServiceAccountKeyRequest) Unmarshal ¶
func (m *CreateServiceAccountKeyRequest) Unmarshal(b []byte) error
func (*CreateServiceAccountKeyRequest) UnmarshalJSON ¶
func (m *CreateServiceAccountKeyRequest) UnmarshalJSON(data []byte) error
type DeleteServiceAccountKeyDescriptor ¶ added in v0.4.28
type DeleteServiceAccountKeyDescriptor struct{}
func GetDeleteServiceAccountKeyDescriptor ¶ added in v0.4.28
func GetDeleteServiceAccountKeyDescriptor() *DeleteServiceAccountKeyDescriptor
func (*DeleteServiceAccountKeyDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*DeleteServiceAccountKeyDescriptor) GetApiName ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) GetApiName() string
func (*DeleteServiceAccountKeyDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*DeleteServiceAccountKeyDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) GetFullMethodName() string
func (*DeleteServiceAccountKeyDescriptor) GetMethodName ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) GetMethodName() string
func (*DeleteServiceAccountKeyDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) GetProtoPkgName() string
func (*DeleteServiceAccountKeyDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *DeleteServiceAccountKeyDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*DeleteServiceAccountKeyDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*DeleteServiceAccountKeyDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) GetServiceDomain() string
func (*DeleteServiceAccountKeyDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) GetServiceVersion() string
func (*DeleteServiceAccountKeyDescriptor) GetVerb ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) GetVerb() string
func (*DeleteServiceAccountKeyDescriptor) HasResource ¶ added in v0.4.30
func (d *DeleteServiceAccountKeyDescriptor) HasResource() bool
func (*DeleteServiceAccountKeyDescriptor) IsClientStream ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) IsClientStream() bool
func (*DeleteServiceAccountKeyDescriptor) IsCollection ¶ added in v0.4.30
func (d *DeleteServiceAccountKeyDescriptor) IsCollection() bool
func (*DeleteServiceAccountKeyDescriptor) IsPlural ¶ added in v0.4.30
func (d *DeleteServiceAccountKeyDescriptor) IsPlural() bool
func (*DeleteServiceAccountKeyDescriptor) IsServerStream ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) IsServerStream() bool
func (*DeleteServiceAccountKeyDescriptor) IsUnary ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) IsUnary() bool
func (*DeleteServiceAccountKeyDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) NewEmptyClientMsg() proto.Message
func (*DeleteServiceAccountKeyDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) NewEmptyServerMsg() proto.Message
func (*DeleteServiceAccountKeyDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) RequestHasResourceBody() bool
type DeleteServiceAccountKeyDescriptorClientMsgHandle ¶ added in v0.4.28
type DeleteServiceAccountKeyDescriptorClientMsgHandle struct{}
func (*DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type DeleteServiceAccountKeyDescriptorServerMsgHandle ¶ added in v0.4.28
type DeleteServiceAccountKeyDescriptorServerMsgHandle struct{}
func (*DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type DeleteServiceAccountKeyRequest ¶
type DeleteServiceAccountKeyRequest struct { // Name of ntt.iam.v1alpha2.ServiceAccountKey Name *service_account_key.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // contains filtered or unexported fields }
Request message for method [DeleteServiceAccountKey][ntt.iam.v1alpha2.DeleteServiceAccountKey]
func (*DeleteServiceAccountKeyRequest) Descriptor ¶
func (*DeleteServiceAccountKeyRequest) Descriptor() ([]byte, []int)
Deprecated, Use DeleteServiceAccountKeyRequest.ProtoReflect.Descriptor instead.
func (*DeleteServiceAccountKeyRequest) GetName ¶
func (m *DeleteServiceAccountKeyRequest) GetName() *service_account_key.Name
func (*DeleteServiceAccountKeyRequest) GotenMessage ¶
func (*DeleteServiceAccountKeyRequest) GotenMessage()
func (*DeleteServiceAccountKeyRequest) GotenValidate ¶
func (obj *DeleteServiceAccountKeyRequest) GotenValidate() error
func (*DeleteServiceAccountKeyRequest) Marshal ¶
func (m *DeleteServiceAccountKeyRequest) Marshal() ([]byte, error)
func (*DeleteServiceAccountKeyRequest) MarshalJSON ¶
func (m *DeleteServiceAccountKeyRequest) MarshalJSON() ([]byte, error)
func (*DeleteServiceAccountKeyRequest) ProtoMessage ¶
func (*DeleteServiceAccountKeyRequest) ProtoMessage()
func (*DeleteServiceAccountKeyRequest) ProtoReflect ¶
func (m *DeleteServiceAccountKeyRequest) ProtoReflect() preflect.Message
func (*DeleteServiceAccountKeyRequest) Reset ¶
func (m *DeleteServiceAccountKeyRequest) Reset()
func (*DeleteServiceAccountKeyRequest) SetName ¶
func (m *DeleteServiceAccountKeyRequest) SetName(fv *service_account_key.Name)
func (*DeleteServiceAccountKeyRequest) String ¶
func (m *DeleteServiceAccountKeyRequest) String() string
func (*DeleteServiceAccountKeyRequest) Unmarshal ¶
func (m *DeleteServiceAccountKeyRequest) Unmarshal(b []byte) error
func (*DeleteServiceAccountKeyRequest) UnmarshalJSON ¶
func (m *DeleteServiceAccountKeyRequest) UnmarshalJSON(data []byte) error
type GetServiceAccountKeyDescriptor ¶ added in v0.4.28
type GetServiceAccountKeyDescriptor struct{}
func GetGetServiceAccountKeyDescriptor ¶ added in v0.4.28
func GetGetServiceAccountKeyDescriptor() *GetServiceAccountKeyDescriptor
func (*GetServiceAccountKeyDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*GetServiceAccountKeyDescriptor) GetApiName ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) GetApiName() string
func (*GetServiceAccountKeyDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*GetServiceAccountKeyDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) GetFullMethodName() string
func (*GetServiceAccountKeyDescriptor) GetMethodName ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) GetMethodName() string
func (*GetServiceAccountKeyDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) GetProtoPkgName() string
func (*GetServiceAccountKeyDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *GetServiceAccountKeyDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*GetServiceAccountKeyDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*GetServiceAccountKeyDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) GetServiceDomain() string
func (*GetServiceAccountKeyDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) GetServiceVersion() string
func (*GetServiceAccountKeyDescriptor) GetVerb ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) GetVerb() string
func (*GetServiceAccountKeyDescriptor) HasResource ¶ added in v0.4.30
func (d *GetServiceAccountKeyDescriptor) HasResource() bool
func (*GetServiceAccountKeyDescriptor) IsClientStream ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) IsClientStream() bool
func (*GetServiceAccountKeyDescriptor) IsCollection ¶ added in v0.4.30
func (d *GetServiceAccountKeyDescriptor) IsCollection() bool
func (*GetServiceAccountKeyDescriptor) IsPlural ¶ added in v0.4.30
func (d *GetServiceAccountKeyDescriptor) IsPlural() bool
func (*GetServiceAccountKeyDescriptor) IsServerStream ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) IsServerStream() bool
func (*GetServiceAccountKeyDescriptor) IsUnary ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) IsUnary() bool
func (*GetServiceAccountKeyDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) NewEmptyClientMsg() proto.Message
func (*GetServiceAccountKeyDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) NewEmptyServerMsg() proto.Message
func (*GetServiceAccountKeyDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) RequestHasResourceBody() bool
type GetServiceAccountKeyDescriptorClientMsgHandle ¶ added in v0.4.28
type GetServiceAccountKeyDescriptorClientMsgHandle struct{}
func (*GetServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *GetServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*GetServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *GetServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*GetServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *GetServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*GetServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *GetServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*GetServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *GetServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type GetServiceAccountKeyDescriptorServerMsgHandle ¶ added in v0.4.28
type GetServiceAccountKeyDescriptorServerMsgHandle struct{}
func (*GetServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *GetServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*GetServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *GetServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*GetServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *GetServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*GetServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *GetServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*GetServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *GetServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type GetServiceAccountKeyRequest ¶
type GetServiceAccountKeyRequest struct { // Name of ntt.iam.v1alpha2.ServiceAccountKey Name *service_account_key.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view FieldMask *service_account_key.ServiceAccountKey_FieldMask `` /* 149-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"` // contains filtered or unexported fields }
Request message for method [GetServiceAccountKey][ntt.iam.v1alpha2.GetServiceAccountKey]
func (*GetServiceAccountKeyRequest) Descriptor ¶
func (*GetServiceAccountKeyRequest) Descriptor() ([]byte, []int)
Deprecated, Use GetServiceAccountKeyRequest.ProtoReflect.Descriptor instead.
func (*GetServiceAccountKeyRequest) GetFieldMask ¶
func (m *GetServiceAccountKeyRequest) GetFieldMask() *service_account_key.ServiceAccountKey_FieldMask
func (*GetServiceAccountKeyRequest) GetName ¶
func (m *GetServiceAccountKeyRequest) GetName() *service_account_key.Name
func (*GetServiceAccountKeyRequest) GetView ¶
func (m *GetServiceAccountKeyRequest) GetView() view.View
func (*GetServiceAccountKeyRequest) GotenMessage ¶
func (*GetServiceAccountKeyRequest) GotenMessage()
func (*GetServiceAccountKeyRequest) GotenValidate ¶
func (obj *GetServiceAccountKeyRequest) GotenValidate() error
func (*GetServiceAccountKeyRequest) Marshal ¶
func (m *GetServiceAccountKeyRequest) Marshal() ([]byte, error)
func (*GetServiceAccountKeyRequest) MarshalJSON ¶
func (m *GetServiceAccountKeyRequest) MarshalJSON() ([]byte, error)
func (*GetServiceAccountKeyRequest) ProtoMessage ¶
func (*GetServiceAccountKeyRequest) ProtoMessage()
func (*GetServiceAccountKeyRequest) ProtoReflect ¶
func (m *GetServiceAccountKeyRequest) ProtoReflect() preflect.Message
func (*GetServiceAccountKeyRequest) Reset ¶
func (m *GetServiceAccountKeyRequest) Reset()
func (*GetServiceAccountKeyRequest) SetFieldMask ¶
func (m *GetServiceAccountKeyRequest) SetFieldMask(fv *service_account_key.ServiceAccountKey_FieldMask)
func (*GetServiceAccountKeyRequest) SetName ¶
func (m *GetServiceAccountKeyRequest) SetName(fv *service_account_key.Name)
func (*GetServiceAccountKeyRequest) SetView ¶
func (m *GetServiceAccountKeyRequest) SetView(fv view.View)
func (*GetServiceAccountKeyRequest) String ¶
func (m *GetServiceAccountKeyRequest) String() string
func (*GetServiceAccountKeyRequest) Unmarshal ¶
func (m *GetServiceAccountKeyRequest) Unmarshal(b []byte) error
func (*GetServiceAccountKeyRequest) UnmarshalJSON ¶
func (m *GetServiceAccountKeyRequest) UnmarshalJSON(data []byte) error
type ListServiceAccountKeysDescriptor ¶ added in v0.4.28
type ListServiceAccountKeysDescriptor struct{}
func GetListServiceAccountKeysDescriptor ¶ added in v0.4.28
func GetListServiceAccountKeysDescriptor() *ListServiceAccountKeysDescriptor
func (*ListServiceAccountKeysDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*ListServiceAccountKeysDescriptor) GetApiName ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) GetApiName() string
func (*ListServiceAccountKeysDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListServiceAccountKeysDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) GetFullMethodName() string
func (*ListServiceAccountKeysDescriptor) GetMethodName ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) GetMethodName() string
func (*ListServiceAccountKeysDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) GetProtoPkgName() string
func (*ListServiceAccountKeysDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *ListServiceAccountKeysDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*ListServiceAccountKeysDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListServiceAccountKeysDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) GetServiceDomain() string
func (*ListServiceAccountKeysDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) GetServiceVersion() string
func (*ListServiceAccountKeysDescriptor) GetVerb ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) GetVerb() string
func (*ListServiceAccountKeysDescriptor) HasResource ¶ added in v0.4.30
func (d *ListServiceAccountKeysDescriptor) HasResource() bool
func (*ListServiceAccountKeysDescriptor) IsClientStream ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) IsClientStream() bool
func (*ListServiceAccountKeysDescriptor) IsCollection ¶ added in v0.4.30
func (d *ListServiceAccountKeysDescriptor) IsCollection() bool
func (*ListServiceAccountKeysDescriptor) IsPlural ¶ added in v0.4.30
func (d *ListServiceAccountKeysDescriptor) IsPlural() bool
func (*ListServiceAccountKeysDescriptor) IsServerStream ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) IsServerStream() bool
func (*ListServiceAccountKeysDescriptor) IsUnary ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) IsUnary() bool
func (*ListServiceAccountKeysDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) NewEmptyClientMsg() proto.Message
func (*ListServiceAccountKeysDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) NewEmptyServerMsg() proto.Message
func (*ListServiceAccountKeysDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) RequestHasResourceBody() bool
type ListServiceAccountKeysDescriptorClientMsgHandle ¶ added in v0.4.28
type ListServiceAccountKeysDescriptorClientMsgHandle struct{}
func (*ListServiceAccountKeysDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *ListServiceAccountKeysDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *ListServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*ListServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *ListServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*ListServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *ListServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *ListServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListServiceAccountKeysDescriptorServerMsgHandle ¶ added in v0.4.28
type ListServiceAccountKeysDescriptorServerMsgHandle struct{}
func (*ListServiceAccountKeysDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *ListServiceAccountKeysDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *ListServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*ListServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *ListServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*ListServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *ListServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *ListServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListServiceAccountKeysRequest ¶
type ListServiceAccountKeysRequest struct { // Parent name of ntt.iam.v1alpha2.ServiceAccountKey Parent *service_account_key.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // Requested page size. Server may return fewer ServiceAccountKeys than // requested. If unspecified, server will pick an appropriate default. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"` // A token identifying a page of results the server should return. // Typically, this is the value of // [ListServiceAccountKeysResponse.next_page_token][ntt.iam.v1alpha2.ListServiceAccountKeysResponse.next_page_token] PageToken *service_account_key.PagerCursor `` /* 133-byte string literal not displayed */ // Order By - // https://cloud.google.com/apis/design/design_patterns#list_pagination list // of field path with order directive, either 'asc' or 'desc'. If direction is // not provided, 'asc' is assumed. e.g. "state.nested_field asc, // state.something.else desc, theme" OrderBy *service_account_key.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"` // Filter - filter results by field criteria. Simplified SQL-like syntax with // following operators: // <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS // [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels // CONTAINS "severity:important" OR (state.last_error_time > // "2018-11-15T10:00:00Z" AND state.status = "ERROR")' Filter *service_account_key.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view FieldMask *service_account_key.ServiceAccountKey_FieldMask `` /* 149-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"` // Indicates if list response should contain total count and offset (fields // current_offset and total_results_count). IncludePagingInfo bool `` /* 145-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for method [ListServiceAccountKeys][ntt.iam.v1alpha2.ListServiceAccountKeys]
func (*ListServiceAccountKeysRequest) Descriptor ¶
func (*ListServiceAccountKeysRequest) Descriptor() ([]byte, []int)
Deprecated, Use ListServiceAccountKeysRequest.ProtoReflect.Descriptor instead.
func (*ListServiceAccountKeysRequest) GetFieldMask ¶
func (m *ListServiceAccountKeysRequest) GetFieldMask() *service_account_key.ServiceAccountKey_FieldMask
func (*ListServiceAccountKeysRequest) GetFilter ¶
func (m *ListServiceAccountKeysRequest) GetFilter() *service_account_key.Filter
func (*ListServiceAccountKeysRequest) GetIncludePagingInfo ¶ added in v0.10.1
func (m *ListServiceAccountKeysRequest) GetIncludePagingInfo() bool
func (*ListServiceAccountKeysRequest) GetOrderBy ¶
func (m *ListServiceAccountKeysRequest) GetOrderBy() *service_account_key.OrderBy
func (*ListServiceAccountKeysRequest) GetPageSize ¶
func (m *ListServiceAccountKeysRequest) GetPageSize() int32
func (*ListServiceAccountKeysRequest) GetPageToken ¶
func (m *ListServiceAccountKeysRequest) GetPageToken() *service_account_key.PagerCursor
func (*ListServiceAccountKeysRequest) GetParent ¶
func (m *ListServiceAccountKeysRequest) GetParent() *service_account_key.ParentName
func (*ListServiceAccountKeysRequest) GetView ¶
func (m *ListServiceAccountKeysRequest) GetView() view.View
func (*ListServiceAccountKeysRequest) GotenMessage ¶
func (*ListServiceAccountKeysRequest) GotenMessage()
func (*ListServiceAccountKeysRequest) GotenValidate ¶
func (obj *ListServiceAccountKeysRequest) GotenValidate() error
func (*ListServiceAccountKeysRequest) Marshal ¶
func (m *ListServiceAccountKeysRequest) Marshal() ([]byte, error)
func (*ListServiceAccountKeysRequest) MarshalJSON ¶
func (m *ListServiceAccountKeysRequest) MarshalJSON() ([]byte, error)
func (*ListServiceAccountKeysRequest) ProtoMessage ¶
func (*ListServiceAccountKeysRequest) ProtoMessage()
func (*ListServiceAccountKeysRequest) ProtoReflect ¶
func (m *ListServiceAccountKeysRequest) ProtoReflect() preflect.Message
func (*ListServiceAccountKeysRequest) Reset ¶
func (m *ListServiceAccountKeysRequest) Reset()
func (*ListServiceAccountKeysRequest) SetFieldMask ¶
func (m *ListServiceAccountKeysRequest) SetFieldMask(fv *service_account_key.ServiceAccountKey_FieldMask)
func (*ListServiceAccountKeysRequest) SetFilter ¶
func (m *ListServiceAccountKeysRequest) SetFilter(fv *service_account_key.Filter)
func (*ListServiceAccountKeysRequest) SetIncludePagingInfo ¶ added in v0.10.1
func (m *ListServiceAccountKeysRequest) SetIncludePagingInfo(fv bool)
func (*ListServiceAccountKeysRequest) SetOrderBy ¶
func (m *ListServiceAccountKeysRequest) SetOrderBy(fv *service_account_key.OrderBy)
func (*ListServiceAccountKeysRequest) SetPageSize ¶
func (m *ListServiceAccountKeysRequest) SetPageSize(fv int32)
func (*ListServiceAccountKeysRequest) SetPageToken ¶
func (m *ListServiceAccountKeysRequest) SetPageToken(fv *service_account_key.PagerCursor)
func (*ListServiceAccountKeysRequest) SetParent ¶
func (m *ListServiceAccountKeysRequest) SetParent(fv *service_account_key.ParentName)
func (*ListServiceAccountKeysRequest) SetView ¶
func (m *ListServiceAccountKeysRequest) SetView(fv view.View)
func (*ListServiceAccountKeysRequest) String ¶
func (m *ListServiceAccountKeysRequest) String() string
func (*ListServiceAccountKeysRequest) Unmarshal ¶
func (m *ListServiceAccountKeysRequest) Unmarshal(b []byte) error
func (*ListServiceAccountKeysRequest) UnmarshalJSON ¶
func (m *ListServiceAccountKeysRequest) UnmarshalJSON(data []byte) error
type ListServiceAccountKeysResponse ¶
type ListServiceAccountKeysResponse struct { // The list of ServiceAccountKeys ServiceAccountKeys []*service_account_key.ServiceAccountKey `` /* 148-byte string literal not displayed */ // A token to retrieve previous page of results. Pass this value in the // [ListServiceAccountKeysRequest.page_token][ntt.iam.v1alpha2.ListServiceAccountKeysRequest.page_token] PrevPageToken *service_account_key.PagerCursor `` /* 151-byte string literal not displayed */ // A token to retrieve next page of results. Pass this value in the // [ListServiceAccountKeysRequest.page_token][ntt.iam.v1alpha2.ListServiceAccountKeysRequest.page_token] NextPageToken *service_account_key.PagerCursor `` /* 151-byte string literal not displayed */ // Current offset from the first page or 0 if no page tokens were given, // paging info was not requested or there was an error while trying to get // it). Page index can be computed from offset and limit provided in a // request. CurrentOffset int32 `` /* 127-byte string literal not displayed */ // Number of total ServiceAccountKeys across all pages or 0, if there are no // items, paging info was not requested or there was an error while trying to // get it. TotalResultsCount int32 `` /* 145-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for method [ListServiceAccountKeys][ntt.iam.v1alpha2.ListServiceAccountKeys]
func (*ListServiceAccountKeysResponse) Descriptor ¶
func (*ListServiceAccountKeysResponse) Descriptor() ([]byte, []int)
Deprecated, Use ListServiceAccountKeysResponse.ProtoReflect.Descriptor instead.
func (*ListServiceAccountKeysResponse) GetCurrentOffset ¶ added in v0.10.1
func (m *ListServiceAccountKeysResponse) GetCurrentOffset() int32
func (*ListServiceAccountKeysResponse) GetNextPageToken ¶
func (m *ListServiceAccountKeysResponse) GetNextPageToken() *service_account_key.PagerCursor
func (*ListServiceAccountKeysResponse) GetPrevPageToken ¶
func (m *ListServiceAccountKeysResponse) GetPrevPageToken() *service_account_key.PagerCursor
func (*ListServiceAccountKeysResponse) GetServiceAccountKeys ¶
func (m *ListServiceAccountKeysResponse) GetServiceAccountKeys() []*service_account_key.ServiceAccountKey
func (*ListServiceAccountKeysResponse) GetTotalResultsCount ¶ added in v0.10.1
func (m *ListServiceAccountKeysResponse) GetTotalResultsCount() int32
func (*ListServiceAccountKeysResponse) GotenMessage ¶
func (*ListServiceAccountKeysResponse) GotenMessage()
func (*ListServiceAccountKeysResponse) GotenValidate ¶
func (obj *ListServiceAccountKeysResponse) GotenValidate() error
func (*ListServiceAccountKeysResponse) Marshal ¶
func (m *ListServiceAccountKeysResponse) Marshal() ([]byte, error)
func (*ListServiceAccountKeysResponse) MarshalJSON ¶
func (m *ListServiceAccountKeysResponse) MarshalJSON() ([]byte, error)
func (*ListServiceAccountKeysResponse) ProtoMessage ¶
func (*ListServiceAccountKeysResponse) ProtoMessage()
func (*ListServiceAccountKeysResponse) ProtoReflect ¶
func (m *ListServiceAccountKeysResponse) ProtoReflect() preflect.Message
func (*ListServiceAccountKeysResponse) Reset ¶
func (m *ListServiceAccountKeysResponse) Reset()
func (*ListServiceAccountKeysResponse) SetCurrentOffset ¶ added in v0.10.1
func (m *ListServiceAccountKeysResponse) SetCurrentOffset(fv int32)
func (*ListServiceAccountKeysResponse) SetNextPageToken ¶
func (m *ListServiceAccountKeysResponse) SetNextPageToken(fv *service_account_key.PagerCursor)
func (*ListServiceAccountKeysResponse) SetPrevPageToken ¶
func (m *ListServiceAccountKeysResponse) SetPrevPageToken(fv *service_account_key.PagerCursor)
func (*ListServiceAccountKeysResponse) SetServiceAccountKeys ¶
func (m *ListServiceAccountKeysResponse) SetServiceAccountKeys(fv []*service_account_key.ServiceAccountKey)
func (*ListServiceAccountKeysResponse) SetTotalResultsCount ¶ added in v0.10.1
func (m *ListServiceAccountKeysResponse) SetTotalResultsCount(fv int32)
func (*ListServiceAccountKeysResponse) String ¶
func (m *ListServiceAccountKeysResponse) String() string
func (*ListServiceAccountKeysResponse) Unmarshal ¶
func (m *ListServiceAccountKeysResponse) Unmarshal(b []byte) error
func (*ListServiceAccountKeysResponse) UnmarshalJSON ¶
func (m *ListServiceAccountKeysResponse) UnmarshalJSON(data []byte) error
type ServiceAccountKeyServiceClient ¶
type ServiceAccountKeyServiceClient interface { GetServiceAccountKey(ctx context.Context, in *GetServiceAccountKeyRequest, opts ...grpc.CallOption) (*service_account_key.ServiceAccountKey, error) BatchGetServiceAccountKeys(ctx context.Context, in *BatchGetServiceAccountKeysRequest, opts ...grpc.CallOption) (*BatchGetServiceAccountKeysResponse, error) ListServiceAccountKeys(ctx context.Context, in *ListServiceAccountKeysRequest, opts ...grpc.CallOption) (*ListServiceAccountKeysResponse, error) WatchServiceAccountKey(ctx context.Context, in *WatchServiceAccountKeyRequest, opts ...grpc.CallOption) (WatchServiceAccountKeyClientStream, error) WatchServiceAccountKeys(ctx context.Context, in *WatchServiceAccountKeysRequest, opts ...grpc.CallOption) (WatchServiceAccountKeysClientStream, error) CreateServiceAccountKey(ctx context.Context, in *CreateServiceAccountKeyRequest, opts ...grpc.CallOption) (*service_account_key.ServiceAccountKey, error) UpdateServiceAccountKey(ctx context.Context, in *UpdateServiceAccountKeyRequest, opts ...grpc.CallOption) (*service_account_key.ServiceAccountKey, error) DeleteServiceAccountKey(ctx context.Context, in *DeleteServiceAccountKeyRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) }
ServiceAccountKeyServiceClient is the client API for ServiceAccountKeyService.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewServiceAccountKeyServiceClient ¶
func NewServiceAccountKeyServiceClient(cc grpc.ClientConnInterface) ServiceAccountKeyServiceClient
type ServiceAccountKeyServiceDescriptor ¶ added in v0.4.28
type ServiceAccountKeyServiceDescriptor struct{}
func GetServiceAccountKeyServiceDescriptor ¶ added in v0.4.28
func GetServiceAccountKeyServiceDescriptor() *ServiceAccountKeyServiceDescriptor
func (*ServiceAccountKeyServiceDescriptor) AllMethodDescriptors ¶ added in v0.4.28
func (d *ServiceAccountKeyServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
func (*ServiceAccountKeyServiceDescriptor) GetApiName ¶ added in v0.4.28
func (d *ServiceAccountKeyServiceDescriptor) GetApiName() string
func (*ServiceAccountKeyServiceDescriptor) GetFullAPIName ¶ added in v0.4.28
func (d *ServiceAccountKeyServiceDescriptor) GetFullAPIName() string
func (*ServiceAccountKeyServiceDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *ServiceAccountKeyServiceDescriptor) GetProtoPkgName() string
func (*ServiceAccountKeyServiceDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *ServiceAccountKeyServiceDescriptor) GetServiceDomain() string
func (*ServiceAccountKeyServiceDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *ServiceAccountKeyServiceDescriptor) GetServiceVersion() string
type UpdateServiceAccountKeyDescriptor ¶ added in v0.4.28
type UpdateServiceAccountKeyDescriptor struct{}
func GetUpdateServiceAccountKeyDescriptor ¶ added in v0.4.28
func GetUpdateServiceAccountKeyDescriptor() *UpdateServiceAccountKeyDescriptor
func (*UpdateServiceAccountKeyDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*UpdateServiceAccountKeyDescriptor) GetApiName ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) GetApiName() string
func (*UpdateServiceAccountKeyDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*UpdateServiceAccountKeyDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) GetFullMethodName() string
func (*UpdateServiceAccountKeyDescriptor) GetMethodName ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) GetMethodName() string
func (*UpdateServiceAccountKeyDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) GetProtoPkgName() string
func (*UpdateServiceAccountKeyDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *UpdateServiceAccountKeyDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*UpdateServiceAccountKeyDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*UpdateServiceAccountKeyDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) GetServiceDomain() string
func (*UpdateServiceAccountKeyDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) GetServiceVersion() string
func (*UpdateServiceAccountKeyDescriptor) GetVerb ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) GetVerb() string
func (*UpdateServiceAccountKeyDescriptor) HasResource ¶ added in v0.4.30
func (d *UpdateServiceAccountKeyDescriptor) HasResource() bool
func (*UpdateServiceAccountKeyDescriptor) IsClientStream ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) IsClientStream() bool
func (*UpdateServiceAccountKeyDescriptor) IsCollection ¶ added in v0.4.30
func (d *UpdateServiceAccountKeyDescriptor) IsCollection() bool
func (*UpdateServiceAccountKeyDescriptor) IsPlural ¶ added in v0.4.30
func (d *UpdateServiceAccountKeyDescriptor) IsPlural() bool
func (*UpdateServiceAccountKeyDescriptor) IsServerStream ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) IsServerStream() bool
func (*UpdateServiceAccountKeyDescriptor) IsUnary ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) IsUnary() bool
func (*UpdateServiceAccountKeyDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) NewEmptyClientMsg() proto.Message
func (*UpdateServiceAccountKeyDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) NewEmptyServerMsg() proto.Message
func (*UpdateServiceAccountKeyDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) RequestHasResourceBody() bool
type UpdateServiceAccountKeyDescriptorClientMsgHandle ¶ added in v0.4.28
type UpdateServiceAccountKeyDescriptorClientMsgHandle struct{}
func (*UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type UpdateServiceAccountKeyDescriptorServerMsgHandle ¶ added in v0.4.28
type UpdateServiceAccountKeyDescriptorServerMsgHandle struct{}
func (*UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type UpdateServiceAccountKeyRequest ¶
type UpdateServiceAccountKeyRequest struct { // ServiceAccountKey resource body ServiceAccountKey *service_account_key.ServiceAccountKey `` /* 144-byte string literal not displayed */ // FieldMask applied to request - change will be applied only for fields in // the mask UpdateMask *service_account_key.ServiceAccountKey_FieldMask `` /* 153-byte string literal not displayed */ // Conditional update applied to request if update should be executed only for // specific resource state. If this field is populated, then server will fetch // existing resource, compare with the one stored in the cas field (after // applying field mask) and proceed with update only and only if they match. // Otherwise RPC error Aborted will be returned. Cas *UpdateServiceAccountKeyRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty" firestore:"cas"` // If set to true, and the resource is not found, // a new resource will be created. In this situation, // 'field_mask' is ignored. // // https://google.aip.dev/134#create-or-update AllowMissing bool `protobuf:"varint,5,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty" firestore:"allowMissing"` // contains filtered or unexported fields }
Request message for method [UpdateServiceAccountKey][ntt.iam.v1alpha2.UpdateServiceAccountKey]
func (*UpdateServiceAccountKeyRequest) Descriptor ¶
func (*UpdateServiceAccountKeyRequest) Descriptor() ([]byte, []int)
Deprecated, Use UpdateServiceAccountKeyRequest.ProtoReflect.Descriptor instead.
func (*UpdateServiceAccountKeyRequest) GetAllowMissing ¶ added in v0.12.33
func (m *UpdateServiceAccountKeyRequest) GetAllowMissing() bool
func (*UpdateServiceAccountKeyRequest) GetCas ¶
func (m *UpdateServiceAccountKeyRequest) GetCas() *UpdateServiceAccountKeyRequest_CAS
func (*UpdateServiceAccountKeyRequest) GetServiceAccountKey ¶
func (m *UpdateServiceAccountKeyRequest) GetServiceAccountKey() *service_account_key.ServiceAccountKey
func (*UpdateServiceAccountKeyRequest) GetUpdateMask ¶
func (m *UpdateServiceAccountKeyRequest) GetUpdateMask() *service_account_key.ServiceAccountKey_FieldMask
func (*UpdateServiceAccountKeyRequest) GotenMessage ¶
func (*UpdateServiceAccountKeyRequest) GotenMessage()
func (*UpdateServiceAccountKeyRequest) GotenValidate ¶
func (obj *UpdateServiceAccountKeyRequest) GotenValidate() error
func (*UpdateServiceAccountKeyRequest) Marshal ¶
func (m *UpdateServiceAccountKeyRequest) Marshal() ([]byte, error)
func (*UpdateServiceAccountKeyRequest) MarshalJSON ¶
func (m *UpdateServiceAccountKeyRequest) MarshalJSON() ([]byte, error)
func (*UpdateServiceAccountKeyRequest) ProtoMessage ¶
func (*UpdateServiceAccountKeyRequest) ProtoMessage()
func (*UpdateServiceAccountKeyRequest) ProtoReflect ¶
func (m *UpdateServiceAccountKeyRequest) ProtoReflect() preflect.Message
func (*UpdateServiceAccountKeyRequest) Reset ¶
func (m *UpdateServiceAccountKeyRequest) Reset()
func (*UpdateServiceAccountKeyRequest) SetAllowMissing ¶ added in v0.12.33
func (m *UpdateServiceAccountKeyRequest) SetAllowMissing(fv bool)
func (*UpdateServiceAccountKeyRequest) SetCas ¶
func (m *UpdateServiceAccountKeyRequest) SetCas(fv *UpdateServiceAccountKeyRequest_CAS)
func (*UpdateServiceAccountKeyRequest) SetServiceAccountKey ¶
func (m *UpdateServiceAccountKeyRequest) SetServiceAccountKey(fv *service_account_key.ServiceAccountKey)
func (*UpdateServiceAccountKeyRequest) SetUpdateMask ¶
func (m *UpdateServiceAccountKeyRequest) SetUpdateMask(fv *service_account_key.ServiceAccountKey_FieldMask)
func (*UpdateServiceAccountKeyRequest) String ¶
func (m *UpdateServiceAccountKeyRequest) String() string
func (*UpdateServiceAccountKeyRequest) Unmarshal ¶
func (m *UpdateServiceAccountKeyRequest) Unmarshal(b []byte) error
func (*UpdateServiceAccountKeyRequest) UnmarshalJSON ¶
func (m *UpdateServiceAccountKeyRequest) UnmarshalJSON(data []byte) error
type UpdateServiceAccountKeyRequest_CAS ¶
type UpdateServiceAccountKeyRequest_CAS struct { // Conditional desired state of a resource before update. ConditionalState *service_account_key.ServiceAccountKey `` /* 138-byte string literal not displayed */ // Field paths from conditional state of resource server should check and // compare. FieldMask *service_account_key.ServiceAccountKey_FieldMask `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
CAS - Compare and Swap. This object is used if user wants to make update conditional based upon previous resource version.
func (*UpdateServiceAccountKeyRequest_CAS) Descriptor ¶
func (*UpdateServiceAccountKeyRequest_CAS) Descriptor() ([]byte, []int)
Deprecated, Use UpdateServiceAccountKeyRequest_CAS.ProtoReflect.Descriptor instead.
func (*UpdateServiceAccountKeyRequest_CAS) GetConditionalState ¶
func (m *UpdateServiceAccountKeyRequest_CAS) GetConditionalState() *service_account_key.ServiceAccountKey
func (*UpdateServiceAccountKeyRequest_CAS) GetFieldMask ¶
func (m *UpdateServiceAccountKeyRequest_CAS) GetFieldMask() *service_account_key.ServiceAccountKey_FieldMask
func (*UpdateServiceAccountKeyRequest_CAS) GotenMessage ¶
func (*UpdateServiceAccountKeyRequest_CAS) GotenMessage()
func (*UpdateServiceAccountKeyRequest_CAS) GotenValidate ¶
func (obj *UpdateServiceAccountKeyRequest_CAS) GotenValidate() error
func (*UpdateServiceAccountKeyRequest_CAS) Marshal ¶
func (m *UpdateServiceAccountKeyRequest_CAS) Marshal() ([]byte, error)
func (*UpdateServiceAccountKeyRequest_CAS) MarshalJSON ¶
func (m *UpdateServiceAccountKeyRequest_CAS) MarshalJSON() ([]byte, error)
func (*UpdateServiceAccountKeyRequest_CAS) ProtoMessage ¶
func (*UpdateServiceAccountKeyRequest_CAS) ProtoMessage()
func (*UpdateServiceAccountKeyRequest_CAS) ProtoReflect ¶
func (m *UpdateServiceAccountKeyRequest_CAS) ProtoReflect() preflect.Message
func (*UpdateServiceAccountKeyRequest_CAS) Reset ¶
func (m *UpdateServiceAccountKeyRequest_CAS) Reset()
func (*UpdateServiceAccountKeyRequest_CAS) SetConditionalState ¶
func (m *UpdateServiceAccountKeyRequest_CAS) SetConditionalState(fv *service_account_key.ServiceAccountKey)
func (*UpdateServiceAccountKeyRequest_CAS) SetFieldMask ¶
func (m *UpdateServiceAccountKeyRequest_CAS) SetFieldMask(fv *service_account_key.ServiceAccountKey_FieldMask)
func (*UpdateServiceAccountKeyRequest_CAS) String ¶
func (m *UpdateServiceAccountKeyRequest_CAS) String() string
func (*UpdateServiceAccountKeyRequest_CAS) Unmarshal ¶
func (m *UpdateServiceAccountKeyRequest_CAS) Unmarshal(b []byte) error
func (*UpdateServiceAccountKeyRequest_CAS) UnmarshalJSON ¶
func (m *UpdateServiceAccountKeyRequest_CAS) UnmarshalJSON(data []byte) error
type WatchServiceAccountKeyClientStream ¶
type WatchServiceAccountKeyClientStream interface { Recv() (*WatchServiceAccountKeyResponse, error) grpc.ClientStream }
type WatchServiceAccountKeyDescriptor ¶ added in v0.4.28
type WatchServiceAccountKeyDescriptor struct{}
func GetWatchServiceAccountKeyDescriptor ¶ added in v0.4.28
func GetWatchServiceAccountKeyDescriptor() *WatchServiceAccountKeyDescriptor
func (*WatchServiceAccountKeyDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*WatchServiceAccountKeyDescriptor) GetApiName ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) GetApiName() string
func (*WatchServiceAccountKeyDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchServiceAccountKeyDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) GetFullMethodName() string
func (*WatchServiceAccountKeyDescriptor) GetMethodName ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) GetMethodName() string
func (*WatchServiceAccountKeyDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) GetProtoPkgName() string
func (*WatchServiceAccountKeyDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *WatchServiceAccountKeyDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*WatchServiceAccountKeyDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchServiceAccountKeyDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) GetServiceDomain() string
func (*WatchServiceAccountKeyDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) GetServiceVersion() string
func (*WatchServiceAccountKeyDescriptor) GetVerb ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) GetVerb() string
func (*WatchServiceAccountKeyDescriptor) HasResource ¶ added in v0.4.30
func (d *WatchServiceAccountKeyDescriptor) HasResource() bool
func (*WatchServiceAccountKeyDescriptor) IsClientStream ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) IsClientStream() bool
func (*WatchServiceAccountKeyDescriptor) IsCollection ¶ added in v0.4.30
func (d *WatchServiceAccountKeyDescriptor) IsCollection() bool
func (*WatchServiceAccountKeyDescriptor) IsPlural ¶ added in v0.4.30
func (d *WatchServiceAccountKeyDescriptor) IsPlural() bool
func (*WatchServiceAccountKeyDescriptor) IsServerStream ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) IsServerStream() bool
func (*WatchServiceAccountKeyDescriptor) IsUnary ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) IsUnary() bool
func (*WatchServiceAccountKeyDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) NewEmptyClientMsg() proto.Message
func (*WatchServiceAccountKeyDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) NewEmptyServerMsg() proto.Message
func (*WatchServiceAccountKeyDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) RequestHasResourceBody() bool
type WatchServiceAccountKeyDescriptorClientMsgHandle ¶ added in v0.4.28
type WatchServiceAccountKeyDescriptorClientMsgHandle struct{}
func (*WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchServiceAccountKeyDescriptorServerMsgHandle ¶ added in v0.4.28
type WatchServiceAccountKeyDescriptorServerMsgHandle struct{}
func (*WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchServiceAccountKeyRequest ¶
type WatchServiceAccountKeyRequest struct { // Name of ntt.iam.v1alpha2.ServiceAccountKey Name *service_account_key.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view FieldMask *service_account_key.ServiceAccountKey_FieldMask `` /* 149-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"` // contains filtered or unexported fields }
Request message for method [WatchServiceAccountKey][ntt.iam.v1alpha2.WatchServiceAccountKey]
func (*WatchServiceAccountKeyRequest) Descriptor ¶
func (*WatchServiceAccountKeyRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchServiceAccountKeyRequest.ProtoReflect.Descriptor instead.
func (*WatchServiceAccountKeyRequest) GetFieldMask ¶
func (m *WatchServiceAccountKeyRequest) GetFieldMask() *service_account_key.ServiceAccountKey_FieldMask
func (*WatchServiceAccountKeyRequest) GetName ¶
func (m *WatchServiceAccountKeyRequest) GetName() *service_account_key.Name
func (*WatchServiceAccountKeyRequest) GetView ¶
func (m *WatchServiceAccountKeyRequest) GetView() view.View
func (*WatchServiceAccountKeyRequest) GotenMessage ¶
func (*WatchServiceAccountKeyRequest) GotenMessage()
func (*WatchServiceAccountKeyRequest) GotenValidate ¶
func (obj *WatchServiceAccountKeyRequest) GotenValidate() error
func (*WatchServiceAccountKeyRequest) Marshal ¶
func (m *WatchServiceAccountKeyRequest) Marshal() ([]byte, error)
func (*WatchServiceAccountKeyRequest) MarshalJSON ¶
func (m *WatchServiceAccountKeyRequest) MarshalJSON() ([]byte, error)
func (*WatchServiceAccountKeyRequest) ProtoMessage ¶
func (*WatchServiceAccountKeyRequest) ProtoMessage()
func (*WatchServiceAccountKeyRequest) ProtoReflect ¶
func (m *WatchServiceAccountKeyRequest) ProtoReflect() preflect.Message
func (*WatchServiceAccountKeyRequest) Reset ¶
func (m *WatchServiceAccountKeyRequest) Reset()
func (*WatchServiceAccountKeyRequest) SetFieldMask ¶
func (m *WatchServiceAccountKeyRequest) SetFieldMask(fv *service_account_key.ServiceAccountKey_FieldMask)
func (*WatchServiceAccountKeyRequest) SetName ¶
func (m *WatchServiceAccountKeyRequest) SetName(fv *service_account_key.Name)
func (*WatchServiceAccountKeyRequest) SetView ¶
func (m *WatchServiceAccountKeyRequest) SetView(fv view.View)
func (*WatchServiceAccountKeyRequest) String ¶
func (m *WatchServiceAccountKeyRequest) String() string
func (*WatchServiceAccountKeyRequest) Unmarshal ¶
func (m *WatchServiceAccountKeyRequest) Unmarshal(b []byte) error
func (*WatchServiceAccountKeyRequest) UnmarshalJSON ¶
func (m *WatchServiceAccountKeyRequest) UnmarshalJSON(data []byte) error
type WatchServiceAccountKeyResponse ¶
type WatchServiceAccountKeyResponse struct { Change *service_account_key.ServiceAccountKeyChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty" firestore:"change"` // contains filtered or unexported fields }
WatchServiceAccountKeyResponse
func (*WatchServiceAccountKeyResponse) Descriptor ¶
func (*WatchServiceAccountKeyResponse) Descriptor() ([]byte, []int)
Deprecated, Use WatchServiceAccountKeyResponse.ProtoReflect.Descriptor instead.
func (*WatchServiceAccountKeyResponse) GetChange ¶
func (m *WatchServiceAccountKeyResponse) GetChange() *service_account_key.ServiceAccountKeyChange
func (*WatchServiceAccountKeyResponse) GotenMessage ¶
func (*WatchServiceAccountKeyResponse) GotenMessage()
func (*WatchServiceAccountKeyResponse) GotenValidate ¶
func (obj *WatchServiceAccountKeyResponse) GotenValidate() error
func (*WatchServiceAccountKeyResponse) Marshal ¶
func (m *WatchServiceAccountKeyResponse) Marshal() ([]byte, error)
func (*WatchServiceAccountKeyResponse) MarshalJSON ¶
func (m *WatchServiceAccountKeyResponse) MarshalJSON() ([]byte, error)
func (*WatchServiceAccountKeyResponse) ProtoMessage ¶
func (*WatchServiceAccountKeyResponse) ProtoMessage()
func (*WatchServiceAccountKeyResponse) ProtoReflect ¶
func (m *WatchServiceAccountKeyResponse) ProtoReflect() preflect.Message
func (*WatchServiceAccountKeyResponse) Reset ¶
func (m *WatchServiceAccountKeyResponse) Reset()
func (*WatchServiceAccountKeyResponse) SetChange ¶
func (m *WatchServiceAccountKeyResponse) SetChange(fv *service_account_key.ServiceAccountKeyChange)
func (*WatchServiceAccountKeyResponse) String ¶
func (m *WatchServiceAccountKeyResponse) String() string
func (*WatchServiceAccountKeyResponse) Unmarshal ¶
func (m *WatchServiceAccountKeyResponse) Unmarshal(b []byte) error
func (*WatchServiceAccountKeyResponse) UnmarshalJSON ¶
func (m *WatchServiceAccountKeyResponse) UnmarshalJSON(data []byte) error
type WatchServiceAccountKeysClientStream ¶
type WatchServiceAccountKeysClientStream interface { Recv() (*WatchServiceAccountKeysResponse, error) grpc.ClientStream }
type WatchServiceAccountKeysDescriptor ¶ added in v0.4.28
type WatchServiceAccountKeysDescriptor struct{}
func GetWatchServiceAccountKeysDescriptor ¶ added in v0.4.28
func GetWatchServiceAccountKeysDescriptor() *WatchServiceAccountKeysDescriptor
func (*WatchServiceAccountKeysDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*WatchServiceAccountKeysDescriptor) GetApiName ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) GetApiName() string
func (*WatchServiceAccountKeysDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchServiceAccountKeysDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) GetFullMethodName() string
func (*WatchServiceAccountKeysDescriptor) GetMethodName ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) GetMethodName() string
func (*WatchServiceAccountKeysDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) GetProtoPkgName() string
func (*WatchServiceAccountKeysDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *WatchServiceAccountKeysDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*WatchServiceAccountKeysDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchServiceAccountKeysDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) GetServiceDomain() string
func (*WatchServiceAccountKeysDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) GetServiceVersion() string
func (*WatchServiceAccountKeysDescriptor) GetVerb ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) GetVerb() string
func (*WatchServiceAccountKeysDescriptor) HasResource ¶ added in v0.4.30
func (d *WatchServiceAccountKeysDescriptor) HasResource() bool
func (*WatchServiceAccountKeysDescriptor) IsClientStream ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) IsClientStream() bool
func (*WatchServiceAccountKeysDescriptor) IsCollection ¶ added in v0.4.30
func (d *WatchServiceAccountKeysDescriptor) IsCollection() bool
func (*WatchServiceAccountKeysDescriptor) IsPlural ¶ added in v0.4.30
func (d *WatchServiceAccountKeysDescriptor) IsPlural() bool
func (*WatchServiceAccountKeysDescriptor) IsServerStream ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) IsServerStream() bool
func (*WatchServiceAccountKeysDescriptor) IsUnary ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) IsUnary() bool
func (*WatchServiceAccountKeysDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) NewEmptyClientMsg() proto.Message
func (*WatchServiceAccountKeysDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) NewEmptyServerMsg() proto.Message
func (*WatchServiceAccountKeysDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) RequestHasResourceBody() bool
type WatchServiceAccountKeysDescriptorClientMsgHandle ¶ added in v0.4.28
type WatchServiceAccountKeysDescriptorClientMsgHandle struct{}
func (*WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchServiceAccountKeysDescriptorServerMsgHandle ¶ added in v0.4.28
type WatchServiceAccountKeysDescriptorServerMsgHandle struct{}
func (*WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchServiceAccountKeysRequest ¶
type WatchServiceAccountKeysRequest struct { // Type of a watch. Identifies how server stream data to a client, which // fields in a request are allowed and which fields in response are relevant. Type watch_type.WatchType `protobuf:"varint,9,opt,name=type,proto3,enum=goten.types.WatchType" json:"type,omitempty" firestore:"type"` // Parent name of ntt.iam.v1alpha2.ServiceAccountKey Parent *service_account_key.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // Requested page size. Server may return fewer ServiceAccountKeys than // requested. If unspecified, server will pick an appropriate default. Can be // populated only for stateful watch type. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"` // A token identifying a page of results the server should return. // Can be populated only for stateful watch type. PageToken *service_account_key.PagerCursor `` /* 133-byte string literal not displayed */ // Order By - // https://cloud.google.com/apis/design/design_patterns#list_pagination Can be // populated only for stateful watch type. OrderBy *service_account_key.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"` // A token identifying watch resume point from previous session. // Can be populated only for stateless watch type. ResumeToken string `protobuf:"bytes,10,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"` // Point in the time from which we want to start getting updates. This field // can be populated only for stateless watch type and if resume token is not // known yet. If specified, initial snapshot will NOT be provided. It is // assumed client can obtain it using separate means. Watch responses will // contain resume tokens which should be used to resume broken connection. StartingTime *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=starting_time,json=startingTime,proto3" json:"starting_time,omitempty" firestore:"startingTime"` // Filter - filter results by field criteria. Simplified SQL-like syntax with // following operators: // <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS // [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels // CONTAINS "severity:important" OR (state.last_error_time > // "2018-11-15T10:00:00Z" AND state.status = "ERROR")' Filter *service_account_key.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view Changes to ServiceAccountKey that // don't affect any of masked fields won't be sent back. FieldMask *service_account_key.ServiceAccountKey_FieldMask `` /* 149-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask Changes to // ServiceAccountKey that don't affect any of masked fields won't be sent // back. View view.View `protobuf:"varint,8,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"` // Maximum amount of changes in each response message. Query result response // is divided on the server side into chunks with size of a specified amount // to limit memory footprint of each message. Responses will hold information // whether more elements will continue for the actual change. If unspecified, // server will pick an appropriate default. MaxChunkSize int32 `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for method [WatchServiceAccountKeys][ntt.iam.v1alpha2.WatchServiceAccountKeys]
func (*WatchServiceAccountKeysRequest) Descriptor ¶
func (*WatchServiceAccountKeysRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchServiceAccountKeysRequest.ProtoReflect.Descriptor instead.
func (*WatchServiceAccountKeysRequest) GetFieldMask ¶
func (m *WatchServiceAccountKeysRequest) GetFieldMask() *service_account_key.ServiceAccountKey_FieldMask
func (*WatchServiceAccountKeysRequest) GetFilter ¶
func (m *WatchServiceAccountKeysRequest) GetFilter() *service_account_key.Filter
func (*WatchServiceAccountKeysRequest) GetMaxChunkSize ¶
func (m *WatchServiceAccountKeysRequest) GetMaxChunkSize() int32
func (*WatchServiceAccountKeysRequest) GetOrderBy ¶
func (m *WatchServiceAccountKeysRequest) GetOrderBy() *service_account_key.OrderBy
func (*WatchServiceAccountKeysRequest) GetPageSize ¶
func (m *WatchServiceAccountKeysRequest) GetPageSize() int32
func (*WatchServiceAccountKeysRequest) GetPageToken ¶
func (m *WatchServiceAccountKeysRequest) GetPageToken() *service_account_key.PagerCursor
func (*WatchServiceAccountKeysRequest) GetParent ¶
func (m *WatchServiceAccountKeysRequest) GetParent() *service_account_key.ParentName
func (*WatchServiceAccountKeysRequest) GetResumeToken ¶
func (m *WatchServiceAccountKeysRequest) GetResumeToken() string
func (*WatchServiceAccountKeysRequest) GetStartingTime ¶ added in v0.9.0
func (m *WatchServiceAccountKeysRequest) GetStartingTime() *timestamppb.Timestamp
func (*WatchServiceAccountKeysRequest) GetType ¶
func (m *WatchServiceAccountKeysRequest) GetType() watch_type.WatchType
func (*WatchServiceAccountKeysRequest) GetView ¶
func (m *WatchServiceAccountKeysRequest) GetView() view.View
func (*WatchServiceAccountKeysRequest) GotenMessage ¶
func (*WatchServiceAccountKeysRequest) GotenMessage()
func (*WatchServiceAccountKeysRequest) GotenValidate ¶
func (obj *WatchServiceAccountKeysRequest) GotenValidate() error
func (*WatchServiceAccountKeysRequest) Marshal ¶
func (m *WatchServiceAccountKeysRequest) Marshal() ([]byte, error)
func (*WatchServiceAccountKeysRequest) MarshalJSON ¶
func (m *WatchServiceAccountKeysRequest) MarshalJSON() ([]byte, error)
func (*WatchServiceAccountKeysRequest) ProtoMessage ¶
func (*WatchServiceAccountKeysRequest) ProtoMessage()
func (*WatchServiceAccountKeysRequest) ProtoReflect ¶
func (m *WatchServiceAccountKeysRequest) ProtoReflect() preflect.Message
func (*WatchServiceAccountKeysRequest) Reset ¶
func (m *WatchServiceAccountKeysRequest) Reset()
func (*WatchServiceAccountKeysRequest) SetFieldMask ¶
func (m *WatchServiceAccountKeysRequest) SetFieldMask(fv *service_account_key.ServiceAccountKey_FieldMask)
func (*WatchServiceAccountKeysRequest) SetFilter ¶
func (m *WatchServiceAccountKeysRequest) SetFilter(fv *service_account_key.Filter)
func (*WatchServiceAccountKeysRequest) SetMaxChunkSize ¶
func (m *WatchServiceAccountKeysRequest) SetMaxChunkSize(fv int32)
func (*WatchServiceAccountKeysRequest) SetOrderBy ¶
func (m *WatchServiceAccountKeysRequest) SetOrderBy(fv *service_account_key.OrderBy)
func (*WatchServiceAccountKeysRequest) SetPageSize ¶
func (m *WatchServiceAccountKeysRequest) SetPageSize(fv int32)
func (*WatchServiceAccountKeysRequest) SetPageToken ¶
func (m *WatchServiceAccountKeysRequest) SetPageToken(fv *service_account_key.PagerCursor)
func (*WatchServiceAccountKeysRequest) SetParent ¶
func (m *WatchServiceAccountKeysRequest) SetParent(fv *service_account_key.ParentName)
func (*WatchServiceAccountKeysRequest) SetResumeToken ¶
func (m *WatchServiceAccountKeysRequest) SetResumeToken(fv string)
func (*WatchServiceAccountKeysRequest) SetStartingTime ¶ added in v0.9.0
func (m *WatchServiceAccountKeysRequest) SetStartingTime(fv *timestamppb.Timestamp)
func (*WatchServiceAccountKeysRequest) SetType ¶
func (m *WatchServiceAccountKeysRequest) SetType(fv watch_type.WatchType)
func (*WatchServiceAccountKeysRequest) SetView ¶
func (m *WatchServiceAccountKeysRequest) SetView(fv view.View)
func (*WatchServiceAccountKeysRequest) String ¶
func (m *WatchServiceAccountKeysRequest) String() string
func (*WatchServiceAccountKeysRequest) Unmarshal ¶
func (m *WatchServiceAccountKeysRequest) Unmarshal(b []byte) error
func (*WatchServiceAccountKeysRequest) UnmarshalJSON ¶
func (m *WatchServiceAccountKeysRequest) UnmarshalJSON(data []byte) error
type WatchServiceAccountKeysResponse ¶
type WatchServiceAccountKeysResponse struct { // Changes of ServiceAccountKeys ServiceAccountKeyChanges []*service_account_key.ServiceAccountKeyChange `` /* 174-byte string literal not displayed */ // If request specified max_chunk_size (or this limit was enforced if // stateless watch has been chosen), then responses with "full changeset" will // be divided into chunks. Client should keep receiving messages and, once // is_current has value true, combine this recent message with all previous // ones where is_current is false. If this is the first is_current in a whole // watch stream, then it means that client should have, at this moment, // contain snapshot of the current situation (or more accurately, snapshot of // situation at the moment of request). All ServiceAccountKeys will be of type // Added/Current (depending on watch_type specified in the request). Further // responses will be incremental - however messages may still be chunked and // is_current logic still applies. is_current is always true for stateful // watch if max_chunk_size was left to 0. IsCurrent bool `protobuf:"varint,4,opt,name=is_current,json=isCurrent,proto3" json:"is_current,omitempty" firestore:"isCurrent"` // When present, PageTokens used for page navigation should be updated. // Present only if is_current is true (last chunk). PageTokenChange *WatchServiceAccountKeysResponse_PageTokenChange `` /* 136-byte string literal not displayed */ // Token that can be used if current connection drops and client needs to // reconnect. Populated only for stateless watch type. Present only if // is_current is true (last chunk). ResumeToken string `protobuf:"bytes,5,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"` // Server may occasionally send information how many resources should client // have in its state so far (response message without any changes, but with // snapshot_size field specified). If client has different value than the one // sent by the server, then it should be treated by a client as an error and // should reconnect. If value is smaller then 0, then client should ignore // this field as unpopulated. This field should be checked only for stateless // watch. In stateful those kind of errors are handled by the server side. // Will be never sent together with is_current, is_soft_reset and // is_hard_reset flags. SnapshotSize int64 `protobuf:"varint,6,opt,name=snapshot_size,json=snapshotSize,proto3" json:"snapshot_size,omitempty" firestore:"snapshotSize"` // In case of internal issue server may send response message with this flag. // It indicates that client should drop all changes from recent responses // where is_current is false only! If last message had is_current set to true, // client should do nothing and process normally. Resume token received before // is still valid. This field should be checked only for stateless watch. In // stateful those kind of errors are handled by the server side. Will never be // sent along with is_current, is_hard_reset or snapshot_size. IsSoftReset bool `protobuf:"varint,7,opt,name=is_soft_reset,json=isSoftReset,proto3" json:"is_soft_reset,omitempty" firestore:"isSoftReset"` // In case of internal issue server may send response message with this flag. // After receiving, client should clear whole state (drop all changes received // so far) as server will send new snapshot (ServiceAccountKeys will contains // changes of type Current only). Any resume tokens should be discarded as // well. This field should be checked only for stateless watch. In stateful // those kind of errors are handled by the server side. Will never be sent // along with is_current, is_soft_reset or snapshot_size. IsHardReset bool `protobuf:"varint,8,opt,name=is_hard_reset,json=isHardReset,proto3" json:"is_hard_reset,omitempty" firestore:"isHardReset"` // contains filtered or unexported fields }
WatchServiceAccountKeysResponse
func (*WatchServiceAccountKeysResponse) Descriptor ¶
func (*WatchServiceAccountKeysResponse) Descriptor() ([]byte, []int)
Deprecated, Use WatchServiceAccountKeysResponse.ProtoReflect.Descriptor instead.
func (*WatchServiceAccountKeysResponse) GetIsCurrent ¶
func (m *WatchServiceAccountKeysResponse) GetIsCurrent() bool
func (*WatchServiceAccountKeysResponse) GetIsHardReset ¶
func (m *WatchServiceAccountKeysResponse) GetIsHardReset() bool
func (*WatchServiceAccountKeysResponse) GetIsSoftReset ¶
func (m *WatchServiceAccountKeysResponse) GetIsSoftReset() bool
func (*WatchServiceAccountKeysResponse) GetPageTokenChange ¶
func (m *WatchServiceAccountKeysResponse) GetPageTokenChange() *WatchServiceAccountKeysResponse_PageTokenChange
func (*WatchServiceAccountKeysResponse) GetResumeToken ¶
func (m *WatchServiceAccountKeysResponse) GetResumeToken() string
func (*WatchServiceAccountKeysResponse) GetServiceAccountKeyChanges ¶
func (m *WatchServiceAccountKeysResponse) GetServiceAccountKeyChanges() []*service_account_key.ServiceAccountKeyChange
func (*WatchServiceAccountKeysResponse) GetSnapshotSize ¶
func (m *WatchServiceAccountKeysResponse) GetSnapshotSize() int64
func (*WatchServiceAccountKeysResponse) GotenMessage ¶
func (*WatchServiceAccountKeysResponse) GotenMessage()
func (*WatchServiceAccountKeysResponse) GotenValidate ¶
func (obj *WatchServiceAccountKeysResponse) GotenValidate() error
func (*WatchServiceAccountKeysResponse) Marshal ¶
func (m *WatchServiceAccountKeysResponse) Marshal() ([]byte, error)
func (*WatchServiceAccountKeysResponse) MarshalJSON ¶
func (m *WatchServiceAccountKeysResponse) MarshalJSON() ([]byte, error)
func (*WatchServiceAccountKeysResponse) ProtoMessage ¶
func (*WatchServiceAccountKeysResponse) ProtoMessage()
func (*WatchServiceAccountKeysResponse) ProtoReflect ¶
func (m *WatchServiceAccountKeysResponse) ProtoReflect() preflect.Message
func (*WatchServiceAccountKeysResponse) Reset ¶
func (m *WatchServiceAccountKeysResponse) Reset()
func (*WatchServiceAccountKeysResponse) SetIsCurrent ¶
func (m *WatchServiceAccountKeysResponse) SetIsCurrent(fv bool)
func (*WatchServiceAccountKeysResponse) SetIsHardReset ¶
func (m *WatchServiceAccountKeysResponse) SetIsHardReset(fv bool)
func (*WatchServiceAccountKeysResponse) SetIsSoftReset ¶
func (m *WatchServiceAccountKeysResponse) SetIsSoftReset(fv bool)
func (*WatchServiceAccountKeysResponse) SetPageTokenChange ¶
func (m *WatchServiceAccountKeysResponse) SetPageTokenChange(fv *WatchServiceAccountKeysResponse_PageTokenChange)
func (*WatchServiceAccountKeysResponse) SetResumeToken ¶
func (m *WatchServiceAccountKeysResponse) SetResumeToken(fv string)
func (*WatchServiceAccountKeysResponse) SetServiceAccountKeyChanges ¶
func (m *WatchServiceAccountKeysResponse) SetServiceAccountKeyChanges(fv []*service_account_key.ServiceAccountKeyChange)
func (*WatchServiceAccountKeysResponse) SetSnapshotSize ¶
func (m *WatchServiceAccountKeysResponse) SetSnapshotSize(fv int64)
func (*WatchServiceAccountKeysResponse) String ¶
func (m *WatchServiceAccountKeysResponse) String() string
func (*WatchServiceAccountKeysResponse) Unmarshal ¶
func (m *WatchServiceAccountKeysResponse) Unmarshal(b []byte) error
func (*WatchServiceAccountKeysResponse) UnmarshalJSON ¶
func (m *WatchServiceAccountKeysResponse) UnmarshalJSON(data []byte) error
type WatchServiceAccountKeysResponse_PageTokenChange ¶
type WatchServiceAccountKeysResponse_PageTokenChange struct { // New token to retrieve previous page of results. PrevPageToken *service_account_key.PagerCursor `` /* 151-byte string literal not displayed */ // New token to retrieve next page of results. NextPageToken *service_account_key.PagerCursor `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
func (*WatchServiceAccountKeysResponse_PageTokenChange) Descriptor ¶
func (*WatchServiceAccountKeysResponse_PageTokenChange) Descriptor() ([]byte, []int)
Deprecated, Use WatchServiceAccountKeysResponse_PageTokenChange.ProtoReflect.Descriptor instead.
func (*WatchServiceAccountKeysResponse_PageTokenChange) GetNextPageToken ¶
func (m *WatchServiceAccountKeysResponse_PageTokenChange) GetNextPageToken() *service_account_key.PagerCursor
func (*WatchServiceAccountKeysResponse_PageTokenChange) GetPrevPageToken ¶
func (m *WatchServiceAccountKeysResponse_PageTokenChange) GetPrevPageToken() *service_account_key.PagerCursor
func (*WatchServiceAccountKeysResponse_PageTokenChange) GotenMessage ¶
func (*WatchServiceAccountKeysResponse_PageTokenChange) GotenMessage()
func (*WatchServiceAccountKeysResponse_PageTokenChange) GotenValidate ¶
func (obj *WatchServiceAccountKeysResponse_PageTokenChange) GotenValidate() error
func (*WatchServiceAccountKeysResponse_PageTokenChange) Marshal ¶
func (m *WatchServiceAccountKeysResponse_PageTokenChange) Marshal() ([]byte, error)
func (*WatchServiceAccountKeysResponse_PageTokenChange) MarshalJSON ¶
func (m *WatchServiceAccountKeysResponse_PageTokenChange) MarshalJSON() ([]byte, error)
func (*WatchServiceAccountKeysResponse_PageTokenChange) ProtoMessage ¶
func (*WatchServiceAccountKeysResponse_PageTokenChange) ProtoMessage()
func (*WatchServiceAccountKeysResponse_PageTokenChange) ProtoReflect ¶
func (m *WatchServiceAccountKeysResponse_PageTokenChange) ProtoReflect() preflect.Message
func (*WatchServiceAccountKeysResponse_PageTokenChange) Reset ¶
func (m *WatchServiceAccountKeysResponse_PageTokenChange) Reset()
func (*WatchServiceAccountKeysResponse_PageTokenChange) SetNextPageToken ¶
func (m *WatchServiceAccountKeysResponse_PageTokenChange) SetNextPageToken(fv *service_account_key.PagerCursor)
func (*WatchServiceAccountKeysResponse_PageTokenChange) SetPrevPageToken ¶
func (m *WatchServiceAccountKeysResponse_PageTokenChange) SetPrevPageToken(fv *service_account_key.PagerCursor)
func (*WatchServiceAccountKeysResponse_PageTokenChange) String ¶
func (m *WatchServiceAccountKeysResponse_PageTokenChange) String() string
func (*WatchServiceAccountKeysResponse_PageTokenChange) Unmarshal ¶
func (m *WatchServiceAccountKeysResponse_PageTokenChange) Unmarshal(b []byte) error
func (*WatchServiceAccountKeysResponse_PageTokenChange) UnmarshalJSON ¶
func (m *WatchServiceAccountKeysResponse_PageTokenChange) UnmarshalJSON(data []byte) error