Documentation ¶
Index ¶
- type BatchGetTpmAttestationCertsDescriptor
- func (d *BatchGetTpmAttestationCertsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *BatchGetTpmAttestationCertsDescriptor) GetApiName() string
- func (d *BatchGetTpmAttestationCertsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *BatchGetTpmAttestationCertsDescriptor) GetFullMethodName() string
- func (d *BatchGetTpmAttestationCertsDescriptor) GetMethodName() string
- func (d *BatchGetTpmAttestationCertsDescriptor) GetProtoPkgName() string
- func (d *BatchGetTpmAttestationCertsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *BatchGetTpmAttestationCertsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *BatchGetTpmAttestationCertsDescriptor) GetServiceDomain() string
- func (d *BatchGetTpmAttestationCertsDescriptor) GetServiceVersion() string
- func (d *BatchGetTpmAttestationCertsDescriptor) GetVerb() string
- func (d *BatchGetTpmAttestationCertsDescriptor) HasResource() bool
- func (d *BatchGetTpmAttestationCertsDescriptor) IsClientStream() bool
- func (d *BatchGetTpmAttestationCertsDescriptor) IsCollection() bool
- func (d *BatchGetTpmAttestationCertsDescriptor) IsPlural() bool
- func (d *BatchGetTpmAttestationCertsDescriptor) IsServerStream() bool
- func (d *BatchGetTpmAttestationCertsDescriptor) IsUnary() bool
- func (d *BatchGetTpmAttestationCertsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *BatchGetTpmAttestationCertsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *BatchGetTpmAttestationCertsDescriptor) RequestHasResourceBody() bool
- type BatchGetTpmAttestationCertsDescriptorClientMsgHandle
- func (h *BatchGetTpmAttestationCertsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *BatchGetTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *BatchGetTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *BatchGetTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *BatchGetTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type BatchGetTpmAttestationCertsDescriptorServerMsgHandle
- func (h *BatchGetTpmAttestationCertsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *BatchGetTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *BatchGetTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *BatchGetTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *BatchGetTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type BatchGetTpmAttestationCertsRequest
- func (*BatchGetTpmAttestationCertsRequest) Descriptor() ([]byte, []int)
- func (m *BatchGetTpmAttestationCertsRequest) GetFieldMask() *tpm_attestation_cert.TpmAttestationCert_FieldMask
- func (m *BatchGetTpmAttestationCertsRequest) GetNames() []*tpm_attestation_cert.Name
- func (m *BatchGetTpmAttestationCertsRequest) GetView() view.View
- func (*BatchGetTpmAttestationCertsRequest) GotenMessage()
- func (obj *BatchGetTpmAttestationCertsRequest) GotenValidate() error
- func (m *BatchGetTpmAttestationCertsRequest) Marshal() ([]byte, error)
- func (m *BatchGetTpmAttestationCertsRequest) MarshalJSON() ([]byte, error)
- func (*BatchGetTpmAttestationCertsRequest) ProtoMessage()
- func (m *BatchGetTpmAttestationCertsRequest) ProtoReflect() preflect.Message
- func (m *BatchGetTpmAttestationCertsRequest) Reset()
- func (m *BatchGetTpmAttestationCertsRequest) SetFieldMask(fv *tpm_attestation_cert.TpmAttestationCert_FieldMask)
- func (m *BatchGetTpmAttestationCertsRequest) SetNames(fv []*tpm_attestation_cert.Name)
- func (m *BatchGetTpmAttestationCertsRequest) SetView(fv view.View)
- func (m *BatchGetTpmAttestationCertsRequest) String() string
- func (m *BatchGetTpmAttestationCertsRequest) Unmarshal(b []byte) error
- func (m *BatchGetTpmAttestationCertsRequest) UnmarshalJSON(data []byte) error
- type BatchGetTpmAttestationCertsResponse
- func (*BatchGetTpmAttestationCertsResponse) Descriptor() ([]byte, []int)
- func (m *BatchGetTpmAttestationCertsResponse) GetMissing() []*tpm_attestation_cert.Name
- func (m *BatchGetTpmAttestationCertsResponse) GetTpmAttestationCerts() []*tpm_attestation_cert.TpmAttestationCert
- func (*BatchGetTpmAttestationCertsResponse) GotenMessage()
- func (obj *BatchGetTpmAttestationCertsResponse) GotenValidate() error
- func (m *BatchGetTpmAttestationCertsResponse) Marshal() ([]byte, error)
- func (m *BatchGetTpmAttestationCertsResponse) MarshalJSON() ([]byte, error)
- func (*BatchGetTpmAttestationCertsResponse) ProtoMessage()
- func (m *BatchGetTpmAttestationCertsResponse) ProtoReflect() preflect.Message
- func (m *BatchGetTpmAttestationCertsResponse) Reset()
- func (m *BatchGetTpmAttestationCertsResponse) SetMissing(fv []*tpm_attestation_cert.Name)
- func (m *BatchGetTpmAttestationCertsResponse) SetTpmAttestationCerts(fv []*tpm_attestation_cert.TpmAttestationCert)
- func (m *BatchGetTpmAttestationCertsResponse) String() string
- func (m *BatchGetTpmAttestationCertsResponse) Unmarshal(b []byte) error
- func (m *BatchGetTpmAttestationCertsResponse) UnmarshalJSON(data []byte) error
- type CreateTpmAttestationCertDescriptor
- func (d *CreateTpmAttestationCertDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *CreateTpmAttestationCertDescriptor) GetApiName() string
- func (d *CreateTpmAttestationCertDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreateTpmAttestationCertDescriptor) GetFullMethodName() string
- func (d *CreateTpmAttestationCertDescriptor) GetMethodName() string
- func (d *CreateTpmAttestationCertDescriptor) GetProtoPkgName() string
- func (d *CreateTpmAttestationCertDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *CreateTpmAttestationCertDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreateTpmAttestationCertDescriptor) GetServiceDomain() string
- func (d *CreateTpmAttestationCertDescriptor) GetServiceVersion() string
- func (d *CreateTpmAttestationCertDescriptor) GetVerb() string
- func (d *CreateTpmAttestationCertDescriptor) HasResource() bool
- func (d *CreateTpmAttestationCertDescriptor) IsClientStream() bool
- func (d *CreateTpmAttestationCertDescriptor) IsCollection() bool
- func (d *CreateTpmAttestationCertDescriptor) IsPlural() bool
- func (d *CreateTpmAttestationCertDescriptor) IsServerStream() bool
- func (d *CreateTpmAttestationCertDescriptor) IsUnary() bool
- func (d *CreateTpmAttestationCertDescriptor) NewEmptyClientMsg() proto.Message
- func (d *CreateTpmAttestationCertDescriptor) NewEmptyServerMsg() proto.Message
- func (d *CreateTpmAttestationCertDescriptor) RequestHasResourceBody() bool
- type CreateTpmAttestationCertDescriptorClientMsgHandle
- func (h *CreateTpmAttestationCertDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreateTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *CreateTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *CreateTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreateTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreateTpmAttestationCertDescriptorServerMsgHandle
- func (h *CreateTpmAttestationCertDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreateTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *CreateTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *CreateTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreateTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreateTpmAttestationCertRequest
- func (*CreateTpmAttestationCertRequest) Descriptor() ([]byte, []int)
- func (m *CreateTpmAttestationCertRequest) GetParent() *tpm_attestation_cert.ParentName
- func (m *CreateTpmAttestationCertRequest) GetTpmAttestationCert() *tpm_attestation_cert.TpmAttestationCert
- func (*CreateTpmAttestationCertRequest) GotenMessage()
- func (obj *CreateTpmAttestationCertRequest) GotenValidate() error
- func (m *CreateTpmAttestationCertRequest) Marshal() ([]byte, error)
- func (m *CreateTpmAttestationCertRequest) MarshalJSON() ([]byte, error)
- func (*CreateTpmAttestationCertRequest) ProtoMessage()
- func (m *CreateTpmAttestationCertRequest) ProtoReflect() preflect.Message
- func (m *CreateTpmAttestationCertRequest) Reset()
- func (m *CreateTpmAttestationCertRequest) SetParent(fv *tpm_attestation_cert.ParentName)
- func (m *CreateTpmAttestationCertRequest) SetTpmAttestationCert(fv *tpm_attestation_cert.TpmAttestationCert)
- func (m *CreateTpmAttestationCertRequest) String() string
- func (m *CreateTpmAttestationCertRequest) Unmarshal(b []byte) error
- func (m *CreateTpmAttestationCertRequest) UnmarshalJSON(data []byte) error
- type DeleteTpmAttestationCertDescriptor
- func (d *DeleteTpmAttestationCertDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *DeleteTpmAttestationCertDescriptor) GetApiName() string
- func (d *DeleteTpmAttestationCertDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *DeleteTpmAttestationCertDescriptor) GetFullMethodName() string
- func (d *DeleteTpmAttestationCertDescriptor) GetMethodName() string
- func (d *DeleteTpmAttestationCertDescriptor) GetProtoPkgName() string
- func (d *DeleteTpmAttestationCertDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *DeleteTpmAttestationCertDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *DeleteTpmAttestationCertDescriptor) GetServiceDomain() string
- func (d *DeleteTpmAttestationCertDescriptor) GetServiceVersion() string
- func (d *DeleteTpmAttestationCertDescriptor) GetVerb() string
- func (d *DeleteTpmAttestationCertDescriptor) HasResource() bool
- func (d *DeleteTpmAttestationCertDescriptor) IsClientStream() bool
- func (d *DeleteTpmAttestationCertDescriptor) IsCollection() bool
- func (d *DeleteTpmAttestationCertDescriptor) IsPlural() bool
- func (d *DeleteTpmAttestationCertDescriptor) IsServerStream() bool
- func (d *DeleteTpmAttestationCertDescriptor) IsUnary() bool
- func (d *DeleteTpmAttestationCertDescriptor) NewEmptyClientMsg() proto.Message
- func (d *DeleteTpmAttestationCertDescriptor) NewEmptyServerMsg() proto.Message
- func (d *DeleteTpmAttestationCertDescriptor) RequestHasResourceBody() bool
- type DeleteTpmAttestationCertDescriptorClientMsgHandle
- func (h *DeleteTpmAttestationCertDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *DeleteTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *DeleteTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *DeleteTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *DeleteTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type DeleteTpmAttestationCertDescriptorServerMsgHandle
- func (h *DeleteTpmAttestationCertDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *DeleteTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *DeleteTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *DeleteTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *DeleteTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type DeleteTpmAttestationCertRequest
- func (*DeleteTpmAttestationCertRequest) Descriptor() ([]byte, []int)
- func (m *DeleteTpmAttestationCertRequest) GetName() *tpm_attestation_cert.Name
- func (*DeleteTpmAttestationCertRequest) GotenMessage()
- func (obj *DeleteTpmAttestationCertRequest) GotenValidate() error
- func (m *DeleteTpmAttestationCertRequest) Marshal() ([]byte, error)
- func (m *DeleteTpmAttestationCertRequest) MarshalJSON() ([]byte, error)
- func (*DeleteTpmAttestationCertRequest) ProtoMessage()
- func (m *DeleteTpmAttestationCertRequest) ProtoReflect() preflect.Message
- func (m *DeleteTpmAttestationCertRequest) Reset()
- func (m *DeleteTpmAttestationCertRequest) SetName(fv *tpm_attestation_cert.Name)
- func (m *DeleteTpmAttestationCertRequest) String() string
- func (m *DeleteTpmAttestationCertRequest) Unmarshal(b []byte) error
- func (m *DeleteTpmAttestationCertRequest) UnmarshalJSON(data []byte) error
- type GetTpmAttestationCertDescriptor
- func (d *GetTpmAttestationCertDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *GetTpmAttestationCertDescriptor) GetApiName() string
- func (d *GetTpmAttestationCertDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *GetTpmAttestationCertDescriptor) GetFullMethodName() string
- func (d *GetTpmAttestationCertDescriptor) GetMethodName() string
- func (d *GetTpmAttestationCertDescriptor) GetProtoPkgName() string
- func (d *GetTpmAttestationCertDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *GetTpmAttestationCertDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *GetTpmAttestationCertDescriptor) GetServiceDomain() string
- func (d *GetTpmAttestationCertDescriptor) GetServiceVersion() string
- func (d *GetTpmAttestationCertDescriptor) GetVerb() string
- func (d *GetTpmAttestationCertDescriptor) HasResource() bool
- func (d *GetTpmAttestationCertDescriptor) IsClientStream() bool
- func (d *GetTpmAttestationCertDescriptor) IsCollection() bool
- func (d *GetTpmAttestationCertDescriptor) IsPlural() bool
- func (d *GetTpmAttestationCertDescriptor) IsServerStream() bool
- func (d *GetTpmAttestationCertDescriptor) IsUnary() bool
- func (d *GetTpmAttestationCertDescriptor) NewEmptyClientMsg() proto.Message
- func (d *GetTpmAttestationCertDescriptor) NewEmptyServerMsg() proto.Message
- func (d *GetTpmAttestationCertDescriptor) RequestHasResourceBody() bool
- type GetTpmAttestationCertDescriptorClientMsgHandle
- func (h *GetTpmAttestationCertDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *GetTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *GetTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *GetTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *GetTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type GetTpmAttestationCertDescriptorServerMsgHandle
- func (h *GetTpmAttestationCertDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *GetTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *GetTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *GetTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *GetTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type GetTpmAttestationCertRequest
- func (*GetTpmAttestationCertRequest) Descriptor() ([]byte, []int)
- func (m *GetTpmAttestationCertRequest) GetFieldMask() *tpm_attestation_cert.TpmAttestationCert_FieldMask
- func (m *GetTpmAttestationCertRequest) GetName() *tpm_attestation_cert.Name
- func (m *GetTpmAttestationCertRequest) GetView() view.View
- func (*GetTpmAttestationCertRequest) GotenMessage()
- func (obj *GetTpmAttestationCertRequest) GotenValidate() error
- func (m *GetTpmAttestationCertRequest) Marshal() ([]byte, error)
- func (m *GetTpmAttestationCertRequest) MarshalJSON() ([]byte, error)
- func (*GetTpmAttestationCertRequest) ProtoMessage()
- func (m *GetTpmAttestationCertRequest) ProtoReflect() preflect.Message
- func (m *GetTpmAttestationCertRequest) Reset()
- func (m *GetTpmAttestationCertRequest) SetFieldMask(fv *tpm_attestation_cert.TpmAttestationCert_FieldMask)
- func (m *GetTpmAttestationCertRequest) SetName(fv *tpm_attestation_cert.Name)
- func (m *GetTpmAttestationCertRequest) SetView(fv view.View)
- func (m *GetTpmAttestationCertRequest) String() string
- func (m *GetTpmAttestationCertRequest) Unmarshal(b []byte) error
- func (m *GetTpmAttestationCertRequest) UnmarshalJSON(data []byte) error
- type ListTpmAttestationCertsDescriptor
- func (d *ListTpmAttestationCertsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *ListTpmAttestationCertsDescriptor) GetApiName() string
- func (d *ListTpmAttestationCertsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListTpmAttestationCertsDescriptor) GetFullMethodName() string
- func (d *ListTpmAttestationCertsDescriptor) GetMethodName() string
- func (d *ListTpmAttestationCertsDescriptor) GetProtoPkgName() string
- func (d *ListTpmAttestationCertsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *ListTpmAttestationCertsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListTpmAttestationCertsDescriptor) GetServiceDomain() string
- func (d *ListTpmAttestationCertsDescriptor) GetServiceVersion() string
- func (d *ListTpmAttestationCertsDescriptor) GetVerb() string
- func (d *ListTpmAttestationCertsDescriptor) HasResource() bool
- func (d *ListTpmAttestationCertsDescriptor) IsClientStream() bool
- func (d *ListTpmAttestationCertsDescriptor) IsCollection() bool
- func (d *ListTpmAttestationCertsDescriptor) IsPlural() bool
- func (d *ListTpmAttestationCertsDescriptor) IsServerStream() bool
- func (d *ListTpmAttestationCertsDescriptor) IsUnary() bool
- func (d *ListTpmAttestationCertsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *ListTpmAttestationCertsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *ListTpmAttestationCertsDescriptor) RequestHasResourceBody() bool
- type ListTpmAttestationCertsDescriptorClientMsgHandle
- func (h *ListTpmAttestationCertsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *ListTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *ListTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListTpmAttestationCertsDescriptorServerMsgHandle
- func (h *ListTpmAttestationCertsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *ListTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *ListTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListTpmAttestationCertsRequest
- func (*ListTpmAttestationCertsRequest) Descriptor() ([]byte, []int)
- func (m *ListTpmAttestationCertsRequest) GetFieldMask() *tpm_attestation_cert.TpmAttestationCert_FieldMask
- func (m *ListTpmAttestationCertsRequest) GetFilter() *tpm_attestation_cert.Filter
- func (m *ListTpmAttestationCertsRequest) GetIncludePagingInfo() bool
- func (m *ListTpmAttestationCertsRequest) GetOrderBy() *tpm_attestation_cert.OrderBy
- func (m *ListTpmAttestationCertsRequest) GetPageSize() int32
- func (m *ListTpmAttestationCertsRequest) GetPageToken() *tpm_attestation_cert.PagerCursor
- func (m *ListTpmAttestationCertsRequest) GetParent() *tpm_attestation_cert.ParentName
- func (m *ListTpmAttestationCertsRequest) GetView() view.View
- func (*ListTpmAttestationCertsRequest) GotenMessage()
- func (obj *ListTpmAttestationCertsRequest) GotenValidate() error
- func (m *ListTpmAttestationCertsRequest) Marshal() ([]byte, error)
- func (m *ListTpmAttestationCertsRequest) MarshalJSON() ([]byte, error)
- func (*ListTpmAttestationCertsRequest) ProtoMessage()
- func (m *ListTpmAttestationCertsRequest) ProtoReflect() preflect.Message
- func (m *ListTpmAttestationCertsRequest) Reset()
- func (m *ListTpmAttestationCertsRequest) SetFieldMask(fv *tpm_attestation_cert.TpmAttestationCert_FieldMask)
- func (m *ListTpmAttestationCertsRequest) SetFilter(fv *tpm_attestation_cert.Filter)
- func (m *ListTpmAttestationCertsRequest) SetIncludePagingInfo(fv bool)
- func (m *ListTpmAttestationCertsRequest) SetOrderBy(fv *tpm_attestation_cert.OrderBy)
- func (m *ListTpmAttestationCertsRequest) SetPageSize(fv int32)
- func (m *ListTpmAttestationCertsRequest) SetPageToken(fv *tpm_attestation_cert.PagerCursor)
- func (m *ListTpmAttestationCertsRequest) SetParent(fv *tpm_attestation_cert.ParentName)
- func (m *ListTpmAttestationCertsRequest) SetView(fv view.View)
- func (m *ListTpmAttestationCertsRequest) String() string
- func (m *ListTpmAttestationCertsRequest) Unmarshal(b []byte) error
- func (m *ListTpmAttestationCertsRequest) UnmarshalJSON(data []byte) error
- type ListTpmAttestationCertsResponse
- func (*ListTpmAttestationCertsResponse) Descriptor() ([]byte, []int)
- func (m *ListTpmAttestationCertsResponse) GetCurrentOffset() int32
- func (m *ListTpmAttestationCertsResponse) GetNextPageToken() *tpm_attestation_cert.PagerCursor
- func (m *ListTpmAttestationCertsResponse) GetPrevPageToken() *tpm_attestation_cert.PagerCursor
- func (m *ListTpmAttestationCertsResponse) GetTotalResultsCount() int32
- func (m *ListTpmAttestationCertsResponse) GetTpmAttestationCerts() []*tpm_attestation_cert.TpmAttestationCert
- func (*ListTpmAttestationCertsResponse) GotenMessage()
- func (obj *ListTpmAttestationCertsResponse) GotenValidate() error
- func (m *ListTpmAttestationCertsResponse) Marshal() ([]byte, error)
- func (m *ListTpmAttestationCertsResponse) MarshalJSON() ([]byte, error)
- func (*ListTpmAttestationCertsResponse) ProtoMessage()
- func (m *ListTpmAttestationCertsResponse) ProtoReflect() preflect.Message
- func (m *ListTpmAttestationCertsResponse) Reset()
- func (m *ListTpmAttestationCertsResponse) SetCurrentOffset(fv int32)
- func (m *ListTpmAttestationCertsResponse) SetNextPageToken(fv *tpm_attestation_cert.PagerCursor)
- func (m *ListTpmAttestationCertsResponse) SetPrevPageToken(fv *tpm_attestation_cert.PagerCursor)
- func (m *ListTpmAttestationCertsResponse) SetTotalResultsCount(fv int32)
- func (m *ListTpmAttestationCertsResponse) SetTpmAttestationCerts(fv []*tpm_attestation_cert.TpmAttestationCert)
- func (m *ListTpmAttestationCertsResponse) String() string
- func (m *ListTpmAttestationCertsResponse) Unmarshal(b []byte) error
- func (m *ListTpmAttestationCertsResponse) UnmarshalJSON(data []byte) error
- type TpmAttestationCertServiceClient
- type TpmAttestationCertServiceDescriptor
- func (d *TpmAttestationCertServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
- func (d *TpmAttestationCertServiceDescriptor) GetApiName() string
- func (d *TpmAttestationCertServiceDescriptor) GetFullAPIName() string
- func (d *TpmAttestationCertServiceDescriptor) GetProtoPkgName() string
- func (d *TpmAttestationCertServiceDescriptor) GetServiceDomain() string
- func (d *TpmAttestationCertServiceDescriptor) GetServiceVersion() string
- type UpdateTpmAttestationCertDescriptor
- func (d *UpdateTpmAttestationCertDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *UpdateTpmAttestationCertDescriptor) GetApiName() string
- func (d *UpdateTpmAttestationCertDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *UpdateTpmAttestationCertDescriptor) GetFullMethodName() string
- func (d *UpdateTpmAttestationCertDescriptor) GetMethodName() string
- func (d *UpdateTpmAttestationCertDescriptor) GetProtoPkgName() string
- func (d *UpdateTpmAttestationCertDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *UpdateTpmAttestationCertDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *UpdateTpmAttestationCertDescriptor) GetServiceDomain() string
- func (d *UpdateTpmAttestationCertDescriptor) GetServiceVersion() string
- func (d *UpdateTpmAttestationCertDescriptor) GetVerb() string
- func (d *UpdateTpmAttestationCertDescriptor) HasResource() bool
- func (d *UpdateTpmAttestationCertDescriptor) IsClientStream() bool
- func (d *UpdateTpmAttestationCertDescriptor) IsCollection() bool
- func (d *UpdateTpmAttestationCertDescriptor) IsPlural() bool
- func (d *UpdateTpmAttestationCertDescriptor) IsServerStream() bool
- func (d *UpdateTpmAttestationCertDescriptor) IsUnary() bool
- func (d *UpdateTpmAttestationCertDescriptor) NewEmptyClientMsg() proto.Message
- func (d *UpdateTpmAttestationCertDescriptor) NewEmptyServerMsg() proto.Message
- func (d *UpdateTpmAttestationCertDescriptor) RequestHasResourceBody() bool
- type UpdateTpmAttestationCertDescriptorClientMsgHandle
- func (h *UpdateTpmAttestationCertDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *UpdateTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *UpdateTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *UpdateTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *UpdateTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type UpdateTpmAttestationCertDescriptorServerMsgHandle
- func (h *UpdateTpmAttestationCertDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *UpdateTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *UpdateTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *UpdateTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *UpdateTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type UpdateTpmAttestationCertRequest
- func (*UpdateTpmAttestationCertRequest) Descriptor() ([]byte, []int)
- func (m *UpdateTpmAttestationCertRequest) GetAllowMissing() bool
- func (m *UpdateTpmAttestationCertRequest) GetCas() *UpdateTpmAttestationCertRequest_CAS
- func (m *UpdateTpmAttestationCertRequest) GetTpmAttestationCert() *tpm_attestation_cert.TpmAttestationCert
- func (m *UpdateTpmAttestationCertRequest) GetUpdateMask() *tpm_attestation_cert.TpmAttestationCert_FieldMask
- func (*UpdateTpmAttestationCertRequest) GotenMessage()
- func (obj *UpdateTpmAttestationCertRequest) GotenValidate() error
- func (m *UpdateTpmAttestationCertRequest) Marshal() ([]byte, error)
- func (m *UpdateTpmAttestationCertRequest) MarshalJSON() ([]byte, error)
- func (*UpdateTpmAttestationCertRequest) ProtoMessage()
- func (m *UpdateTpmAttestationCertRequest) ProtoReflect() preflect.Message
- func (m *UpdateTpmAttestationCertRequest) Reset()
- func (m *UpdateTpmAttestationCertRequest) SetAllowMissing(fv bool)
- func (m *UpdateTpmAttestationCertRequest) SetCas(fv *UpdateTpmAttestationCertRequest_CAS)
- func (m *UpdateTpmAttestationCertRequest) SetTpmAttestationCert(fv *tpm_attestation_cert.TpmAttestationCert)
- func (m *UpdateTpmAttestationCertRequest) SetUpdateMask(fv *tpm_attestation_cert.TpmAttestationCert_FieldMask)
- func (m *UpdateTpmAttestationCertRequest) String() string
- func (m *UpdateTpmAttestationCertRequest) Unmarshal(b []byte) error
- func (m *UpdateTpmAttestationCertRequest) UnmarshalJSON(data []byte) error
- type UpdateTpmAttestationCertRequest_CAS
- func (*UpdateTpmAttestationCertRequest_CAS) Descriptor() ([]byte, []int)
- func (m *UpdateTpmAttestationCertRequest_CAS) GetConditionalState() *tpm_attestation_cert.TpmAttestationCert
- func (m *UpdateTpmAttestationCertRequest_CAS) GetFieldMask() *tpm_attestation_cert.TpmAttestationCert_FieldMask
- func (*UpdateTpmAttestationCertRequest_CAS) GotenMessage()
- func (obj *UpdateTpmAttestationCertRequest_CAS) GotenValidate() error
- func (m *UpdateTpmAttestationCertRequest_CAS) Marshal() ([]byte, error)
- func (m *UpdateTpmAttestationCertRequest_CAS) MarshalJSON() ([]byte, error)
- func (*UpdateTpmAttestationCertRequest_CAS) ProtoMessage()
- func (m *UpdateTpmAttestationCertRequest_CAS) ProtoReflect() preflect.Message
- func (m *UpdateTpmAttestationCertRequest_CAS) Reset()
- func (m *UpdateTpmAttestationCertRequest_CAS) SetConditionalState(fv *tpm_attestation_cert.TpmAttestationCert)
- func (m *UpdateTpmAttestationCertRequest_CAS) SetFieldMask(fv *tpm_attestation_cert.TpmAttestationCert_FieldMask)
- func (m *UpdateTpmAttestationCertRequest_CAS) String() string
- func (m *UpdateTpmAttestationCertRequest_CAS) Unmarshal(b []byte) error
- func (m *UpdateTpmAttestationCertRequest_CAS) UnmarshalJSON(data []byte) error
- type WatchTpmAttestationCertClientStream
- type WatchTpmAttestationCertDescriptor
- func (d *WatchTpmAttestationCertDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *WatchTpmAttestationCertDescriptor) GetApiName() string
- func (d *WatchTpmAttestationCertDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchTpmAttestationCertDescriptor) GetFullMethodName() string
- func (d *WatchTpmAttestationCertDescriptor) GetMethodName() string
- func (d *WatchTpmAttestationCertDescriptor) GetProtoPkgName() string
- func (d *WatchTpmAttestationCertDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *WatchTpmAttestationCertDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchTpmAttestationCertDescriptor) GetServiceDomain() string
- func (d *WatchTpmAttestationCertDescriptor) GetServiceVersion() string
- func (d *WatchTpmAttestationCertDescriptor) GetVerb() string
- func (d *WatchTpmAttestationCertDescriptor) HasResource() bool
- func (d *WatchTpmAttestationCertDescriptor) IsClientStream() bool
- func (d *WatchTpmAttestationCertDescriptor) IsCollection() bool
- func (d *WatchTpmAttestationCertDescriptor) IsPlural() bool
- func (d *WatchTpmAttestationCertDescriptor) IsServerStream() bool
- func (d *WatchTpmAttestationCertDescriptor) IsUnary() bool
- func (d *WatchTpmAttestationCertDescriptor) NewEmptyClientMsg() proto.Message
- func (d *WatchTpmAttestationCertDescriptor) NewEmptyServerMsg() proto.Message
- func (d *WatchTpmAttestationCertDescriptor) RequestHasResourceBody() bool
- type WatchTpmAttestationCertDescriptorClientMsgHandle
- func (h *WatchTpmAttestationCertDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchTpmAttestationCertDescriptorServerMsgHandle
- func (h *WatchTpmAttestationCertDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchTpmAttestationCertRequest
- func (*WatchTpmAttestationCertRequest) Descriptor() ([]byte, []int)
- func (m *WatchTpmAttestationCertRequest) GetFieldMask() *tpm_attestation_cert.TpmAttestationCert_FieldMask
- func (m *WatchTpmAttestationCertRequest) GetName() *tpm_attestation_cert.Name
- func (m *WatchTpmAttestationCertRequest) GetView() view.View
- func (*WatchTpmAttestationCertRequest) GotenMessage()
- func (obj *WatchTpmAttestationCertRequest) GotenValidate() error
- func (m *WatchTpmAttestationCertRequest) Marshal() ([]byte, error)
- func (m *WatchTpmAttestationCertRequest) MarshalJSON() ([]byte, error)
- func (*WatchTpmAttestationCertRequest) ProtoMessage()
- func (m *WatchTpmAttestationCertRequest) ProtoReflect() preflect.Message
- func (m *WatchTpmAttestationCertRequest) Reset()
- func (m *WatchTpmAttestationCertRequest) SetFieldMask(fv *tpm_attestation_cert.TpmAttestationCert_FieldMask)
- func (m *WatchTpmAttestationCertRequest) SetName(fv *tpm_attestation_cert.Name)
- func (m *WatchTpmAttestationCertRequest) SetView(fv view.View)
- func (m *WatchTpmAttestationCertRequest) String() string
- func (m *WatchTpmAttestationCertRequest) Unmarshal(b []byte) error
- func (m *WatchTpmAttestationCertRequest) UnmarshalJSON(data []byte) error
- type WatchTpmAttestationCertResponse
- func (*WatchTpmAttestationCertResponse) Descriptor() ([]byte, []int)
- func (m *WatchTpmAttestationCertResponse) GetChange() *tpm_attestation_cert.TpmAttestationCertChange
- func (*WatchTpmAttestationCertResponse) GotenMessage()
- func (obj *WatchTpmAttestationCertResponse) GotenValidate() error
- func (m *WatchTpmAttestationCertResponse) Marshal() ([]byte, error)
- func (m *WatchTpmAttestationCertResponse) MarshalJSON() ([]byte, error)
- func (*WatchTpmAttestationCertResponse) ProtoMessage()
- func (m *WatchTpmAttestationCertResponse) ProtoReflect() preflect.Message
- func (m *WatchTpmAttestationCertResponse) Reset()
- func (m *WatchTpmAttestationCertResponse) SetChange(fv *tpm_attestation_cert.TpmAttestationCertChange)
- func (m *WatchTpmAttestationCertResponse) String() string
- func (m *WatchTpmAttestationCertResponse) Unmarshal(b []byte) error
- func (m *WatchTpmAttestationCertResponse) UnmarshalJSON(data []byte) error
- type WatchTpmAttestationCertsClientStream
- type WatchTpmAttestationCertsDescriptor
- func (d *WatchTpmAttestationCertsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *WatchTpmAttestationCertsDescriptor) GetApiName() string
- func (d *WatchTpmAttestationCertsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchTpmAttestationCertsDescriptor) GetFullMethodName() string
- func (d *WatchTpmAttestationCertsDescriptor) GetMethodName() string
- func (d *WatchTpmAttestationCertsDescriptor) GetProtoPkgName() string
- func (d *WatchTpmAttestationCertsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *WatchTpmAttestationCertsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchTpmAttestationCertsDescriptor) GetServiceDomain() string
- func (d *WatchTpmAttestationCertsDescriptor) GetServiceVersion() string
- func (d *WatchTpmAttestationCertsDescriptor) GetVerb() string
- func (d *WatchTpmAttestationCertsDescriptor) HasResource() bool
- func (d *WatchTpmAttestationCertsDescriptor) IsClientStream() bool
- func (d *WatchTpmAttestationCertsDescriptor) IsCollection() bool
- func (d *WatchTpmAttestationCertsDescriptor) IsPlural() bool
- func (d *WatchTpmAttestationCertsDescriptor) IsServerStream() bool
- func (d *WatchTpmAttestationCertsDescriptor) IsUnary() bool
- func (d *WatchTpmAttestationCertsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *WatchTpmAttestationCertsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *WatchTpmAttestationCertsDescriptor) RequestHasResourceBody() bool
- type WatchTpmAttestationCertsDescriptorClientMsgHandle
- func (h *WatchTpmAttestationCertsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchTpmAttestationCertsDescriptorServerMsgHandle
- func (h *WatchTpmAttestationCertsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchTpmAttestationCertsRequest
- func (*WatchTpmAttestationCertsRequest) Descriptor() ([]byte, []int)
- func (m *WatchTpmAttestationCertsRequest) GetFieldMask() *tpm_attestation_cert.TpmAttestationCert_FieldMask
- func (m *WatchTpmAttestationCertsRequest) GetFilter() *tpm_attestation_cert.Filter
- func (m *WatchTpmAttestationCertsRequest) GetMaxChunkSize() int32
- func (m *WatchTpmAttestationCertsRequest) GetOrderBy() *tpm_attestation_cert.OrderBy
- func (m *WatchTpmAttestationCertsRequest) GetPageSize() int32
- func (m *WatchTpmAttestationCertsRequest) GetPageToken() *tpm_attestation_cert.PagerCursor
- func (m *WatchTpmAttestationCertsRequest) GetParent() *tpm_attestation_cert.ParentName
- func (m *WatchTpmAttestationCertsRequest) GetResumeToken() string
- func (m *WatchTpmAttestationCertsRequest) GetStartingTime() *timestamppb.Timestamp
- func (m *WatchTpmAttestationCertsRequest) GetType() watch_type.WatchType
- func (m *WatchTpmAttestationCertsRequest) GetView() view.View
- func (*WatchTpmAttestationCertsRequest) GotenMessage()
- func (obj *WatchTpmAttestationCertsRequest) GotenValidate() error
- func (m *WatchTpmAttestationCertsRequest) Marshal() ([]byte, error)
- func (m *WatchTpmAttestationCertsRequest) MarshalJSON() ([]byte, error)
- func (*WatchTpmAttestationCertsRequest) ProtoMessage()
- func (m *WatchTpmAttestationCertsRequest) ProtoReflect() preflect.Message
- func (m *WatchTpmAttestationCertsRequest) Reset()
- func (m *WatchTpmAttestationCertsRequest) SetFieldMask(fv *tpm_attestation_cert.TpmAttestationCert_FieldMask)
- func (m *WatchTpmAttestationCertsRequest) SetFilter(fv *tpm_attestation_cert.Filter)
- func (m *WatchTpmAttestationCertsRequest) SetMaxChunkSize(fv int32)
- func (m *WatchTpmAttestationCertsRequest) SetOrderBy(fv *tpm_attestation_cert.OrderBy)
- func (m *WatchTpmAttestationCertsRequest) SetPageSize(fv int32)
- func (m *WatchTpmAttestationCertsRequest) SetPageToken(fv *tpm_attestation_cert.PagerCursor)
- func (m *WatchTpmAttestationCertsRequest) SetParent(fv *tpm_attestation_cert.ParentName)
- func (m *WatchTpmAttestationCertsRequest) SetResumeToken(fv string)
- func (m *WatchTpmAttestationCertsRequest) SetStartingTime(fv *timestamppb.Timestamp)
- func (m *WatchTpmAttestationCertsRequest) SetType(fv watch_type.WatchType)
- func (m *WatchTpmAttestationCertsRequest) SetView(fv view.View)
- func (m *WatchTpmAttestationCertsRequest) String() string
- func (m *WatchTpmAttestationCertsRequest) Unmarshal(b []byte) error
- func (m *WatchTpmAttestationCertsRequest) UnmarshalJSON(data []byte) error
- type WatchTpmAttestationCertsResponse
- func (*WatchTpmAttestationCertsResponse) Descriptor() ([]byte, []int)
- func (m *WatchTpmAttestationCertsResponse) GetIsCurrent() bool
- func (m *WatchTpmAttestationCertsResponse) GetIsHardReset() bool
- func (m *WatchTpmAttestationCertsResponse) GetIsSoftReset() bool
- func (m *WatchTpmAttestationCertsResponse) GetPageTokenChange() *WatchTpmAttestationCertsResponse_PageTokenChange
- func (m *WatchTpmAttestationCertsResponse) GetResumeToken() string
- func (m *WatchTpmAttestationCertsResponse) GetSnapshotSize() int64
- func (m *WatchTpmAttestationCertsResponse) GetTpmAttestationCertChanges() []*tpm_attestation_cert.TpmAttestationCertChange
- func (*WatchTpmAttestationCertsResponse) GotenMessage()
- func (obj *WatchTpmAttestationCertsResponse) GotenValidate() error
- func (m *WatchTpmAttestationCertsResponse) Marshal() ([]byte, error)
- func (m *WatchTpmAttestationCertsResponse) MarshalJSON() ([]byte, error)
- func (*WatchTpmAttestationCertsResponse) ProtoMessage()
- func (m *WatchTpmAttestationCertsResponse) ProtoReflect() preflect.Message
- func (m *WatchTpmAttestationCertsResponse) Reset()
- func (m *WatchTpmAttestationCertsResponse) SetIsCurrent(fv bool)
- func (m *WatchTpmAttestationCertsResponse) SetIsHardReset(fv bool)
- func (m *WatchTpmAttestationCertsResponse) SetIsSoftReset(fv bool)
- func (m *WatchTpmAttestationCertsResponse) SetPageTokenChange(fv *WatchTpmAttestationCertsResponse_PageTokenChange)
- func (m *WatchTpmAttestationCertsResponse) SetResumeToken(fv string)
- func (m *WatchTpmAttestationCertsResponse) SetSnapshotSize(fv int64)
- func (m *WatchTpmAttestationCertsResponse) SetTpmAttestationCertChanges(fv []*tpm_attestation_cert.TpmAttestationCertChange)
- func (m *WatchTpmAttestationCertsResponse) String() string
- func (m *WatchTpmAttestationCertsResponse) Unmarshal(b []byte) error
- func (m *WatchTpmAttestationCertsResponse) UnmarshalJSON(data []byte) error
- type WatchTpmAttestationCertsResponse_PageTokenChange
- func (*WatchTpmAttestationCertsResponse_PageTokenChange) Descriptor() ([]byte, []int)
- func (m *WatchTpmAttestationCertsResponse_PageTokenChange) GetNextPageToken() *tpm_attestation_cert.PagerCursor
- func (m *WatchTpmAttestationCertsResponse_PageTokenChange) GetPrevPageToken() *tpm_attestation_cert.PagerCursor
- func (*WatchTpmAttestationCertsResponse_PageTokenChange) GotenMessage()
- func (obj *WatchTpmAttestationCertsResponse_PageTokenChange) GotenValidate() error
- func (m *WatchTpmAttestationCertsResponse_PageTokenChange) Marshal() ([]byte, error)
- func (m *WatchTpmAttestationCertsResponse_PageTokenChange) MarshalJSON() ([]byte, error)
- func (*WatchTpmAttestationCertsResponse_PageTokenChange) ProtoMessage()
- func (m *WatchTpmAttestationCertsResponse_PageTokenChange) ProtoReflect() preflect.Message
- func (m *WatchTpmAttestationCertsResponse_PageTokenChange) Reset()
- func (m *WatchTpmAttestationCertsResponse_PageTokenChange) SetNextPageToken(fv *tpm_attestation_cert.PagerCursor)
- func (m *WatchTpmAttestationCertsResponse_PageTokenChange) SetPrevPageToken(fv *tpm_attestation_cert.PagerCursor)
- func (m *WatchTpmAttestationCertsResponse_PageTokenChange) String() string
- func (m *WatchTpmAttestationCertsResponse_PageTokenChange) Unmarshal(b []byte) error
- func (m *WatchTpmAttestationCertsResponse_PageTokenChange) UnmarshalJSON(data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchGetTpmAttestationCertsDescriptor ¶
type BatchGetTpmAttestationCertsDescriptor struct{}
func GetBatchGetTpmAttestationCertsDescriptor ¶
func GetBatchGetTpmAttestationCertsDescriptor() *BatchGetTpmAttestationCertsDescriptor
func (*BatchGetTpmAttestationCertsDescriptor) GetApiDescriptor ¶
func (d *BatchGetTpmAttestationCertsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*BatchGetTpmAttestationCertsDescriptor) GetApiName ¶
func (d *BatchGetTpmAttestationCertsDescriptor) GetApiName() string
func (*BatchGetTpmAttestationCertsDescriptor) GetClientMsgReflectHandle ¶
func (d *BatchGetTpmAttestationCertsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*BatchGetTpmAttestationCertsDescriptor) GetFullMethodName ¶
func (d *BatchGetTpmAttestationCertsDescriptor) GetFullMethodName() string
func (*BatchGetTpmAttestationCertsDescriptor) GetMethodName ¶
func (d *BatchGetTpmAttestationCertsDescriptor) GetMethodName() string
func (*BatchGetTpmAttestationCertsDescriptor) GetProtoPkgName ¶
func (d *BatchGetTpmAttestationCertsDescriptor) GetProtoPkgName() string
func (*BatchGetTpmAttestationCertsDescriptor) GetResourceDescriptor ¶
func (d *BatchGetTpmAttestationCertsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*BatchGetTpmAttestationCertsDescriptor) GetServerMsgReflectHandle ¶
func (d *BatchGetTpmAttestationCertsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*BatchGetTpmAttestationCertsDescriptor) GetServiceDomain ¶
func (d *BatchGetTpmAttestationCertsDescriptor) GetServiceDomain() string
func (*BatchGetTpmAttestationCertsDescriptor) GetServiceVersion ¶
func (d *BatchGetTpmAttestationCertsDescriptor) GetServiceVersion() string
func (*BatchGetTpmAttestationCertsDescriptor) GetVerb ¶
func (d *BatchGetTpmAttestationCertsDescriptor) GetVerb() string
func (*BatchGetTpmAttestationCertsDescriptor) HasResource ¶
func (d *BatchGetTpmAttestationCertsDescriptor) HasResource() bool
func (*BatchGetTpmAttestationCertsDescriptor) IsClientStream ¶
func (d *BatchGetTpmAttestationCertsDescriptor) IsClientStream() bool
func (*BatchGetTpmAttestationCertsDescriptor) IsCollection ¶
func (d *BatchGetTpmAttestationCertsDescriptor) IsCollection() bool
func (*BatchGetTpmAttestationCertsDescriptor) IsPlural ¶
func (d *BatchGetTpmAttestationCertsDescriptor) IsPlural() bool
func (*BatchGetTpmAttestationCertsDescriptor) IsServerStream ¶
func (d *BatchGetTpmAttestationCertsDescriptor) IsServerStream() bool
func (*BatchGetTpmAttestationCertsDescriptor) IsUnary ¶
func (d *BatchGetTpmAttestationCertsDescriptor) IsUnary() bool
func (*BatchGetTpmAttestationCertsDescriptor) NewEmptyClientMsg ¶
func (d *BatchGetTpmAttestationCertsDescriptor) NewEmptyClientMsg() proto.Message
func (*BatchGetTpmAttestationCertsDescriptor) NewEmptyServerMsg ¶
func (d *BatchGetTpmAttestationCertsDescriptor) NewEmptyServerMsg() proto.Message
func (*BatchGetTpmAttestationCertsDescriptor) RequestHasResourceBody ¶
func (d *BatchGetTpmAttestationCertsDescriptor) RequestHasResourceBody() bool
type BatchGetTpmAttestationCertsDescriptorClientMsgHandle ¶
type BatchGetTpmAttestationCertsDescriptorClientMsgHandle struct{}
func (*BatchGetTpmAttestationCertsDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *BatchGetTpmAttestationCertsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *BatchGetTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*BatchGetTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *BatchGetTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*BatchGetTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *BatchGetTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *BatchGetTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type BatchGetTpmAttestationCertsDescriptorServerMsgHandle ¶
type BatchGetTpmAttestationCertsDescriptorServerMsgHandle struct{}
func (*BatchGetTpmAttestationCertsDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *BatchGetTpmAttestationCertsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *BatchGetTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*BatchGetTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *BatchGetTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*BatchGetTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *BatchGetTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *BatchGetTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type BatchGetTpmAttestationCertsRequest ¶
type BatchGetTpmAttestationCertsRequest struct { // Names of TpmAttestationCerts Names []*tpm_attestation_cert.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 *tpm_attestation_cert.TpmAttestationCert_FieldMask `` /* 150-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 [BatchGetTpmAttestationCerts][ntt.ztp.v1.BatchGetTpmAttestationCerts]
func (*BatchGetTpmAttestationCertsRequest) Descriptor ¶
func (*BatchGetTpmAttestationCertsRequest) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetTpmAttestationCertsRequest.ProtoReflect.Descriptor instead.
func (*BatchGetTpmAttestationCertsRequest) GetFieldMask ¶
func (m *BatchGetTpmAttestationCertsRequest) GetFieldMask() *tpm_attestation_cert.TpmAttestationCert_FieldMask
func (*BatchGetTpmAttestationCertsRequest) GetNames ¶
func (m *BatchGetTpmAttestationCertsRequest) GetNames() []*tpm_attestation_cert.Name
func (*BatchGetTpmAttestationCertsRequest) GetView ¶
func (m *BatchGetTpmAttestationCertsRequest) GetView() view.View
func (*BatchGetTpmAttestationCertsRequest) GotenMessage ¶
func (*BatchGetTpmAttestationCertsRequest) GotenMessage()
func (*BatchGetTpmAttestationCertsRequest) GotenValidate ¶
func (obj *BatchGetTpmAttestationCertsRequest) GotenValidate() error
func (*BatchGetTpmAttestationCertsRequest) Marshal ¶
func (m *BatchGetTpmAttestationCertsRequest) Marshal() ([]byte, error)
func (*BatchGetTpmAttestationCertsRequest) MarshalJSON ¶
func (m *BatchGetTpmAttestationCertsRequest) MarshalJSON() ([]byte, error)
func (*BatchGetTpmAttestationCertsRequest) ProtoMessage ¶
func (*BatchGetTpmAttestationCertsRequest) ProtoMessage()
func (*BatchGetTpmAttestationCertsRequest) ProtoReflect ¶
func (m *BatchGetTpmAttestationCertsRequest) ProtoReflect() preflect.Message
func (*BatchGetTpmAttestationCertsRequest) Reset ¶
func (m *BatchGetTpmAttestationCertsRequest) Reset()
func (*BatchGetTpmAttestationCertsRequest) SetFieldMask ¶
func (m *BatchGetTpmAttestationCertsRequest) SetFieldMask(fv *tpm_attestation_cert.TpmAttestationCert_FieldMask)
func (*BatchGetTpmAttestationCertsRequest) SetNames ¶
func (m *BatchGetTpmAttestationCertsRequest) SetNames(fv []*tpm_attestation_cert.Name)
func (*BatchGetTpmAttestationCertsRequest) SetView ¶
func (m *BatchGetTpmAttestationCertsRequest) SetView(fv view.View)
func (*BatchGetTpmAttestationCertsRequest) String ¶
func (m *BatchGetTpmAttestationCertsRequest) String() string
func (*BatchGetTpmAttestationCertsRequest) Unmarshal ¶
func (m *BatchGetTpmAttestationCertsRequest) Unmarshal(b []byte) error
func (*BatchGetTpmAttestationCertsRequest) UnmarshalJSON ¶
func (m *BatchGetTpmAttestationCertsRequest) UnmarshalJSON(data []byte) error
type BatchGetTpmAttestationCertsResponse ¶
type BatchGetTpmAttestationCertsResponse struct { // found TpmAttestationCerts TpmAttestationCerts []*tpm_attestation_cert.TpmAttestationCert `` /* 152-byte string literal not displayed */ // list of not found TpmAttestationCerts Missing []*tpm_attestation_cert.Name `protobuf:"bytes,2,rep,customtype=Name,name=missing,proto3" json:"missing,omitempty" firestore:"missing"` // contains filtered or unexported fields }
BatchGetTpmAttestationCertsResponse
func (*BatchGetTpmAttestationCertsResponse) Descriptor ¶
func (*BatchGetTpmAttestationCertsResponse) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetTpmAttestationCertsResponse.ProtoReflect.Descriptor instead.
func (*BatchGetTpmAttestationCertsResponse) GetMissing ¶
func (m *BatchGetTpmAttestationCertsResponse) GetMissing() []*tpm_attestation_cert.Name
func (*BatchGetTpmAttestationCertsResponse) GetTpmAttestationCerts ¶
func (m *BatchGetTpmAttestationCertsResponse) GetTpmAttestationCerts() []*tpm_attestation_cert.TpmAttestationCert
func (*BatchGetTpmAttestationCertsResponse) GotenMessage ¶
func (*BatchGetTpmAttestationCertsResponse) GotenMessage()
func (*BatchGetTpmAttestationCertsResponse) GotenValidate ¶
func (obj *BatchGetTpmAttestationCertsResponse) GotenValidate() error
func (*BatchGetTpmAttestationCertsResponse) Marshal ¶
func (m *BatchGetTpmAttestationCertsResponse) Marshal() ([]byte, error)
func (*BatchGetTpmAttestationCertsResponse) MarshalJSON ¶
func (m *BatchGetTpmAttestationCertsResponse) MarshalJSON() ([]byte, error)
func (*BatchGetTpmAttestationCertsResponse) ProtoMessage ¶
func (*BatchGetTpmAttestationCertsResponse) ProtoMessage()
func (*BatchGetTpmAttestationCertsResponse) ProtoReflect ¶
func (m *BatchGetTpmAttestationCertsResponse) ProtoReflect() preflect.Message
func (*BatchGetTpmAttestationCertsResponse) Reset ¶
func (m *BatchGetTpmAttestationCertsResponse) Reset()
func (*BatchGetTpmAttestationCertsResponse) SetMissing ¶
func (m *BatchGetTpmAttestationCertsResponse) SetMissing(fv []*tpm_attestation_cert.Name)
func (*BatchGetTpmAttestationCertsResponse) SetTpmAttestationCerts ¶
func (m *BatchGetTpmAttestationCertsResponse) SetTpmAttestationCerts(fv []*tpm_attestation_cert.TpmAttestationCert)
func (*BatchGetTpmAttestationCertsResponse) String ¶
func (m *BatchGetTpmAttestationCertsResponse) String() string
func (*BatchGetTpmAttestationCertsResponse) Unmarshal ¶
func (m *BatchGetTpmAttestationCertsResponse) Unmarshal(b []byte) error
func (*BatchGetTpmAttestationCertsResponse) UnmarshalJSON ¶
func (m *BatchGetTpmAttestationCertsResponse) UnmarshalJSON(data []byte) error
type CreateTpmAttestationCertDescriptor ¶
type CreateTpmAttestationCertDescriptor struct{}
func GetCreateTpmAttestationCertDescriptor ¶
func GetCreateTpmAttestationCertDescriptor() *CreateTpmAttestationCertDescriptor
func (*CreateTpmAttestationCertDescriptor) GetApiDescriptor ¶
func (d *CreateTpmAttestationCertDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*CreateTpmAttestationCertDescriptor) GetApiName ¶
func (d *CreateTpmAttestationCertDescriptor) GetApiName() string
func (*CreateTpmAttestationCertDescriptor) GetClientMsgReflectHandle ¶
func (d *CreateTpmAttestationCertDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*CreateTpmAttestationCertDescriptor) GetFullMethodName ¶
func (d *CreateTpmAttestationCertDescriptor) GetFullMethodName() string
func (*CreateTpmAttestationCertDescriptor) GetMethodName ¶
func (d *CreateTpmAttestationCertDescriptor) GetMethodName() string
func (*CreateTpmAttestationCertDescriptor) GetProtoPkgName ¶
func (d *CreateTpmAttestationCertDescriptor) GetProtoPkgName() string
func (*CreateTpmAttestationCertDescriptor) GetResourceDescriptor ¶
func (d *CreateTpmAttestationCertDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*CreateTpmAttestationCertDescriptor) GetServerMsgReflectHandle ¶
func (d *CreateTpmAttestationCertDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*CreateTpmAttestationCertDescriptor) GetServiceDomain ¶
func (d *CreateTpmAttestationCertDescriptor) GetServiceDomain() string
func (*CreateTpmAttestationCertDescriptor) GetServiceVersion ¶
func (d *CreateTpmAttestationCertDescriptor) GetServiceVersion() string
func (*CreateTpmAttestationCertDescriptor) GetVerb ¶
func (d *CreateTpmAttestationCertDescriptor) GetVerb() string
func (*CreateTpmAttestationCertDescriptor) HasResource ¶
func (d *CreateTpmAttestationCertDescriptor) HasResource() bool
func (*CreateTpmAttestationCertDescriptor) IsClientStream ¶
func (d *CreateTpmAttestationCertDescriptor) IsClientStream() bool
func (*CreateTpmAttestationCertDescriptor) IsCollection ¶
func (d *CreateTpmAttestationCertDescriptor) IsCollection() bool
func (*CreateTpmAttestationCertDescriptor) IsPlural ¶
func (d *CreateTpmAttestationCertDescriptor) IsPlural() bool
func (*CreateTpmAttestationCertDescriptor) IsServerStream ¶
func (d *CreateTpmAttestationCertDescriptor) IsServerStream() bool
func (*CreateTpmAttestationCertDescriptor) IsUnary ¶
func (d *CreateTpmAttestationCertDescriptor) IsUnary() bool
func (*CreateTpmAttestationCertDescriptor) NewEmptyClientMsg ¶
func (d *CreateTpmAttestationCertDescriptor) NewEmptyClientMsg() proto.Message
func (*CreateTpmAttestationCertDescriptor) NewEmptyServerMsg ¶
func (d *CreateTpmAttestationCertDescriptor) NewEmptyServerMsg() proto.Message
func (*CreateTpmAttestationCertDescriptor) RequestHasResourceBody ¶
func (d *CreateTpmAttestationCertDescriptor) RequestHasResourceBody() bool
type CreateTpmAttestationCertDescriptorClientMsgHandle ¶
type CreateTpmAttestationCertDescriptorClientMsgHandle struct{}
func (*CreateTpmAttestationCertDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *CreateTpmAttestationCertDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *CreateTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*CreateTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *CreateTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*CreateTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *CreateTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *CreateTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateTpmAttestationCertDescriptorServerMsgHandle ¶
type CreateTpmAttestationCertDescriptorServerMsgHandle struct{}
func (*CreateTpmAttestationCertDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *CreateTpmAttestationCertDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *CreateTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*CreateTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *CreateTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*CreateTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *CreateTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *CreateTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateTpmAttestationCertRequest ¶
type CreateTpmAttestationCertRequest struct { // Parent name of ntt.ztp.v1.TpmAttestationCert Parent *tpm_attestation_cert.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // TpmAttestationCert resource body TpmAttestationCert *tpm_attestation_cert.TpmAttestationCert `` /* 148-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for method [CreateTpmAttestationCert][ntt.ztp.v1.CreateTpmAttestationCert]
func (*CreateTpmAttestationCertRequest) Descriptor ¶
func (*CreateTpmAttestationCertRequest) Descriptor() ([]byte, []int)
Deprecated, Use CreateTpmAttestationCertRequest.ProtoReflect.Descriptor instead.
func (*CreateTpmAttestationCertRequest) GetParent ¶
func (m *CreateTpmAttestationCertRequest) GetParent() *tpm_attestation_cert.ParentName
func (*CreateTpmAttestationCertRequest) GetTpmAttestationCert ¶
func (m *CreateTpmAttestationCertRequest) GetTpmAttestationCert() *tpm_attestation_cert.TpmAttestationCert
func (*CreateTpmAttestationCertRequest) GotenMessage ¶
func (*CreateTpmAttestationCertRequest) GotenMessage()
func (*CreateTpmAttestationCertRequest) GotenValidate ¶
func (obj *CreateTpmAttestationCertRequest) GotenValidate() error
func (*CreateTpmAttestationCertRequest) Marshal ¶
func (m *CreateTpmAttestationCertRequest) Marshal() ([]byte, error)
func (*CreateTpmAttestationCertRequest) MarshalJSON ¶
func (m *CreateTpmAttestationCertRequest) MarshalJSON() ([]byte, error)
func (*CreateTpmAttestationCertRequest) ProtoMessage ¶
func (*CreateTpmAttestationCertRequest) ProtoMessage()
func (*CreateTpmAttestationCertRequest) ProtoReflect ¶
func (m *CreateTpmAttestationCertRequest) ProtoReflect() preflect.Message
func (*CreateTpmAttestationCertRequest) Reset ¶
func (m *CreateTpmAttestationCertRequest) Reset()
func (*CreateTpmAttestationCertRequest) SetParent ¶
func (m *CreateTpmAttestationCertRequest) SetParent(fv *tpm_attestation_cert.ParentName)
func (*CreateTpmAttestationCertRequest) SetTpmAttestationCert ¶
func (m *CreateTpmAttestationCertRequest) SetTpmAttestationCert(fv *tpm_attestation_cert.TpmAttestationCert)
func (*CreateTpmAttestationCertRequest) String ¶
func (m *CreateTpmAttestationCertRequest) String() string
func (*CreateTpmAttestationCertRequest) Unmarshal ¶
func (m *CreateTpmAttestationCertRequest) Unmarshal(b []byte) error
func (*CreateTpmAttestationCertRequest) UnmarshalJSON ¶
func (m *CreateTpmAttestationCertRequest) UnmarshalJSON(data []byte) error
type DeleteTpmAttestationCertDescriptor ¶
type DeleteTpmAttestationCertDescriptor struct{}
func GetDeleteTpmAttestationCertDescriptor ¶
func GetDeleteTpmAttestationCertDescriptor() *DeleteTpmAttestationCertDescriptor
func (*DeleteTpmAttestationCertDescriptor) GetApiDescriptor ¶
func (d *DeleteTpmAttestationCertDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*DeleteTpmAttestationCertDescriptor) GetApiName ¶
func (d *DeleteTpmAttestationCertDescriptor) GetApiName() string
func (*DeleteTpmAttestationCertDescriptor) GetClientMsgReflectHandle ¶
func (d *DeleteTpmAttestationCertDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*DeleteTpmAttestationCertDescriptor) GetFullMethodName ¶
func (d *DeleteTpmAttestationCertDescriptor) GetFullMethodName() string
func (*DeleteTpmAttestationCertDescriptor) GetMethodName ¶
func (d *DeleteTpmAttestationCertDescriptor) GetMethodName() string
func (*DeleteTpmAttestationCertDescriptor) GetProtoPkgName ¶
func (d *DeleteTpmAttestationCertDescriptor) GetProtoPkgName() string
func (*DeleteTpmAttestationCertDescriptor) GetResourceDescriptor ¶
func (d *DeleteTpmAttestationCertDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*DeleteTpmAttestationCertDescriptor) GetServerMsgReflectHandle ¶
func (d *DeleteTpmAttestationCertDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*DeleteTpmAttestationCertDescriptor) GetServiceDomain ¶
func (d *DeleteTpmAttestationCertDescriptor) GetServiceDomain() string
func (*DeleteTpmAttestationCertDescriptor) GetServiceVersion ¶
func (d *DeleteTpmAttestationCertDescriptor) GetServiceVersion() string
func (*DeleteTpmAttestationCertDescriptor) GetVerb ¶
func (d *DeleteTpmAttestationCertDescriptor) GetVerb() string
func (*DeleteTpmAttestationCertDescriptor) HasResource ¶
func (d *DeleteTpmAttestationCertDescriptor) HasResource() bool
func (*DeleteTpmAttestationCertDescriptor) IsClientStream ¶
func (d *DeleteTpmAttestationCertDescriptor) IsClientStream() bool
func (*DeleteTpmAttestationCertDescriptor) IsCollection ¶
func (d *DeleteTpmAttestationCertDescriptor) IsCollection() bool
func (*DeleteTpmAttestationCertDescriptor) IsPlural ¶
func (d *DeleteTpmAttestationCertDescriptor) IsPlural() bool
func (*DeleteTpmAttestationCertDescriptor) IsServerStream ¶
func (d *DeleteTpmAttestationCertDescriptor) IsServerStream() bool
func (*DeleteTpmAttestationCertDescriptor) IsUnary ¶
func (d *DeleteTpmAttestationCertDescriptor) IsUnary() bool
func (*DeleteTpmAttestationCertDescriptor) NewEmptyClientMsg ¶
func (d *DeleteTpmAttestationCertDescriptor) NewEmptyClientMsg() proto.Message
func (*DeleteTpmAttestationCertDescriptor) NewEmptyServerMsg ¶
func (d *DeleteTpmAttestationCertDescriptor) NewEmptyServerMsg() proto.Message
func (*DeleteTpmAttestationCertDescriptor) RequestHasResourceBody ¶
func (d *DeleteTpmAttestationCertDescriptor) RequestHasResourceBody() bool
type DeleteTpmAttestationCertDescriptorClientMsgHandle ¶
type DeleteTpmAttestationCertDescriptorClientMsgHandle struct{}
func (*DeleteTpmAttestationCertDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *DeleteTpmAttestationCertDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*DeleteTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *DeleteTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*DeleteTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *DeleteTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*DeleteTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *DeleteTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*DeleteTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *DeleteTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type DeleteTpmAttestationCertDescriptorServerMsgHandle ¶
type DeleteTpmAttestationCertDescriptorServerMsgHandle struct{}
func (*DeleteTpmAttestationCertDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *DeleteTpmAttestationCertDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*DeleteTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *DeleteTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*DeleteTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *DeleteTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*DeleteTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *DeleteTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*DeleteTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *DeleteTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type DeleteTpmAttestationCertRequest ¶
type DeleteTpmAttestationCertRequest struct { // Name of ntt.ztp.v1.TpmAttestationCert Name *tpm_attestation_cert.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // contains filtered or unexported fields }
Request message for method [DeleteTpmAttestationCert][ntt.ztp.v1.DeleteTpmAttestationCert]
func (*DeleteTpmAttestationCertRequest) Descriptor ¶
func (*DeleteTpmAttestationCertRequest) Descriptor() ([]byte, []int)
Deprecated, Use DeleteTpmAttestationCertRequest.ProtoReflect.Descriptor instead.
func (*DeleteTpmAttestationCertRequest) GetName ¶
func (m *DeleteTpmAttestationCertRequest) GetName() *tpm_attestation_cert.Name
func (*DeleteTpmAttestationCertRequest) GotenMessage ¶
func (*DeleteTpmAttestationCertRequest) GotenMessage()
func (*DeleteTpmAttestationCertRequest) GotenValidate ¶
func (obj *DeleteTpmAttestationCertRequest) GotenValidate() error
func (*DeleteTpmAttestationCertRequest) Marshal ¶
func (m *DeleteTpmAttestationCertRequest) Marshal() ([]byte, error)
func (*DeleteTpmAttestationCertRequest) MarshalJSON ¶
func (m *DeleteTpmAttestationCertRequest) MarshalJSON() ([]byte, error)
func (*DeleteTpmAttestationCertRequest) ProtoMessage ¶
func (*DeleteTpmAttestationCertRequest) ProtoMessage()
func (*DeleteTpmAttestationCertRequest) ProtoReflect ¶
func (m *DeleteTpmAttestationCertRequest) ProtoReflect() preflect.Message
func (*DeleteTpmAttestationCertRequest) Reset ¶
func (m *DeleteTpmAttestationCertRequest) Reset()
func (*DeleteTpmAttestationCertRequest) SetName ¶
func (m *DeleteTpmAttestationCertRequest) SetName(fv *tpm_attestation_cert.Name)
func (*DeleteTpmAttestationCertRequest) String ¶
func (m *DeleteTpmAttestationCertRequest) String() string
func (*DeleteTpmAttestationCertRequest) Unmarshal ¶
func (m *DeleteTpmAttestationCertRequest) Unmarshal(b []byte) error
func (*DeleteTpmAttestationCertRequest) UnmarshalJSON ¶
func (m *DeleteTpmAttestationCertRequest) UnmarshalJSON(data []byte) error
type GetTpmAttestationCertDescriptor ¶
type GetTpmAttestationCertDescriptor struct{}
func GetGetTpmAttestationCertDescriptor ¶
func GetGetTpmAttestationCertDescriptor() *GetTpmAttestationCertDescriptor
func (*GetTpmAttestationCertDescriptor) GetApiDescriptor ¶
func (d *GetTpmAttestationCertDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*GetTpmAttestationCertDescriptor) GetApiName ¶
func (d *GetTpmAttestationCertDescriptor) GetApiName() string
func (*GetTpmAttestationCertDescriptor) GetClientMsgReflectHandle ¶
func (d *GetTpmAttestationCertDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*GetTpmAttestationCertDescriptor) GetFullMethodName ¶
func (d *GetTpmAttestationCertDescriptor) GetFullMethodName() string
func (*GetTpmAttestationCertDescriptor) GetMethodName ¶
func (d *GetTpmAttestationCertDescriptor) GetMethodName() string
func (*GetTpmAttestationCertDescriptor) GetProtoPkgName ¶
func (d *GetTpmAttestationCertDescriptor) GetProtoPkgName() string
func (*GetTpmAttestationCertDescriptor) GetResourceDescriptor ¶
func (d *GetTpmAttestationCertDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*GetTpmAttestationCertDescriptor) GetServerMsgReflectHandle ¶
func (d *GetTpmAttestationCertDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*GetTpmAttestationCertDescriptor) GetServiceDomain ¶
func (d *GetTpmAttestationCertDescriptor) GetServiceDomain() string
func (*GetTpmAttestationCertDescriptor) GetServiceVersion ¶
func (d *GetTpmAttestationCertDescriptor) GetServiceVersion() string
func (*GetTpmAttestationCertDescriptor) GetVerb ¶
func (d *GetTpmAttestationCertDescriptor) GetVerb() string
func (*GetTpmAttestationCertDescriptor) HasResource ¶
func (d *GetTpmAttestationCertDescriptor) HasResource() bool
func (*GetTpmAttestationCertDescriptor) IsClientStream ¶
func (d *GetTpmAttestationCertDescriptor) IsClientStream() bool
func (*GetTpmAttestationCertDescriptor) IsCollection ¶
func (d *GetTpmAttestationCertDescriptor) IsCollection() bool
func (*GetTpmAttestationCertDescriptor) IsPlural ¶
func (d *GetTpmAttestationCertDescriptor) IsPlural() bool
func (*GetTpmAttestationCertDescriptor) IsServerStream ¶
func (d *GetTpmAttestationCertDescriptor) IsServerStream() bool
func (*GetTpmAttestationCertDescriptor) IsUnary ¶
func (d *GetTpmAttestationCertDescriptor) IsUnary() bool
func (*GetTpmAttestationCertDescriptor) NewEmptyClientMsg ¶
func (d *GetTpmAttestationCertDescriptor) NewEmptyClientMsg() proto.Message
func (*GetTpmAttestationCertDescriptor) NewEmptyServerMsg ¶
func (d *GetTpmAttestationCertDescriptor) NewEmptyServerMsg() proto.Message
func (*GetTpmAttestationCertDescriptor) RequestHasResourceBody ¶
func (d *GetTpmAttestationCertDescriptor) RequestHasResourceBody() bool
type GetTpmAttestationCertDescriptorClientMsgHandle ¶
type GetTpmAttestationCertDescriptorClientMsgHandle struct{}
func (*GetTpmAttestationCertDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *GetTpmAttestationCertDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*GetTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *GetTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*GetTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *GetTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*GetTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *GetTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*GetTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *GetTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type GetTpmAttestationCertDescriptorServerMsgHandle ¶
type GetTpmAttestationCertDescriptorServerMsgHandle struct{}
func (*GetTpmAttestationCertDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *GetTpmAttestationCertDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*GetTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *GetTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*GetTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *GetTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*GetTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *GetTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*GetTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *GetTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type GetTpmAttestationCertRequest ¶
type GetTpmAttestationCertRequest struct { // Name of ntt.ztp.v1.TpmAttestationCert Name *tpm_attestation_cert.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 *tpm_attestation_cert.TpmAttestationCert_FieldMask `` /* 150-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 [GetTpmAttestationCert][ntt.ztp.v1.GetTpmAttestationCert]
func (*GetTpmAttestationCertRequest) Descriptor ¶
func (*GetTpmAttestationCertRequest) Descriptor() ([]byte, []int)
Deprecated, Use GetTpmAttestationCertRequest.ProtoReflect.Descriptor instead.
func (*GetTpmAttestationCertRequest) GetFieldMask ¶
func (m *GetTpmAttestationCertRequest) GetFieldMask() *tpm_attestation_cert.TpmAttestationCert_FieldMask
func (*GetTpmAttestationCertRequest) GetName ¶
func (m *GetTpmAttestationCertRequest) GetName() *tpm_attestation_cert.Name
func (*GetTpmAttestationCertRequest) GetView ¶
func (m *GetTpmAttestationCertRequest) GetView() view.View
func (*GetTpmAttestationCertRequest) GotenMessage ¶
func (*GetTpmAttestationCertRequest) GotenMessage()
func (*GetTpmAttestationCertRequest) GotenValidate ¶
func (obj *GetTpmAttestationCertRequest) GotenValidate() error
func (*GetTpmAttestationCertRequest) Marshal ¶
func (m *GetTpmAttestationCertRequest) Marshal() ([]byte, error)
func (*GetTpmAttestationCertRequest) MarshalJSON ¶
func (m *GetTpmAttestationCertRequest) MarshalJSON() ([]byte, error)
func (*GetTpmAttestationCertRequest) ProtoMessage ¶
func (*GetTpmAttestationCertRequest) ProtoMessage()
func (*GetTpmAttestationCertRequest) ProtoReflect ¶
func (m *GetTpmAttestationCertRequest) ProtoReflect() preflect.Message
func (*GetTpmAttestationCertRequest) Reset ¶
func (m *GetTpmAttestationCertRequest) Reset()
func (*GetTpmAttestationCertRequest) SetFieldMask ¶
func (m *GetTpmAttestationCertRequest) SetFieldMask(fv *tpm_attestation_cert.TpmAttestationCert_FieldMask)
func (*GetTpmAttestationCertRequest) SetName ¶
func (m *GetTpmAttestationCertRequest) SetName(fv *tpm_attestation_cert.Name)
func (*GetTpmAttestationCertRequest) SetView ¶
func (m *GetTpmAttestationCertRequest) SetView(fv view.View)
func (*GetTpmAttestationCertRequest) String ¶
func (m *GetTpmAttestationCertRequest) String() string
func (*GetTpmAttestationCertRequest) Unmarshal ¶
func (m *GetTpmAttestationCertRequest) Unmarshal(b []byte) error
func (*GetTpmAttestationCertRequest) UnmarshalJSON ¶
func (m *GetTpmAttestationCertRequest) UnmarshalJSON(data []byte) error
type ListTpmAttestationCertsDescriptor ¶
type ListTpmAttestationCertsDescriptor struct{}
func GetListTpmAttestationCertsDescriptor ¶
func GetListTpmAttestationCertsDescriptor() *ListTpmAttestationCertsDescriptor
func (*ListTpmAttestationCertsDescriptor) GetApiDescriptor ¶
func (d *ListTpmAttestationCertsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*ListTpmAttestationCertsDescriptor) GetApiName ¶
func (d *ListTpmAttestationCertsDescriptor) GetApiName() string
func (*ListTpmAttestationCertsDescriptor) GetClientMsgReflectHandle ¶
func (d *ListTpmAttestationCertsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListTpmAttestationCertsDescriptor) GetFullMethodName ¶
func (d *ListTpmAttestationCertsDescriptor) GetFullMethodName() string
func (*ListTpmAttestationCertsDescriptor) GetMethodName ¶
func (d *ListTpmAttestationCertsDescriptor) GetMethodName() string
func (*ListTpmAttestationCertsDescriptor) GetProtoPkgName ¶
func (d *ListTpmAttestationCertsDescriptor) GetProtoPkgName() string
func (*ListTpmAttestationCertsDescriptor) GetResourceDescriptor ¶
func (d *ListTpmAttestationCertsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*ListTpmAttestationCertsDescriptor) GetServerMsgReflectHandle ¶
func (d *ListTpmAttestationCertsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListTpmAttestationCertsDescriptor) GetServiceDomain ¶
func (d *ListTpmAttestationCertsDescriptor) GetServiceDomain() string
func (*ListTpmAttestationCertsDescriptor) GetServiceVersion ¶
func (d *ListTpmAttestationCertsDescriptor) GetServiceVersion() string
func (*ListTpmAttestationCertsDescriptor) GetVerb ¶
func (d *ListTpmAttestationCertsDescriptor) GetVerb() string
func (*ListTpmAttestationCertsDescriptor) HasResource ¶
func (d *ListTpmAttestationCertsDescriptor) HasResource() bool
func (*ListTpmAttestationCertsDescriptor) IsClientStream ¶
func (d *ListTpmAttestationCertsDescriptor) IsClientStream() bool
func (*ListTpmAttestationCertsDescriptor) IsCollection ¶
func (d *ListTpmAttestationCertsDescriptor) IsCollection() bool
func (*ListTpmAttestationCertsDescriptor) IsPlural ¶
func (d *ListTpmAttestationCertsDescriptor) IsPlural() bool
func (*ListTpmAttestationCertsDescriptor) IsServerStream ¶
func (d *ListTpmAttestationCertsDescriptor) IsServerStream() bool
func (*ListTpmAttestationCertsDescriptor) IsUnary ¶
func (d *ListTpmAttestationCertsDescriptor) IsUnary() bool
func (*ListTpmAttestationCertsDescriptor) NewEmptyClientMsg ¶
func (d *ListTpmAttestationCertsDescriptor) NewEmptyClientMsg() proto.Message
func (*ListTpmAttestationCertsDescriptor) NewEmptyServerMsg ¶
func (d *ListTpmAttestationCertsDescriptor) NewEmptyServerMsg() proto.Message
func (*ListTpmAttestationCertsDescriptor) RequestHasResourceBody ¶
func (d *ListTpmAttestationCertsDescriptor) RequestHasResourceBody() bool
type ListTpmAttestationCertsDescriptorClientMsgHandle ¶
type ListTpmAttestationCertsDescriptorClientMsgHandle struct{}
func (*ListTpmAttestationCertsDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *ListTpmAttestationCertsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *ListTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*ListTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *ListTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*ListTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *ListTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *ListTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListTpmAttestationCertsDescriptorServerMsgHandle ¶
type ListTpmAttestationCertsDescriptorServerMsgHandle struct{}
func (*ListTpmAttestationCertsDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *ListTpmAttestationCertsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *ListTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*ListTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *ListTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*ListTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *ListTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *ListTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListTpmAttestationCertsRequest ¶
type ListTpmAttestationCertsRequest struct { // Parent name of ntt.ztp.v1.TpmAttestationCert Parent *tpm_attestation_cert.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // Requested page size. Server may return fewer TpmAttestationCerts 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 // [ListTpmAttestationCertsResponse.next_page_token][ntt.ztp.v1.ListTpmAttestationCertsResponse.next_page_token] PageToken *tpm_attestation_cert.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 *tpm_attestation_cert.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 *tpm_attestation_cert.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 *tpm_attestation_cert.TpmAttestationCert_FieldMask `` /* 150-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 [ListTpmAttestationCerts][ntt.ztp.v1.ListTpmAttestationCerts]
func (*ListTpmAttestationCertsRequest) Descriptor ¶
func (*ListTpmAttestationCertsRequest) Descriptor() ([]byte, []int)
Deprecated, Use ListTpmAttestationCertsRequest.ProtoReflect.Descriptor instead.
func (*ListTpmAttestationCertsRequest) GetFieldMask ¶
func (m *ListTpmAttestationCertsRequest) GetFieldMask() *tpm_attestation_cert.TpmAttestationCert_FieldMask
func (*ListTpmAttestationCertsRequest) GetFilter ¶
func (m *ListTpmAttestationCertsRequest) GetFilter() *tpm_attestation_cert.Filter
func (*ListTpmAttestationCertsRequest) GetIncludePagingInfo ¶
func (m *ListTpmAttestationCertsRequest) GetIncludePagingInfo() bool
func (*ListTpmAttestationCertsRequest) GetOrderBy ¶
func (m *ListTpmAttestationCertsRequest) GetOrderBy() *tpm_attestation_cert.OrderBy
func (*ListTpmAttestationCertsRequest) GetPageSize ¶
func (m *ListTpmAttestationCertsRequest) GetPageSize() int32
func (*ListTpmAttestationCertsRequest) GetPageToken ¶
func (m *ListTpmAttestationCertsRequest) GetPageToken() *tpm_attestation_cert.PagerCursor
func (*ListTpmAttestationCertsRequest) GetParent ¶
func (m *ListTpmAttestationCertsRequest) GetParent() *tpm_attestation_cert.ParentName
func (*ListTpmAttestationCertsRequest) GetView ¶
func (m *ListTpmAttestationCertsRequest) GetView() view.View
func (*ListTpmAttestationCertsRequest) GotenMessage ¶
func (*ListTpmAttestationCertsRequest) GotenMessage()
func (*ListTpmAttestationCertsRequest) GotenValidate ¶
func (obj *ListTpmAttestationCertsRequest) GotenValidate() error
func (*ListTpmAttestationCertsRequest) Marshal ¶
func (m *ListTpmAttestationCertsRequest) Marshal() ([]byte, error)
func (*ListTpmAttestationCertsRequest) MarshalJSON ¶
func (m *ListTpmAttestationCertsRequest) MarshalJSON() ([]byte, error)
func (*ListTpmAttestationCertsRequest) ProtoMessage ¶
func (*ListTpmAttestationCertsRequest) ProtoMessage()
func (*ListTpmAttestationCertsRequest) ProtoReflect ¶
func (m *ListTpmAttestationCertsRequest) ProtoReflect() preflect.Message
func (*ListTpmAttestationCertsRequest) Reset ¶
func (m *ListTpmAttestationCertsRequest) Reset()
func (*ListTpmAttestationCertsRequest) SetFieldMask ¶
func (m *ListTpmAttestationCertsRequest) SetFieldMask(fv *tpm_attestation_cert.TpmAttestationCert_FieldMask)
func (*ListTpmAttestationCertsRequest) SetFilter ¶
func (m *ListTpmAttestationCertsRequest) SetFilter(fv *tpm_attestation_cert.Filter)
func (*ListTpmAttestationCertsRequest) SetIncludePagingInfo ¶
func (m *ListTpmAttestationCertsRequest) SetIncludePagingInfo(fv bool)
func (*ListTpmAttestationCertsRequest) SetOrderBy ¶
func (m *ListTpmAttestationCertsRequest) SetOrderBy(fv *tpm_attestation_cert.OrderBy)
func (*ListTpmAttestationCertsRequest) SetPageSize ¶
func (m *ListTpmAttestationCertsRequest) SetPageSize(fv int32)
func (*ListTpmAttestationCertsRequest) SetPageToken ¶
func (m *ListTpmAttestationCertsRequest) SetPageToken(fv *tpm_attestation_cert.PagerCursor)
func (*ListTpmAttestationCertsRequest) SetParent ¶
func (m *ListTpmAttestationCertsRequest) SetParent(fv *tpm_attestation_cert.ParentName)
func (*ListTpmAttestationCertsRequest) SetView ¶
func (m *ListTpmAttestationCertsRequest) SetView(fv view.View)
func (*ListTpmAttestationCertsRequest) String ¶
func (m *ListTpmAttestationCertsRequest) String() string
func (*ListTpmAttestationCertsRequest) Unmarshal ¶
func (m *ListTpmAttestationCertsRequest) Unmarshal(b []byte) error
func (*ListTpmAttestationCertsRequest) UnmarshalJSON ¶
func (m *ListTpmAttestationCertsRequest) UnmarshalJSON(data []byte) error
type ListTpmAttestationCertsResponse ¶
type ListTpmAttestationCertsResponse struct { // The list of TpmAttestationCerts TpmAttestationCerts []*tpm_attestation_cert.TpmAttestationCert `` /* 152-byte string literal not displayed */ // A token to retrieve previous page of results. Pass this value in the // [ListTpmAttestationCertsRequest.page_token][ntt.ztp.v1.ListTpmAttestationCertsRequest.page_token] PrevPageToken *tpm_attestation_cert.PagerCursor `` /* 151-byte string literal not displayed */ // A token to retrieve next page of results. Pass this value in the // [ListTpmAttestationCertsRequest.page_token][ntt.ztp.v1.ListTpmAttestationCertsRequest.page_token] NextPageToken *tpm_attestation_cert.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 TpmAttestationCerts 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 [ListTpmAttestationCerts][ntt.ztp.v1.ListTpmAttestationCerts]
func (*ListTpmAttestationCertsResponse) Descriptor ¶
func (*ListTpmAttestationCertsResponse) Descriptor() ([]byte, []int)
Deprecated, Use ListTpmAttestationCertsResponse.ProtoReflect.Descriptor instead.
func (*ListTpmAttestationCertsResponse) GetCurrentOffset ¶
func (m *ListTpmAttestationCertsResponse) GetCurrentOffset() int32
func (*ListTpmAttestationCertsResponse) GetNextPageToken ¶
func (m *ListTpmAttestationCertsResponse) GetNextPageToken() *tpm_attestation_cert.PagerCursor
func (*ListTpmAttestationCertsResponse) GetPrevPageToken ¶
func (m *ListTpmAttestationCertsResponse) GetPrevPageToken() *tpm_attestation_cert.PagerCursor
func (*ListTpmAttestationCertsResponse) GetTotalResultsCount ¶
func (m *ListTpmAttestationCertsResponse) GetTotalResultsCount() int32
func (*ListTpmAttestationCertsResponse) GetTpmAttestationCerts ¶
func (m *ListTpmAttestationCertsResponse) GetTpmAttestationCerts() []*tpm_attestation_cert.TpmAttestationCert
func (*ListTpmAttestationCertsResponse) GotenMessage ¶
func (*ListTpmAttestationCertsResponse) GotenMessage()
func (*ListTpmAttestationCertsResponse) GotenValidate ¶
func (obj *ListTpmAttestationCertsResponse) GotenValidate() error
func (*ListTpmAttestationCertsResponse) Marshal ¶
func (m *ListTpmAttestationCertsResponse) Marshal() ([]byte, error)
func (*ListTpmAttestationCertsResponse) MarshalJSON ¶
func (m *ListTpmAttestationCertsResponse) MarshalJSON() ([]byte, error)
func (*ListTpmAttestationCertsResponse) ProtoMessage ¶
func (*ListTpmAttestationCertsResponse) ProtoMessage()
func (*ListTpmAttestationCertsResponse) ProtoReflect ¶
func (m *ListTpmAttestationCertsResponse) ProtoReflect() preflect.Message
func (*ListTpmAttestationCertsResponse) Reset ¶
func (m *ListTpmAttestationCertsResponse) Reset()
func (*ListTpmAttestationCertsResponse) SetCurrentOffset ¶
func (m *ListTpmAttestationCertsResponse) SetCurrentOffset(fv int32)
func (*ListTpmAttestationCertsResponse) SetNextPageToken ¶
func (m *ListTpmAttestationCertsResponse) SetNextPageToken(fv *tpm_attestation_cert.PagerCursor)
func (*ListTpmAttestationCertsResponse) SetPrevPageToken ¶
func (m *ListTpmAttestationCertsResponse) SetPrevPageToken(fv *tpm_attestation_cert.PagerCursor)
func (*ListTpmAttestationCertsResponse) SetTotalResultsCount ¶
func (m *ListTpmAttestationCertsResponse) SetTotalResultsCount(fv int32)
func (*ListTpmAttestationCertsResponse) SetTpmAttestationCerts ¶
func (m *ListTpmAttestationCertsResponse) SetTpmAttestationCerts(fv []*tpm_attestation_cert.TpmAttestationCert)
func (*ListTpmAttestationCertsResponse) String ¶
func (m *ListTpmAttestationCertsResponse) String() string
func (*ListTpmAttestationCertsResponse) Unmarshal ¶
func (m *ListTpmAttestationCertsResponse) Unmarshal(b []byte) error
func (*ListTpmAttestationCertsResponse) UnmarshalJSON ¶
func (m *ListTpmAttestationCertsResponse) UnmarshalJSON(data []byte) error
type TpmAttestationCertServiceClient ¶
type TpmAttestationCertServiceClient interface { GetTpmAttestationCert(ctx context.Context, in *GetTpmAttestationCertRequest, opts ...grpc.CallOption) (*tpm_attestation_cert.TpmAttestationCert, error) BatchGetTpmAttestationCerts(ctx context.Context, in *BatchGetTpmAttestationCertsRequest, opts ...grpc.CallOption) (*BatchGetTpmAttestationCertsResponse, error) ListTpmAttestationCerts(ctx context.Context, in *ListTpmAttestationCertsRequest, opts ...grpc.CallOption) (*ListTpmAttestationCertsResponse, error) WatchTpmAttestationCert(ctx context.Context, in *WatchTpmAttestationCertRequest, opts ...grpc.CallOption) (WatchTpmAttestationCertClientStream, error) WatchTpmAttestationCerts(ctx context.Context, in *WatchTpmAttestationCertsRequest, opts ...grpc.CallOption) (WatchTpmAttestationCertsClientStream, error) CreateTpmAttestationCert(ctx context.Context, in *CreateTpmAttestationCertRequest, opts ...grpc.CallOption) (*tpm_attestation_cert.TpmAttestationCert, error) UpdateTpmAttestationCert(ctx context.Context, in *UpdateTpmAttestationCertRequest, opts ...grpc.CallOption) (*tpm_attestation_cert.TpmAttestationCert, error) DeleteTpmAttestationCert(ctx context.Context, in *DeleteTpmAttestationCertRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) }
TpmAttestationCertServiceClient is the client API for TpmAttestationCertService.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewTpmAttestationCertServiceClient ¶
func NewTpmAttestationCertServiceClient(cc grpc.ClientConnInterface) TpmAttestationCertServiceClient
type TpmAttestationCertServiceDescriptor ¶
type TpmAttestationCertServiceDescriptor struct{}
func GetTpmAttestationCertServiceDescriptor ¶
func GetTpmAttestationCertServiceDescriptor() *TpmAttestationCertServiceDescriptor
func (*TpmAttestationCertServiceDescriptor) AllMethodDescriptors ¶
func (d *TpmAttestationCertServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
func (*TpmAttestationCertServiceDescriptor) GetApiName ¶
func (d *TpmAttestationCertServiceDescriptor) GetApiName() string
func (*TpmAttestationCertServiceDescriptor) GetFullAPIName ¶
func (d *TpmAttestationCertServiceDescriptor) GetFullAPIName() string
func (*TpmAttestationCertServiceDescriptor) GetProtoPkgName ¶
func (d *TpmAttestationCertServiceDescriptor) GetProtoPkgName() string
func (*TpmAttestationCertServiceDescriptor) GetServiceDomain ¶
func (d *TpmAttestationCertServiceDescriptor) GetServiceDomain() string
func (*TpmAttestationCertServiceDescriptor) GetServiceVersion ¶
func (d *TpmAttestationCertServiceDescriptor) GetServiceVersion() string
type UpdateTpmAttestationCertDescriptor ¶
type UpdateTpmAttestationCertDescriptor struct{}
func GetUpdateTpmAttestationCertDescriptor ¶
func GetUpdateTpmAttestationCertDescriptor() *UpdateTpmAttestationCertDescriptor
func (*UpdateTpmAttestationCertDescriptor) GetApiDescriptor ¶
func (d *UpdateTpmAttestationCertDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*UpdateTpmAttestationCertDescriptor) GetApiName ¶
func (d *UpdateTpmAttestationCertDescriptor) GetApiName() string
func (*UpdateTpmAttestationCertDescriptor) GetClientMsgReflectHandle ¶
func (d *UpdateTpmAttestationCertDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*UpdateTpmAttestationCertDescriptor) GetFullMethodName ¶
func (d *UpdateTpmAttestationCertDescriptor) GetFullMethodName() string
func (*UpdateTpmAttestationCertDescriptor) GetMethodName ¶
func (d *UpdateTpmAttestationCertDescriptor) GetMethodName() string
func (*UpdateTpmAttestationCertDescriptor) GetProtoPkgName ¶
func (d *UpdateTpmAttestationCertDescriptor) GetProtoPkgName() string
func (*UpdateTpmAttestationCertDescriptor) GetResourceDescriptor ¶
func (d *UpdateTpmAttestationCertDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*UpdateTpmAttestationCertDescriptor) GetServerMsgReflectHandle ¶
func (d *UpdateTpmAttestationCertDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*UpdateTpmAttestationCertDescriptor) GetServiceDomain ¶
func (d *UpdateTpmAttestationCertDescriptor) GetServiceDomain() string
func (*UpdateTpmAttestationCertDescriptor) GetServiceVersion ¶
func (d *UpdateTpmAttestationCertDescriptor) GetServiceVersion() string
func (*UpdateTpmAttestationCertDescriptor) GetVerb ¶
func (d *UpdateTpmAttestationCertDescriptor) GetVerb() string
func (*UpdateTpmAttestationCertDescriptor) HasResource ¶
func (d *UpdateTpmAttestationCertDescriptor) HasResource() bool
func (*UpdateTpmAttestationCertDescriptor) IsClientStream ¶
func (d *UpdateTpmAttestationCertDescriptor) IsClientStream() bool
func (*UpdateTpmAttestationCertDescriptor) IsCollection ¶
func (d *UpdateTpmAttestationCertDescriptor) IsCollection() bool
func (*UpdateTpmAttestationCertDescriptor) IsPlural ¶
func (d *UpdateTpmAttestationCertDescriptor) IsPlural() bool
func (*UpdateTpmAttestationCertDescriptor) IsServerStream ¶
func (d *UpdateTpmAttestationCertDescriptor) IsServerStream() bool
func (*UpdateTpmAttestationCertDescriptor) IsUnary ¶
func (d *UpdateTpmAttestationCertDescriptor) IsUnary() bool
func (*UpdateTpmAttestationCertDescriptor) NewEmptyClientMsg ¶
func (d *UpdateTpmAttestationCertDescriptor) NewEmptyClientMsg() proto.Message
func (*UpdateTpmAttestationCertDescriptor) NewEmptyServerMsg ¶
func (d *UpdateTpmAttestationCertDescriptor) NewEmptyServerMsg() proto.Message
func (*UpdateTpmAttestationCertDescriptor) RequestHasResourceBody ¶
func (d *UpdateTpmAttestationCertDescriptor) RequestHasResourceBody() bool
type UpdateTpmAttestationCertDescriptorClientMsgHandle ¶
type UpdateTpmAttestationCertDescriptorClientMsgHandle struct{}
func (*UpdateTpmAttestationCertDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *UpdateTpmAttestationCertDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*UpdateTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *UpdateTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*UpdateTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *UpdateTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*UpdateTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *UpdateTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdateTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *UpdateTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type UpdateTpmAttestationCertDescriptorServerMsgHandle ¶
type UpdateTpmAttestationCertDescriptorServerMsgHandle struct{}
func (*UpdateTpmAttestationCertDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *UpdateTpmAttestationCertDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*UpdateTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *UpdateTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*UpdateTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *UpdateTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*UpdateTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *UpdateTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdateTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *UpdateTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type UpdateTpmAttestationCertRequest ¶
type UpdateTpmAttestationCertRequest struct { // TpmAttestationCert resource body TpmAttestationCert *tpm_attestation_cert.TpmAttestationCert `` /* 148-byte string literal not displayed */ // FieldMask applied to request - change will be applied only for fields in // the mask UpdateMask *tpm_attestation_cert.TpmAttestationCert_FieldMask `` /* 154-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 *UpdateTpmAttestationCertRequest_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 [UpdateTpmAttestationCert][ntt.ztp.v1.UpdateTpmAttestationCert]
func (*UpdateTpmAttestationCertRequest) Descriptor ¶
func (*UpdateTpmAttestationCertRequest) Descriptor() ([]byte, []int)
Deprecated, Use UpdateTpmAttestationCertRequest.ProtoReflect.Descriptor instead.
func (*UpdateTpmAttestationCertRequest) GetAllowMissing ¶
func (m *UpdateTpmAttestationCertRequest) GetAllowMissing() bool
func (*UpdateTpmAttestationCertRequest) GetCas ¶
func (m *UpdateTpmAttestationCertRequest) GetCas() *UpdateTpmAttestationCertRequest_CAS
func (*UpdateTpmAttestationCertRequest) GetTpmAttestationCert ¶
func (m *UpdateTpmAttestationCertRequest) GetTpmAttestationCert() *tpm_attestation_cert.TpmAttestationCert
func (*UpdateTpmAttestationCertRequest) GetUpdateMask ¶
func (m *UpdateTpmAttestationCertRequest) GetUpdateMask() *tpm_attestation_cert.TpmAttestationCert_FieldMask
func (*UpdateTpmAttestationCertRequest) GotenMessage ¶
func (*UpdateTpmAttestationCertRequest) GotenMessage()
func (*UpdateTpmAttestationCertRequest) GotenValidate ¶
func (obj *UpdateTpmAttestationCertRequest) GotenValidate() error
func (*UpdateTpmAttestationCertRequest) Marshal ¶
func (m *UpdateTpmAttestationCertRequest) Marshal() ([]byte, error)
func (*UpdateTpmAttestationCertRequest) MarshalJSON ¶
func (m *UpdateTpmAttestationCertRequest) MarshalJSON() ([]byte, error)
func (*UpdateTpmAttestationCertRequest) ProtoMessage ¶
func (*UpdateTpmAttestationCertRequest) ProtoMessage()
func (*UpdateTpmAttestationCertRequest) ProtoReflect ¶
func (m *UpdateTpmAttestationCertRequest) ProtoReflect() preflect.Message
func (*UpdateTpmAttestationCertRequest) Reset ¶
func (m *UpdateTpmAttestationCertRequest) Reset()
func (*UpdateTpmAttestationCertRequest) SetAllowMissing ¶
func (m *UpdateTpmAttestationCertRequest) SetAllowMissing(fv bool)
func (*UpdateTpmAttestationCertRequest) SetCas ¶
func (m *UpdateTpmAttestationCertRequest) SetCas(fv *UpdateTpmAttestationCertRequest_CAS)
func (*UpdateTpmAttestationCertRequest) SetTpmAttestationCert ¶
func (m *UpdateTpmAttestationCertRequest) SetTpmAttestationCert(fv *tpm_attestation_cert.TpmAttestationCert)
func (*UpdateTpmAttestationCertRequest) SetUpdateMask ¶
func (m *UpdateTpmAttestationCertRequest) SetUpdateMask(fv *tpm_attestation_cert.TpmAttestationCert_FieldMask)
func (*UpdateTpmAttestationCertRequest) String ¶
func (m *UpdateTpmAttestationCertRequest) String() string
func (*UpdateTpmAttestationCertRequest) Unmarshal ¶
func (m *UpdateTpmAttestationCertRequest) Unmarshal(b []byte) error
func (*UpdateTpmAttestationCertRequest) UnmarshalJSON ¶
func (m *UpdateTpmAttestationCertRequest) UnmarshalJSON(data []byte) error
type UpdateTpmAttestationCertRequest_CAS ¶
type UpdateTpmAttestationCertRequest_CAS struct { // Conditional desired state of a resource before update. ConditionalState *tpm_attestation_cert.TpmAttestationCert `` /* 138-byte string literal not displayed */ // Field paths from conditional state of resource server should check and // compare. FieldMask *tpm_attestation_cert.TpmAttestationCert_FieldMask `` /* 150-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 (*UpdateTpmAttestationCertRequest_CAS) Descriptor ¶
func (*UpdateTpmAttestationCertRequest_CAS) Descriptor() ([]byte, []int)
Deprecated, Use UpdateTpmAttestationCertRequest_CAS.ProtoReflect.Descriptor instead.
func (*UpdateTpmAttestationCertRequest_CAS) GetConditionalState ¶
func (m *UpdateTpmAttestationCertRequest_CAS) GetConditionalState() *tpm_attestation_cert.TpmAttestationCert
func (*UpdateTpmAttestationCertRequest_CAS) GetFieldMask ¶
func (m *UpdateTpmAttestationCertRequest_CAS) GetFieldMask() *tpm_attestation_cert.TpmAttestationCert_FieldMask
func (*UpdateTpmAttestationCertRequest_CAS) GotenMessage ¶
func (*UpdateTpmAttestationCertRequest_CAS) GotenMessage()
func (*UpdateTpmAttestationCertRequest_CAS) GotenValidate ¶
func (obj *UpdateTpmAttestationCertRequest_CAS) GotenValidate() error
func (*UpdateTpmAttestationCertRequest_CAS) Marshal ¶
func (m *UpdateTpmAttestationCertRequest_CAS) Marshal() ([]byte, error)
func (*UpdateTpmAttestationCertRequest_CAS) MarshalJSON ¶
func (m *UpdateTpmAttestationCertRequest_CAS) MarshalJSON() ([]byte, error)
func (*UpdateTpmAttestationCertRequest_CAS) ProtoMessage ¶
func (*UpdateTpmAttestationCertRequest_CAS) ProtoMessage()
func (*UpdateTpmAttestationCertRequest_CAS) ProtoReflect ¶
func (m *UpdateTpmAttestationCertRequest_CAS) ProtoReflect() preflect.Message
func (*UpdateTpmAttestationCertRequest_CAS) Reset ¶
func (m *UpdateTpmAttestationCertRequest_CAS) Reset()
func (*UpdateTpmAttestationCertRequest_CAS) SetConditionalState ¶
func (m *UpdateTpmAttestationCertRequest_CAS) SetConditionalState(fv *tpm_attestation_cert.TpmAttestationCert)
func (*UpdateTpmAttestationCertRequest_CAS) SetFieldMask ¶
func (m *UpdateTpmAttestationCertRequest_CAS) SetFieldMask(fv *tpm_attestation_cert.TpmAttestationCert_FieldMask)
func (*UpdateTpmAttestationCertRequest_CAS) String ¶
func (m *UpdateTpmAttestationCertRequest_CAS) String() string
func (*UpdateTpmAttestationCertRequest_CAS) Unmarshal ¶
func (m *UpdateTpmAttestationCertRequest_CAS) Unmarshal(b []byte) error
func (*UpdateTpmAttestationCertRequest_CAS) UnmarshalJSON ¶
func (m *UpdateTpmAttestationCertRequest_CAS) UnmarshalJSON(data []byte) error
type WatchTpmAttestationCertClientStream ¶
type WatchTpmAttestationCertClientStream interface { Recv() (*WatchTpmAttestationCertResponse, error) grpc.ClientStream }
type WatchTpmAttestationCertDescriptor ¶
type WatchTpmAttestationCertDescriptor struct{}
func GetWatchTpmAttestationCertDescriptor ¶
func GetWatchTpmAttestationCertDescriptor() *WatchTpmAttestationCertDescriptor
func (*WatchTpmAttestationCertDescriptor) GetApiDescriptor ¶
func (d *WatchTpmAttestationCertDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*WatchTpmAttestationCertDescriptor) GetApiName ¶
func (d *WatchTpmAttestationCertDescriptor) GetApiName() string
func (*WatchTpmAttestationCertDescriptor) GetClientMsgReflectHandle ¶
func (d *WatchTpmAttestationCertDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchTpmAttestationCertDescriptor) GetFullMethodName ¶
func (d *WatchTpmAttestationCertDescriptor) GetFullMethodName() string
func (*WatchTpmAttestationCertDescriptor) GetMethodName ¶
func (d *WatchTpmAttestationCertDescriptor) GetMethodName() string
func (*WatchTpmAttestationCertDescriptor) GetProtoPkgName ¶
func (d *WatchTpmAttestationCertDescriptor) GetProtoPkgName() string
func (*WatchTpmAttestationCertDescriptor) GetResourceDescriptor ¶
func (d *WatchTpmAttestationCertDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*WatchTpmAttestationCertDescriptor) GetServerMsgReflectHandle ¶
func (d *WatchTpmAttestationCertDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchTpmAttestationCertDescriptor) GetServiceDomain ¶
func (d *WatchTpmAttestationCertDescriptor) GetServiceDomain() string
func (*WatchTpmAttestationCertDescriptor) GetServiceVersion ¶
func (d *WatchTpmAttestationCertDescriptor) GetServiceVersion() string
func (*WatchTpmAttestationCertDescriptor) GetVerb ¶
func (d *WatchTpmAttestationCertDescriptor) GetVerb() string
func (*WatchTpmAttestationCertDescriptor) HasResource ¶
func (d *WatchTpmAttestationCertDescriptor) HasResource() bool
func (*WatchTpmAttestationCertDescriptor) IsClientStream ¶
func (d *WatchTpmAttestationCertDescriptor) IsClientStream() bool
func (*WatchTpmAttestationCertDescriptor) IsCollection ¶
func (d *WatchTpmAttestationCertDescriptor) IsCollection() bool
func (*WatchTpmAttestationCertDescriptor) IsPlural ¶
func (d *WatchTpmAttestationCertDescriptor) IsPlural() bool
func (*WatchTpmAttestationCertDescriptor) IsServerStream ¶
func (d *WatchTpmAttestationCertDescriptor) IsServerStream() bool
func (*WatchTpmAttestationCertDescriptor) IsUnary ¶
func (d *WatchTpmAttestationCertDescriptor) IsUnary() bool
func (*WatchTpmAttestationCertDescriptor) NewEmptyClientMsg ¶
func (d *WatchTpmAttestationCertDescriptor) NewEmptyClientMsg() proto.Message
func (*WatchTpmAttestationCertDescriptor) NewEmptyServerMsg ¶
func (d *WatchTpmAttestationCertDescriptor) NewEmptyServerMsg() proto.Message
func (*WatchTpmAttestationCertDescriptor) RequestHasResourceBody ¶
func (d *WatchTpmAttestationCertDescriptor) RequestHasResourceBody() bool
type WatchTpmAttestationCertDescriptorClientMsgHandle ¶
type WatchTpmAttestationCertDescriptorClientMsgHandle struct{}
func (*WatchTpmAttestationCertDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *WatchTpmAttestationCertDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *WatchTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *WatchTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *WatchTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *WatchTpmAttestationCertDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchTpmAttestationCertDescriptorServerMsgHandle ¶
type WatchTpmAttestationCertDescriptorServerMsgHandle struct{}
func (*WatchTpmAttestationCertDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *WatchTpmAttestationCertDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *WatchTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *WatchTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *WatchTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *WatchTpmAttestationCertDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchTpmAttestationCertRequest ¶
type WatchTpmAttestationCertRequest struct { // Name of ntt.ztp.v1.TpmAttestationCert Name *tpm_attestation_cert.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 *tpm_attestation_cert.TpmAttestationCert_FieldMask `` /* 150-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 [WatchTpmAttestationCert][ntt.ztp.v1.WatchTpmAttestationCert]
func (*WatchTpmAttestationCertRequest) Descriptor ¶
func (*WatchTpmAttestationCertRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchTpmAttestationCertRequest.ProtoReflect.Descriptor instead.
func (*WatchTpmAttestationCertRequest) GetFieldMask ¶
func (m *WatchTpmAttestationCertRequest) GetFieldMask() *tpm_attestation_cert.TpmAttestationCert_FieldMask
func (*WatchTpmAttestationCertRequest) GetName ¶
func (m *WatchTpmAttestationCertRequest) GetName() *tpm_attestation_cert.Name
func (*WatchTpmAttestationCertRequest) GetView ¶
func (m *WatchTpmAttestationCertRequest) GetView() view.View
func (*WatchTpmAttestationCertRequest) GotenMessage ¶
func (*WatchTpmAttestationCertRequest) GotenMessage()
func (*WatchTpmAttestationCertRequest) GotenValidate ¶
func (obj *WatchTpmAttestationCertRequest) GotenValidate() error
func (*WatchTpmAttestationCertRequest) Marshal ¶
func (m *WatchTpmAttestationCertRequest) Marshal() ([]byte, error)
func (*WatchTpmAttestationCertRequest) MarshalJSON ¶
func (m *WatchTpmAttestationCertRequest) MarshalJSON() ([]byte, error)
func (*WatchTpmAttestationCertRequest) ProtoMessage ¶
func (*WatchTpmAttestationCertRequest) ProtoMessage()
func (*WatchTpmAttestationCertRequest) ProtoReflect ¶
func (m *WatchTpmAttestationCertRequest) ProtoReflect() preflect.Message
func (*WatchTpmAttestationCertRequest) Reset ¶
func (m *WatchTpmAttestationCertRequest) Reset()
func (*WatchTpmAttestationCertRequest) SetFieldMask ¶
func (m *WatchTpmAttestationCertRequest) SetFieldMask(fv *tpm_attestation_cert.TpmAttestationCert_FieldMask)
func (*WatchTpmAttestationCertRequest) SetName ¶
func (m *WatchTpmAttestationCertRequest) SetName(fv *tpm_attestation_cert.Name)
func (*WatchTpmAttestationCertRequest) SetView ¶
func (m *WatchTpmAttestationCertRequest) SetView(fv view.View)
func (*WatchTpmAttestationCertRequest) String ¶
func (m *WatchTpmAttestationCertRequest) String() string
func (*WatchTpmAttestationCertRequest) Unmarshal ¶
func (m *WatchTpmAttestationCertRequest) Unmarshal(b []byte) error
func (*WatchTpmAttestationCertRequest) UnmarshalJSON ¶
func (m *WatchTpmAttestationCertRequest) UnmarshalJSON(data []byte) error
type WatchTpmAttestationCertResponse ¶
type WatchTpmAttestationCertResponse struct { Change *tpm_attestation_cert.TpmAttestationCertChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty" firestore:"change"` // contains filtered or unexported fields }
WatchTpmAttestationCertResponse
func (*WatchTpmAttestationCertResponse) Descriptor ¶
func (*WatchTpmAttestationCertResponse) Descriptor() ([]byte, []int)
Deprecated, Use WatchTpmAttestationCertResponse.ProtoReflect.Descriptor instead.
func (*WatchTpmAttestationCertResponse) GetChange ¶
func (m *WatchTpmAttestationCertResponse) GetChange() *tpm_attestation_cert.TpmAttestationCertChange
func (*WatchTpmAttestationCertResponse) GotenMessage ¶
func (*WatchTpmAttestationCertResponse) GotenMessage()
func (*WatchTpmAttestationCertResponse) GotenValidate ¶
func (obj *WatchTpmAttestationCertResponse) GotenValidate() error
func (*WatchTpmAttestationCertResponse) Marshal ¶
func (m *WatchTpmAttestationCertResponse) Marshal() ([]byte, error)
func (*WatchTpmAttestationCertResponse) MarshalJSON ¶
func (m *WatchTpmAttestationCertResponse) MarshalJSON() ([]byte, error)
func (*WatchTpmAttestationCertResponse) ProtoMessage ¶
func (*WatchTpmAttestationCertResponse) ProtoMessage()
func (*WatchTpmAttestationCertResponse) ProtoReflect ¶
func (m *WatchTpmAttestationCertResponse) ProtoReflect() preflect.Message
func (*WatchTpmAttestationCertResponse) Reset ¶
func (m *WatchTpmAttestationCertResponse) Reset()
func (*WatchTpmAttestationCertResponse) SetChange ¶
func (m *WatchTpmAttestationCertResponse) SetChange(fv *tpm_attestation_cert.TpmAttestationCertChange)
func (*WatchTpmAttestationCertResponse) String ¶
func (m *WatchTpmAttestationCertResponse) String() string
func (*WatchTpmAttestationCertResponse) Unmarshal ¶
func (m *WatchTpmAttestationCertResponse) Unmarshal(b []byte) error
func (*WatchTpmAttestationCertResponse) UnmarshalJSON ¶
func (m *WatchTpmAttestationCertResponse) UnmarshalJSON(data []byte) error
type WatchTpmAttestationCertsClientStream ¶
type WatchTpmAttestationCertsClientStream interface { Recv() (*WatchTpmAttestationCertsResponse, error) grpc.ClientStream }
type WatchTpmAttestationCertsDescriptor ¶
type WatchTpmAttestationCertsDescriptor struct{}
func GetWatchTpmAttestationCertsDescriptor ¶
func GetWatchTpmAttestationCertsDescriptor() *WatchTpmAttestationCertsDescriptor
func (*WatchTpmAttestationCertsDescriptor) GetApiDescriptor ¶
func (d *WatchTpmAttestationCertsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*WatchTpmAttestationCertsDescriptor) GetApiName ¶
func (d *WatchTpmAttestationCertsDescriptor) GetApiName() string
func (*WatchTpmAttestationCertsDescriptor) GetClientMsgReflectHandle ¶
func (d *WatchTpmAttestationCertsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchTpmAttestationCertsDescriptor) GetFullMethodName ¶
func (d *WatchTpmAttestationCertsDescriptor) GetFullMethodName() string
func (*WatchTpmAttestationCertsDescriptor) GetMethodName ¶
func (d *WatchTpmAttestationCertsDescriptor) GetMethodName() string
func (*WatchTpmAttestationCertsDescriptor) GetProtoPkgName ¶
func (d *WatchTpmAttestationCertsDescriptor) GetProtoPkgName() string
func (*WatchTpmAttestationCertsDescriptor) GetResourceDescriptor ¶
func (d *WatchTpmAttestationCertsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*WatchTpmAttestationCertsDescriptor) GetServerMsgReflectHandle ¶
func (d *WatchTpmAttestationCertsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchTpmAttestationCertsDescriptor) GetServiceDomain ¶
func (d *WatchTpmAttestationCertsDescriptor) GetServiceDomain() string
func (*WatchTpmAttestationCertsDescriptor) GetServiceVersion ¶
func (d *WatchTpmAttestationCertsDescriptor) GetServiceVersion() string
func (*WatchTpmAttestationCertsDescriptor) GetVerb ¶
func (d *WatchTpmAttestationCertsDescriptor) GetVerb() string
func (*WatchTpmAttestationCertsDescriptor) HasResource ¶
func (d *WatchTpmAttestationCertsDescriptor) HasResource() bool
func (*WatchTpmAttestationCertsDescriptor) IsClientStream ¶
func (d *WatchTpmAttestationCertsDescriptor) IsClientStream() bool
func (*WatchTpmAttestationCertsDescriptor) IsCollection ¶
func (d *WatchTpmAttestationCertsDescriptor) IsCollection() bool
func (*WatchTpmAttestationCertsDescriptor) IsPlural ¶
func (d *WatchTpmAttestationCertsDescriptor) IsPlural() bool
func (*WatchTpmAttestationCertsDescriptor) IsServerStream ¶
func (d *WatchTpmAttestationCertsDescriptor) IsServerStream() bool
func (*WatchTpmAttestationCertsDescriptor) IsUnary ¶
func (d *WatchTpmAttestationCertsDescriptor) IsUnary() bool
func (*WatchTpmAttestationCertsDescriptor) NewEmptyClientMsg ¶
func (d *WatchTpmAttestationCertsDescriptor) NewEmptyClientMsg() proto.Message
func (*WatchTpmAttestationCertsDescriptor) NewEmptyServerMsg ¶
func (d *WatchTpmAttestationCertsDescriptor) NewEmptyServerMsg() proto.Message
func (*WatchTpmAttestationCertsDescriptor) RequestHasResourceBody ¶
func (d *WatchTpmAttestationCertsDescriptor) RequestHasResourceBody() bool
type WatchTpmAttestationCertsDescriptorClientMsgHandle ¶
type WatchTpmAttestationCertsDescriptorClientMsgHandle struct{}
func (*WatchTpmAttestationCertsDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *WatchTpmAttestationCertsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *WatchTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *WatchTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *WatchTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *WatchTpmAttestationCertsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchTpmAttestationCertsDescriptorServerMsgHandle ¶
type WatchTpmAttestationCertsDescriptorServerMsgHandle struct{}
func (*WatchTpmAttestationCertsDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *WatchTpmAttestationCertsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *WatchTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *WatchTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *WatchTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *WatchTpmAttestationCertsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchTpmAttestationCertsRequest ¶
type WatchTpmAttestationCertsRequest 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.ztp.v1.TpmAttestationCert Parent *tpm_attestation_cert.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // Requested page size. Server may return fewer TpmAttestationCerts 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 *tpm_attestation_cert.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 *tpm_attestation_cert.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 *tpm_attestation_cert.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 TpmAttestationCert that // don't affect any of masked fields won't be sent back. FieldMask *tpm_attestation_cert.TpmAttestationCert_FieldMask `` /* 150-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 // TpmAttestationCert 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 [WatchTpmAttestationCerts][ntt.ztp.v1.WatchTpmAttestationCerts]
func (*WatchTpmAttestationCertsRequest) Descriptor ¶
func (*WatchTpmAttestationCertsRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchTpmAttestationCertsRequest.ProtoReflect.Descriptor instead.
func (*WatchTpmAttestationCertsRequest) GetFieldMask ¶
func (m *WatchTpmAttestationCertsRequest) GetFieldMask() *tpm_attestation_cert.TpmAttestationCert_FieldMask
func (*WatchTpmAttestationCertsRequest) GetFilter ¶
func (m *WatchTpmAttestationCertsRequest) GetFilter() *tpm_attestation_cert.Filter
func (*WatchTpmAttestationCertsRequest) GetMaxChunkSize ¶
func (m *WatchTpmAttestationCertsRequest) GetMaxChunkSize() int32
func (*WatchTpmAttestationCertsRequest) GetOrderBy ¶
func (m *WatchTpmAttestationCertsRequest) GetOrderBy() *tpm_attestation_cert.OrderBy
func (*WatchTpmAttestationCertsRequest) GetPageSize ¶
func (m *WatchTpmAttestationCertsRequest) GetPageSize() int32
func (*WatchTpmAttestationCertsRequest) GetPageToken ¶
func (m *WatchTpmAttestationCertsRequest) GetPageToken() *tpm_attestation_cert.PagerCursor
func (*WatchTpmAttestationCertsRequest) GetParent ¶
func (m *WatchTpmAttestationCertsRequest) GetParent() *tpm_attestation_cert.ParentName
func (*WatchTpmAttestationCertsRequest) GetResumeToken ¶
func (m *WatchTpmAttestationCertsRequest) GetResumeToken() string
func (*WatchTpmAttestationCertsRequest) GetStartingTime ¶
func (m *WatchTpmAttestationCertsRequest) GetStartingTime() *timestamppb.Timestamp
func (*WatchTpmAttestationCertsRequest) GetType ¶
func (m *WatchTpmAttestationCertsRequest) GetType() watch_type.WatchType
func (*WatchTpmAttestationCertsRequest) GetView ¶
func (m *WatchTpmAttestationCertsRequest) GetView() view.View
func (*WatchTpmAttestationCertsRequest) GotenMessage ¶
func (*WatchTpmAttestationCertsRequest) GotenMessage()
func (*WatchTpmAttestationCertsRequest) GotenValidate ¶
func (obj *WatchTpmAttestationCertsRequest) GotenValidate() error
func (*WatchTpmAttestationCertsRequest) Marshal ¶
func (m *WatchTpmAttestationCertsRequest) Marshal() ([]byte, error)
func (*WatchTpmAttestationCertsRequest) MarshalJSON ¶
func (m *WatchTpmAttestationCertsRequest) MarshalJSON() ([]byte, error)
func (*WatchTpmAttestationCertsRequest) ProtoMessage ¶
func (*WatchTpmAttestationCertsRequest) ProtoMessage()
func (*WatchTpmAttestationCertsRequest) ProtoReflect ¶
func (m *WatchTpmAttestationCertsRequest) ProtoReflect() preflect.Message
func (*WatchTpmAttestationCertsRequest) Reset ¶
func (m *WatchTpmAttestationCertsRequest) Reset()
func (*WatchTpmAttestationCertsRequest) SetFieldMask ¶
func (m *WatchTpmAttestationCertsRequest) SetFieldMask(fv *tpm_attestation_cert.TpmAttestationCert_FieldMask)
func (*WatchTpmAttestationCertsRequest) SetFilter ¶
func (m *WatchTpmAttestationCertsRequest) SetFilter(fv *tpm_attestation_cert.Filter)
func (*WatchTpmAttestationCertsRequest) SetMaxChunkSize ¶
func (m *WatchTpmAttestationCertsRequest) SetMaxChunkSize(fv int32)
func (*WatchTpmAttestationCertsRequest) SetOrderBy ¶
func (m *WatchTpmAttestationCertsRequest) SetOrderBy(fv *tpm_attestation_cert.OrderBy)
func (*WatchTpmAttestationCertsRequest) SetPageSize ¶
func (m *WatchTpmAttestationCertsRequest) SetPageSize(fv int32)
func (*WatchTpmAttestationCertsRequest) SetPageToken ¶
func (m *WatchTpmAttestationCertsRequest) SetPageToken(fv *tpm_attestation_cert.PagerCursor)
func (*WatchTpmAttestationCertsRequest) SetParent ¶
func (m *WatchTpmAttestationCertsRequest) SetParent(fv *tpm_attestation_cert.ParentName)
func (*WatchTpmAttestationCertsRequest) SetResumeToken ¶
func (m *WatchTpmAttestationCertsRequest) SetResumeToken(fv string)
func (*WatchTpmAttestationCertsRequest) SetStartingTime ¶
func (m *WatchTpmAttestationCertsRequest) SetStartingTime(fv *timestamppb.Timestamp)
func (*WatchTpmAttestationCertsRequest) SetType ¶
func (m *WatchTpmAttestationCertsRequest) SetType(fv watch_type.WatchType)
func (*WatchTpmAttestationCertsRequest) SetView ¶
func (m *WatchTpmAttestationCertsRequest) SetView(fv view.View)
func (*WatchTpmAttestationCertsRequest) String ¶
func (m *WatchTpmAttestationCertsRequest) String() string
func (*WatchTpmAttestationCertsRequest) Unmarshal ¶
func (m *WatchTpmAttestationCertsRequest) Unmarshal(b []byte) error
func (*WatchTpmAttestationCertsRequest) UnmarshalJSON ¶
func (m *WatchTpmAttestationCertsRequest) UnmarshalJSON(data []byte) error
type WatchTpmAttestationCertsResponse ¶
type WatchTpmAttestationCertsResponse struct { // Changes of TpmAttestationCerts TpmAttestationCertChanges []*tpm_attestation_cert.TpmAttestationCertChange `` /* 178-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 TpmAttestationCerts 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 *WatchTpmAttestationCertsResponse_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 (TpmAttestationCerts 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 }
WatchTpmAttestationCertsResponse
func (*WatchTpmAttestationCertsResponse) Descriptor ¶
func (*WatchTpmAttestationCertsResponse) Descriptor() ([]byte, []int)
Deprecated, Use WatchTpmAttestationCertsResponse.ProtoReflect.Descriptor instead.
func (*WatchTpmAttestationCertsResponse) GetIsCurrent ¶
func (m *WatchTpmAttestationCertsResponse) GetIsCurrent() bool
func (*WatchTpmAttestationCertsResponse) GetIsHardReset ¶
func (m *WatchTpmAttestationCertsResponse) GetIsHardReset() bool
func (*WatchTpmAttestationCertsResponse) GetIsSoftReset ¶
func (m *WatchTpmAttestationCertsResponse) GetIsSoftReset() bool
func (*WatchTpmAttestationCertsResponse) GetPageTokenChange ¶
func (m *WatchTpmAttestationCertsResponse) GetPageTokenChange() *WatchTpmAttestationCertsResponse_PageTokenChange
func (*WatchTpmAttestationCertsResponse) GetResumeToken ¶
func (m *WatchTpmAttestationCertsResponse) GetResumeToken() string
func (*WatchTpmAttestationCertsResponse) GetSnapshotSize ¶
func (m *WatchTpmAttestationCertsResponse) GetSnapshotSize() int64
func (*WatchTpmAttestationCertsResponse) GetTpmAttestationCertChanges ¶
func (m *WatchTpmAttestationCertsResponse) GetTpmAttestationCertChanges() []*tpm_attestation_cert.TpmAttestationCertChange
func (*WatchTpmAttestationCertsResponse) GotenMessage ¶
func (*WatchTpmAttestationCertsResponse) GotenMessage()
func (*WatchTpmAttestationCertsResponse) GotenValidate ¶
func (obj *WatchTpmAttestationCertsResponse) GotenValidate() error
func (*WatchTpmAttestationCertsResponse) Marshal ¶
func (m *WatchTpmAttestationCertsResponse) Marshal() ([]byte, error)
func (*WatchTpmAttestationCertsResponse) MarshalJSON ¶
func (m *WatchTpmAttestationCertsResponse) MarshalJSON() ([]byte, error)
func (*WatchTpmAttestationCertsResponse) ProtoMessage ¶
func (*WatchTpmAttestationCertsResponse) ProtoMessage()
func (*WatchTpmAttestationCertsResponse) ProtoReflect ¶
func (m *WatchTpmAttestationCertsResponse) ProtoReflect() preflect.Message
func (*WatchTpmAttestationCertsResponse) Reset ¶
func (m *WatchTpmAttestationCertsResponse) Reset()
func (*WatchTpmAttestationCertsResponse) SetIsCurrent ¶
func (m *WatchTpmAttestationCertsResponse) SetIsCurrent(fv bool)
func (*WatchTpmAttestationCertsResponse) SetIsHardReset ¶
func (m *WatchTpmAttestationCertsResponse) SetIsHardReset(fv bool)
func (*WatchTpmAttestationCertsResponse) SetIsSoftReset ¶
func (m *WatchTpmAttestationCertsResponse) SetIsSoftReset(fv bool)
func (*WatchTpmAttestationCertsResponse) SetPageTokenChange ¶
func (m *WatchTpmAttestationCertsResponse) SetPageTokenChange(fv *WatchTpmAttestationCertsResponse_PageTokenChange)
func (*WatchTpmAttestationCertsResponse) SetResumeToken ¶
func (m *WatchTpmAttestationCertsResponse) SetResumeToken(fv string)
func (*WatchTpmAttestationCertsResponse) SetSnapshotSize ¶
func (m *WatchTpmAttestationCertsResponse) SetSnapshotSize(fv int64)
func (*WatchTpmAttestationCertsResponse) SetTpmAttestationCertChanges ¶
func (m *WatchTpmAttestationCertsResponse) SetTpmAttestationCertChanges(fv []*tpm_attestation_cert.TpmAttestationCertChange)
func (*WatchTpmAttestationCertsResponse) String ¶
func (m *WatchTpmAttestationCertsResponse) String() string
func (*WatchTpmAttestationCertsResponse) Unmarshal ¶
func (m *WatchTpmAttestationCertsResponse) Unmarshal(b []byte) error
func (*WatchTpmAttestationCertsResponse) UnmarshalJSON ¶
func (m *WatchTpmAttestationCertsResponse) UnmarshalJSON(data []byte) error
type WatchTpmAttestationCertsResponse_PageTokenChange ¶
type WatchTpmAttestationCertsResponse_PageTokenChange struct { // New token to retrieve previous page of results. PrevPageToken *tpm_attestation_cert.PagerCursor `` /* 151-byte string literal not displayed */ // New token to retrieve next page of results. NextPageToken *tpm_attestation_cert.PagerCursor `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
func (*WatchTpmAttestationCertsResponse_PageTokenChange) Descriptor ¶
func (*WatchTpmAttestationCertsResponse_PageTokenChange) Descriptor() ([]byte, []int)
Deprecated, Use WatchTpmAttestationCertsResponse_PageTokenChange.ProtoReflect.Descriptor instead.
func (*WatchTpmAttestationCertsResponse_PageTokenChange) GetNextPageToken ¶
func (m *WatchTpmAttestationCertsResponse_PageTokenChange) GetNextPageToken() *tpm_attestation_cert.PagerCursor
func (*WatchTpmAttestationCertsResponse_PageTokenChange) GetPrevPageToken ¶
func (m *WatchTpmAttestationCertsResponse_PageTokenChange) GetPrevPageToken() *tpm_attestation_cert.PagerCursor
func (*WatchTpmAttestationCertsResponse_PageTokenChange) GotenMessage ¶
func (*WatchTpmAttestationCertsResponse_PageTokenChange) GotenMessage()
func (*WatchTpmAttestationCertsResponse_PageTokenChange) GotenValidate ¶
func (obj *WatchTpmAttestationCertsResponse_PageTokenChange) GotenValidate() error
func (*WatchTpmAttestationCertsResponse_PageTokenChange) Marshal ¶
func (m *WatchTpmAttestationCertsResponse_PageTokenChange) Marshal() ([]byte, error)
func (*WatchTpmAttestationCertsResponse_PageTokenChange) MarshalJSON ¶
func (m *WatchTpmAttestationCertsResponse_PageTokenChange) MarshalJSON() ([]byte, error)
func (*WatchTpmAttestationCertsResponse_PageTokenChange) ProtoMessage ¶
func (*WatchTpmAttestationCertsResponse_PageTokenChange) ProtoMessage()
func (*WatchTpmAttestationCertsResponse_PageTokenChange) ProtoReflect ¶
func (m *WatchTpmAttestationCertsResponse_PageTokenChange) ProtoReflect() preflect.Message
func (*WatchTpmAttestationCertsResponse_PageTokenChange) Reset ¶
func (m *WatchTpmAttestationCertsResponse_PageTokenChange) Reset()
func (*WatchTpmAttestationCertsResponse_PageTokenChange) SetNextPageToken ¶
func (m *WatchTpmAttestationCertsResponse_PageTokenChange) SetNextPageToken(fv *tpm_attestation_cert.PagerCursor)
func (*WatchTpmAttestationCertsResponse_PageTokenChange) SetPrevPageToken ¶
func (m *WatchTpmAttestationCertsResponse_PageTokenChange) SetPrevPageToken(fv *tpm_attestation_cert.PagerCursor)
func (*WatchTpmAttestationCertsResponse_PageTokenChange) String ¶
func (m *WatchTpmAttestationCertsResponse_PageTokenChange) String() string
func (*WatchTpmAttestationCertsResponse_PageTokenChange) Unmarshal ¶
func (m *WatchTpmAttestationCertsResponse_PageTokenChange) Unmarshal(b []byte) error
func (*WatchTpmAttestationCertsResponse_PageTokenChange) UnmarshalJSON ¶
func (m *WatchTpmAttestationCertsResponse_PageTokenChange) UnmarshalJSON(data []byte) error