Documentation ¶
Index ¶
- type AttestationDomainServiceClient
- type AttestationDomainServiceDescriptor
- func (d *AttestationDomainServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
- func (d *AttestationDomainServiceDescriptor) GetApiName() string
- func (d *AttestationDomainServiceDescriptor) GetFullAPIName() string
- func (d *AttestationDomainServiceDescriptor) GetProtoPkgName() string
- func (d *AttestationDomainServiceDescriptor) GetServiceDomain() string
- func (d *AttestationDomainServiceDescriptor) GetServiceVersion() string
- type BatchGetAttestationDomainsDescriptor
- func (d *BatchGetAttestationDomainsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *BatchGetAttestationDomainsDescriptor) GetApiName() string
- func (d *BatchGetAttestationDomainsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *BatchGetAttestationDomainsDescriptor) GetFullMethodName() string
- func (d *BatchGetAttestationDomainsDescriptor) GetMethodName() string
- func (d *BatchGetAttestationDomainsDescriptor) GetProtoPkgName() string
- func (d *BatchGetAttestationDomainsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *BatchGetAttestationDomainsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *BatchGetAttestationDomainsDescriptor) GetServiceDomain() string
- func (d *BatchGetAttestationDomainsDescriptor) GetServiceVersion() string
- func (d *BatchGetAttestationDomainsDescriptor) GetVerb() string
- func (d *BatchGetAttestationDomainsDescriptor) HasResource() bool
- func (d *BatchGetAttestationDomainsDescriptor) IsClientStream() bool
- func (d *BatchGetAttestationDomainsDescriptor) IsCollection() bool
- func (d *BatchGetAttestationDomainsDescriptor) IsPlural() bool
- func (d *BatchGetAttestationDomainsDescriptor) IsServerStream() bool
- func (d *BatchGetAttestationDomainsDescriptor) IsUnary() bool
- func (d *BatchGetAttestationDomainsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *BatchGetAttestationDomainsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *BatchGetAttestationDomainsDescriptor) RequestHasResourceBody() bool
- type BatchGetAttestationDomainsDescriptorClientMsgHandle
- func (h *BatchGetAttestationDomainsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *BatchGetAttestationDomainsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *BatchGetAttestationDomainsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *BatchGetAttestationDomainsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *BatchGetAttestationDomainsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type BatchGetAttestationDomainsDescriptorServerMsgHandle
- func (h *BatchGetAttestationDomainsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *BatchGetAttestationDomainsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *BatchGetAttestationDomainsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *BatchGetAttestationDomainsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *BatchGetAttestationDomainsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type BatchGetAttestationDomainsRequest
- func (*BatchGetAttestationDomainsRequest) Descriptor() ([]byte, []int)
- func (m *BatchGetAttestationDomainsRequest) GetFieldMask() *attestation_domain.AttestationDomain_FieldMask
- func (m *BatchGetAttestationDomainsRequest) GetNames() []*attestation_domain.Name
- func (m *BatchGetAttestationDomainsRequest) GetView() view.View
- func (*BatchGetAttestationDomainsRequest) GotenMessage()
- func (obj *BatchGetAttestationDomainsRequest) GotenValidate() error
- func (m *BatchGetAttestationDomainsRequest) Marshal() ([]byte, error)
- func (m *BatchGetAttestationDomainsRequest) MarshalJSON() ([]byte, error)
- func (*BatchGetAttestationDomainsRequest) ProtoMessage()
- func (m *BatchGetAttestationDomainsRequest) ProtoReflect() preflect.Message
- func (m *BatchGetAttestationDomainsRequest) Reset()
- func (m *BatchGetAttestationDomainsRequest) SetFieldMask(fv *attestation_domain.AttestationDomain_FieldMask)
- func (m *BatchGetAttestationDomainsRequest) SetNames(fv []*attestation_domain.Name)
- func (m *BatchGetAttestationDomainsRequest) SetView(fv view.View)
- func (m *BatchGetAttestationDomainsRequest) String() string
- func (m *BatchGetAttestationDomainsRequest) Unmarshal(b []byte) error
- func (m *BatchGetAttestationDomainsRequest) UnmarshalJSON(data []byte) error
- type BatchGetAttestationDomainsResponse
- func (*BatchGetAttestationDomainsResponse) Descriptor() ([]byte, []int)
- func (m *BatchGetAttestationDomainsResponse) GetAttestationDomains() []*attestation_domain.AttestationDomain
- func (m *BatchGetAttestationDomainsResponse) GetMissing() []*attestation_domain.Name
- func (*BatchGetAttestationDomainsResponse) GotenMessage()
- func (obj *BatchGetAttestationDomainsResponse) GotenValidate() error
- func (m *BatchGetAttestationDomainsResponse) Marshal() ([]byte, error)
- func (m *BatchGetAttestationDomainsResponse) MarshalJSON() ([]byte, error)
- func (*BatchGetAttestationDomainsResponse) ProtoMessage()
- func (m *BatchGetAttestationDomainsResponse) ProtoReflect() preflect.Message
- func (m *BatchGetAttestationDomainsResponse) Reset()
- func (m *BatchGetAttestationDomainsResponse) SetAttestationDomains(fv []*attestation_domain.AttestationDomain)
- func (m *BatchGetAttestationDomainsResponse) SetMissing(fv []*attestation_domain.Name)
- func (m *BatchGetAttestationDomainsResponse) String() string
- func (m *BatchGetAttestationDomainsResponse) Unmarshal(b []byte) error
- func (m *BatchGetAttestationDomainsResponse) UnmarshalJSON(data []byte) error
- type CreateAttestationDomainDescriptor
- func (d *CreateAttestationDomainDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *CreateAttestationDomainDescriptor) GetApiName() string
- func (d *CreateAttestationDomainDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreateAttestationDomainDescriptor) GetFullMethodName() string
- func (d *CreateAttestationDomainDescriptor) GetMethodName() string
- func (d *CreateAttestationDomainDescriptor) GetProtoPkgName() string
- func (d *CreateAttestationDomainDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *CreateAttestationDomainDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreateAttestationDomainDescriptor) GetServiceDomain() string
- func (d *CreateAttestationDomainDescriptor) GetServiceVersion() string
- func (d *CreateAttestationDomainDescriptor) GetVerb() string
- func (d *CreateAttestationDomainDescriptor) HasResource() bool
- func (d *CreateAttestationDomainDescriptor) IsClientStream() bool
- func (d *CreateAttestationDomainDescriptor) IsCollection() bool
- func (d *CreateAttestationDomainDescriptor) IsPlural() bool
- func (d *CreateAttestationDomainDescriptor) IsServerStream() bool
- func (d *CreateAttestationDomainDescriptor) IsUnary() bool
- func (d *CreateAttestationDomainDescriptor) NewEmptyClientMsg() proto.Message
- func (d *CreateAttestationDomainDescriptor) NewEmptyServerMsg() proto.Message
- func (d *CreateAttestationDomainDescriptor) RequestHasResourceBody() bool
- type CreateAttestationDomainDescriptorClientMsgHandle
- func (h *CreateAttestationDomainDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreateAttestationDomainDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *CreateAttestationDomainDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *CreateAttestationDomainDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreateAttestationDomainDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreateAttestationDomainDescriptorServerMsgHandle
- func (h *CreateAttestationDomainDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreateAttestationDomainDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *CreateAttestationDomainDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *CreateAttestationDomainDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreateAttestationDomainDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreateAttestationDomainRequest
- func (*CreateAttestationDomainRequest) Descriptor() ([]byte, []int)
- func (m *CreateAttestationDomainRequest) GetAttestationDomain() *attestation_domain.AttestationDomain
- func (m *CreateAttestationDomainRequest) GetParent() *attestation_domain.ParentName
- func (*CreateAttestationDomainRequest) GotenMessage()
- func (obj *CreateAttestationDomainRequest) GotenValidate() error
- func (m *CreateAttestationDomainRequest) Marshal() ([]byte, error)
- func (m *CreateAttestationDomainRequest) MarshalJSON() ([]byte, error)
- func (*CreateAttestationDomainRequest) ProtoMessage()
- func (m *CreateAttestationDomainRequest) ProtoReflect() preflect.Message
- func (m *CreateAttestationDomainRequest) Reset()
- func (m *CreateAttestationDomainRequest) SetAttestationDomain(fv *attestation_domain.AttestationDomain)
- func (m *CreateAttestationDomainRequest) SetParent(fv *attestation_domain.ParentName)
- func (m *CreateAttestationDomainRequest) String() string
- func (m *CreateAttestationDomainRequest) Unmarshal(b []byte) error
- func (m *CreateAttestationDomainRequest) UnmarshalJSON(data []byte) error
- type DeleteAttestationDomainDescriptor
- func (d *DeleteAttestationDomainDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *DeleteAttestationDomainDescriptor) GetApiName() string
- func (d *DeleteAttestationDomainDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *DeleteAttestationDomainDescriptor) GetFullMethodName() string
- func (d *DeleteAttestationDomainDescriptor) GetMethodName() string
- func (d *DeleteAttestationDomainDescriptor) GetProtoPkgName() string
- func (d *DeleteAttestationDomainDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *DeleteAttestationDomainDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *DeleteAttestationDomainDescriptor) GetServiceDomain() string
- func (d *DeleteAttestationDomainDescriptor) GetServiceVersion() string
- func (d *DeleteAttestationDomainDescriptor) GetVerb() string
- func (d *DeleteAttestationDomainDescriptor) HasResource() bool
- func (d *DeleteAttestationDomainDescriptor) IsClientStream() bool
- func (d *DeleteAttestationDomainDescriptor) IsCollection() bool
- func (d *DeleteAttestationDomainDescriptor) IsPlural() bool
- func (d *DeleteAttestationDomainDescriptor) IsServerStream() bool
- func (d *DeleteAttestationDomainDescriptor) IsUnary() bool
- func (d *DeleteAttestationDomainDescriptor) NewEmptyClientMsg() proto.Message
- func (d *DeleteAttestationDomainDescriptor) NewEmptyServerMsg() proto.Message
- func (d *DeleteAttestationDomainDescriptor) RequestHasResourceBody() bool
- type DeleteAttestationDomainDescriptorClientMsgHandle
- func (h *DeleteAttestationDomainDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *DeleteAttestationDomainDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *DeleteAttestationDomainDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *DeleteAttestationDomainDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *DeleteAttestationDomainDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type DeleteAttestationDomainDescriptorServerMsgHandle
- func (h *DeleteAttestationDomainDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *DeleteAttestationDomainDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *DeleteAttestationDomainDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *DeleteAttestationDomainDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *DeleteAttestationDomainDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type DeleteAttestationDomainRequest
- func (*DeleteAttestationDomainRequest) Descriptor() ([]byte, []int)
- func (m *DeleteAttestationDomainRequest) GetName() *attestation_domain.Name
- func (*DeleteAttestationDomainRequest) GotenMessage()
- func (obj *DeleteAttestationDomainRequest) GotenValidate() error
- func (m *DeleteAttestationDomainRequest) Marshal() ([]byte, error)
- func (m *DeleteAttestationDomainRequest) MarshalJSON() ([]byte, error)
- func (*DeleteAttestationDomainRequest) ProtoMessage()
- func (m *DeleteAttestationDomainRequest) ProtoReflect() preflect.Message
- func (m *DeleteAttestationDomainRequest) Reset()
- func (m *DeleteAttestationDomainRequest) SetName(fv *attestation_domain.Name)
- func (m *DeleteAttestationDomainRequest) String() string
- func (m *DeleteAttestationDomainRequest) Unmarshal(b []byte) error
- func (m *DeleteAttestationDomainRequest) UnmarshalJSON(data []byte) error
- type GetAttestationDomainDescriptor
- func (d *GetAttestationDomainDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *GetAttestationDomainDescriptor) GetApiName() string
- func (d *GetAttestationDomainDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *GetAttestationDomainDescriptor) GetFullMethodName() string
- func (d *GetAttestationDomainDescriptor) GetMethodName() string
- func (d *GetAttestationDomainDescriptor) GetProtoPkgName() string
- func (d *GetAttestationDomainDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *GetAttestationDomainDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *GetAttestationDomainDescriptor) GetServiceDomain() string
- func (d *GetAttestationDomainDescriptor) GetServiceVersion() string
- func (d *GetAttestationDomainDescriptor) GetVerb() string
- func (d *GetAttestationDomainDescriptor) HasResource() bool
- func (d *GetAttestationDomainDescriptor) IsClientStream() bool
- func (d *GetAttestationDomainDescriptor) IsCollection() bool
- func (d *GetAttestationDomainDescriptor) IsPlural() bool
- func (d *GetAttestationDomainDescriptor) IsServerStream() bool
- func (d *GetAttestationDomainDescriptor) IsUnary() bool
- func (d *GetAttestationDomainDescriptor) NewEmptyClientMsg() proto.Message
- func (d *GetAttestationDomainDescriptor) NewEmptyServerMsg() proto.Message
- func (d *GetAttestationDomainDescriptor) RequestHasResourceBody() bool
- type GetAttestationDomainDescriptorClientMsgHandle
- func (h *GetAttestationDomainDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *GetAttestationDomainDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *GetAttestationDomainDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *GetAttestationDomainDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *GetAttestationDomainDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type GetAttestationDomainDescriptorServerMsgHandle
- func (h *GetAttestationDomainDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *GetAttestationDomainDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *GetAttestationDomainDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *GetAttestationDomainDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *GetAttestationDomainDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type GetAttestationDomainRequest
- func (*GetAttestationDomainRequest) Descriptor() ([]byte, []int)
- func (m *GetAttestationDomainRequest) GetFieldMask() *attestation_domain.AttestationDomain_FieldMask
- func (m *GetAttestationDomainRequest) GetName() *attestation_domain.Name
- func (m *GetAttestationDomainRequest) GetView() view.View
- func (*GetAttestationDomainRequest) GotenMessage()
- func (obj *GetAttestationDomainRequest) GotenValidate() error
- func (m *GetAttestationDomainRequest) Marshal() ([]byte, error)
- func (m *GetAttestationDomainRequest) MarshalJSON() ([]byte, error)
- func (*GetAttestationDomainRequest) ProtoMessage()
- func (m *GetAttestationDomainRequest) ProtoReflect() preflect.Message
- func (m *GetAttestationDomainRequest) Reset()
- func (m *GetAttestationDomainRequest) SetFieldMask(fv *attestation_domain.AttestationDomain_FieldMask)
- func (m *GetAttestationDomainRequest) SetName(fv *attestation_domain.Name)
- func (m *GetAttestationDomainRequest) SetView(fv view.View)
- func (m *GetAttestationDomainRequest) String() string
- func (m *GetAttestationDomainRequest) Unmarshal(b []byte) error
- func (m *GetAttestationDomainRequest) UnmarshalJSON(data []byte) error
- type ListAttestationDomainsDescriptor
- func (d *ListAttestationDomainsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *ListAttestationDomainsDescriptor) GetApiName() string
- func (d *ListAttestationDomainsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListAttestationDomainsDescriptor) GetFullMethodName() string
- func (d *ListAttestationDomainsDescriptor) GetMethodName() string
- func (d *ListAttestationDomainsDescriptor) GetProtoPkgName() string
- func (d *ListAttestationDomainsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *ListAttestationDomainsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListAttestationDomainsDescriptor) GetServiceDomain() string
- func (d *ListAttestationDomainsDescriptor) GetServiceVersion() string
- func (d *ListAttestationDomainsDescriptor) GetVerb() string
- func (d *ListAttestationDomainsDescriptor) HasResource() bool
- func (d *ListAttestationDomainsDescriptor) IsClientStream() bool
- func (d *ListAttestationDomainsDescriptor) IsCollection() bool
- func (d *ListAttestationDomainsDescriptor) IsPlural() bool
- func (d *ListAttestationDomainsDescriptor) IsServerStream() bool
- func (d *ListAttestationDomainsDescriptor) IsUnary() bool
- func (d *ListAttestationDomainsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *ListAttestationDomainsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *ListAttestationDomainsDescriptor) RequestHasResourceBody() bool
- type ListAttestationDomainsDescriptorClientMsgHandle
- func (h *ListAttestationDomainsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListAttestationDomainsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *ListAttestationDomainsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *ListAttestationDomainsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListAttestationDomainsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListAttestationDomainsDescriptorServerMsgHandle
- func (h *ListAttestationDomainsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListAttestationDomainsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *ListAttestationDomainsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *ListAttestationDomainsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListAttestationDomainsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListAttestationDomainsRequest
- func (*ListAttestationDomainsRequest) Descriptor() ([]byte, []int)
- func (m *ListAttestationDomainsRequest) GetFieldMask() *attestation_domain.AttestationDomain_FieldMask
- func (m *ListAttestationDomainsRequest) GetFilter() *attestation_domain.Filter
- func (m *ListAttestationDomainsRequest) GetIncludePagingInfo() bool
- func (m *ListAttestationDomainsRequest) GetOrderBy() *attestation_domain.OrderBy
- func (m *ListAttestationDomainsRequest) GetPageSize() int32
- func (m *ListAttestationDomainsRequest) GetPageToken() *attestation_domain.PagerCursor
- func (m *ListAttestationDomainsRequest) GetParent() *attestation_domain.ParentName
- func (m *ListAttestationDomainsRequest) GetView() view.View
- func (*ListAttestationDomainsRequest) GotenMessage()
- func (obj *ListAttestationDomainsRequest) GotenValidate() error
- func (m *ListAttestationDomainsRequest) Marshal() ([]byte, error)
- func (m *ListAttestationDomainsRequest) MarshalJSON() ([]byte, error)
- func (*ListAttestationDomainsRequest) ProtoMessage()
- func (m *ListAttestationDomainsRequest) ProtoReflect() preflect.Message
- func (m *ListAttestationDomainsRequest) Reset()
- func (m *ListAttestationDomainsRequest) SetFieldMask(fv *attestation_domain.AttestationDomain_FieldMask)
- func (m *ListAttestationDomainsRequest) SetFilter(fv *attestation_domain.Filter)
- func (m *ListAttestationDomainsRequest) SetIncludePagingInfo(fv bool)
- func (m *ListAttestationDomainsRequest) SetOrderBy(fv *attestation_domain.OrderBy)
- func (m *ListAttestationDomainsRequest) SetPageSize(fv int32)
- func (m *ListAttestationDomainsRequest) SetPageToken(fv *attestation_domain.PagerCursor)
- func (m *ListAttestationDomainsRequest) SetParent(fv *attestation_domain.ParentName)
- func (m *ListAttestationDomainsRequest) SetView(fv view.View)
- func (m *ListAttestationDomainsRequest) String() string
- func (m *ListAttestationDomainsRequest) Unmarshal(b []byte) error
- func (m *ListAttestationDomainsRequest) UnmarshalJSON(data []byte) error
- type ListAttestationDomainsResponse
- func (*ListAttestationDomainsResponse) Descriptor() ([]byte, []int)
- func (m *ListAttestationDomainsResponse) GetAttestationDomains() []*attestation_domain.AttestationDomain
- func (m *ListAttestationDomainsResponse) GetCurrentOffset() int32
- func (m *ListAttestationDomainsResponse) GetNextPageToken() *attestation_domain.PagerCursor
- func (m *ListAttestationDomainsResponse) GetPrevPageToken() *attestation_domain.PagerCursor
- func (m *ListAttestationDomainsResponse) GetTotalResultsCount() int32
- func (*ListAttestationDomainsResponse) GotenMessage()
- func (obj *ListAttestationDomainsResponse) GotenValidate() error
- func (m *ListAttestationDomainsResponse) Marshal() ([]byte, error)
- func (m *ListAttestationDomainsResponse) MarshalJSON() ([]byte, error)
- func (*ListAttestationDomainsResponse) ProtoMessage()
- func (m *ListAttestationDomainsResponse) ProtoReflect() preflect.Message
- func (m *ListAttestationDomainsResponse) Reset()
- func (m *ListAttestationDomainsResponse) SetAttestationDomains(fv []*attestation_domain.AttestationDomain)
- func (m *ListAttestationDomainsResponse) SetCurrentOffset(fv int32)
- func (m *ListAttestationDomainsResponse) SetNextPageToken(fv *attestation_domain.PagerCursor)
- func (m *ListAttestationDomainsResponse) SetPrevPageToken(fv *attestation_domain.PagerCursor)
- func (m *ListAttestationDomainsResponse) SetTotalResultsCount(fv int32)
- func (m *ListAttestationDomainsResponse) String() string
- func (m *ListAttestationDomainsResponse) Unmarshal(b []byte) error
- func (m *ListAttestationDomainsResponse) UnmarshalJSON(data []byte) error
- type UpdateAttestationDomainDescriptor
- func (d *UpdateAttestationDomainDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *UpdateAttestationDomainDescriptor) GetApiName() string
- func (d *UpdateAttestationDomainDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *UpdateAttestationDomainDescriptor) GetFullMethodName() string
- func (d *UpdateAttestationDomainDescriptor) GetMethodName() string
- func (d *UpdateAttestationDomainDescriptor) GetProtoPkgName() string
- func (d *UpdateAttestationDomainDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *UpdateAttestationDomainDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *UpdateAttestationDomainDescriptor) GetServiceDomain() string
- func (d *UpdateAttestationDomainDescriptor) GetServiceVersion() string
- func (d *UpdateAttestationDomainDescriptor) GetVerb() string
- func (d *UpdateAttestationDomainDescriptor) HasResource() bool
- func (d *UpdateAttestationDomainDescriptor) IsClientStream() bool
- func (d *UpdateAttestationDomainDescriptor) IsCollection() bool
- func (d *UpdateAttestationDomainDescriptor) IsPlural() bool
- func (d *UpdateAttestationDomainDescriptor) IsServerStream() bool
- func (d *UpdateAttestationDomainDescriptor) IsUnary() bool
- func (d *UpdateAttestationDomainDescriptor) NewEmptyClientMsg() proto.Message
- func (d *UpdateAttestationDomainDescriptor) NewEmptyServerMsg() proto.Message
- func (d *UpdateAttestationDomainDescriptor) RequestHasResourceBody() bool
- type UpdateAttestationDomainDescriptorClientMsgHandle
- func (h *UpdateAttestationDomainDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *UpdateAttestationDomainDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *UpdateAttestationDomainDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *UpdateAttestationDomainDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *UpdateAttestationDomainDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type UpdateAttestationDomainDescriptorServerMsgHandle
- func (h *UpdateAttestationDomainDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *UpdateAttestationDomainDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *UpdateAttestationDomainDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *UpdateAttestationDomainDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *UpdateAttestationDomainDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type UpdateAttestationDomainRequest
- func (*UpdateAttestationDomainRequest) Descriptor() ([]byte, []int)
- func (m *UpdateAttestationDomainRequest) GetAllowMissing() bool
- func (m *UpdateAttestationDomainRequest) GetAttestationDomain() *attestation_domain.AttestationDomain
- func (m *UpdateAttestationDomainRequest) GetCas() *UpdateAttestationDomainRequest_CAS
- func (m *UpdateAttestationDomainRequest) GetUpdateMask() *attestation_domain.AttestationDomain_FieldMask
- func (*UpdateAttestationDomainRequest) GotenMessage()
- func (obj *UpdateAttestationDomainRequest) GotenValidate() error
- func (m *UpdateAttestationDomainRequest) Marshal() ([]byte, error)
- func (m *UpdateAttestationDomainRequest) MarshalJSON() ([]byte, error)
- func (*UpdateAttestationDomainRequest) ProtoMessage()
- func (m *UpdateAttestationDomainRequest) ProtoReflect() preflect.Message
- func (m *UpdateAttestationDomainRequest) Reset()
- func (m *UpdateAttestationDomainRequest) SetAllowMissing(fv bool)
- func (m *UpdateAttestationDomainRequest) SetAttestationDomain(fv *attestation_domain.AttestationDomain)
- func (m *UpdateAttestationDomainRequest) SetCas(fv *UpdateAttestationDomainRequest_CAS)
- func (m *UpdateAttestationDomainRequest) SetUpdateMask(fv *attestation_domain.AttestationDomain_FieldMask)
- func (m *UpdateAttestationDomainRequest) String() string
- func (m *UpdateAttestationDomainRequest) Unmarshal(b []byte) error
- func (m *UpdateAttestationDomainRequest) UnmarshalJSON(data []byte) error
- type UpdateAttestationDomainRequest_CAS
- func (*UpdateAttestationDomainRequest_CAS) Descriptor() ([]byte, []int)
- func (m *UpdateAttestationDomainRequest_CAS) GetConditionalState() *attestation_domain.AttestationDomain
- func (m *UpdateAttestationDomainRequest_CAS) GetFieldMask() *attestation_domain.AttestationDomain_FieldMask
- func (*UpdateAttestationDomainRequest_CAS) GotenMessage()
- func (obj *UpdateAttestationDomainRequest_CAS) GotenValidate() error
- func (m *UpdateAttestationDomainRequest_CAS) Marshal() ([]byte, error)
- func (m *UpdateAttestationDomainRequest_CAS) MarshalJSON() ([]byte, error)
- func (*UpdateAttestationDomainRequest_CAS) ProtoMessage()
- func (m *UpdateAttestationDomainRequest_CAS) ProtoReflect() preflect.Message
- func (m *UpdateAttestationDomainRequest_CAS) Reset()
- func (m *UpdateAttestationDomainRequest_CAS) SetConditionalState(fv *attestation_domain.AttestationDomain)
- func (m *UpdateAttestationDomainRequest_CAS) SetFieldMask(fv *attestation_domain.AttestationDomain_FieldMask)
- func (m *UpdateAttestationDomainRequest_CAS) String() string
- func (m *UpdateAttestationDomainRequest_CAS) Unmarshal(b []byte) error
- func (m *UpdateAttestationDomainRequest_CAS) UnmarshalJSON(data []byte) error
- type WatchAttestationDomainClientStream
- type WatchAttestationDomainDescriptor
- func (d *WatchAttestationDomainDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *WatchAttestationDomainDescriptor) GetApiName() string
- func (d *WatchAttestationDomainDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchAttestationDomainDescriptor) GetFullMethodName() string
- func (d *WatchAttestationDomainDescriptor) GetMethodName() string
- func (d *WatchAttestationDomainDescriptor) GetProtoPkgName() string
- func (d *WatchAttestationDomainDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *WatchAttestationDomainDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchAttestationDomainDescriptor) GetServiceDomain() string
- func (d *WatchAttestationDomainDescriptor) GetServiceVersion() string
- func (d *WatchAttestationDomainDescriptor) GetVerb() string
- func (d *WatchAttestationDomainDescriptor) HasResource() bool
- func (d *WatchAttestationDomainDescriptor) IsClientStream() bool
- func (d *WatchAttestationDomainDescriptor) IsCollection() bool
- func (d *WatchAttestationDomainDescriptor) IsPlural() bool
- func (d *WatchAttestationDomainDescriptor) IsServerStream() bool
- func (d *WatchAttestationDomainDescriptor) IsUnary() bool
- func (d *WatchAttestationDomainDescriptor) NewEmptyClientMsg() proto.Message
- func (d *WatchAttestationDomainDescriptor) NewEmptyServerMsg() proto.Message
- func (d *WatchAttestationDomainDescriptor) RequestHasResourceBody() bool
- type WatchAttestationDomainDescriptorClientMsgHandle
- func (h *WatchAttestationDomainDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchAttestationDomainDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchAttestationDomainDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchAttestationDomainDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchAttestationDomainDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchAttestationDomainDescriptorServerMsgHandle
- func (h *WatchAttestationDomainDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchAttestationDomainDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchAttestationDomainDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchAttestationDomainDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchAttestationDomainDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchAttestationDomainRequest
- func (*WatchAttestationDomainRequest) Descriptor() ([]byte, []int)
- func (m *WatchAttestationDomainRequest) GetFieldMask() *attestation_domain.AttestationDomain_FieldMask
- func (m *WatchAttestationDomainRequest) GetName() *attestation_domain.Name
- func (m *WatchAttestationDomainRequest) GetView() view.View
- func (*WatchAttestationDomainRequest) GotenMessage()
- func (obj *WatchAttestationDomainRequest) GotenValidate() error
- func (m *WatchAttestationDomainRequest) Marshal() ([]byte, error)
- func (m *WatchAttestationDomainRequest) MarshalJSON() ([]byte, error)
- func (*WatchAttestationDomainRequest) ProtoMessage()
- func (m *WatchAttestationDomainRequest) ProtoReflect() preflect.Message
- func (m *WatchAttestationDomainRequest) Reset()
- func (m *WatchAttestationDomainRequest) SetFieldMask(fv *attestation_domain.AttestationDomain_FieldMask)
- func (m *WatchAttestationDomainRequest) SetName(fv *attestation_domain.Name)
- func (m *WatchAttestationDomainRequest) SetView(fv view.View)
- func (m *WatchAttestationDomainRequest) String() string
- func (m *WatchAttestationDomainRequest) Unmarshal(b []byte) error
- func (m *WatchAttestationDomainRequest) UnmarshalJSON(data []byte) error
- type WatchAttestationDomainResponse
- func (*WatchAttestationDomainResponse) Descriptor() ([]byte, []int)
- func (m *WatchAttestationDomainResponse) GetChange() *attestation_domain.AttestationDomainChange
- func (*WatchAttestationDomainResponse) GotenMessage()
- func (obj *WatchAttestationDomainResponse) GotenValidate() error
- func (m *WatchAttestationDomainResponse) Marshal() ([]byte, error)
- func (m *WatchAttestationDomainResponse) MarshalJSON() ([]byte, error)
- func (*WatchAttestationDomainResponse) ProtoMessage()
- func (m *WatchAttestationDomainResponse) ProtoReflect() preflect.Message
- func (m *WatchAttestationDomainResponse) Reset()
- func (m *WatchAttestationDomainResponse) SetChange(fv *attestation_domain.AttestationDomainChange)
- func (m *WatchAttestationDomainResponse) String() string
- func (m *WatchAttestationDomainResponse) Unmarshal(b []byte) error
- func (m *WatchAttestationDomainResponse) UnmarshalJSON(data []byte) error
- type WatchAttestationDomainsClientStream
- type WatchAttestationDomainsDescriptor
- func (d *WatchAttestationDomainsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *WatchAttestationDomainsDescriptor) GetApiName() string
- func (d *WatchAttestationDomainsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchAttestationDomainsDescriptor) GetFullMethodName() string
- func (d *WatchAttestationDomainsDescriptor) GetMethodName() string
- func (d *WatchAttestationDomainsDescriptor) GetProtoPkgName() string
- func (d *WatchAttestationDomainsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *WatchAttestationDomainsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchAttestationDomainsDescriptor) GetServiceDomain() string
- func (d *WatchAttestationDomainsDescriptor) GetServiceVersion() string
- func (d *WatchAttestationDomainsDescriptor) GetVerb() string
- func (d *WatchAttestationDomainsDescriptor) HasResource() bool
- func (d *WatchAttestationDomainsDescriptor) IsClientStream() bool
- func (d *WatchAttestationDomainsDescriptor) IsCollection() bool
- func (d *WatchAttestationDomainsDescriptor) IsPlural() bool
- func (d *WatchAttestationDomainsDescriptor) IsServerStream() bool
- func (d *WatchAttestationDomainsDescriptor) IsUnary() bool
- func (d *WatchAttestationDomainsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *WatchAttestationDomainsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *WatchAttestationDomainsDescriptor) RequestHasResourceBody() bool
- type WatchAttestationDomainsDescriptorClientMsgHandle
- func (h *WatchAttestationDomainsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchAttestationDomainsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchAttestationDomainsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchAttestationDomainsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchAttestationDomainsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchAttestationDomainsDescriptorServerMsgHandle
- func (h *WatchAttestationDomainsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchAttestationDomainsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchAttestationDomainsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchAttestationDomainsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchAttestationDomainsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchAttestationDomainsRequest
- func (*WatchAttestationDomainsRequest) Descriptor() ([]byte, []int)
- func (m *WatchAttestationDomainsRequest) GetFieldMask() *attestation_domain.AttestationDomain_FieldMask
- func (m *WatchAttestationDomainsRequest) GetFilter() *attestation_domain.Filter
- func (m *WatchAttestationDomainsRequest) GetMaxChunkSize() int32
- func (m *WatchAttestationDomainsRequest) GetOrderBy() *attestation_domain.OrderBy
- func (m *WatchAttestationDomainsRequest) GetPageSize() int32
- func (m *WatchAttestationDomainsRequest) GetPageToken() *attestation_domain.PagerCursor
- func (m *WatchAttestationDomainsRequest) GetParent() *attestation_domain.ParentName
- func (m *WatchAttestationDomainsRequest) GetResumeToken() string
- func (m *WatchAttestationDomainsRequest) GetStartingTime() *timestamppb.Timestamp
- func (m *WatchAttestationDomainsRequest) GetType() watch_type.WatchType
- func (m *WatchAttestationDomainsRequest) GetView() view.View
- func (*WatchAttestationDomainsRequest) GotenMessage()
- func (obj *WatchAttestationDomainsRequest) GotenValidate() error
- func (m *WatchAttestationDomainsRequest) Marshal() ([]byte, error)
- func (m *WatchAttestationDomainsRequest) MarshalJSON() ([]byte, error)
- func (*WatchAttestationDomainsRequest) ProtoMessage()
- func (m *WatchAttestationDomainsRequest) ProtoReflect() preflect.Message
- func (m *WatchAttestationDomainsRequest) Reset()
- func (m *WatchAttestationDomainsRequest) SetFieldMask(fv *attestation_domain.AttestationDomain_FieldMask)
- func (m *WatchAttestationDomainsRequest) SetFilter(fv *attestation_domain.Filter)
- func (m *WatchAttestationDomainsRequest) SetMaxChunkSize(fv int32)
- func (m *WatchAttestationDomainsRequest) SetOrderBy(fv *attestation_domain.OrderBy)
- func (m *WatchAttestationDomainsRequest) SetPageSize(fv int32)
- func (m *WatchAttestationDomainsRequest) SetPageToken(fv *attestation_domain.PagerCursor)
- func (m *WatchAttestationDomainsRequest) SetParent(fv *attestation_domain.ParentName)
- func (m *WatchAttestationDomainsRequest) SetResumeToken(fv string)
- func (m *WatchAttestationDomainsRequest) SetStartingTime(fv *timestamppb.Timestamp)
- func (m *WatchAttestationDomainsRequest) SetType(fv watch_type.WatchType)
- func (m *WatchAttestationDomainsRequest) SetView(fv view.View)
- func (m *WatchAttestationDomainsRequest) String() string
- func (m *WatchAttestationDomainsRequest) Unmarshal(b []byte) error
- func (m *WatchAttestationDomainsRequest) UnmarshalJSON(data []byte) error
- type WatchAttestationDomainsResponse
- func (*WatchAttestationDomainsResponse) Descriptor() ([]byte, []int)
- func (m *WatchAttestationDomainsResponse) GetAttestationDomainChanges() []*attestation_domain.AttestationDomainChange
- func (m *WatchAttestationDomainsResponse) GetIsCurrent() bool
- func (m *WatchAttestationDomainsResponse) GetIsHardReset() bool
- func (m *WatchAttestationDomainsResponse) GetIsSoftReset() bool
- func (m *WatchAttestationDomainsResponse) GetPageTokenChange() *WatchAttestationDomainsResponse_PageTokenChange
- func (m *WatchAttestationDomainsResponse) GetResumeToken() string
- func (m *WatchAttestationDomainsResponse) GetSnapshotSize() int64
- func (*WatchAttestationDomainsResponse) GotenMessage()
- func (obj *WatchAttestationDomainsResponse) GotenValidate() error
- func (m *WatchAttestationDomainsResponse) Marshal() ([]byte, error)
- func (m *WatchAttestationDomainsResponse) MarshalJSON() ([]byte, error)
- func (*WatchAttestationDomainsResponse) ProtoMessage()
- func (m *WatchAttestationDomainsResponse) ProtoReflect() preflect.Message
- func (m *WatchAttestationDomainsResponse) Reset()
- func (m *WatchAttestationDomainsResponse) SetAttestationDomainChanges(fv []*attestation_domain.AttestationDomainChange)
- func (m *WatchAttestationDomainsResponse) SetIsCurrent(fv bool)
- func (m *WatchAttestationDomainsResponse) SetIsHardReset(fv bool)
- func (m *WatchAttestationDomainsResponse) SetIsSoftReset(fv bool)
- func (m *WatchAttestationDomainsResponse) SetPageTokenChange(fv *WatchAttestationDomainsResponse_PageTokenChange)
- func (m *WatchAttestationDomainsResponse) SetResumeToken(fv string)
- func (m *WatchAttestationDomainsResponse) SetSnapshotSize(fv int64)
- func (m *WatchAttestationDomainsResponse) String() string
- func (m *WatchAttestationDomainsResponse) Unmarshal(b []byte) error
- func (m *WatchAttestationDomainsResponse) UnmarshalJSON(data []byte) error
- type WatchAttestationDomainsResponse_PageTokenChange
- func (*WatchAttestationDomainsResponse_PageTokenChange) Descriptor() ([]byte, []int)
- func (m *WatchAttestationDomainsResponse_PageTokenChange) GetNextPageToken() *attestation_domain.PagerCursor
- func (m *WatchAttestationDomainsResponse_PageTokenChange) GetPrevPageToken() *attestation_domain.PagerCursor
- func (*WatchAttestationDomainsResponse_PageTokenChange) GotenMessage()
- func (obj *WatchAttestationDomainsResponse_PageTokenChange) GotenValidate() error
- func (m *WatchAttestationDomainsResponse_PageTokenChange) Marshal() ([]byte, error)
- func (m *WatchAttestationDomainsResponse_PageTokenChange) MarshalJSON() ([]byte, error)
- func (*WatchAttestationDomainsResponse_PageTokenChange) ProtoMessage()
- func (m *WatchAttestationDomainsResponse_PageTokenChange) ProtoReflect() preflect.Message
- func (m *WatchAttestationDomainsResponse_PageTokenChange) Reset()
- func (m *WatchAttestationDomainsResponse_PageTokenChange) SetNextPageToken(fv *attestation_domain.PagerCursor)
- func (m *WatchAttestationDomainsResponse_PageTokenChange) SetPrevPageToken(fv *attestation_domain.PagerCursor)
- func (m *WatchAttestationDomainsResponse_PageTokenChange) String() string
- func (m *WatchAttestationDomainsResponse_PageTokenChange) Unmarshal(b []byte) error
- func (m *WatchAttestationDomainsResponse_PageTokenChange) UnmarshalJSON(data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttestationDomainServiceClient ¶
type AttestationDomainServiceClient interface { GetAttestationDomain(ctx context.Context, in *GetAttestationDomainRequest, opts ...grpc.CallOption) (*attestation_domain.AttestationDomain, error) BatchGetAttestationDomains(ctx context.Context, in *BatchGetAttestationDomainsRequest, opts ...grpc.CallOption) (*BatchGetAttestationDomainsResponse, error) ListAttestationDomains(ctx context.Context, in *ListAttestationDomainsRequest, opts ...grpc.CallOption) (*ListAttestationDomainsResponse, error) WatchAttestationDomain(ctx context.Context, in *WatchAttestationDomainRequest, opts ...grpc.CallOption) (WatchAttestationDomainClientStream, error) WatchAttestationDomains(ctx context.Context, in *WatchAttestationDomainsRequest, opts ...grpc.CallOption) (WatchAttestationDomainsClientStream, error) CreateAttestationDomain(ctx context.Context, in *CreateAttestationDomainRequest, opts ...grpc.CallOption) (*attestation_domain.AttestationDomain, error) UpdateAttestationDomain(ctx context.Context, in *UpdateAttestationDomainRequest, opts ...grpc.CallOption) (*attestation_domain.AttestationDomain, error) DeleteAttestationDomain(ctx context.Context, in *DeleteAttestationDomainRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) }
AttestationDomainServiceClient is the client API for AttestationDomainService.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewAttestationDomainServiceClient ¶
func NewAttestationDomainServiceClient(cc grpc.ClientConnInterface) AttestationDomainServiceClient
type AttestationDomainServiceDescriptor ¶
type AttestationDomainServiceDescriptor struct{}
func GetAttestationDomainServiceDescriptor ¶
func GetAttestationDomainServiceDescriptor() *AttestationDomainServiceDescriptor
func (*AttestationDomainServiceDescriptor) AllMethodDescriptors ¶
func (d *AttestationDomainServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
func (*AttestationDomainServiceDescriptor) GetApiName ¶
func (d *AttestationDomainServiceDescriptor) GetApiName() string
func (*AttestationDomainServiceDescriptor) GetFullAPIName ¶
func (d *AttestationDomainServiceDescriptor) GetFullAPIName() string
func (*AttestationDomainServiceDescriptor) GetProtoPkgName ¶
func (d *AttestationDomainServiceDescriptor) GetProtoPkgName() string
func (*AttestationDomainServiceDescriptor) GetServiceDomain ¶
func (d *AttestationDomainServiceDescriptor) GetServiceDomain() string
func (*AttestationDomainServiceDescriptor) GetServiceVersion ¶
func (d *AttestationDomainServiceDescriptor) GetServiceVersion() string
type BatchGetAttestationDomainsDescriptor ¶
type BatchGetAttestationDomainsDescriptor struct{}
func GetBatchGetAttestationDomainsDescriptor ¶
func GetBatchGetAttestationDomainsDescriptor() *BatchGetAttestationDomainsDescriptor
func (*BatchGetAttestationDomainsDescriptor) GetApiDescriptor ¶
func (d *BatchGetAttestationDomainsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*BatchGetAttestationDomainsDescriptor) GetApiName ¶
func (d *BatchGetAttestationDomainsDescriptor) GetApiName() string
func (*BatchGetAttestationDomainsDescriptor) GetClientMsgReflectHandle ¶
func (d *BatchGetAttestationDomainsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*BatchGetAttestationDomainsDescriptor) GetFullMethodName ¶
func (d *BatchGetAttestationDomainsDescriptor) GetFullMethodName() string
func (*BatchGetAttestationDomainsDescriptor) GetMethodName ¶
func (d *BatchGetAttestationDomainsDescriptor) GetMethodName() string
func (*BatchGetAttestationDomainsDescriptor) GetProtoPkgName ¶
func (d *BatchGetAttestationDomainsDescriptor) GetProtoPkgName() string
func (*BatchGetAttestationDomainsDescriptor) GetResourceDescriptor ¶
func (d *BatchGetAttestationDomainsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*BatchGetAttestationDomainsDescriptor) GetServerMsgReflectHandle ¶
func (d *BatchGetAttestationDomainsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*BatchGetAttestationDomainsDescriptor) GetServiceDomain ¶
func (d *BatchGetAttestationDomainsDescriptor) GetServiceDomain() string
func (*BatchGetAttestationDomainsDescriptor) GetServiceVersion ¶
func (d *BatchGetAttestationDomainsDescriptor) GetServiceVersion() string
func (*BatchGetAttestationDomainsDescriptor) GetVerb ¶
func (d *BatchGetAttestationDomainsDescriptor) GetVerb() string
func (*BatchGetAttestationDomainsDescriptor) HasResource ¶
func (d *BatchGetAttestationDomainsDescriptor) HasResource() bool
func (*BatchGetAttestationDomainsDescriptor) IsClientStream ¶
func (d *BatchGetAttestationDomainsDescriptor) IsClientStream() bool
func (*BatchGetAttestationDomainsDescriptor) IsCollection ¶
func (d *BatchGetAttestationDomainsDescriptor) IsCollection() bool
func (*BatchGetAttestationDomainsDescriptor) IsPlural ¶
func (d *BatchGetAttestationDomainsDescriptor) IsPlural() bool
func (*BatchGetAttestationDomainsDescriptor) IsServerStream ¶
func (d *BatchGetAttestationDomainsDescriptor) IsServerStream() bool
func (*BatchGetAttestationDomainsDescriptor) IsUnary ¶
func (d *BatchGetAttestationDomainsDescriptor) IsUnary() bool
func (*BatchGetAttestationDomainsDescriptor) NewEmptyClientMsg ¶
func (d *BatchGetAttestationDomainsDescriptor) NewEmptyClientMsg() proto.Message
func (*BatchGetAttestationDomainsDescriptor) NewEmptyServerMsg ¶
func (d *BatchGetAttestationDomainsDescriptor) NewEmptyServerMsg() proto.Message
func (*BatchGetAttestationDomainsDescriptor) RequestHasResourceBody ¶
func (d *BatchGetAttestationDomainsDescriptor) RequestHasResourceBody() bool
type BatchGetAttestationDomainsDescriptorClientMsgHandle ¶
type BatchGetAttestationDomainsDescriptorClientMsgHandle struct{}
func (*BatchGetAttestationDomainsDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *BatchGetAttestationDomainsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetAttestationDomainsDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *BatchGetAttestationDomainsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*BatchGetAttestationDomainsDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *BatchGetAttestationDomainsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*BatchGetAttestationDomainsDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *BatchGetAttestationDomainsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetAttestationDomainsDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *BatchGetAttestationDomainsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type BatchGetAttestationDomainsDescriptorServerMsgHandle ¶
type BatchGetAttestationDomainsDescriptorServerMsgHandle struct{}
func (*BatchGetAttestationDomainsDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *BatchGetAttestationDomainsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetAttestationDomainsDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *BatchGetAttestationDomainsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*BatchGetAttestationDomainsDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *BatchGetAttestationDomainsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*BatchGetAttestationDomainsDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *BatchGetAttestationDomainsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetAttestationDomainsDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *BatchGetAttestationDomainsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type BatchGetAttestationDomainsRequest ¶
type BatchGetAttestationDomainsRequest struct { // Names of AttestationDomains Names []*attestation_domain.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 *attestation_domain.AttestationDomain_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 [BatchGetAttestationDomains][ntt.iam.v1.BatchGetAttestationDomains]
func (*BatchGetAttestationDomainsRequest) Descriptor ¶
func (*BatchGetAttestationDomainsRequest) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetAttestationDomainsRequest.ProtoReflect.Descriptor instead.
func (*BatchGetAttestationDomainsRequest) GetFieldMask ¶
func (m *BatchGetAttestationDomainsRequest) GetFieldMask() *attestation_domain.AttestationDomain_FieldMask
func (*BatchGetAttestationDomainsRequest) GetNames ¶
func (m *BatchGetAttestationDomainsRequest) GetNames() []*attestation_domain.Name
func (*BatchGetAttestationDomainsRequest) GetView ¶
func (m *BatchGetAttestationDomainsRequest) GetView() view.View
func (*BatchGetAttestationDomainsRequest) GotenMessage ¶
func (*BatchGetAttestationDomainsRequest) GotenMessage()
func (*BatchGetAttestationDomainsRequest) GotenValidate ¶
func (obj *BatchGetAttestationDomainsRequest) GotenValidate() error
func (*BatchGetAttestationDomainsRequest) Marshal ¶
func (m *BatchGetAttestationDomainsRequest) Marshal() ([]byte, error)
func (*BatchGetAttestationDomainsRequest) MarshalJSON ¶
func (m *BatchGetAttestationDomainsRequest) MarshalJSON() ([]byte, error)
func (*BatchGetAttestationDomainsRequest) ProtoMessage ¶
func (*BatchGetAttestationDomainsRequest) ProtoMessage()
func (*BatchGetAttestationDomainsRequest) ProtoReflect ¶
func (m *BatchGetAttestationDomainsRequest) ProtoReflect() preflect.Message
func (*BatchGetAttestationDomainsRequest) Reset ¶
func (m *BatchGetAttestationDomainsRequest) Reset()
func (*BatchGetAttestationDomainsRequest) SetFieldMask ¶
func (m *BatchGetAttestationDomainsRequest) SetFieldMask(fv *attestation_domain.AttestationDomain_FieldMask)
func (*BatchGetAttestationDomainsRequest) SetNames ¶
func (m *BatchGetAttestationDomainsRequest) SetNames(fv []*attestation_domain.Name)
func (*BatchGetAttestationDomainsRequest) SetView ¶
func (m *BatchGetAttestationDomainsRequest) SetView(fv view.View)
func (*BatchGetAttestationDomainsRequest) String ¶
func (m *BatchGetAttestationDomainsRequest) String() string
func (*BatchGetAttestationDomainsRequest) Unmarshal ¶
func (m *BatchGetAttestationDomainsRequest) Unmarshal(b []byte) error
func (*BatchGetAttestationDomainsRequest) UnmarshalJSON ¶
func (m *BatchGetAttestationDomainsRequest) UnmarshalJSON(data []byte) error
type BatchGetAttestationDomainsResponse ¶
type BatchGetAttestationDomainsResponse struct { // found AttestationDomains AttestationDomains []*attestation_domain.AttestationDomain `` /* 146-byte string literal not displayed */ // list of not found AttestationDomains Missing []*attestation_domain.Name `protobuf:"bytes,2,rep,customtype=Name,name=missing,proto3" json:"missing,omitempty" firestore:"missing"` // contains filtered or unexported fields }
BatchGetAttestationDomainsResponse
func (*BatchGetAttestationDomainsResponse) Descriptor ¶
func (*BatchGetAttestationDomainsResponse) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetAttestationDomainsResponse.ProtoReflect.Descriptor instead.
func (*BatchGetAttestationDomainsResponse) GetAttestationDomains ¶
func (m *BatchGetAttestationDomainsResponse) GetAttestationDomains() []*attestation_domain.AttestationDomain
func (*BatchGetAttestationDomainsResponse) GetMissing ¶
func (m *BatchGetAttestationDomainsResponse) GetMissing() []*attestation_domain.Name
func (*BatchGetAttestationDomainsResponse) GotenMessage ¶
func (*BatchGetAttestationDomainsResponse) GotenMessage()
func (*BatchGetAttestationDomainsResponse) GotenValidate ¶
func (obj *BatchGetAttestationDomainsResponse) GotenValidate() error
func (*BatchGetAttestationDomainsResponse) Marshal ¶
func (m *BatchGetAttestationDomainsResponse) Marshal() ([]byte, error)
func (*BatchGetAttestationDomainsResponse) MarshalJSON ¶
func (m *BatchGetAttestationDomainsResponse) MarshalJSON() ([]byte, error)
func (*BatchGetAttestationDomainsResponse) ProtoMessage ¶
func (*BatchGetAttestationDomainsResponse) ProtoMessage()
func (*BatchGetAttestationDomainsResponse) ProtoReflect ¶
func (m *BatchGetAttestationDomainsResponse) ProtoReflect() preflect.Message
func (*BatchGetAttestationDomainsResponse) Reset ¶
func (m *BatchGetAttestationDomainsResponse) Reset()
func (*BatchGetAttestationDomainsResponse) SetAttestationDomains ¶
func (m *BatchGetAttestationDomainsResponse) SetAttestationDomains(fv []*attestation_domain.AttestationDomain)
func (*BatchGetAttestationDomainsResponse) SetMissing ¶
func (m *BatchGetAttestationDomainsResponse) SetMissing(fv []*attestation_domain.Name)
func (*BatchGetAttestationDomainsResponse) String ¶
func (m *BatchGetAttestationDomainsResponse) String() string
func (*BatchGetAttestationDomainsResponse) Unmarshal ¶
func (m *BatchGetAttestationDomainsResponse) Unmarshal(b []byte) error
func (*BatchGetAttestationDomainsResponse) UnmarshalJSON ¶
func (m *BatchGetAttestationDomainsResponse) UnmarshalJSON(data []byte) error
type CreateAttestationDomainDescriptor ¶
type CreateAttestationDomainDescriptor struct{}
func GetCreateAttestationDomainDescriptor ¶
func GetCreateAttestationDomainDescriptor() *CreateAttestationDomainDescriptor
func (*CreateAttestationDomainDescriptor) GetApiDescriptor ¶
func (d *CreateAttestationDomainDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*CreateAttestationDomainDescriptor) GetApiName ¶
func (d *CreateAttestationDomainDescriptor) GetApiName() string
func (*CreateAttestationDomainDescriptor) GetClientMsgReflectHandle ¶
func (d *CreateAttestationDomainDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*CreateAttestationDomainDescriptor) GetFullMethodName ¶
func (d *CreateAttestationDomainDescriptor) GetFullMethodName() string
func (*CreateAttestationDomainDescriptor) GetMethodName ¶
func (d *CreateAttestationDomainDescriptor) GetMethodName() string
func (*CreateAttestationDomainDescriptor) GetProtoPkgName ¶
func (d *CreateAttestationDomainDescriptor) GetProtoPkgName() string
func (*CreateAttestationDomainDescriptor) GetResourceDescriptor ¶
func (d *CreateAttestationDomainDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*CreateAttestationDomainDescriptor) GetServerMsgReflectHandle ¶
func (d *CreateAttestationDomainDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*CreateAttestationDomainDescriptor) GetServiceDomain ¶
func (d *CreateAttestationDomainDescriptor) GetServiceDomain() string
func (*CreateAttestationDomainDescriptor) GetServiceVersion ¶
func (d *CreateAttestationDomainDescriptor) GetServiceVersion() string
func (*CreateAttestationDomainDescriptor) GetVerb ¶
func (d *CreateAttestationDomainDescriptor) GetVerb() string
func (*CreateAttestationDomainDescriptor) HasResource ¶
func (d *CreateAttestationDomainDescriptor) HasResource() bool
func (*CreateAttestationDomainDescriptor) IsClientStream ¶
func (d *CreateAttestationDomainDescriptor) IsClientStream() bool
func (*CreateAttestationDomainDescriptor) IsCollection ¶
func (d *CreateAttestationDomainDescriptor) IsCollection() bool
func (*CreateAttestationDomainDescriptor) IsPlural ¶
func (d *CreateAttestationDomainDescriptor) IsPlural() bool
func (*CreateAttestationDomainDescriptor) IsServerStream ¶
func (d *CreateAttestationDomainDescriptor) IsServerStream() bool
func (*CreateAttestationDomainDescriptor) IsUnary ¶
func (d *CreateAttestationDomainDescriptor) IsUnary() bool
func (*CreateAttestationDomainDescriptor) NewEmptyClientMsg ¶
func (d *CreateAttestationDomainDescriptor) NewEmptyClientMsg() proto.Message
func (*CreateAttestationDomainDescriptor) NewEmptyServerMsg ¶
func (d *CreateAttestationDomainDescriptor) NewEmptyServerMsg() proto.Message
func (*CreateAttestationDomainDescriptor) RequestHasResourceBody ¶
func (d *CreateAttestationDomainDescriptor) RequestHasResourceBody() bool
type CreateAttestationDomainDescriptorClientMsgHandle ¶
type CreateAttestationDomainDescriptorClientMsgHandle struct{}
func (*CreateAttestationDomainDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *CreateAttestationDomainDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateAttestationDomainDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *CreateAttestationDomainDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*CreateAttestationDomainDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *CreateAttestationDomainDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*CreateAttestationDomainDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *CreateAttestationDomainDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateAttestationDomainDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *CreateAttestationDomainDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateAttestationDomainDescriptorServerMsgHandle ¶
type CreateAttestationDomainDescriptorServerMsgHandle struct{}
func (*CreateAttestationDomainDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *CreateAttestationDomainDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateAttestationDomainDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *CreateAttestationDomainDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*CreateAttestationDomainDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *CreateAttestationDomainDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*CreateAttestationDomainDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *CreateAttestationDomainDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateAttestationDomainDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *CreateAttestationDomainDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateAttestationDomainRequest ¶
type CreateAttestationDomainRequest struct { // Parent name of ntt.iam.v1.AttestationDomain Parent *attestation_domain.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // AttestationDomain resource body AttestationDomain *attestation_domain.AttestationDomain `` /* 142-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for method [CreateAttestationDomain][ntt.iam.v1.CreateAttestationDomain]
func (*CreateAttestationDomainRequest) Descriptor ¶
func (*CreateAttestationDomainRequest) Descriptor() ([]byte, []int)
Deprecated, Use CreateAttestationDomainRequest.ProtoReflect.Descriptor instead.
func (*CreateAttestationDomainRequest) GetAttestationDomain ¶
func (m *CreateAttestationDomainRequest) GetAttestationDomain() *attestation_domain.AttestationDomain
func (*CreateAttestationDomainRequest) GetParent ¶
func (m *CreateAttestationDomainRequest) GetParent() *attestation_domain.ParentName
func (*CreateAttestationDomainRequest) GotenMessage ¶
func (*CreateAttestationDomainRequest) GotenMessage()
func (*CreateAttestationDomainRequest) GotenValidate ¶
func (obj *CreateAttestationDomainRequest) GotenValidate() error
func (*CreateAttestationDomainRequest) Marshal ¶
func (m *CreateAttestationDomainRequest) Marshal() ([]byte, error)
func (*CreateAttestationDomainRequest) MarshalJSON ¶
func (m *CreateAttestationDomainRequest) MarshalJSON() ([]byte, error)
func (*CreateAttestationDomainRequest) ProtoMessage ¶
func (*CreateAttestationDomainRequest) ProtoMessage()
func (*CreateAttestationDomainRequest) ProtoReflect ¶
func (m *CreateAttestationDomainRequest) ProtoReflect() preflect.Message
func (*CreateAttestationDomainRequest) Reset ¶
func (m *CreateAttestationDomainRequest) Reset()
func (*CreateAttestationDomainRequest) SetAttestationDomain ¶
func (m *CreateAttestationDomainRequest) SetAttestationDomain(fv *attestation_domain.AttestationDomain)
func (*CreateAttestationDomainRequest) SetParent ¶
func (m *CreateAttestationDomainRequest) SetParent(fv *attestation_domain.ParentName)
func (*CreateAttestationDomainRequest) String ¶
func (m *CreateAttestationDomainRequest) String() string
func (*CreateAttestationDomainRequest) Unmarshal ¶
func (m *CreateAttestationDomainRequest) Unmarshal(b []byte) error
func (*CreateAttestationDomainRequest) UnmarshalJSON ¶
func (m *CreateAttestationDomainRequest) UnmarshalJSON(data []byte) error
type DeleteAttestationDomainDescriptor ¶
type DeleteAttestationDomainDescriptor struct{}
func GetDeleteAttestationDomainDescriptor ¶
func GetDeleteAttestationDomainDescriptor() *DeleteAttestationDomainDescriptor
func (*DeleteAttestationDomainDescriptor) GetApiDescriptor ¶
func (d *DeleteAttestationDomainDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*DeleteAttestationDomainDescriptor) GetApiName ¶
func (d *DeleteAttestationDomainDescriptor) GetApiName() string
func (*DeleteAttestationDomainDescriptor) GetClientMsgReflectHandle ¶
func (d *DeleteAttestationDomainDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*DeleteAttestationDomainDescriptor) GetFullMethodName ¶
func (d *DeleteAttestationDomainDescriptor) GetFullMethodName() string
func (*DeleteAttestationDomainDescriptor) GetMethodName ¶
func (d *DeleteAttestationDomainDescriptor) GetMethodName() string
func (*DeleteAttestationDomainDescriptor) GetProtoPkgName ¶
func (d *DeleteAttestationDomainDescriptor) GetProtoPkgName() string
func (*DeleteAttestationDomainDescriptor) GetResourceDescriptor ¶
func (d *DeleteAttestationDomainDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*DeleteAttestationDomainDescriptor) GetServerMsgReflectHandle ¶
func (d *DeleteAttestationDomainDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*DeleteAttestationDomainDescriptor) GetServiceDomain ¶
func (d *DeleteAttestationDomainDescriptor) GetServiceDomain() string
func (*DeleteAttestationDomainDescriptor) GetServiceVersion ¶
func (d *DeleteAttestationDomainDescriptor) GetServiceVersion() string
func (*DeleteAttestationDomainDescriptor) GetVerb ¶
func (d *DeleteAttestationDomainDescriptor) GetVerb() string
func (*DeleteAttestationDomainDescriptor) HasResource ¶
func (d *DeleteAttestationDomainDescriptor) HasResource() bool
func (*DeleteAttestationDomainDescriptor) IsClientStream ¶
func (d *DeleteAttestationDomainDescriptor) IsClientStream() bool
func (*DeleteAttestationDomainDescriptor) IsCollection ¶
func (d *DeleteAttestationDomainDescriptor) IsCollection() bool
func (*DeleteAttestationDomainDescriptor) IsPlural ¶
func (d *DeleteAttestationDomainDescriptor) IsPlural() bool
func (*DeleteAttestationDomainDescriptor) IsServerStream ¶
func (d *DeleteAttestationDomainDescriptor) IsServerStream() bool
func (*DeleteAttestationDomainDescriptor) IsUnary ¶
func (d *DeleteAttestationDomainDescriptor) IsUnary() bool
func (*DeleteAttestationDomainDescriptor) NewEmptyClientMsg ¶
func (d *DeleteAttestationDomainDescriptor) NewEmptyClientMsg() proto.Message
func (*DeleteAttestationDomainDescriptor) NewEmptyServerMsg ¶
func (d *DeleteAttestationDomainDescriptor) NewEmptyServerMsg() proto.Message
func (*DeleteAttestationDomainDescriptor) RequestHasResourceBody ¶
func (d *DeleteAttestationDomainDescriptor) RequestHasResourceBody() bool
type DeleteAttestationDomainDescriptorClientMsgHandle ¶
type DeleteAttestationDomainDescriptorClientMsgHandle struct{}
func (*DeleteAttestationDomainDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *DeleteAttestationDomainDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*DeleteAttestationDomainDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *DeleteAttestationDomainDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*DeleteAttestationDomainDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *DeleteAttestationDomainDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*DeleteAttestationDomainDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *DeleteAttestationDomainDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*DeleteAttestationDomainDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *DeleteAttestationDomainDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type DeleteAttestationDomainDescriptorServerMsgHandle ¶
type DeleteAttestationDomainDescriptorServerMsgHandle struct{}
func (*DeleteAttestationDomainDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *DeleteAttestationDomainDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*DeleteAttestationDomainDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *DeleteAttestationDomainDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*DeleteAttestationDomainDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *DeleteAttestationDomainDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*DeleteAttestationDomainDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *DeleteAttestationDomainDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*DeleteAttestationDomainDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *DeleteAttestationDomainDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type DeleteAttestationDomainRequest ¶
type DeleteAttestationDomainRequest struct { // Name of ntt.iam.v1.AttestationDomain Name *attestation_domain.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // contains filtered or unexported fields }
Request message for method [DeleteAttestationDomain][ntt.iam.v1.DeleteAttestationDomain]
func (*DeleteAttestationDomainRequest) Descriptor ¶
func (*DeleteAttestationDomainRequest) Descriptor() ([]byte, []int)
Deprecated, Use DeleteAttestationDomainRequest.ProtoReflect.Descriptor instead.
func (*DeleteAttestationDomainRequest) GetName ¶
func (m *DeleteAttestationDomainRequest) GetName() *attestation_domain.Name
func (*DeleteAttestationDomainRequest) GotenMessage ¶
func (*DeleteAttestationDomainRequest) GotenMessage()
func (*DeleteAttestationDomainRequest) GotenValidate ¶
func (obj *DeleteAttestationDomainRequest) GotenValidate() error
func (*DeleteAttestationDomainRequest) Marshal ¶
func (m *DeleteAttestationDomainRequest) Marshal() ([]byte, error)
func (*DeleteAttestationDomainRequest) MarshalJSON ¶
func (m *DeleteAttestationDomainRequest) MarshalJSON() ([]byte, error)
func (*DeleteAttestationDomainRequest) ProtoMessage ¶
func (*DeleteAttestationDomainRequest) ProtoMessage()
func (*DeleteAttestationDomainRequest) ProtoReflect ¶
func (m *DeleteAttestationDomainRequest) ProtoReflect() preflect.Message
func (*DeleteAttestationDomainRequest) Reset ¶
func (m *DeleteAttestationDomainRequest) Reset()
func (*DeleteAttestationDomainRequest) SetName ¶
func (m *DeleteAttestationDomainRequest) SetName(fv *attestation_domain.Name)
func (*DeleteAttestationDomainRequest) String ¶
func (m *DeleteAttestationDomainRequest) String() string
func (*DeleteAttestationDomainRequest) Unmarshal ¶
func (m *DeleteAttestationDomainRequest) Unmarshal(b []byte) error
func (*DeleteAttestationDomainRequest) UnmarshalJSON ¶
func (m *DeleteAttestationDomainRequest) UnmarshalJSON(data []byte) error
type GetAttestationDomainDescriptor ¶
type GetAttestationDomainDescriptor struct{}
func GetGetAttestationDomainDescriptor ¶
func GetGetAttestationDomainDescriptor() *GetAttestationDomainDescriptor
func (*GetAttestationDomainDescriptor) GetApiDescriptor ¶
func (d *GetAttestationDomainDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*GetAttestationDomainDescriptor) GetApiName ¶
func (d *GetAttestationDomainDescriptor) GetApiName() string
func (*GetAttestationDomainDescriptor) GetClientMsgReflectHandle ¶
func (d *GetAttestationDomainDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*GetAttestationDomainDescriptor) GetFullMethodName ¶
func (d *GetAttestationDomainDescriptor) GetFullMethodName() string
func (*GetAttestationDomainDescriptor) GetMethodName ¶
func (d *GetAttestationDomainDescriptor) GetMethodName() string
func (*GetAttestationDomainDescriptor) GetProtoPkgName ¶
func (d *GetAttestationDomainDescriptor) GetProtoPkgName() string
func (*GetAttestationDomainDescriptor) GetResourceDescriptor ¶
func (d *GetAttestationDomainDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*GetAttestationDomainDescriptor) GetServerMsgReflectHandle ¶
func (d *GetAttestationDomainDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*GetAttestationDomainDescriptor) GetServiceDomain ¶
func (d *GetAttestationDomainDescriptor) GetServiceDomain() string
func (*GetAttestationDomainDescriptor) GetServiceVersion ¶
func (d *GetAttestationDomainDescriptor) GetServiceVersion() string
func (*GetAttestationDomainDescriptor) GetVerb ¶
func (d *GetAttestationDomainDescriptor) GetVerb() string
func (*GetAttestationDomainDescriptor) HasResource ¶
func (d *GetAttestationDomainDescriptor) HasResource() bool
func (*GetAttestationDomainDescriptor) IsClientStream ¶
func (d *GetAttestationDomainDescriptor) IsClientStream() bool
func (*GetAttestationDomainDescriptor) IsCollection ¶
func (d *GetAttestationDomainDescriptor) IsCollection() bool
func (*GetAttestationDomainDescriptor) IsPlural ¶
func (d *GetAttestationDomainDescriptor) IsPlural() bool
func (*GetAttestationDomainDescriptor) IsServerStream ¶
func (d *GetAttestationDomainDescriptor) IsServerStream() bool
func (*GetAttestationDomainDescriptor) IsUnary ¶
func (d *GetAttestationDomainDescriptor) IsUnary() bool
func (*GetAttestationDomainDescriptor) NewEmptyClientMsg ¶
func (d *GetAttestationDomainDescriptor) NewEmptyClientMsg() proto.Message
func (*GetAttestationDomainDescriptor) NewEmptyServerMsg ¶
func (d *GetAttestationDomainDescriptor) NewEmptyServerMsg() proto.Message
func (*GetAttestationDomainDescriptor) RequestHasResourceBody ¶
func (d *GetAttestationDomainDescriptor) RequestHasResourceBody() bool
type GetAttestationDomainDescriptorClientMsgHandle ¶
type GetAttestationDomainDescriptorClientMsgHandle struct{}
func (*GetAttestationDomainDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *GetAttestationDomainDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*GetAttestationDomainDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *GetAttestationDomainDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*GetAttestationDomainDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *GetAttestationDomainDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*GetAttestationDomainDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *GetAttestationDomainDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*GetAttestationDomainDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *GetAttestationDomainDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type GetAttestationDomainDescriptorServerMsgHandle ¶
type GetAttestationDomainDescriptorServerMsgHandle struct{}
func (*GetAttestationDomainDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *GetAttestationDomainDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*GetAttestationDomainDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *GetAttestationDomainDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*GetAttestationDomainDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *GetAttestationDomainDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*GetAttestationDomainDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *GetAttestationDomainDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*GetAttestationDomainDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *GetAttestationDomainDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type GetAttestationDomainRequest ¶
type GetAttestationDomainRequest struct { // Name of ntt.iam.v1.AttestationDomain Name *attestation_domain.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 *attestation_domain.AttestationDomain_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 [GetAttestationDomain][ntt.iam.v1.GetAttestationDomain]
func (*GetAttestationDomainRequest) Descriptor ¶
func (*GetAttestationDomainRequest) Descriptor() ([]byte, []int)
Deprecated, Use GetAttestationDomainRequest.ProtoReflect.Descriptor instead.
func (*GetAttestationDomainRequest) GetFieldMask ¶
func (m *GetAttestationDomainRequest) GetFieldMask() *attestation_domain.AttestationDomain_FieldMask
func (*GetAttestationDomainRequest) GetName ¶
func (m *GetAttestationDomainRequest) GetName() *attestation_domain.Name
func (*GetAttestationDomainRequest) GetView ¶
func (m *GetAttestationDomainRequest) GetView() view.View
func (*GetAttestationDomainRequest) GotenMessage ¶
func (*GetAttestationDomainRequest) GotenMessage()
func (*GetAttestationDomainRequest) GotenValidate ¶
func (obj *GetAttestationDomainRequest) GotenValidate() error
func (*GetAttestationDomainRequest) Marshal ¶
func (m *GetAttestationDomainRequest) Marshal() ([]byte, error)
func (*GetAttestationDomainRequest) MarshalJSON ¶
func (m *GetAttestationDomainRequest) MarshalJSON() ([]byte, error)
func (*GetAttestationDomainRequest) ProtoMessage ¶
func (*GetAttestationDomainRequest) ProtoMessage()
func (*GetAttestationDomainRequest) ProtoReflect ¶
func (m *GetAttestationDomainRequest) ProtoReflect() preflect.Message
func (*GetAttestationDomainRequest) Reset ¶
func (m *GetAttestationDomainRequest) Reset()
func (*GetAttestationDomainRequest) SetFieldMask ¶
func (m *GetAttestationDomainRequest) SetFieldMask(fv *attestation_domain.AttestationDomain_FieldMask)
func (*GetAttestationDomainRequest) SetName ¶
func (m *GetAttestationDomainRequest) SetName(fv *attestation_domain.Name)
func (*GetAttestationDomainRequest) SetView ¶
func (m *GetAttestationDomainRequest) SetView(fv view.View)
func (*GetAttestationDomainRequest) String ¶
func (m *GetAttestationDomainRequest) String() string
func (*GetAttestationDomainRequest) Unmarshal ¶
func (m *GetAttestationDomainRequest) Unmarshal(b []byte) error
func (*GetAttestationDomainRequest) UnmarshalJSON ¶
func (m *GetAttestationDomainRequest) UnmarshalJSON(data []byte) error
type ListAttestationDomainsDescriptor ¶
type ListAttestationDomainsDescriptor struct{}
func GetListAttestationDomainsDescriptor ¶
func GetListAttestationDomainsDescriptor() *ListAttestationDomainsDescriptor
func (*ListAttestationDomainsDescriptor) GetApiDescriptor ¶
func (d *ListAttestationDomainsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*ListAttestationDomainsDescriptor) GetApiName ¶
func (d *ListAttestationDomainsDescriptor) GetApiName() string
func (*ListAttestationDomainsDescriptor) GetClientMsgReflectHandle ¶
func (d *ListAttestationDomainsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListAttestationDomainsDescriptor) GetFullMethodName ¶
func (d *ListAttestationDomainsDescriptor) GetFullMethodName() string
func (*ListAttestationDomainsDescriptor) GetMethodName ¶
func (d *ListAttestationDomainsDescriptor) GetMethodName() string
func (*ListAttestationDomainsDescriptor) GetProtoPkgName ¶
func (d *ListAttestationDomainsDescriptor) GetProtoPkgName() string
func (*ListAttestationDomainsDescriptor) GetResourceDescriptor ¶
func (d *ListAttestationDomainsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*ListAttestationDomainsDescriptor) GetServerMsgReflectHandle ¶
func (d *ListAttestationDomainsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListAttestationDomainsDescriptor) GetServiceDomain ¶
func (d *ListAttestationDomainsDescriptor) GetServiceDomain() string
func (*ListAttestationDomainsDescriptor) GetServiceVersion ¶
func (d *ListAttestationDomainsDescriptor) GetServiceVersion() string
func (*ListAttestationDomainsDescriptor) GetVerb ¶
func (d *ListAttestationDomainsDescriptor) GetVerb() string
func (*ListAttestationDomainsDescriptor) HasResource ¶
func (d *ListAttestationDomainsDescriptor) HasResource() bool
func (*ListAttestationDomainsDescriptor) IsClientStream ¶
func (d *ListAttestationDomainsDescriptor) IsClientStream() bool
func (*ListAttestationDomainsDescriptor) IsCollection ¶
func (d *ListAttestationDomainsDescriptor) IsCollection() bool
func (*ListAttestationDomainsDescriptor) IsPlural ¶
func (d *ListAttestationDomainsDescriptor) IsPlural() bool
func (*ListAttestationDomainsDescriptor) IsServerStream ¶
func (d *ListAttestationDomainsDescriptor) IsServerStream() bool
func (*ListAttestationDomainsDescriptor) IsUnary ¶
func (d *ListAttestationDomainsDescriptor) IsUnary() bool
func (*ListAttestationDomainsDescriptor) NewEmptyClientMsg ¶
func (d *ListAttestationDomainsDescriptor) NewEmptyClientMsg() proto.Message
func (*ListAttestationDomainsDescriptor) NewEmptyServerMsg ¶
func (d *ListAttestationDomainsDescriptor) NewEmptyServerMsg() proto.Message
func (*ListAttestationDomainsDescriptor) RequestHasResourceBody ¶
func (d *ListAttestationDomainsDescriptor) RequestHasResourceBody() bool
type ListAttestationDomainsDescriptorClientMsgHandle ¶
type ListAttestationDomainsDescriptorClientMsgHandle struct{}
func (*ListAttestationDomainsDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *ListAttestationDomainsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListAttestationDomainsDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *ListAttestationDomainsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*ListAttestationDomainsDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *ListAttestationDomainsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*ListAttestationDomainsDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *ListAttestationDomainsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListAttestationDomainsDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *ListAttestationDomainsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListAttestationDomainsDescriptorServerMsgHandle ¶
type ListAttestationDomainsDescriptorServerMsgHandle struct{}
func (*ListAttestationDomainsDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *ListAttestationDomainsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListAttestationDomainsDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *ListAttestationDomainsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*ListAttestationDomainsDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *ListAttestationDomainsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*ListAttestationDomainsDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *ListAttestationDomainsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListAttestationDomainsDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *ListAttestationDomainsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListAttestationDomainsRequest ¶
type ListAttestationDomainsRequest struct { // Parent name of ntt.iam.v1.AttestationDomain Parent *attestation_domain.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // Requested page size. Server may return fewer AttestationDomains 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 // [ListAttestationDomainsResponse.next_page_token][ntt.iam.v1.ListAttestationDomainsResponse.next_page_token] PageToken *attestation_domain.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 *attestation_domain.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 *attestation_domain.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 *attestation_domain.AttestationDomain_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 [ListAttestationDomains][ntt.iam.v1.ListAttestationDomains]
func (*ListAttestationDomainsRequest) Descriptor ¶
func (*ListAttestationDomainsRequest) Descriptor() ([]byte, []int)
Deprecated, Use ListAttestationDomainsRequest.ProtoReflect.Descriptor instead.
func (*ListAttestationDomainsRequest) GetFieldMask ¶
func (m *ListAttestationDomainsRequest) GetFieldMask() *attestation_domain.AttestationDomain_FieldMask
func (*ListAttestationDomainsRequest) GetFilter ¶
func (m *ListAttestationDomainsRequest) GetFilter() *attestation_domain.Filter
func (*ListAttestationDomainsRequest) GetIncludePagingInfo ¶
func (m *ListAttestationDomainsRequest) GetIncludePagingInfo() bool
func (*ListAttestationDomainsRequest) GetOrderBy ¶
func (m *ListAttestationDomainsRequest) GetOrderBy() *attestation_domain.OrderBy
func (*ListAttestationDomainsRequest) GetPageSize ¶
func (m *ListAttestationDomainsRequest) GetPageSize() int32
func (*ListAttestationDomainsRequest) GetPageToken ¶
func (m *ListAttestationDomainsRequest) GetPageToken() *attestation_domain.PagerCursor
func (*ListAttestationDomainsRequest) GetParent ¶
func (m *ListAttestationDomainsRequest) GetParent() *attestation_domain.ParentName
func (*ListAttestationDomainsRequest) GetView ¶
func (m *ListAttestationDomainsRequest) GetView() view.View
func (*ListAttestationDomainsRequest) GotenMessage ¶
func (*ListAttestationDomainsRequest) GotenMessage()
func (*ListAttestationDomainsRequest) GotenValidate ¶
func (obj *ListAttestationDomainsRequest) GotenValidate() error
func (*ListAttestationDomainsRequest) Marshal ¶
func (m *ListAttestationDomainsRequest) Marshal() ([]byte, error)
func (*ListAttestationDomainsRequest) MarshalJSON ¶
func (m *ListAttestationDomainsRequest) MarshalJSON() ([]byte, error)
func (*ListAttestationDomainsRequest) ProtoMessage ¶
func (*ListAttestationDomainsRequest) ProtoMessage()
func (*ListAttestationDomainsRequest) ProtoReflect ¶
func (m *ListAttestationDomainsRequest) ProtoReflect() preflect.Message
func (*ListAttestationDomainsRequest) Reset ¶
func (m *ListAttestationDomainsRequest) Reset()
func (*ListAttestationDomainsRequest) SetFieldMask ¶
func (m *ListAttestationDomainsRequest) SetFieldMask(fv *attestation_domain.AttestationDomain_FieldMask)
func (*ListAttestationDomainsRequest) SetFilter ¶
func (m *ListAttestationDomainsRequest) SetFilter(fv *attestation_domain.Filter)
func (*ListAttestationDomainsRequest) SetIncludePagingInfo ¶
func (m *ListAttestationDomainsRequest) SetIncludePagingInfo(fv bool)
func (*ListAttestationDomainsRequest) SetOrderBy ¶
func (m *ListAttestationDomainsRequest) SetOrderBy(fv *attestation_domain.OrderBy)
func (*ListAttestationDomainsRequest) SetPageSize ¶
func (m *ListAttestationDomainsRequest) SetPageSize(fv int32)
func (*ListAttestationDomainsRequest) SetPageToken ¶
func (m *ListAttestationDomainsRequest) SetPageToken(fv *attestation_domain.PagerCursor)
func (*ListAttestationDomainsRequest) SetParent ¶
func (m *ListAttestationDomainsRequest) SetParent(fv *attestation_domain.ParentName)
func (*ListAttestationDomainsRequest) SetView ¶
func (m *ListAttestationDomainsRequest) SetView(fv view.View)
func (*ListAttestationDomainsRequest) String ¶
func (m *ListAttestationDomainsRequest) String() string
func (*ListAttestationDomainsRequest) Unmarshal ¶
func (m *ListAttestationDomainsRequest) Unmarshal(b []byte) error
func (*ListAttestationDomainsRequest) UnmarshalJSON ¶
func (m *ListAttestationDomainsRequest) UnmarshalJSON(data []byte) error
type ListAttestationDomainsResponse ¶
type ListAttestationDomainsResponse struct { // The list of AttestationDomains AttestationDomains []*attestation_domain.AttestationDomain `` /* 146-byte string literal not displayed */ // A token to retrieve previous page of results. Pass this value in the // [ListAttestationDomainsRequest.page_token][ntt.iam.v1.ListAttestationDomainsRequest.page_token] PrevPageToken *attestation_domain.PagerCursor `` /* 151-byte string literal not displayed */ // A token to retrieve next page of results. Pass this value in the // [ListAttestationDomainsRequest.page_token][ntt.iam.v1.ListAttestationDomainsRequest.page_token] NextPageToken *attestation_domain.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 AttestationDomains 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 [ListAttestationDomains][ntt.iam.v1.ListAttestationDomains]
func (*ListAttestationDomainsResponse) Descriptor ¶
func (*ListAttestationDomainsResponse) Descriptor() ([]byte, []int)
Deprecated, Use ListAttestationDomainsResponse.ProtoReflect.Descriptor instead.
func (*ListAttestationDomainsResponse) GetAttestationDomains ¶
func (m *ListAttestationDomainsResponse) GetAttestationDomains() []*attestation_domain.AttestationDomain
func (*ListAttestationDomainsResponse) GetCurrentOffset ¶
func (m *ListAttestationDomainsResponse) GetCurrentOffset() int32
func (*ListAttestationDomainsResponse) GetNextPageToken ¶
func (m *ListAttestationDomainsResponse) GetNextPageToken() *attestation_domain.PagerCursor
func (*ListAttestationDomainsResponse) GetPrevPageToken ¶
func (m *ListAttestationDomainsResponse) GetPrevPageToken() *attestation_domain.PagerCursor
func (*ListAttestationDomainsResponse) GetTotalResultsCount ¶
func (m *ListAttestationDomainsResponse) GetTotalResultsCount() int32
func (*ListAttestationDomainsResponse) GotenMessage ¶
func (*ListAttestationDomainsResponse) GotenMessage()
func (*ListAttestationDomainsResponse) GotenValidate ¶
func (obj *ListAttestationDomainsResponse) GotenValidate() error
func (*ListAttestationDomainsResponse) Marshal ¶
func (m *ListAttestationDomainsResponse) Marshal() ([]byte, error)
func (*ListAttestationDomainsResponse) MarshalJSON ¶
func (m *ListAttestationDomainsResponse) MarshalJSON() ([]byte, error)
func (*ListAttestationDomainsResponse) ProtoMessage ¶
func (*ListAttestationDomainsResponse) ProtoMessage()
func (*ListAttestationDomainsResponse) ProtoReflect ¶
func (m *ListAttestationDomainsResponse) ProtoReflect() preflect.Message
func (*ListAttestationDomainsResponse) Reset ¶
func (m *ListAttestationDomainsResponse) Reset()
func (*ListAttestationDomainsResponse) SetAttestationDomains ¶
func (m *ListAttestationDomainsResponse) SetAttestationDomains(fv []*attestation_domain.AttestationDomain)
func (*ListAttestationDomainsResponse) SetCurrentOffset ¶
func (m *ListAttestationDomainsResponse) SetCurrentOffset(fv int32)
func (*ListAttestationDomainsResponse) SetNextPageToken ¶
func (m *ListAttestationDomainsResponse) SetNextPageToken(fv *attestation_domain.PagerCursor)
func (*ListAttestationDomainsResponse) SetPrevPageToken ¶
func (m *ListAttestationDomainsResponse) SetPrevPageToken(fv *attestation_domain.PagerCursor)
func (*ListAttestationDomainsResponse) SetTotalResultsCount ¶
func (m *ListAttestationDomainsResponse) SetTotalResultsCount(fv int32)
func (*ListAttestationDomainsResponse) String ¶
func (m *ListAttestationDomainsResponse) String() string
func (*ListAttestationDomainsResponse) Unmarshal ¶
func (m *ListAttestationDomainsResponse) Unmarshal(b []byte) error
func (*ListAttestationDomainsResponse) UnmarshalJSON ¶
func (m *ListAttestationDomainsResponse) UnmarshalJSON(data []byte) error
type UpdateAttestationDomainDescriptor ¶
type UpdateAttestationDomainDescriptor struct{}
func GetUpdateAttestationDomainDescriptor ¶
func GetUpdateAttestationDomainDescriptor() *UpdateAttestationDomainDescriptor
func (*UpdateAttestationDomainDescriptor) GetApiDescriptor ¶
func (d *UpdateAttestationDomainDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*UpdateAttestationDomainDescriptor) GetApiName ¶
func (d *UpdateAttestationDomainDescriptor) GetApiName() string
func (*UpdateAttestationDomainDescriptor) GetClientMsgReflectHandle ¶
func (d *UpdateAttestationDomainDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*UpdateAttestationDomainDescriptor) GetFullMethodName ¶
func (d *UpdateAttestationDomainDescriptor) GetFullMethodName() string
func (*UpdateAttestationDomainDescriptor) GetMethodName ¶
func (d *UpdateAttestationDomainDescriptor) GetMethodName() string
func (*UpdateAttestationDomainDescriptor) GetProtoPkgName ¶
func (d *UpdateAttestationDomainDescriptor) GetProtoPkgName() string
func (*UpdateAttestationDomainDescriptor) GetResourceDescriptor ¶
func (d *UpdateAttestationDomainDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*UpdateAttestationDomainDescriptor) GetServerMsgReflectHandle ¶
func (d *UpdateAttestationDomainDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*UpdateAttestationDomainDescriptor) GetServiceDomain ¶
func (d *UpdateAttestationDomainDescriptor) GetServiceDomain() string
func (*UpdateAttestationDomainDescriptor) GetServiceVersion ¶
func (d *UpdateAttestationDomainDescriptor) GetServiceVersion() string
func (*UpdateAttestationDomainDescriptor) GetVerb ¶
func (d *UpdateAttestationDomainDescriptor) GetVerb() string
func (*UpdateAttestationDomainDescriptor) HasResource ¶
func (d *UpdateAttestationDomainDescriptor) HasResource() bool
func (*UpdateAttestationDomainDescriptor) IsClientStream ¶
func (d *UpdateAttestationDomainDescriptor) IsClientStream() bool
func (*UpdateAttestationDomainDescriptor) IsCollection ¶
func (d *UpdateAttestationDomainDescriptor) IsCollection() bool
func (*UpdateAttestationDomainDescriptor) IsPlural ¶
func (d *UpdateAttestationDomainDescriptor) IsPlural() bool
func (*UpdateAttestationDomainDescriptor) IsServerStream ¶
func (d *UpdateAttestationDomainDescriptor) IsServerStream() bool
func (*UpdateAttestationDomainDescriptor) IsUnary ¶
func (d *UpdateAttestationDomainDescriptor) IsUnary() bool
func (*UpdateAttestationDomainDescriptor) NewEmptyClientMsg ¶
func (d *UpdateAttestationDomainDescriptor) NewEmptyClientMsg() proto.Message
func (*UpdateAttestationDomainDescriptor) NewEmptyServerMsg ¶
func (d *UpdateAttestationDomainDescriptor) NewEmptyServerMsg() proto.Message
func (*UpdateAttestationDomainDescriptor) RequestHasResourceBody ¶
func (d *UpdateAttestationDomainDescriptor) RequestHasResourceBody() bool
type UpdateAttestationDomainDescriptorClientMsgHandle ¶
type UpdateAttestationDomainDescriptorClientMsgHandle struct{}
func (*UpdateAttestationDomainDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *UpdateAttestationDomainDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*UpdateAttestationDomainDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *UpdateAttestationDomainDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*UpdateAttestationDomainDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *UpdateAttestationDomainDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*UpdateAttestationDomainDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *UpdateAttestationDomainDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdateAttestationDomainDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *UpdateAttestationDomainDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type UpdateAttestationDomainDescriptorServerMsgHandle ¶
type UpdateAttestationDomainDescriptorServerMsgHandle struct{}
func (*UpdateAttestationDomainDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *UpdateAttestationDomainDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*UpdateAttestationDomainDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *UpdateAttestationDomainDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*UpdateAttestationDomainDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *UpdateAttestationDomainDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*UpdateAttestationDomainDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *UpdateAttestationDomainDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdateAttestationDomainDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *UpdateAttestationDomainDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type UpdateAttestationDomainRequest ¶
type UpdateAttestationDomainRequest struct { // AttestationDomain resource body AttestationDomain *attestation_domain.AttestationDomain `` /* 142-byte string literal not displayed */ // FieldMask applied to request - change will be applied only for fields in // the mask UpdateMask *attestation_domain.AttestationDomain_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 *UpdateAttestationDomainRequest_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 [UpdateAttestationDomain][ntt.iam.v1.UpdateAttestationDomain]
func (*UpdateAttestationDomainRequest) Descriptor ¶
func (*UpdateAttestationDomainRequest) Descriptor() ([]byte, []int)
Deprecated, Use UpdateAttestationDomainRequest.ProtoReflect.Descriptor instead.
func (*UpdateAttestationDomainRequest) GetAllowMissing ¶
func (m *UpdateAttestationDomainRequest) GetAllowMissing() bool
func (*UpdateAttestationDomainRequest) GetAttestationDomain ¶
func (m *UpdateAttestationDomainRequest) GetAttestationDomain() *attestation_domain.AttestationDomain
func (*UpdateAttestationDomainRequest) GetCas ¶
func (m *UpdateAttestationDomainRequest) GetCas() *UpdateAttestationDomainRequest_CAS
func (*UpdateAttestationDomainRequest) GetUpdateMask ¶
func (m *UpdateAttestationDomainRequest) GetUpdateMask() *attestation_domain.AttestationDomain_FieldMask
func (*UpdateAttestationDomainRequest) GotenMessage ¶
func (*UpdateAttestationDomainRequest) GotenMessage()
func (*UpdateAttestationDomainRequest) GotenValidate ¶
func (obj *UpdateAttestationDomainRequest) GotenValidate() error
func (*UpdateAttestationDomainRequest) Marshal ¶
func (m *UpdateAttestationDomainRequest) Marshal() ([]byte, error)
func (*UpdateAttestationDomainRequest) MarshalJSON ¶
func (m *UpdateAttestationDomainRequest) MarshalJSON() ([]byte, error)
func (*UpdateAttestationDomainRequest) ProtoMessage ¶
func (*UpdateAttestationDomainRequest) ProtoMessage()
func (*UpdateAttestationDomainRequest) ProtoReflect ¶
func (m *UpdateAttestationDomainRequest) ProtoReflect() preflect.Message
func (*UpdateAttestationDomainRequest) Reset ¶
func (m *UpdateAttestationDomainRequest) Reset()
func (*UpdateAttestationDomainRequest) SetAllowMissing ¶
func (m *UpdateAttestationDomainRequest) SetAllowMissing(fv bool)
func (*UpdateAttestationDomainRequest) SetAttestationDomain ¶
func (m *UpdateAttestationDomainRequest) SetAttestationDomain(fv *attestation_domain.AttestationDomain)
func (*UpdateAttestationDomainRequest) SetCas ¶
func (m *UpdateAttestationDomainRequest) SetCas(fv *UpdateAttestationDomainRequest_CAS)
func (*UpdateAttestationDomainRequest) SetUpdateMask ¶
func (m *UpdateAttestationDomainRequest) SetUpdateMask(fv *attestation_domain.AttestationDomain_FieldMask)
func (*UpdateAttestationDomainRequest) String ¶
func (m *UpdateAttestationDomainRequest) String() string
func (*UpdateAttestationDomainRequest) Unmarshal ¶
func (m *UpdateAttestationDomainRequest) Unmarshal(b []byte) error
func (*UpdateAttestationDomainRequest) UnmarshalJSON ¶
func (m *UpdateAttestationDomainRequest) UnmarshalJSON(data []byte) error
type UpdateAttestationDomainRequest_CAS ¶
type UpdateAttestationDomainRequest_CAS struct { // Conditional desired state of a resource before update. ConditionalState *attestation_domain.AttestationDomain `` /* 138-byte string literal not displayed */ // Field paths from conditional state of resource server should check and // compare. FieldMask *attestation_domain.AttestationDomain_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 (*UpdateAttestationDomainRequest_CAS) Descriptor ¶
func (*UpdateAttestationDomainRequest_CAS) Descriptor() ([]byte, []int)
Deprecated, Use UpdateAttestationDomainRequest_CAS.ProtoReflect.Descriptor instead.
func (*UpdateAttestationDomainRequest_CAS) GetConditionalState ¶
func (m *UpdateAttestationDomainRequest_CAS) GetConditionalState() *attestation_domain.AttestationDomain
func (*UpdateAttestationDomainRequest_CAS) GetFieldMask ¶
func (m *UpdateAttestationDomainRequest_CAS) GetFieldMask() *attestation_domain.AttestationDomain_FieldMask
func (*UpdateAttestationDomainRequest_CAS) GotenMessage ¶
func (*UpdateAttestationDomainRequest_CAS) GotenMessage()
func (*UpdateAttestationDomainRequest_CAS) GotenValidate ¶
func (obj *UpdateAttestationDomainRequest_CAS) GotenValidate() error
func (*UpdateAttestationDomainRequest_CAS) Marshal ¶
func (m *UpdateAttestationDomainRequest_CAS) Marshal() ([]byte, error)
func (*UpdateAttestationDomainRequest_CAS) MarshalJSON ¶
func (m *UpdateAttestationDomainRequest_CAS) MarshalJSON() ([]byte, error)
func (*UpdateAttestationDomainRequest_CAS) ProtoMessage ¶
func (*UpdateAttestationDomainRequest_CAS) ProtoMessage()
func (*UpdateAttestationDomainRequest_CAS) ProtoReflect ¶
func (m *UpdateAttestationDomainRequest_CAS) ProtoReflect() preflect.Message
func (*UpdateAttestationDomainRequest_CAS) Reset ¶
func (m *UpdateAttestationDomainRequest_CAS) Reset()
func (*UpdateAttestationDomainRequest_CAS) SetConditionalState ¶
func (m *UpdateAttestationDomainRequest_CAS) SetConditionalState(fv *attestation_domain.AttestationDomain)
func (*UpdateAttestationDomainRequest_CAS) SetFieldMask ¶
func (m *UpdateAttestationDomainRequest_CAS) SetFieldMask(fv *attestation_domain.AttestationDomain_FieldMask)
func (*UpdateAttestationDomainRequest_CAS) String ¶
func (m *UpdateAttestationDomainRequest_CAS) String() string
func (*UpdateAttestationDomainRequest_CAS) Unmarshal ¶
func (m *UpdateAttestationDomainRequest_CAS) Unmarshal(b []byte) error
func (*UpdateAttestationDomainRequest_CAS) UnmarshalJSON ¶
func (m *UpdateAttestationDomainRequest_CAS) UnmarshalJSON(data []byte) error
type WatchAttestationDomainClientStream ¶
type WatchAttestationDomainClientStream interface { Recv() (*WatchAttestationDomainResponse, error) grpc.ClientStream }
type WatchAttestationDomainDescriptor ¶
type WatchAttestationDomainDescriptor struct{}
func GetWatchAttestationDomainDescriptor ¶
func GetWatchAttestationDomainDescriptor() *WatchAttestationDomainDescriptor
func (*WatchAttestationDomainDescriptor) GetApiDescriptor ¶
func (d *WatchAttestationDomainDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*WatchAttestationDomainDescriptor) GetApiName ¶
func (d *WatchAttestationDomainDescriptor) GetApiName() string
func (*WatchAttestationDomainDescriptor) GetClientMsgReflectHandle ¶
func (d *WatchAttestationDomainDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchAttestationDomainDescriptor) GetFullMethodName ¶
func (d *WatchAttestationDomainDescriptor) GetFullMethodName() string
func (*WatchAttestationDomainDescriptor) GetMethodName ¶
func (d *WatchAttestationDomainDescriptor) GetMethodName() string
func (*WatchAttestationDomainDescriptor) GetProtoPkgName ¶
func (d *WatchAttestationDomainDescriptor) GetProtoPkgName() string
func (*WatchAttestationDomainDescriptor) GetResourceDescriptor ¶
func (d *WatchAttestationDomainDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*WatchAttestationDomainDescriptor) GetServerMsgReflectHandle ¶
func (d *WatchAttestationDomainDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchAttestationDomainDescriptor) GetServiceDomain ¶
func (d *WatchAttestationDomainDescriptor) GetServiceDomain() string
func (*WatchAttestationDomainDescriptor) GetServiceVersion ¶
func (d *WatchAttestationDomainDescriptor) GetServiceVersion() string
func (*WatchAttestationDomainDescriptor) GetVerb ¶
func (d *WatchAttestationDomainDescriptor) GetVerb() string
func (*WatchAttestationDomainDescriptor) HasResource ¶
func (d *WatchAttestationDomainDescriptor) HasResource() bool
func (*WatchAttestationDomainDescriptor) IsClientStream ¶
func (d *WatchAttestationDomainDescriptor) IsClientStream() bool
func (*WatchAttestationDomainDescriptor) IsCollection ¶
func (d *WatchAttestationDomainDescriptor) IsCollection() bool
func (*WatchAttestationDomainDescriptor) IsPlural ¶
func (d *WatchAttestationDomainDescriptor) IsPlural() bool
func (*WatchAttestationDomainDescriptor) IsServerStream ¶
func (d *WatchAttestationDomainDescriptor) IsServerStream() bool
func (*WatchAttestationDomainDescriptor) IsUnary ¶
func (d *WatchAttestationDomainDescriptor) IsUnary() bool
func (*WatchAttestationDomainDescriptor) NewEmptyClientMsg ¶
func (d *WatchAttestationDomainDescriptor) NewEmptyClientMsg() proto.Message
func (*WatchAttestationDomainDescriptor) NewEmptyServerMsg ¶
func (d *WatchAttestationDomainDescriptor) NewEmptyServerMsg() proto.Message
func (*WatchAttestationDomainDescriptor) RequestHasResourceBody ¶
func (d *WatchAttestationDomainDescriptor) RequestHasResourceBody() bool
type WatchAttestationDomainDescriptorClientMsgHandle ¶
type WatchAttestationDomainDescriptorClientMsgHandle struct{}
func (*WatchAttestationDomainDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *WatchAttestationDomainDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchAttestationDomainDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *WatchAttestationDomainDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchAttestationDomainDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *WatchAttestationDomainDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchAttestationDomainDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *WatchAttestationDomainDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchAttestationDomainDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *WatchAttestationDomainDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchAttestationDomainDescriptorServerMsgHandle ¶
type WatchAttestationDomainDescriptorServerMsgHandle struct{}
func (*WatchAttestationDomainDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *WatchAttestationDomainDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchAttestationDomainDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *WatchAttestationDomainDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchAttestationDomainDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *WatchAttestationDomainDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchAttestationDomainDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *WatchAttestationDomainDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchAttestationDomainDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *WatchAttestationDomainDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchAttestationDomainRequest ¶
type WatchAttestationDomainRequest struct { // Name of ntt.iam.v1.AttestationDomain Name *attestation_domain.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 *attestation_domain.AttestationDomain_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 [WatchAttestationDomain][ntt.iam.v1.WatchAttestationDomain]
func (*WatchAttestationDomainRequest) Descriptor ¶
func (*WatchAttestationDomainRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchAttestationDomainRequest.ProtoReflect.Descriptor instead.
func (*WatchAttestationDomainRequest) GetFieldMask ¶
func (m *WatchAttestationDomainRequest) GetFieldMask() *attestation_domain.AttestationDomain_FieldMask
func (*WatchAttestationDomainRequest) GetName ¶
func (m *WatchAttestationDomainRequest) GetName() *attestation_domain.Name
func (*WatchAttestationDomainRequest) GetView ¶
func (m *WatchAttestationDomainRequest) GetView() view.View
func (*WatchAttestationDomainRequest) GotenMessage ¶
func (*WatchAttestationDomainRequest) GotenMessage()
func (*WatchAttestationDomainRequest) GotenValidate ¶
func (obj *WatchAttestationDomainRequest) GotenValidate() error
func (*WatchAttestationDomainRequest) Marshal ¶
func (m *WatchAttestationDomainRequest) Marshal() ([]byte, error)
func (*WatchAttestationDomainRequest) MarshalJSON ¶
func (m *WatchAttestationDomainRequest) MarshalJSON() ([]byte, error)
func (*WatchAttestationDomainRequest) ProtoMessage ¶
func (*WatchAttestationDomainRequest) ProtoMessage()
func (*WatchAttestationDomainRequest) ProtoReflect ¶
func (m *WatchAttestationDomainRequest) ProtoReflect() preflect.Message
func (*WatchAttestationDomainRequest) Reset ¶
func (m *WatchAttestationDomainRequest) Reset()
func (*WatchAttestationDomainRequest) SetFieldMask ¶
func (m *WatchAttestationDomainRequest) SetFieldMask(fv *attestation_domain.AttestationDomain_FieldMask)
func (*WatchAttestationDomainRequest) SetName ¶
func (m *WatchAttestationDomainRequest) SetName(fv *attestation_domain.Name)
func (*WatchAttestationDomainRequest) SetView ¶
func (m *WatchAttestationDomainRequest) SetView(fv view.View)
func (*WatchAttestationDomainRequest) String ¶
func (m *WatchAttestationDomainRequest) String() string
func (*WatchAttestationDomainRequest) Unmarshal ¶
func (m *WatchAttestationDomainRequest) Unmarshal(b []byte) error
func (*WatchAttestationDomainRequest) UnmarshalJSON ¶
func (m *WatchAttestationDomainRequest) UnmarshalJSON(data []byte) error
type WatchAttestationDomainResponse ¶
type WatchAttestationDomainResponse struct { Change *attestation_domain.AttestationDomainChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty" firestore:"change"` // contains filtered or unexported fields }
WatchAttestationDomainResponse
func (*WatchAttestationDomainResponse) Descriptor ¶
func (*WatchAttestationDomainResponse) Descriptor() ([]byte, []int)
Deprecated, Use WatchAttestationDomainResponse.ProtoReflect.Descriptor instead.
func (*WatchAttestationDomainResponse) GetChange ¶
func (m *WatchAttestationDomainResponse) GetChange() *attestation_domain.AttestationDomainChange
func (*WatchAttestationDomainResponse) GotenMessage ¶
func (*WatchAttestationDomainResponse) GotenMessage()
func (*WatchAttestationDomainResponse) GotenValidate ¶
func (obj *WatchAttestationDomainResponse) GotenValidate() error
func (*WatchAttestationDomainResponse) Marshal ¶
func (m *WatchAttestationDomainResponse) Marshal() ([]byte, error)
func (*WatchAttestationDomainResponse) MarshalJSON ¶
func (m *WatchAttestationDomainResponse) MarshalJSON() ([]byte, error)
func (*WatchAttestationDomainResponse) ProtoMessage ¶
func (*WatchAttestationDomainResponse) ProtoMessage()
func (*WatchAttestationDomainResponse) ProtoReflect ¶
func (m *WatchAttestationDomainResponse) ProtoReflect() preflect.Message
func (*WatchAttestationDomainResponse) Reset ¶
func (m *WatchAttestationDomainResponse) Reset()
func (*WatchAttestationDomainResponse) SetChange ¶
func (m *WatchAttestationDomainResponse) SetChange(fv *attestation_domain.AttestationDomainChange)
func (*WatchAttestationDomainResponse) String ¶
func (m *WatchAttestationDomainResponse) String() string
func (*WatchAttestationDomainResponse) Unmarshal ¶
func (m *WatchAttestationDomainResponse) Unmarshal(b []byte) error
func (*WatchAttestationDomainResponse) UnmarshalJSON ¶
func (m *WatchAttestationDomainResponse) UnmarshalJSON(data []byte) error
type WatchAttestationDomainsClientStream ¶
type WatchAttestationDomainsClientStream interface { Recv() (*WatchAttestationDomainsResponse, error) grpc.ClientStream }
type WatchAttestationDomainsDescriptor ¶
type WatchAttestationDomainsDescriptor struct{}
func GetWatchAttestationDomainsDescriptor ¶
func GetWatchAttestationDomainsDescriptor() *WatchAttestationDomainsDescriptor
func (*WatchAttestationDomainsDescriptor) GetApiDescriptor ¶
func (d *WatchAttestationDomainsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*WatchAttestationDomainsDescriptor) GetApiName ¶
func (d *WatchAttestationDomainsDescriptor) GetApiName() string
func (*WatchAttestationDomainsDescriptor) GetClientMsgReflectHandle ¶
func (d *WatchAttestationDomainsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchAttestationDomainsDescriptor) GetFullMethodName ¶
func (d *WatchAttestationDomainsDescriptor) GetFullMethodName() string
func (*WatchAttestationDomainsDescriptor) GetMethodName ¶
func (d *WatchAttestationDomainsDescriptor) GetMethodName() string
func (*WatchAttestationDomainsDescriptor) GetProtoPkgName ¶
func (d *WatchAttestationDomainsDescriptor) GetProtoPkgName() string
func (*WatchAttestationDomainsDescriptor) GetResourceDescriptor ¶
func (d *WatchAttestationDomainsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*WatchAttestationDomainsDescriptor) GetServerMsgReflectHandle ¶
func (d *WatchAttestationDomainsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchAttestationDomainsDescriptor) GetServiceDomain ¶
func (d *WatchAttestationDomainsDescriptor) GetServiceDomain() string
func (*WatchAttestationDomainsDescriptor) GetServiceVersion ¶
func (d *WatchAttestationDomainsDescriptor) GetServiceVersion() string
func (*WatchAttestationDomainsDescriptor) GetVerb ¶
func (d *WatchAttestationDomainsDescriptor) GetVerb() string
func (*WatchAttestationDomainsDescriptor) HasResource ¶
func (d *WatchAttestationDomainsDescriptor) HasResource() bool
func (*WatchAttestationDomainsDescriptor) IsClientStream ¶
func (d *WatchAttestationDomainsDescriptor) IsClientStream() bool
func (*WatchAttestationDomainsDescriptor) IsCollection ¶
func (d *WatchAttestationDomainsDescriptor) IsCollection() bool
func (*WatchAttestationDomainsDescriptor) IsPlural ¶
func (d *WatchAttestationDomainsDescriptor) IsPlural() bool
func (*WatchAttestationDomainsDescriptor) IsServerStream ¶
func (d *WatchAttestationDomainsDescriptor) IsServerStream() bool
func (*WatchAttestationDomainsDescriptor) IsUnary ¶
func (d *WatchAttestationDomainsDescriptor) IsUnary() bool
func (*WatchAttestationDomainsDescriptor) NewEmptyClientMsg ¶
func (d *WatchAttestationDomainsDescriptor) NewEmptyClientMsg() proto.Message
func (*WatchAttestationDomainsDescriptor) NewEmptyServerMsg ¶
func (d *WatchAttestationDomainsDescriptor) NewEmptyServerMsg() proto.Message
func (*WatchAttestationDomainsDescriptor) RequestHasResourceBody ¶
func (d *WatchAttestationDomainsDescriptor) RequestHasResourceBody() bool
type WatchAttestationDomainsDescriptorClientMsgHandle ¶
type WatchAttestationDomainsDescriptorClientMsgHandle struct{}
func (*WatchAttestationDomainsDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *WatchAttestationDomainsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchAttestationDomainsDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *WatchAttestationDomainsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchAttestationDomainsDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *WatchAttestationDomainsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchAttestationDomainsDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *WatchAttestationDomainsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchAttestationDomainsDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *WatchAttestationDomainsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchAttestationDomainsDescriptorServerMsgHandle ¶
type WatchAttestationDomainsDescriptorServerMsgHandle struct{}
func (*WatchAttestationDomainsDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *WatchAttestationDomainsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchAttestationDomainsDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *WatchAttestationDomainsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchAttestationDomainsDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *WatchAttestationDomainsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchAttestationDomainsDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *WatchAttestationDomainsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchAttestationDomainsDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *WatchAttestationDomainsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchAttestationDomainsRequest ¶
type WatchAttestationDomainsRequest 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.v1.AttestationDomain Parent *attestation_domain.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // Requested page size. Server may return fewer AttestationDomains 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 *attestation_domain.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 *attestation_domain.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 *attestation_domain.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 AttestationDomain that // don't affect any of masked fields won't be sent back. FieldMask *attestation_domain.AttestationDomain_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 // AttestationDomain 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 [WatchAttestationDomains][ntt.iam.v1.WatchAttestationDomains]
func (*WatchAttestationDomainsRequest) Descriptor ¶
func (*WatchAttestationDomainsRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchAttestationDomainsRequest.ProtoReflect.Descriptor instead.
func (*WatchAttestationDomainsRequest) GetFieldMask ¶
func (m *WatchAttestationDomainsRequest) GetFieldMask() *attestation_domain.AttestationDomain_FieldMask
func (*WatchAttestationDomainsRequest) GetFilter ¶
func (m *WatchAttestationDomainsRequest) GetFilter() *attestation_domain.Filter
func (*WatchAttestationDomainsRequest) GetMaxChunkSize ¶
func (m *WatchAttestationDomainsRequest) GetMaxChunkSize() int32
func (*WatchAttestationDomainsRequest) GetOrderBy ¶
func (m *WatchAttestationDomainsRequest) GetOrderBy() *attestation_domain.OrderBy
func (*WatchAttestationDomainsRequest) GetPageSize ¶
func (m *WatchAttestationDomainsRequest) GetPageSize() int32
func (*WatchAttestationDomainsRequest) GetPageToken ¶
func (m *WatchAttestationDomainsRequest) GetPageToken() *attestation_domain.PagerCursor
func (*WatchAttestationDomainsRequest) GetParent ¶
func (m *WatchAttestationDomainsRequest) GetParent() *attestation_domain.ParentName
func (*WatchAttestationDomainsRequest) GetResumeToken ¶
func (m *WatchAttestationDomainsRequest) GetResumeToken() string
func (*WatchAttestationDomainsRequest) GetStartingTime ¶
func (m *WatchAttestationDomainsRequest) GetStartingTime() *timestamppb.Timestamp
func (*WatchAttestationDomainsRequest) GetType ¶
func (m *WatchAttestationDomainsRequest) GetType() watch_type.WatchType
func (*WatchAttestationDomainsRequest) GetView ¶
func (m *WatchAttestationDomainsRequest) GetView() view.View
func (*WatchAttestationDomainsRequest) GotenMessage ¶
func (*WatchAttestationDomainsRequest) GotenMessage()
func (*WatchAttestationDomainsRequest) GotenValidate ¶
func (obj *WatchAttestationDomainsRequest) GotenValidate() error
func (*WatchAttestationDomainsRequest) Marshal ¶
func (m *WatchAttestationDomainsRequest) Marshal() ([]byte, error)
func (*WatchAttestationDomainsRequest) MarshalJSON ¶
func (m *WatchAttestationDomainsRequest) MarshalJSON() ([]byte, error)
func (*WatchAttestationDomainsRequest) ProtoMessage ¶
func (*WatchAttestationDomainsRequest) ProtoMessage()
func (*WatchAttestationDomainsRequest) ProtoReflect ¶
func (m *WatchAttestationDomainsRequest) ProtoReflect() preflect.Message
func (*WatchAttestationDomainsRequest) Reset ¶
func (m *WatchAttestationDomainsRequest) Reset()
func (*WatchAttestationDomainsRequest) SetFieldMask ¶
func (m *WatchAttestationDomainsRequest) SetFieldMask(fv *attestation_domain.AttestationDomain_FieldMask)
func (*WatchAttestationDomainsRequest) SetFilter ¶
func (m *WatchAttestationDomainsRequest) SetFilter(fv *attestation_domain.Filter)
func (*WatchAttestationDomainsRequest) SetMaxChunkSize ¶
func (m *WatchAttestationDomainsRequest) SetMaxChunkSize(fv int32)
func (*WatchAttestationDomainsRequest) SetOrderBy ¶
func (m *WatchAttestationDomainsRequest) SetOrderBy(fv *attestation_domain.OrderBy)
func (*WatchAttestationDomainsRequest) SetPageSize ¶
func (m *WatchAttestationDomainsRequest) SetPageSize(fv int32)
func (*WatchAttestationDomainsRequest) SetPageToken ¶
func (m *WatchAttestationDomainsRequest) SetPageToken(fv *attestation_domain.PagerCursor)
func (*WatchAttestationDomainsRequest) SetParent ¶
func (m *WatchAttestationDomainsRequest) SetParent(fv *attestation_domain.ParentName)
func (*WatchAttestationDomainsRequest) SetResumeToken ¶
func (m *WatchAttestationDomainsRequest) SetResumeToken(fv string)
func (*WatchAttestationDomainsRequest) SetStartingTime ¶
func (m *WatchAttestationDomainsRequest) SetStartingTime(fv *timestamppb.Timestamp)
func (*WatchAttestationDomainsRequest) SetType ¶
func (m *WatchAttestationDomainsRequest) SetType(fv watch_type.WatchType)
func (*WatchAttestationDomainsRequest) SetView ¶
func (m *WatchAttestationDomainsRequest) SetView(fv view.View)
func (*WatchAttestationDomainsRequest) String ¶
func (m *WatchAttestationDomainsRequest) String() string
func (*WatchAttestationDomainsRequest) Unmarshal ¶
func (m *WatchAttestationDomainsRequest) Unmarshal(b []byte) error
func (*WatchAttestationDomainsRequest) UnmarshalJSON ¶
func (m *WatchAttestationDomainsRequest) UnmarshalJSON(data []byte) error
type WatchAttestationDomainsResponse ¶
type WatchAttestationDomainsResponse struct { // Changes of AttestationDomains AttestationDomainChanges []*attestation_domain.AttestationDomainChange `` /* 172-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 AttestationDomains 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 *WatchAttestationDomainsResponse_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 (AttestationDomains 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 }
WatchAttestationDomainsResponse
func (*WatchAttestationDomainsResponse) Descriptor ¶
func (*WatchAttestationDomainsResponse) Descriptor() ([]byte, []int)
Deprecated, Use WatchAttestationDomainsResponse.ProtoReflect.Descriptor instead.
func (*WatchAttestationDomainsResponse) GetAttestationDomainChanges ¶
func (m *WatchAttestationDomainsResponse) GetAttestationDomainChanges() []*attestation_domain.AttestationDomainChange
func (*WatchAttestationDomainsResponse) GetIsCurrent ¶
func (m *WatchAttestationDomainsResponse) GetIsCurrent() bool
func (*WatchAttestationDomainsResponse) GetIsHardReset ¶
func (m *WatchAttestationDomainsResponse) GetIsHardReset() bool
func (*WatchAttestationDomainsResponse) GetIsSoftReset ¶
func (m *WatchAttestationDomainsResponse) GetIsSoftReset() bool
func (*WatchAttestationDomainsResponse) GetPageTokenChange ¶
func (m *WatchAttestationDomainsResponse) GetPageTokenChange() *WatchAttestationDomainsResponse_PageTokenChange
func (*WatchAttestationDomainsResponse) GetResumeToken ¶
func (m *WatchAttestationDomainsResponse) GetResumeToken() string
func (*WatchAttestationDomainsResponse) GetSnapshotSize ¶
func (m *WatchAttestationDomainsResponse) GetSnapshotSize() int64
func (*WatchAttestationDomainsResponse) GotenMessage ¶
func (*WatchAttestationDomainsResponse) GotenMessage()
func (*WatchAttestationDomainsResponse) GotenValidate ¶
func (obj *WatchAttestationDomainsResponse) GotenValidate() error
func (*WatchAttestationDomainsResponse) Marshal ¶
func (m *WatchAttestationDomainsResponse) Marshal() ([]byte, error)
func (*WatchAttestationDomainsResponse) MarshalJSON ¶
func (m *WatchAttestationDomainsResponse) MarshalJSON() ([]byte, error)
func (*WatchAttestationDomainsResponse) ProtoMessage ¶
func (*WatchAttestationDomainsResponse) ProtoMessage()
func (*WatchAttestationDomainsResponse) ProtoReflect ¶
func (m *WatchAttestationDomainsResponse) ProtoReflect() preflect.Message
func (*WatchAttestationDomainsResponse) Reset ¶
func (m *WatchAttestationDomainsResponse) Reset()
func (*WatchAttestationDomainsResponse) SetAttestationDomainChanges ¶
func (m *WatchAttestationDomainsResponse) SetAttestationDomainChanges(fv []*attestation_domain.AttestationDomainChange)
func (*WatchAttestationDomainsResponse) SetIsCurrent ¶
func (m *WatchAttestationDomainsResponse) SetIsCurrent(fv bool)
func (*WatchAttestationDomainsResponse) SetIsHardReset ¶
func (m *WatchAttestationDomainsResponse) SetIsHardReset(fv bool)
func (*WatchAttestationDomainsResponse) SetIsSoftReset ¶
func (m *WatchAttestationDomainsResponse) SetIsSoftReset(fv bool)
func (*WatchAttestationDomainsResponse) SetPageTokenChange ¶
func (m *WatchAttestationDomainsResponse) SetPageTokenChange(fv *WatchAttestationDomainsResponse_PageTokenChange)
func (*WatchAttestationDomainsResponse) SetResumeToken ¶
func (m *WatchAttestationDomainsResponse) SetResumeToken(fv string)
func (*WatchAttestationDomainsResponse) SetSnapshotSize ¶
func (m *WatchAttestationDomainsResponse) SetSnapshotSize(fv int64)
func (*WatchAttestationDomainsResponse) String ¶
func (m *WatchAttestationDomainsResponse) String() string
func (*WatchAttestationDomainsResponse) Unmarshal ¶
func (m *WatchAttestationDomainsResponse) Unmarshal(b []byte) error
func (*WatchAttestationDomainsResponse) UnmarshalJSON ¶
func (m *WatchAttestationDomainsResponse) UnmarshalJSON(data []byte) error
type WatchAttestationDomainsResponse_PageTokenChange ¶
type WatchAttestationDomainsResponse_PageTokenChange struct { // New token to retrieve previous page of results. PrevPageToken *attestation_domain.PagerCursor `` /* 151-byte string literal not displayed */ // New token to retrieve next page of results. NextPageToken *attestation_domain.PagerCursor `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
func (*WatchAttestationDomainsResponse_PageTokenChange) Descriptor ¶
func (*WatchAttestationDomainsResponse_PageTokenChange) Descriptor() ([]byte, []int)
Deprecated, Use WatchAttestationDomainsResponse_PageTokenChange.ProtoReflect.Descriptor instead.
func (*WatchAttestationDomainsResponse_PageTokenChange) GetNextPageToken ¶
func (m *WatchAttestationDomainsResponse_PageTokenChange) GetNextPageToken() *attestation_domain.PagerCursor
func (*WatchAttestationDomainsResponse_PageTokenChange) GetPrevPageToken ¶
func (m *WatchAttestationDomainsResponse_PageTokenChange) GetPrevPageToken() *attestation_domain.PagerCursor
func (*WatchAttestationDomainsResponse_PageTokenChange) GotenMessage ¶
func (*WatchAttestationDomainsResponse_PageTokenChange) GotenMessage()
func (*WatchAttestationDomainsResponse_PageTokenChange) GotenValidate ¶
func (obj *WatchAttestationDomainsResponse_PageTokenChange) GotenValidate() error
func (*WatchAttestationDomainsResponse_PageTokenChange) Marshal ¶
func (m *WatchAttestationDomainsResponse_PageTokenChange) Marshal() ([]byte, error)
func (*WatchAttestationDomainsResponse_PageTokenChange) MarshalJSON ¶
func (m *WatchAttestationDomainsResponse_PageTokenChange) MarshalJSON() ([]byte, error)
func (*WatchAttestationDomainsResponse_PageTokenChange) ProtoMessage ¶
func (*WatchAttestationDomainsResponse_PageTokenChange) ProtoMessage()
func (*WatchAttestationDomainsResponse_PageTokenChange) ProtoReflect ¶
func (m *WatchAttestationDomainsResponse_PageTokenChange) ProtoReflect() preflect.Message
func (*WatchAttestationDomainsResponse_PageTokenChange) Reset ¶
func (m *WatchAttestationDomainsResponse_PageTokenChange) Reset()
func (*WatchAttestationDomainsResponse_PageTokenChange) SetNextPageToken ¶
func (m *WatchAttestationDomainsResponse_PageTokenChange) SetNextPageToken(fv *attestation_domain.PagerCursor)
func (*WatchAttestationDomainsResponse_PageTokenChange) SetPrevPageToken ¶
func (m *WatchAttestationDomainsResponse_PageTokenChange) SetPrevPageToken(fv *attestation_domain.PagerCursor)
func (*WatchAttestationDomainsResponse_PageTokenChange) String ¶
func (m *WatchAttestationDomainsResponse_PageTokenChange) String() string
func (*WatchAttestationDomainsResponse_PageTokenChange) Unmarshal ¶
func (m *WatchAttestationDomainsResponse_PageTokenChange) Unmarshal(b []byte) error
func (*WatchAttestationDomainsResponse_PageTokenChange) UnmarshalJSON ¶
func (m *WatchAttestationDomainsResponse_PageTokenChange) UnmarshalJSON(data []byte) error