Documentation ¶
Index ¶
- type BatchGetSecretsDescriptor
- func (d *BatchGetSecretsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *BatchGetSecretsDescriptor) GetApiName() string
- func (d *BatchGetSecretsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *BatchGetSecretsDescriptor) GetFullMethodName() string
- func (d *BatchGetSecretsDescriptor) GetMethodName() string
- func (d *BatchGetSecretsDescriptor) GetProtoPkgName() string
- func (d *BatchGetSecretsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *BatchGetSecretsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *BatchGetSecretsDescriptor) GetServiceDomain() string
- func (d *BatchGetSecretsDescriptor) GetServiceVersion() string
- func (d *BatchGetSecretsDescriptor) GetVerb() string
- func (d *BatchGetSecretsDescriptor) HasResource() bool
- func (d *BatchGetSecretsDescriptor) IsClientStream() bool
- func (d *BatchGetSecretsDescriptor) IsCollection() bool
- func (d *BatchGetSecretsDescriptor) IsPlural() bool
- func (d *BatchGetSecretsDescriptor) IsServerStream() bool
- func (d *BatchGetSecretsDescriptor) IsUnary() bool
- func (d *BatchGetSecretsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *BatchGetSecretsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *BatchGetSecretsDescriptor) RequestHasResourceBody() bool
- type BatchGetSecretsDescriptorClientMsgHandle
- func (h *BatchGetSecretsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *BatchGetSecretsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *BatchGetSecretsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *BatchGetSecretsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *BatchGetSecretsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type BatchGetSecretsDescriptorServerMsgHandle
- func (h *BatchGetSecretsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *BatchGetSecretsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *BatchGetSecretsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *BatchGetSecretsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *BatchGetSecretsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type BatchGetSecretsRequest
- func (*BatchGetSecretsRequest) Descriptor() ([]byte, []int)
- func (m *BatchGetSecretsRequest) GetFieldMask() *secret.Secret_FieldMask
- func (m *BatchGetSecretsRequest) GetNames() []*secret.Name
- func (m *BatchGetSecretsRequest) GetView() view.View
- func (*BatchGetSecretsRequest) GotenMessage()
- func (obj *BatchGetSecretsRequest) GotenValidate() error
- func (m *BatchGetSecretsRequest) Marshal() ([]byte, error)
- func (m *BatchGetSecretsRequest) MarshalJSON() ([]byte, error)
- func (*BatchGetSecretsRequest) ProtoMessage()
- func (m *BatchGetSecretsRequest) ProtoReflect() preflect.Message
- func (m *BatchGetSecretsRequest) Reset()
- func (m *BatchGetSecretsRequest) SetFieldMask(fv *secret.Secret_FieldMask)
- func (m *BatchGetSecretsRequest) SetNames(fv []*secret.Name)
- func (m *BatchGetSecretsRequest) SetView(fv view.View)
- func (m *BatchGetSecretsRequest) String() string
- func (m *BatchGetSecretsRequest) Unmarshal(b []byte) error
- func (m *BatchGetSecretsRequest) UnmarshalJSON(data []byte) error
- type BatchGetSecretsResponse
- func (*BatchGetSecretsResponse) Descriptor() ([]byte, []int)
- func (m *BatchGetSecretsResponse) GetMissing() []*secret.Name
- func (m *BatchGetSecretsResponse) GetSecrets() []*secret.Secret
- func (*BatchGetSecretsResponse) GotenMessage()
- func (obj *BatchGetSecretsResponse) GotenValidate() error
- func (m *BatchGetSecretsResponse) Marshal() ([]byte, error)
- func (m *BatchGetSecretsResponse) MarshalJSON() ([]byte, error)
- func (*BatchGetSecretsResponse) ProtoMessage()
- func (m *BatchGetSecretsResponse) ProtoReflect() preflect.Message
- func (m *BatchGetSecretsResponse) Reset()
- func (m *BatchGetSecretsResponse) SetMissing(fv []*secret.Name)
- func (m *BatchGetSecretsResponse) SetSecrets(fv []*secret.Secret)
- func (m *BatchGetSecretsResponse) String() string
- func (m *BatchGetSecretsResponse) Unmarshal(b []byte) error
- func (m *BatchGetSecretsResponse) UnmarshalJSON(data []byte) error
- type CreateSecretDescriptor
- func (d *CreateSecretDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *CreateSecretDescriptor) GetApiName() string
- func (d *CreateSecretDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreateSecretDescriptor) GetFullMethodName() string
- func (d *CreateSecretDescriptor) GetMethodName() string
- func (d *CreateSecretDescriptor) GetProtoPkgName() string
- func (d *CreateSecretDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *CreateSecretDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreateSecretDescriptor) GetServiceDomain() string
- func (d *CreateSecretDescriptor) GetServiceVersion() string
- func (d *CreateSecretDescriptor) GetVerb() string
- func (d *CreateSecretDescriptor) HasResource() bool
- func (d *CreateSecretDescriptor) IsClientStream() bool
- func (d *CreateSecretDescriptor) IsCollection() bool
- func (d *CreateSecretDescriptor) IsPlural() bool
- func (d *CreateSecretDescriptor) IsServerStream() bool
- func (d *CreateSecretDescriptor) IsUnary() bool
- func (d *CreateSecretDescriptor) NewEmptyClientMsg() proto.Message
- func (d *CreateSecretDescriptor) NewEmptyServerMsg() proto.Message
- func (d *CreateSecretDescriptor) RequestHasResourceBody() bool
- type CreateSecretDescriptorClientMsgHandle
- func (h *CreateSecretDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreateSecretDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *CreateSecretDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *CreateSecretDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreateSecretDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreateSecretDescriptorServerMsgHandle
- func (h *CreateSecretDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreateSecretDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *CreateSecretDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *CreateSecretDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreateSecretDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreateSecretRequest
- func (*CreateSecretRequest) Descriptor() ([]byte, []int)
- func (m *CreateSecretRequest) GetParent() *secret.ParentName
- func (m *CreateSecretRequest) GetResponseMask() *CreateSecretRequest_ResponseMask
- func (m *CreateSecretRequest) GetSecret() *secret.Secret
- func (*CreateSecretRequest) GotenMessage()
- func (obj *CreateSecretRequest) GotenValidate() error
- func (m *CreateSecretRequest) Marshal() ([]byte, error)
- func (m *CreateSecretRequest) MarshalJSON() ([]byte, error)
- func (*CreateSecretRequest) ProtoMessage()
- func (m *CreateSecretRequest) ProtoReflect() preflect.Message
- func (m *CreateSecretRequest) Reset()
- func (m *CreateSecretRequest) SetParent(fv *secret.ParentName)
- func (m *CreateSecretRequest) SetResponseMask(fv *CreateSecretRequest_ResponseMask)
- func (m *CreateSecretRequest) SetSecret(fv *secret.Secret)
- func (m *CreateSecretRequest) String() string
- func (m *CreateSecretRequest) Unmarshal(b []byte) error
- func (m *CreateSecretRequest) UnmarshalJSON(data []byte) error
- type CreateSecretRequest_ResponseMask
- func (*CreateSecretRequest_ResponseMask) Descriptor() ([]byte, []int)
- func (m *CreateSecretRequest_ResponseMask) GetBodyMask() *secret.Secret_FieldMask
- func (m *CreateSecretRequest_ResponseMask) GetMasking() isCreateSecretRequest_ResponseMask_Masking
- func (m *CreateSecretRequest_ResponseMask) GetSkipEntireResponseBody() bool
- func (*CreateSecretRequest_ResponseMask) GotenMessage()
- func (obj *CreateSecretRequest_ResponseMask) GotenValidate() error
- func (m *CreateSecretRequest_ResponseMask) Marshal() ([]byte, error)
- func (m *CreateSecretRequest_ResponseMask) MarshalJSON() ([]byte, error)
- func (*CreateSecretRequest_ResponseMask) ProtoMessage()
- func (m *CreateSecretRequest_ResponseMask) ProtoReflect() preflect.Message
- func (m *CreateSecretRequest_ResponseMask) Reset()
- func (m *CreateSecretRequest_ResponseMask) SetBodyMask(fv *secret.Secret_FieldMask)
- func (m *CreateSecretRequest_ResponseMask) SetMasking(ofv isCreateSecretRequest_ResponseMask_Masking)
- func (m *CreateSecretRequest_ResponseMask) SetSkipEntireResponseBody(fv bool)
- func (m *CreateSecretRequest_ResponseMask) String() string
- func (m *CreateSecretRequest_ResponseMask) Unmarshal(b []byte) error
- func (m *CreateSecretRequest_ResponseMask) UnmarshalJSON(data []byte) error
- type CreateSecretRequest_ResponseMask_BodyMask
- type CreateSecretRequest_ResponseMask_SkipEntireResponseBody
- type DeleteSecretDescriptor
- func (d *DeleteSecretDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *DeleteSecretDescriptor) GetApiName() string
- func (d *DeleteSecretDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *DeleteSecretDescriptor) GetFullMethodName() string
- func (d *DeleteSecretDescriptor) GetMethodName() string
- func (d *DeleteSecretDescriptor) GetProtoPkgName() string
- func (d *DeleteSecretDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *DeleteSecretDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *DeleteSecretDescriptor) GetServiceDomain() string
- func (d *DeleteSecretDescriptor) GetServiceVersion() string
- func (d *DeleteSecretDescriptor) GetVerb() string
- func (d *DeleteSecretDescriptor) HasResource() bool
- func (d *DeleteSecretDescriptor) IsClientStream() bool
- func (d *DeleteSecretDescriptor) IsCollection() bool
- func (d *DeleteSecretDescriptor) IsPlural() bool
- func (d *DeleteSecretDescriptor) IsServerStream() bool
- func (d *DeleteSecretDescriptor) IsUnary() bool
- func (d *DeleteSecretDescriptor) NewEmptyClientMsg() proto.Message
- func (d *DeleteSecretDescriptor) NewEmptyServerMsg() proto.Message
- func (d *DeleteSecretDescriptor) RequestHasResourceBody() bool
- type DeleteSecretDescriptorClientMsgHandle
- func (h *DeleteSecretDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *DeleteSecretDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *DeleteSecretDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *DeleteSecretDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *DeleteSecretDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type DeleteSecretDescriptorServerMsgHandle
- func (h *DeleteSecretDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *DeleteSecretDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *DeleteSecretDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *DeleteSecretDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *DeleteSecretDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type DeleteSecretRequest
- func (*DeleteSecretRequest) Descriptor() ([]byte, []int)
- func (m *DeleteSecretRequest) GetName() *secret.Name
- func (*DeleteSecretRequest) GotenMessage()
- func (obj *DeleteSecretRequest) GotenValidate() error
- func (m *DeleteSecretRequest) Marshal() ([]byte, error)
- func (m *DeleteSecretRequest) MarshalJSON() ([]byte, error)
- func (*DeleteSecretRequest) ProtoMessage()
- func (m *DeleteSecretRequest) ProtoReflect() preflect.Message
- func (m *DeleteSecretRequest) Reset()
- func (m *DeleteSecretRequest) SetName(fv *secret.Name)
- func (m *DeleteSecretRequest) String() string
- func (m *DeleteSecretRequest) Unmarshal(b []byte) error
- func (m *DeleteSecretRequest) UnmarshalJSON(data []byte) error
- type GetSecretDescriptor
- func (d *GetSecretDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *GetSecretDescriptor) GetApiName() string
- func (d *GetSecretDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *GetSecretDescriptor) GetFullMethodName() string
- func (d *GetSecretDescriptor) GetMethodName() string
- func (d *GetSecretDescriptor) GetProtoPkgName() string
- func (d *GetSecretDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *GetSecretDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *GetSecretDescriptor) GetServiceDomain() string
- func (d *GetSecretDescriptor) GetServiceVersion() string
- func (d *GetSecretDescriptor) GetVerb() string
- func (d *GetSecretDescriptor) HasResource() bool
- func (d *GetSecretDescriptor) IsClientStream() bool
- func (d *GetSecretDescriptor) IsCollection() bool
- func (d *GetSecretDescriptor) IsPlural() bool
- func (d *GetSecretDescriptor) IsServerStream() bool
- func (d *GetSecretDescriptor) IsUnary() bool
- func (d *GetSecretDescriptor) NewEmptyClientMsg() proto.Message
- func (d *GetSecretDescriptor) NewEmptyServerMsg() proto.Message
- func (d *GetSecretDescriptor) RequestHasResourceBody() bool
- type GetSecretDescriptorClientMsgHandle
- func (h *GetSecretDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *GetSecretDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *GetSecretDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *GetSecretDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *GetSecretDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type GetSecretDescriptorServerMsgHandle
- func (h *GetSecretDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *GetSecretDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *GetSecretDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *GetSecretDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *GetSecretDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type GetSecretRequest
- func (*GetSecretRequest) Descriptor() ([]byte, []int)
- func (m *GetSecretRequest) GetFieldMask() *secret.Secret_FieldMask
- func (m *GetSecretRequest) GetName() *secret.Name
- func (m *GetSecretRequest) GetView() view.View
- func (*GetSecretRequest) GotenMessage()
- func (obj *GetSecretRequest) GotenValidate() error
- func (m *GetSecretRequest) Marshal() ([]byte, error)
- func (m *GetSecretRequest) MarshalJSON() ([]byte, error)
- func (*GetSecretRequest) ProtoMessage()
- func (m *GetSecretRequest) ProtoReflect() preflect.Message
- func (m *GetSecretRequest) Reset()
- func (m *GetSecretRequest) SetFieldMask(fv *secret.Secret_FieldMask)
- func (m *GetSecretRequest) SetName(fv *secret.Name)
- func (m *GetSecretRequest) SetView(fv view.View)
- func (m *GetSecretRequest) String() string
- func (m *GetSecretRequest) Unmarshal(b []byte) error
- func (m *GetSecretRequest) UnmarshalJSON(data []byte) error
- type ListSecretsDescriptor
- func (d *ListSecretsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *ListSecretsDescriptor) GetApiName() string
- func (d *ListSecretsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListSecretsDescriptor) GetFullMethodName() string
- func (d *ListSecretsDescriptor) GetMethodName() string
- func (d *ListSecretsDescriptor) GetProtoPkgName() string
- func (d *ListSecretsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *ListSecretsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListSecretsDescriptor) GetServiceDomain() string
- func (d *ListSecretsDescriptor) GetServiceVersion() string
- func (d *ListSecretsDescriptor) GetVerb() string
- func (d *ListSecretsDescriptor) HasResource() bool
- func (d *ListSecretsDescriptor) IsClientStream() bool
- func (d *ListSecretsDescriptor) IsCollection() bool
- func (d *ListSecretsDescriptor) IsPlural() bool
- func (d *ListSecretsDescriptor) IsServerStream() bool
- func (d *ListSecretsDescriptor) IsUnary() bool
- func (d *ListSecretsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *ListSecretsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *ListSecretsDescriptor) RequestHasResourceBody() bool
- type ListSecretsDescriptorClientMsgHandle
- func (h *ListSecretsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListSecretsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *ListSecretsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *ListSecretsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListSecretsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListSecretsDescriptorServerMsgHandle
- func (h *ListSecretsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListSecretsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *ListSecretsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *ListSecretsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListSecretsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListSecretsRequest
- func (*ListSecretsRequest) Descriptor() ([]byte, []int)
- func (m *ListSecretsRequest) GetFieldMask() *secret.Secret_FieldMask
- func (m *ListSecretsRequest) GetFilter() *secret.Filter
- func (m *ListSecretsRequest) GetIncludePagingInfo() bool
- func (m *ListSecretsRequest) GetOrderBy() *secret.OrderBy
- func (m *ListSecretsRequest) GetPageSize() int32
- func (m *ListSecretsRequest) GetPageToken() *secret.PagerCursor
- func (m *ListSecretsRequest) GetParent() *secret.ParentName
- func (m *ListSecretsRequest) GetView() view.View
- func (*ListSecretsRequest) GotenMessage()
- func (obj *ListSecretsRequest) GotenValidate() error
- func (m *ListSecretsRequest) Marshal() ([]byte, error)
- func (m *ListSecretsRequest) MarshalJSON() ([]byte, error)
- func (*ListSecretsRequest) ProtoMessage()
- func (m *ListSecretsRequest) ProtoReflect() preflect.Message
- func (m *ListSecretsRequest) Reset()
- func (m *ListSecretsRequest) SetFieldMask(fv *secret.Secret_FieldMask)
- func (m *ListSecretsRequest) SetFilter(fv *secret.Filter)
- func (m *ListSecretsRequest) SetIncludePagingInfo(fv bool)
- func (m *ListSecretsRequest) SetOrderBy(fv *secret.OrderBy)
- func (m *ListSecretsRequest) SetPageSize(fv int32)
- func (m *ListSecretsRequest) SetPageToken(fv *secret.PagerCursor)
- func (m *ListSecretsRequest) SetParent(fv *secret.ParentName)
- func (m *ListSecretsRequest) SetView(fv view.View)
- func (m *ListSecretsRequest) String() string
- func (m *ListSecretsRequest) Unmarshal(b []byte) error
- func (m *ListSecretsRequest) UnmarshalJSON(data []byte) error
- type ListSecretsResponse
- func (*ListSecretsResponse) Descriptor() ([]byte, []int)
- func (m *ListSecretsResponse) GetCurrentOffset() int32
- func (m *ListSecretsResponse) GetNextPageToken() *secret.PagerCursor
- func (m *ListSecretsResponse) GetPrevPageToken() *secret.PagerCursor
- func (m *ListSecretsResponse) GetSecrets() []*secret.Secret
- func (m *ListSecretsResponse) GetTotalResultsCount() int32
- func (*ListSecretsResponse) GotenMessage()
- func (obj *ListSecretsResponse) GotenValidate() error
- func (m *ListSecretsResponse) Marshal() ([]byte, error)
- func (m *ListSecretsResponse) MarshalJSON() ([]byte, error)
- func (*ListSecretsResponse) ProtoMessage()
- func (m *ListSecretsResponse) ProtoReflect() preflect.Message
- func (m *ListSecretsResponse) Reset()
- func (m *ListSecretsResponse) SetCurrentOffset(fv int32)
- func (m *ListSecretsResponse) SetNextPageToken(fv *secret.PagerCursor)
- func (m *ListSecretsResponse) SetPrevPageToken(fv *secret.PagerCursor)
- func (m *ListSecretsResponse) SetSecrets(fv []*secret.Secret)
- func (m *ListSecretsResponse) SetTotalResultsCount(fv int32)
- func (m *ListSecretsResponse) String() string
- func (m *ListSecretsResponse) Unmarshal(b []byte) error
- func (m *ListSecretsResponse) UnmarshalJSON(data []byte) error
- type SecretServiceClient
- type SecretServiceDescriptor
- func (d *SecretServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
- func (d *SecretServiceDescriptor) GetApiName() string
- func (d *SecretServiceDescriptor) GetFullAPIName() string
- func (d *SecretServiceDescriptor) GetProtoPkgName() string
- func (d *SecretServiceDescriptor) GetServiceDomain() string
- func (d *SecretServiceDescriptor) GetServiceVersion() string
- type UpdateSecretDescriptor
- func (d *UpdateSecretDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *UpdateSecretDescriptor) GetApiName() string
- func (d *UpdateSecretDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *UpdateSecretDescriptor) GetFullMethodName() string
- func (d *UpdateSecretDescriptor) GetMethodName() string
- func (d *UpdateSecretDescriptor) GetProtoPkgName() string
- func (d *UpdateSecretDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *UpdateSecretDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *UpdateSecretDescriptor) GetServiceDomain() string
- func (d *UpdateSecretDescriptor) GetServiceVersion() string
- func (d *UpdateSecretDescriptor) GetVerb() string
- func (d *UpdateSecretDescriptor) HasResource() bool
- func (d *UpdateSecretDescriptor) IsClientStream() bool
- func (d *UpdateSecretDescriptor) IsCollection() bool
- func (d *UpdateSecretDescriptor) IsPlural() bool
- func (d *UpdateSecretDescriptor) IsServerStream() bool
- func (d *UpdateSecretDescriptor) IsUnary() bool
- func (d *UpdateSecretDescriptor) NewEmptyClientMsg() proto.Message
- func (d *UpdateSecretDescriptor) NewEmptyServerMsg() proto.Message
- func (d *UpdateSecretDescriptor) RequestHasResourceBody() bool
- type UpdateSecretDescriptorClientMsgHandle
- func (h *UpdateSecretDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *UpdateSecretDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *UpdateSecretDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *UpdateSecretDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *UpdateSecretDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type UpdateSecretDescriptorServerMsgHandle
- func (h *UpdateSecretDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *UpdateSecretDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *UpdateSecretDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *UpdateSecretDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *UpdateSecretDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type UpdateSecretRequest
- func (*UpdateSecretRequest) Descriptor() ([]byte, []int)
- func (m *UpdateSecretRequest) GetAllowMissing() bool
- func (m *UpdateSecretRequest) GetCas() *UpdateSecretRequest_CAS
- func (m *UpdateSecretRequest) GetResponseMask() *UpdateSecretRequest_ResponseMask
- func (m *UpdateSecretRequest) GetSecret() *secret.Secret
- func (m *UpdateSecretRequest) GetUpdateMask() *secret.Secret_FieldMask
- func (*UpdateSecretRequest) GotenMessage()
- func (obj *UpdateSecretRequest) GotenValidate() error
- func (m *UpdateSecretRequest) Marshal() ([]byte, error)
- func (m *UpdateSecretRequest) MarshalJSON() ([]byte, error)
- func (*UpdateSecretRequest) ProtoMessage()
- func (m *UpdateSecretRequest) ProtoReflect() preflect.Message
- func (m *UpdateSecretRequest) Reset()
- func (m *UpdateSecretRequest) SetAllowMissing(fv bool)
- func (m *UpdateSecretRequest) SetCas(fv *UpdateSecretRequest_CAS)
- func (m *UpdateSecretRequest) SetResponseMask(fv *UpdateSecretRequest_ResponseMask)
- func (m *UpdateSecretRequest) SetSecret(fv *secret.Secret)
- func (m *UpdateSecretRequest) SetUpdateMask(fv *secret.Secret_FieldMask)
- func (m *UpdateSecretRequest) String() string
- func (m *UpdateSecretRequest) Unmarshal(b []byte) error
- func (m *UpdateSecretRequest) UnmarshalJSON(data []byte) error
- type UpdateSecretRequest_CAS
- func (*UpdateSecretRequest_CAS) Descriptor() ([]byte, []int)
- func (m *UpdateSecretRequest_CAS) GetConditionalState() *secret.Secret
- func (m *UpdateSecretRequest_CAS) GetFieldMask() *secret.Secret_FieldMask
- func (*UpdateSecretRequest_CAS) GotenMessage()
- func (obj *UpdateSecretRequest_CAS) GotenValidate() error
- func (m *UpdateSecretRequest_CAS) Marshal() ([]byte, error)
- func (m *UpdateSecretRequest_CAS) MarshalJSON() ([]byte, error)
- func (*UpdateSecretRequest_CAS) ProtoMessage()
- func (m *UpdateSecretRequest_CAS) ProtoReflect() preflect.Message
- func (m *UpdateSecretRequest_CAS) Reset()
- func (m *UpdateSecretRequest_CAS) SetConditionalState(fv *secret.Secret)
- func (m *UpdateSecretRequest_CAS) SetFieldMask(fv *secret.Secret_FieldMask)
- func (m *UpdateSecretRequest_CAS) String() string
- func (m *UpdateSecretRequest_CAS) Unmarshal(b []byte) error
- func (m *UpdateSecretRequest_CAS) UnmarshalJSON(data []byte) error
- type UpdateSecretRequest_ResponseMask
- func (*UpdateSecretRequest_ResponseMask) Descriptor() ([]byte, []int)
- func (m *UpdateSecretRequest_ResponseMask) GetBodyMask() *secret.Secret_FieldMask
- func (m *UpdateSecretRequest_ResponseMask) GetMasking() isUpdateSecretRequest_ResponseMask_Masking
- func (m *UpdateSecretRequest_ResponseMask) GetSkipEntireResponseBody() bool
- func (m *UpdateSecretRequest_ResponseMask) GetUpdatedFieldsOnly() bool
- func (*UpdateSecretRequest_ResponseMask) GotenMessage()
- func (obj *UpdateSecretRequest_ResponseMask) GotenValidate() error
- func (m *UpdateSecretRequest_ResponseMask) Marshal() ([]byte, error)
- func (m *UpdateSecretRequest_ResponseMask) MarshalJSON() ([]byte, error)
- func (*UpdateSecretRequest_ResponseMask) ProtoMessage()
- func (m *UpdateSecretRequest_ResponseMask) ProtoReflect() preflect.Message
- func (m *UpdateSecretRequest_ResponseMask) Reset()
- func (m *UpdateSecretRequest_ResponseMask) SetBodyMask(fv *secret.Secret_FieldMask)
- func (m *UpdateSecretRequest_ResponseMask) SetMasking(ofv isUpdateSecretRequest_ResponseMask_Masking)
- func (m *UpdateSecretRequest_ResponseMask) SetSkipEntireResponseBody(fv bool)
- func (m *UpdateSecretRequest_ResponseMask) SetUpdatedFieldsOnly(fv bool)
- func (m *UpdateSecretRequest_ResponseMask) String() string
- func (m *UpdateSecretRequest_ResponseMask) Unmarshal(b []byte) error
- func (m *UpdateSecretRequest_ResponseMask) UnmarshalJSON(data []byte) error
- type UpdateSecretRequest_ResponseMask_BodyMask
- type UpdateSecretRequest_ResponseMask_SkipEntireResponseBody
- type UpdateSecretRequest_ResponseMask_UpdatedFieldsOnly
- type WatchSecretClientStream
- type WatchSecretDescriptor
- func (d *WatchSecretDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *WatchSecretDescriptor) GetApiName() string
- func (d *WatchSecretDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchSecretDescriptor) GetFullMethodName() string
- func (d *WatchSecretDescriptor) GetMethodName() string
- func (d *WatchSecretDescriptor) GetProtoPkgName() string
- func (d *WatchSecretDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *WatchSecretDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchSecretDescriptor) GetServiceDomain() string
- func (d *WatchSecretDescriptor) GetServiceVersion() string
- func (d *WatchSecretDescriptor) GetVerb() string
- func (d *WatchSecretDescriptor) HasResource() bool
- func (d *WatchSecretDescriptor) IsClientStream() bool
- func (d *WatchSecretDescriptor) IsCollection() bool
- func (d *WatchSecretDescriptor) IsPlural() bool
- func (d *WatchSecretDescriptor) IsServerStream() bool
- func (d *WatchSecretDescriptor) IsUnary() bool
- func (d *WatchSecretDescriptor) NewEmptyClientMsg() proto.Message
- func (d *WatchSecretDescriptor) NewEmptyServerMsg() proto.Message
- func (d *WatchSecretDescriptor) RequestHasResourceBody() bool
- type WatchSecretDescriptorClientMsgHandle
- func (h *WatchSecretDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchSecretDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchSecretDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchSecretDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchSecretDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchSecretDescriptorServerMsgHandle
- func (h *WatchSecretDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchSecretDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchSecretDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchSecretDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchSecretDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchSecretRequest
- func (*WatchSecretRequest) Descriptor() ([]byte, []int)
- func (m *WatchSecretRequest) GetFieldMask() *secret.Secret_FieldMask
- func (m *WatchSecretRequest) GetName() *secret.Name
- func (m *WatchSecretRequest) GetView() view.View
- func (*WatchSecretRequest) GotenMessage()
- func (obj *WatchSecretRequest) GotenValidate() error
- func (m *WatchSecretRequest) Marshal() ([]byte, error)
- func (m *WatchSecretRequest) MarshalJSON() ([]byte, error)
- func (*WatchSecretRequest) ProtoMessage()
- func (m *WatchSecretRequest) ProtoReflect() preflect.Message
- func (m *WatchSecretRequest) Reset()
- func (m *WatchSecretRequest) SetFieldMask(fv *secret.Secret_FieldMask)
- func (m *WatchSecretRequest) SetName(fv *secret.Name)
- func (m *WatchSecretRequest) SetView(fv view.View)
- func (m *WatchSecretRequest) String() string
- func (m *WatchSecretRequest) Unmarshal(b []byte) error
- func (m *WatchSecretRequest) UnmarshalJSON(data []byte) error
- type WatchSecretResponse
- func (*WatchSecretResponse) Descriptor() ([]byte, []int)
- func (m *WatchSecretResponse) GetChange() *secret.SecretChange
- func (*WatchSecretResponse) GotenMessage()
- func (obj *WatchSecretResponse) GotenValidate() error
- func (m *WatchSecretResponse) Marshal() ([]byte, error)
- func (m *WatchSecretResponse) MarshalJSON() ([]byte, error)
- func (*WatchSecretResponse) ProtoMessage()
- func (m *WatchSecretResponse) ProtoReflect() preflect.Message
- func (m *WatchSecretResponse) Reset()
- func (m *WatchSecretResponse) SetChange(fv *secret.SecretChange)
- func (m *WatchSecretResponse) String() string
- func (m *WatchSecretResponse) Unmarshal(b []byte) error
- func (m *WatchSecretResponse) UnmarshalJSON(data []byte) error
- type WatchSecretsClientStream
- type WatchSecretsDescriptor
- func (d *WatchSecretsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *WatchSecretsDescriptor) GetApiName() string
- func (d *WatchSecretsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchSecretsDescriptor) GetFullMethodName() string
- func (d *WatchSecretsDescriptor) GetMethodName() string
- func (d *WatchSecretsDescriptor) GetProtoPkgName() string
- func (d *WatchSecretsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *WatchSecretsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchSecretsDescriptor) GetServiceDomain() string
- func (d *WatchSecretsDescriptor) GetServiceVersion() string
- func (d *WatchSecretsDescriptor) GetVerb() string
- func (d *WatchSecretsDescriptor) HasResource() bool
- func (d *WatchSecretsDescriptor) IsClientStream() bool
- func (d *WatchSecretsDescriptor) IsCollection() bool
- func (d *WatchSecretsDescriptor) IsPlural() bool
- func (d *WatchSecretsDescriptor) IsServerStream() bool
- func (d *WatchSecretsDescriptor) IsUnary() bool
- func (d *WatchSecretsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *WatchSecretsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *WatchSecretsDescriptor) RequestHasResourceBody() bool
- type WatchSecretsDescriptorClientMsgHandle
- func (h *WatchSecretsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchSecretsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchSecretsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchSecretsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchSecretsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchSecretsDescriptorServerMsgHandle
- func (h *WatchSecretsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchSecretsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchSecretsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchSecretsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchSecretsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchSecretsRequest
- func (*WatchSecretsRequest) Descriptor() ([]byte, []int)
- func (m *WatchSecretsRequest) GetFieldMask() *secret.Secret_FieldMask
- func (m *WatchSecretsRequest) GetFilter() *secret.Filter
- func (m *WatchSecretsRequest) GetMaxChunkSize() int32
- func (m *WatchSecretsRequest) GetOrderBy() *secret.OrderBy
- func (m *WatchSecretsRequest) GetPageSize() int32
- func (m *WatchSecretsRequest) GetPageToken() *secret.PagerCursor
- func (m *WatchSecretsRequest) GetParent() *secret.ParentName
- func (m *WatchSecretsRequest) GetResumeToken() string
- func (m *WatchSecretsRequest) GetStartingTime() *timestamppb.Timestamp
- func (m *WatchSecretsRequest) GetType() watch_type.WatchType
- func (m *WatchSecretsRequest) GetView() view.View
- func (*WatchSecretsRequest) GotenMessage()
- func (obj *WatchSecretsRequest) GotenValidate() error
- func (m *WatchSecretsRequest) Marshal() ([]byte, error)
- func (m *WatchSecretsRequest) MarshalJSON() ([]byte, error)
- func (*WatchSecretsRequest) ProtoMessage()
- func (m *WatchSecretsRequest) ProtoReflect() preflect.Message
- func (m *WatchSecretsRequest) Reset()
- func (m *WatchSecretsRequest) SetFieldMask(fv *secret.Secret_FieldMask)
- func (m *WatchSecretsRequest) SetFilter(fv *secret.Filter)
- func (m *WatchSecretsRequest) SetMaxChunkSize(fv int32)
- func (m *WatchSecretsRequest) SetOrderBy(fv *secret.OrderBy)
- func (m *WatchSecretsRequest) SetPageSize(fv int32)
- func (m *WatchSecretsRequest) SetPageToken(fv *secret.PagerCursor)
- func (m *WatchSecretsRequest) SetParent(fv *secret.ParentName)
- func (m *WatchSecretsRequest) SetResumeToken(fv string)
- func (m *WatchSecretsRequest) SetStartingTime(fv *timestamppb.Timestamp)
- func (m *WatchSecretsRequest) SetType(fv watch_type.WatchType)
- func (m *WatchSecretsRequest) SetView(fv view.View)
- func (m *WatchSecretsRequest) String() string
- func (m *WatchSecretsRequest) Unmarshal(b []byte) error
- func (m *WatchSecretsRequest) UnmarshalJSON(data []byte) error
- type WatchSecretsResponse
- func (*WatchSecretsResponse) Descriptor() ([]byte, []int)
- func (m *WatchSecretsResponse) GetIsCurrent() bool
- func (m *WatchSecretsResponse) GetIsHardReset() bool
- func (m *WatchSecretsResponse) GetIsSoftReset() bool
- func (m *WatchSecretsResponse) GetPageTokenChange() *WatchSecretsResponse_PageTokenChange
- func (m *WatchSecretsResponse) GetResumeToken() string
- func (m *WatchSecretsResponse) GetSecretChanges() []*secret.SecretChange
- func (m *WatchSecretsResponse) GetSnapshotSize() int64
- func (*WatchSecretsResponse) GotenMessage()
- func (obj *WatchSecretsResponse) GotenValidate() error
- func (m *WatchSecretsResponse) Marshal() ([]byte, error)
- func (m *WatchSecretsResponse) MarshalJSON() ([]byte, error)
- func (*WatchSecretsResponse) ProtoMessage()
- func (m *WatchSecretsResponse) ProtoReflect() preflect.Message
- func (m *WatchSecretsResponse) Reset()
- func (m *WatchSecretsResponse) SetIsCurrent(fv bool)
- func (m *WatchSecretsResponse) SetIsHardReset(fv bool)
- func (m *WatchSecretsResponse) SetIsSoftReset(fv bool)
- func (m *WatchSecretsResponse) SetPageTokenChange(fv *WatchSecretsResponse_PageTokenChange)
- func (m *WatchSecretsResponse) SetResumeToken(fv string)
- func (m *WatchSecretsResponse) SetSecretChanges(fv []*secret.SecretChange)
- func (m *WatchSecretsResponse) SetSnapshotSize(fv int64)
- func (m *WatchSecretsResponse) String() string
- func (m *WatchSecretsResponse) Unmarshal(b []byte) error
- func (m *WatchSecretsResponse) UnmarshalJSON(data []byte) error
- type WatchSecretsResponse_PageTokenChange
- func (*WatchSecretsResponse_PageTokenChange) Descriptor() ([]byte, []int)
- func (m *WatchSecretsResponse_PageTokenChange) GetNextPageToken() *secret.PagerCursor
- func (m *WatchSecretsResponse_PageTokenChange) GetPrevPageToken() *secret.PagerCursor
- func (*WatchSecretsResponse_PageTokenChange) GotenMessage()
- func (obj *WatchSecretsResponse_PageTokenChange) GotenValidate() error
- func (m *WatchSecretsResponse_PageTokenChange) Marshal() ([]byte, error)
- func (m *WatchSecretsResponse_PageTokenChange) MarshalJSON() ([]byte, error)
- func (*WatchSecretsResponse_PageTokenChange) ProtoMessage()
- func (m *WatchSecretsResponse_PageTokenChange) ProtoReflect() preflect.Message
- func (m *WatchSecretsResponse_PageTokenChange) Reset()
- func (m *WatchSecretsResponse_PageTokenChange) SetNextPageToken(fv *secret.PagerCursor)
- func (m *WatchSecretsResponse_PageTokenChange) SetPrevPageToken(fv *secret.PagerCursor)
- func (m *WatchSecretsResponse_PageTokenChange) String() string
- func (m *WatchSecretsResponse_PageTokenChange) Unmarshal(b []byte) error
- func (m *WatchSecretsResponse_PageTokenChange) UnmarshalJSON(data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchGetSecretsDescriptor ¶ added in v0.4.28
type BatchGetSecretsDescriptor struct{}
func GetBatchGetSecretsDescriptor ¶ added in v0.4.28
func GetBatchGetSecretsDescriptor() *BatchGetSecretsDescriptor
func (*BatchGetSecretsDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*BatchGetSecretsDescriptor) GetApiName ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) GetApiName() string
func (*BatchGetSecretsDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*BatchGetSecretsDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) GetFullMethodName() string
func (*BatchGetSecretsDescriptor) GetMethodName ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) GetMethodName() string
func (*BatchGetSecretsDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) GetProtoPkgName() string
func (*BatchGetSecretsDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *BatchGetSecretsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*BatchGetSecretsDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*BatchGetSecretsDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) GetServiceDomain() string
func (*BatchGetSecretsDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) GetServiceVersion() string
func (*BatchGetSecretsDescriptor) GetVerb ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) GetVerb() string
func (*BatchGetSecretsDescriptor) HasResource ¶ added in v0.4.30
func (d *BatchGetSecretsDescriptor) HasResource() bool
func (*BatchGetSecretsDescriptor) IsClientStream ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) IsClientStream() bool
func (*BatchGetSecretsDescriptor) IsCollection ¶ added in v0.4.30
func (d *BatchGetSecretsDescriptor) IsCollection() bool
func (*BatchGetSecretsDescriptor) IsPlural ¶ added in v0.4.30
func (d *BatchGetSecretsDescriptor) IsPlural() bool
func (*BatchGetSecretsDescriptor) IsServerStream ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) IsServerStream() bool
func (*BatchGetSecretsDescriptor) IsUnary ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) IsUnary() bool
func (*BatchGetSecretsDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) NewEmptyClientMsg() proto.Message
func (*BatchGetSecretsDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) NewEmptyServerMsg() proto.Message
func (*BatchGetSecretsDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) RequestHasResourceBody() bool
type BatchGetSecretsDescriptorClientMsgHandle ¶ added in v0.4.28
type BatchGetSecretsDescriptorClientMsgHandle struct{}
func (*BatchGetSecretsDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *BatchGetSecretsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetSecretsDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *BatchGetSecretsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*BatchGetSecretsDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *BatchGetSecretsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*BatchGetSecretsDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *BatchGetSecretsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetSecretsDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *BatchGetSecretsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type BatchGetSecretsDescriptorServerMsgHandle ¶ added in v0.4.28
type BatchGetSecretsDescriptorServerMsgHandle struct{}
func (*BatchGetSecretsDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *BatchGetSecretsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetSecretsDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *BatchGetSecretsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*BatchGetSecretsDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *BatchGetSecretsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*BatchGetSecretsDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *BatchGetSecretsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetSecretsDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *BatchGetSecretsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type BatchGetSecretsRequest ¶
type BatchGetSecretsRequest struct { // Names of Secrets Names []*secret.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 *secret.Secret_FieldMask `` /* 138-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 }
A request message of the BatchGetSecrets method.
func (*BatchGetSecretsRequest) Descriptor ¶
func (*BatchGetSecretsRequest) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetSecretsRequest.ProtoReflect.Descriptor instead.
func (*BatchGetSecretsRequest) GetFieldMask ¶
func (m *BatchGetSecretsRequest) GetFieldMask() *secret.Secret_FieldMask
func (*BatchGetSecretsRequest) GetNames ¶
func (m *BatchGetSecretsRequest) GetNames() []*secret.Name
func (*BatchGetSecretsRequest) GetView ¶
func (m *BatchGetSecretsRequest) GetView() view.View
func (*BatchGetSecretsRequest) GotenMessage ¶
func (*BatchGetSecretsRequest) GotenMessage()
func (*BatchGetSecretsRequest) GotenValidate ¶
func (obj *BatchGetSecretsRequest) GotenValidate() error
func (*BatchGetSecretsRequest) Marshal ¶
func (m *BatchGetSecretsRequest) Marshal() ([]byte, error)
func (*BatchGetSecretsRequest) MarshalJSON ¶
func (m *BatchGetSecretsRequest) MarshalJSON() ([]byte, error)
func (*BatchGetSecretsRequest) ProtoMessage ¶
func (*BatchGetSecretsRequest) ProtoMessage()
func (*BatchGetSecretsRequest) ProtoReflect ¶
func (m *BatchGetSecretsRequest) ProtoReflect() preflect.Message
func (*BatchGetSecretsRequest) Reset ¶
func (m *BatchGetSecretsRequest) Reset()
func (*BatchGetSecretsRequest) SetFieldMask ¶
func (m *BatchGetSecretsRequest) SetFieldMask(fv *secret.Secret_FieldMask)
func (*BatchGetSecretsRequest) SetNames ¶
func (m *BatchGetSecretsRequest) SetNames(fv []*secret.Name)
func (*BatchGetSecretsRequest) SetView ¶
func (m *BatchGetSecretsRequest) SetView(fv view.View)
func (*BatchGetSecretsRequest) String ¶
func (m *BatchGetSecretsRequest) String() string
func (*BatchGetSecretsRequest) Unmarshal ¶
func (m *BatchGetSecretsRequest) Unmarshal(b []byte) error
func (*BatchGetSecretsRequest) UnmarshalJSON ¶
func (m *BatchGetSecretsRequest) UnmarshalJSON(data []byte) error
type BatchGetSecretsResponse ¶
type BatchGetSecretsResponse struct { // found Secrets Secrets []*secret.Secret `protobuf:"bytes,1,rep,name=secrets,proto3" json:"secrets,omitempty" firestore:"secrets"` // list of not found Secrets Missing []*secret.Name `protobuf:"bytes,2,rep,customtype=Name,name=missing,proto3" json:"missing,omitempty" firestore:"missing"` // contains filtered or unexported fields }
A response message of the BatchGetSecrets method.
func (*BatchGetSecretsResponse) Descriptor ¶
func (*BatchGetSecretsResponse) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetSecretsResponse.ProtoReflect.Descriptor instead.
func (*BatchGetSecretsResponse) GetMissing ¶
func (m *BatchGetSecretsResponse) GetMissing() []*secret.Name
func (*BatchGetSecretsResponse) GetSecrets ¶
func (m *BatchGetSecretsResponse) GetSecrets() []*secret.Secret
func (*BatchGetSecretsResponse) GotenMessage ¶
func (*BatchGetSecretsResponse) GotenMessage()
func (*BatchGetSecretsResponse) GotenValidate ¶
func (obj *BatchGetSecretsResponse) GotenValidate() error
func (*BatchGetSecretsResponse) Marshal ¶
func (m *BatchGetSecretsResponse) Marshal() ([]byte, error)
func (*BatchGetSecretsResponse) MarshalJSON ¶
func (m *BatchGetSecretsResponse) MarshalJSON() ([]byte, error)
func (*BatchGetSecretsResponse) ProtoMessage ¶
func (*BatchGetSecretsResponse) ProtoMessage()
func (*BatchGetSecretsResponse) ProtoReflect ¶
func (m *BatchGetSecretsResponse) ProtoReflect() preflect.Message
func (*BatchGetSecretsResponse) Reset ¶
func (m *BatchGetSecretsResponse) Reset()
func (*BatchGetSecretsResponse) SetMissing ¶
func (m *BatchGetSecretsResponse) SetMissing(fv []*secret.Name)
func (*BatchGetSecretsResponse) SetSecrets ¶
func (m *BatchGetSecretsResponse) SetSecrets(fv []*secret.Secret)
func (*BatchGetSecretsResponse) String ¶
func (m *BatchGetSecretsResponse) String() string
func (*BatchGetSecretsResponse) Unmarshal ¶
func (m *BatchGetSecretsResponse) Unmarshal(b []byte) error
func (*BatchGetSecretsResponse) UnmarshalJSON ¶
func (m *BatchGetSecretsResponse) UnmarshalJSON(data []byte) error
type CreateSecretDescriptor ¶ added in v0.4.28
type CreateSecretDescriptor struct{}
func GetCreateSecretDescriptor ¶ added in v0.4.28
func GetCreateSecretDescriptor() *CreateSecretDescriptor
func (*CreateSecretDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *CreateSecretDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*CreateSecretDescriptor) GetApiName ¶ added in v0.4.28
func (d *CreateSecretDescriptor) GetApiName() string
func (*CreateSecretDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *CreateSecretDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*CreateSecretDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *CreateSecretDescriptor) GetFullMethodName() string
func (*CreateSecretDescriptor) GetMethodName ¶ added in v0.4.28
func (d *CreateSecretDescriptor) GetMethodName() string
func (*CreateSecretDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *CreateSecretDescriptor) GetProtoPkgName() string
func (*CreateSecretDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *CreateSecretDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*CreateSecretDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *CreateSecretDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*CreateSecretDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *CreateSecretDescriptor) GetServiceDomain() string
func (*CreateSecretDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *CreateSecretDescriptor) GetServiceVersion() string
func (*CreateSecretDescriptor) GetVerb ¶ added in v0.4.28
func (d *CreateSecretDescriptor) GetVerb() string
func (*CreateSecretDescriptor) HasResource ¶ added in v0.4.30
func (d *CreateSecretDescriptor) HasResource() bool
func (*CreateSecretDescriptor) IsClientStream ¶ added in v0.4.28
func (d *CreateSecretDescriptor) IsClientStream() bool
func (*CreateSecretDescriptor) IsCollection ¶ added in v0.4.30
func (d *CreateSecretDescriptor) IsCollection() bool
func (*CreateSecretDescriptor) IsPlural ¶ added in v0.4.30
func (d *CreateSecretDescriptor) IsPlural() bool
func (*CreateSecretDescriptor) IsServerStream ¶ added in v0.4.28
func (d *CreateSecretDescriptor) IsServerStream() bool
func (*CreateSecretDescriptor) IsUnary ¶ added in v0.4.28
func (d *CreateSecretDescriptor) IsUnary() bool
func (*CreateSecretDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *CreateSecretDescriptor) NewEmptyClientMsg() proto.Message
func (*CreateSecretDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *CreateSecretDescriptor) NewEmptyServerMsg() proto.Message
func (*CreateSecretDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *CreateSecretDescriptor) RequestHasResourceBody() bool
type CreateSecretDescriptorClientMsgHandle ¶ added in v0.4.28
type CreateSecretDescriptorClientMsgHandle struct{}
func (*CreateSecretDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *CreateSecretDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateSecretDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *CreateSecretDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*CreateSecretDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *CreateSecretDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*CreateSecretDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *CreateSecretDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateSecretDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *CreateSecretDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateSecretDescriptorServerMsgHandle ¶ added in v0.4.28
type CreateSecretDescriptorServerMsgHandle struct{}
func (*CreateSecretDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *CreateSecretDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateSecretDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *CreateSecretDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*CreateSecretDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *CreateSecretDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*CreateSecretDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *CreateSecretDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateSecretDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *CreateSecretDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateSecretRequest ¶
type CreateSecretRequest struct { // Parent name of ntt.secrets.v1alpha2.Secret Parent *secret.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // Secret resource body Secret *secret.Secret `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty" firestore:"secret"` // Optional masking applied to response object to reduce message response // size. ResponseMask *CreateSecretRequest_ResponseMask `protobuf:"bytes,3,opt,name=response_mask,json=responseMask,proto3" json:"response_mask,omitempty" firestore:"responseMask"` // contains filtered or unexported fields }
A request message of the CreateSecret method.
func (*CreateSecretRequest) Descriptor ¶
func (*CreateSecretRequest) Descriptor() ([]byte, []int)
Deprecated, Use CreateSecretRequest.ProtoReflect.Descriptor instead.
func (*CreateSecretRequest) GetParent ¶
func (m *CreateSecretRequest) GetParent() *secret.ParentName
func (*CreateSecretRequest) GetResponseMask ¶ added in v1.8.3
func (m *CreateSecretRequest) GetResponseMask() *CreateSecretRequest_ResponseMask
func (*CreateSecretRequest) GetSecret ¶
func (m *CreateSecretRequest) GetSecret() *secret.Secret
func (*CreateSecretRequest) GotenMessage ¶
func (*CreateSecretRequest) GotenMessage()
func (*CreateSecretRequest) GotenValidate ¶
func (obj *CreateSecretRequest) GotenValidate() error
func (*CreateSecretRequest) Marshal ¶
func (m *CreateSecretRequest) Marshal() ([]byte, error)
func (*CreateSecretRequest) MarshalJSON ¶
func (m *CreateSecretRequest) MarshalJSON() ([]byte, error)
func (*CreateSecretRequest) ProtoMessage ¶
func (*CreateSecretRequest) ProtoMessage()
func (*CreateSecretRequest) ProtoReflect ¶
func (m *CreateSecretRequest) ProtoReflect() preflect.Message
func (*CreateSecretRequest) Reset ¶
func (m *CreateSecretRequest) Reset()
func (*CreateSecretRequest) SetParent ¶
func (m *CreateSecretRequest) SetParent(fv *secret.ParentName)
func (*CreateSecretRequest) SetResponseMask ¶ added in v1.8.3
func (m *CreateSecretRequest) SetResponseMask(fv *CreateSecretRequest_ResponseMask)
func (*CreateSecretRequest) SetSecret ¶
func (m *CreateSecretRequest) SetSecret(fv *secret.Secret)
func (*CreateSecretRequest) String ¶
func (m *CreateSecretRequest) String() string
func (*CreateSecretRequest) Unmarshal ¶
func (m *CreateSecretRequest) Unmarshal(b []byte) error
func (*CreateSecretRequest) UnmarshalJSON ¶
func (m *CreateSecretRequest) UnmarshalJSON(data []byte) error
type CreateSecretRequest_ResponseMask ¶ added in v1.8.3
type CreateSecretRequest_ResponseMask struct { // Types that are valid to be assigned to Masking: // *CreateSecretRequest_ResponseMask_SkipEntireResponseBody // *CreateSecretRequest_ResponseMask_BodyMask Masking isCreateSecretRequest_ResponseMask_Masking `protobuf_oneof:"masking"` // contains filtered or unexported fields }
ResponseMask allows client to reduce response message size.
func (*CreateSecretRequest_ResponseMask) Descriptor ¶ added in v1.8.3
func (*CreateSecretRequest_ResponseMask) Descriptor() ([]byte, []int)
Deprecated, Use CreateSecretRequest_ResponseMask.ProtoReflect.Descriptor instead.
func (*CreateSecretRequest_ResponseMask) GetBodyMask ¶ added in v1.8.3
func (m *CreateSecretRequest_ResponseMask) GetBodyMask() *secret.Secret_FieldMask
func (*CreateSecretRequest_ResponseMask) GetMasking ¶ added in v1.8.3
func (m *CreateSecretRequest_ResponseMask) GetMasking() isCreateSecretRequest_ResponseMask_Masking
func (*CreateSecretRequest_ResponseMask) GetSkipEntireResponseBody ¶ added in v1.8.3
func (m *CreateSecretRequest_ResponseMask) GetSkipEntireResponseBody() bool
func (*CreateSecretRequest_ResponseMask) GotenMessage ¶ added in v1.8.3
func (*CreateSecretRequest_ResponseMask) GotenMessage()
func (*CreateSecretRequest_ResponseMask) GotenValidate ¶ added in v1.8.3
func (obj *CreateSecretRequest_ResponseMask) GotenValidate() error
func (*CreateSecretRequest_ResponseMask) Marshal ¶ added in v1.8.3
func (m *CreateSecretRequest_ResponseMask) Marshal() ([]byte, error)
func (*CreateSecretRequest_ResponseMask) MarshalJSON ¶ added in v1.8.3
func (m *CreateSecretRequest_ResponseMask) MarshalJSON() ([]byte, error)
func (*CreateSecretRequest_ResponseMask) ProtoMessage ¶ added in v1.8.3
func (*CreateSecretRequest_ResponseMask) ProtoMessage()
func (*CreateSecretRequest_ResponseMask) ProtoReflect ¶ added in v1.8.3
func (m *CreateSecretRequest_ResponseMask) ProtoReflect() preflect.Message
func (*CreateSecretRequest_ResponseMask) Reset ¶ added in v1.8.3
func (m *CreateSecretRequest_ResponseMask) Reset()
func (*CreateSecretRequest_ResponseMask) SetBodyMask ¶ added in v1.8.3
func (m *CreateSecretRequest_ResponseMask) SetBodyMask(fv *secret.Secret_FieldMask)
func (*CreateSecretRequest_ResponseMask) SetMasking ¶ added in v1.8.3
func (m *CreateSecretRequest_ResponseMask) SetMasking(ofv isCreateSecretRequest_ResponseMask_Masking)
func (*CreateSecretRequest_ResponseMask) SetSkipEntireResponseBody ¶ added in v1.8.3
func (m *CreateSecretRequest_ResponseMask) SetSkipEntireResponseBody(fv bool)
func (*CreateSecretRequest_ResponseMask) String ¶ added in v1.8.3
func (m *CreateSecretRequest_ResponseMask) String() string
func (*CreateSecretRequest_ResponseMask) Unmarshal ¶ added in v1.8.3
func (m *CreateSecretRequest_ResponseMask) Unmarshal(b []byte) error
func (*CreateSecretRequest_ResponseMask) UnmarshalJSON ¶ added in v1.8.3
func (m *CreateSecretRequest_ResponseMask) UnmarshalJSON(data []byte) error
type CreateSecretRequest_ResponseMask_BodyMask ¶ added in v1.8.3
type CreateSecretRequest_ResponseMask_BodyMask struct { // If this field is populated, then resource in response will contain only // specific fields. BodyMask *secret.Secret_FieldMask `protobuf:"bytes,2,opt,customtype=Secret_FieldMask,name=body_mask,json=bodyMask,proto3,oneof" firestore:"bodyMask"` }
type CreateSecretRequest_ResponseMask_SkipEntireResponseBody ¶ added in v1.8.3
type CreateSecretRequest_ResponseMask_SkipEntireResponseBody struct { // If this flag has value true, then response will contain just empty // resource without any fields populated. SkipEntireResponseBody bool `` /* 130-byte string literal not displayed */ }
type DeleteSecretDescriptor ¶ added in v0.4.28
type DeleteSecretDescriptor struct{}
func GetDeleteSecretDescriptor ¶ added in v0.4.28
func GetDeleteSecretDescriptor() *DeleteSecretDescriptor
func (*DeleteSecretDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*DeleteSecretDescriptor) GetApiName ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) GetApiName() string
func (*DeleteSecretDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*DeleteSecretDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) GetFullMethodName() string
func (*DeleteSecretDescriptor) GetMethodName ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) GetMethodName() string
func (*DeleteSecretDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) GetProtoPkgName() string
func (*DeleteSecretDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *DeleteSecretDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*DeleteSecretDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*DeleteSecretDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) GetServiceDomain() string
func (*DeleteSecretDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) GetServiceVersion() string
func (*DeleteSecretDescriptor) GetVerb ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) GetVerb() string
func (*DeleteSecretDescriptor) HasResource ¶ added in v0.4.30
func (d *DeleteSecretDescriptor) HasResource() bool
func (*DeleteSecretDescriptor) IsClientStream ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) IsClientStream() bool
func (*DeleteSecretDescriptor) IsCollection ¶ added in v0.4.30
func (d *DeleteSecretDescriptor) IsCollection() bool
func (*DeleteSecretDescriptor) IsPlural ¶ added in v0.4.30
func (d *DeleteSecretDescriptor) IsPlural() bool
func (*DeleteSecretDescriptor) IsServerStream ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) IsServerStream() bool
func (*DeleteSecretDescriptor) IsUnary ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) IsUnary() bool
func (*DeleteSecretDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) NewEmptyClientMsg() proto.Message
func (*DeleteSecretDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) NewEmptyServerMsg() proto.Message
func (*DeleteSecretDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) RequestHasResourceBody() bool
type DeleteSecretDescriptorClientMsgHandle ¶ added in v0.4.28
type DeleteSecretDescriptorClientMsgHandle struct{}
func (*DeleteSecretDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *DeleteSecretDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*DeleteSecretDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *DeleteSecretDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*DeleteSecretDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *DeleteSecretDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*DeleteSecretDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *DeleteSecretDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*DeleteSecretDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *DeleteSecretDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type DeleteSecretDescriptorServerMsgHandle ¶ added in v0.4.28
type DeleteSecretDescriptorServerMsgHandle struct{}
func (*DeleteSecretDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *DeleteSecretDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*DeleteSecretDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *DeleteSecretDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*DeleteSecretDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *DeleteSecretDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*DeleteSecretDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *DeleteSecretDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*DeleteSecretDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *DeleteSecretDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type DeleteSecretRequest ¶
type DeleteSecretRequest struct { // Name of ntt.secrets.v1alpha2.Secret Name *secret.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // contains filtered or unexported fields }
A request message of the DeleteSecret method.
func (*DeleteSecretRequest) Descriptor ¶
func (*DeleteSecretRequest) Descriptor() ([]byte, []int)
Deprecated, Use DeleteSecretRequest.ProtoReflect.Descriptor instead.
func (*DeleteSecretRequest) GetName ¶
func (m *DeleteSecretRequest) GetName() *secret.Name
func (*DeleteSecretRequest) GotenMessage ¶
func (*DeleteSecretRequest) GotenMessage()
func (*DeleteSecretRequest) GotenValidate ¶
func (obj *DeleteSecretRequest) GotenValidate() error
func (*DeleteSecretRequest) Marshal ¶
func (m *DeleteSecretRequest) Marshal() ([]byte, error)
func (*DeleteSecretRequest) MarshalJSON ¶
func (m *DeleteSecretRequest) MarshalJSON() ([]byte, error)
func (*DeleteSecretRequest) ProtoMessage ¶
func (*DeleteSecretRequest) ProtoMessage()
func (*DeleteSecretRequest) ProtoReflect ¶
func (m *DeleteSecretRequest) ProtoReflect() preflect.Message
func (*DeleteSecretRequest) Reset ¶
func (m *DeleteSecretRequest) Reset()
func (*DeleteSecretRequest) SetName ¶
func (m *DeleteSecretRequest) SetName(fv *secret.Name)
func (*DeleteSecretRequest) String ¶
func (m *DeleteSecretRequest) String() string
func (*DeleteSecretRequest) Unmarshal ¶
func (m *DeleteSecretRequest) Unmarshal(b []byte) error
func (*DeleteSecretRequest) UnmarshalJSON ¶
func (m *DeleteSecretRequest) UnmarshalJSON(data []byte) error
type GetSecretDescriptor ¶ added in v0.4.28
type GetSecretDescriptor struct{}
func GetGetSecretDescriptor ¶ added in v0.4.28
func GetGetSecretDescriptor() *GetSecretDescriptor
func (*GetSecretDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *GetSecretDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*GetSecretDescriptor) GetApiName ¶ added in v0.4.28
func (d *GetSecretDescriptor) GetApiName() string
func (*GetSecretDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *GetSecretDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*GetSecretDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *GetSecretDescriptor) GetFullMethodName() string
func (*GetSecretDescriptor) GetMethodName ¶ added in v0.4.28
func (d *GetSecretDescriptor) GetMethodName() string
func (*GetSecretDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *GetSecretDescriptor) GetProtoPkgName() string
func (*GetSecretDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *GetSecretDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*GetSecretDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *GetSecretDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*GetSecretDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *GetSecretDescriptor) GetServiceDomain() string
func (*GetSecretDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *GetSecretDescriptor) GetServiceVersion() string
func (*GetSecretDescriptor) GetVerb ¶ added in v0.4.28
func (d *GetSecretDescriptor) GetVerb() string
func (*GetSecretDescriptor) HasResource ¶ added in v0.4.30
func (d *GetSecretDescriptor) HasResource() bool
func (*GetSecretDescriptor) IsClientStream ¶ added in v0.4.28
func (d *GetSecretDescriptor) IsClientStream() bool
func (*GetSecretDescriptor) IsCollection ¶ added in v0.4.30
func (d *GetSecretDescriptor) IsCollection() bool
func (*GetSecretDescriptor) IsPlural ¶ added in v0.4.30
func (d *GetSecretDescriptor) IsPlural() bool
func (*GetSecretDescriptor) IsServerStream ¶ added in v0.4.28
func (d *GetSecretDescriptor) IsServerStream() bool
func (*GetSecretDescriptor) IsUnary ¶ added in v0.4.28
func (d *GetSecretDescriptor) IsUnary() bool
func (*GetSecretDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *GetSecretDescriptor) NewEmptyClientMsg() proto.Message
func (*GetSecretDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *GetSecretDescriptor) NewEmptyServerMsg() proto.Message
func (*GetSecretDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *GetSecretDescriptor) RequestHasResourceBody() bool
type GetSecretDescriptorClientMsgHandle ¶ added in v0.4.28
type GetSecretDescriptorClientMsgHandle struct{}
func (*GetSecretDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *GetSecretDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*GetSecretDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *GetSecretDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*GetSecretDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *GetSecretDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*GetSecretDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *GetSecretDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*GetSecretDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *GetSecretDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type GetSecretDescriptorServerMsgHandle ¶ added in v0.4.28
type GetSecretDescriptorServerMsgHandle struct{}
func (*GetSecretDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *GetSecretDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*GetSecretDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *GetSecretDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*GetSecretDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *GetSecretDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*GetSecretDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *GetSecretDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*GetSecretDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *GetSecretDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type GetSecretRequest ¶
type GetSecretRequest struct { // Name of ntt.secrets.v1alpha2.Secret Name *secret.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 *secret.Secret_FieldMask `` /* 138-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 }
A request message of the GetSecret method.
func (*GetSecretRequest) Descriptor ¶
func (*GetSecretRequest) Descriptor() ([]byte, []int)
Deprecated, Use GetSecretRequest.ProtoReflect.Descriptor instead.
func (*GetSecretRequest) GetFieldMask ¶
func (m *GetSecretRequest) GetFieldMask() *secret.Secret_FieldMask
func (*GetSecretRequest) GetName ¶
func (m *GetSecretRequest) GetName() *secret.Name
func (*GetSecretRequest) GetView ¶
func (m *GetSecretRequest) GetView() view.View
func (*GetSecretRequest) GotenMessage ¶
func (*GetSecretRequest) GotenMessage()
func (*GetSecretRequest) GotenValidate ¶
func (obj *GetSecretRequest) GotenValidate() error
func (*GetSecretRequest) Marshal ¶
func (m *GetSecretRequest) Marshal() ([]byte, error)
func (*GetSecretRequest) MarshalJSON ¶
func (m *GetSecretRequest) MarshalJSON() ([]byte, error)
func (*GetSecretRequest) ProtoMessage ¶
func (*GetSecretRequest) ProtoMessage()
func (*GetSecretRequest) ProtoReflect ¶
func (m *GetSecretRequest) ProtoReflect() preflect.Message
func (*GetSecretRequest) Reset ¶
func (m *GetSecretRequest) Reset()
func (*GetSecretRequest) SetFieldMask ¶
func (m *GetSecretRequest) SetFieldMask(fv *secret.Secret_FieldMask)
func (*GetSecretRequest) SetName ¶
func (m *GetSecretRequest) SetName(fv *secret.Name)
func (*GetSecretRequest) SetView ¶
func (m *GetSecretRequest) SetView(fv view.View)
func (*GetSecretRequest) String ¶
func (m *GetSecretRequest) String() string
func (*GetSecretRequest) Unmarshal ¶
func (m *GetSecretRequest) Unmarshal(b []byte) error
func (*GetSecretRequest) UnmarshalJSON ¶
func (m *GetSecretRequest) UnmarshalJSON(data []byte) error
type ListSecretsDescriptor ¶ added in v0.4.28
type ListSecretsDescriptor struct{}
func GetListSecretsDescriptor ¶ added in v0.4.28
func GetListSecretsDescriptor() *ListSecretsDescriptor
func (*ListSecretsDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *ListSecretsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*ListSecretsDescriptor) GetApiName ¶ added in v0.4.28
func (d *ListSecretsDescriptor) GetApiName() string
func (*ListSecretsDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *ListSecretsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListSecretsDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *ListSecretsDescriptor) GetFullMethodName() string
func (*ListSecretsDescriptor) GetMethodName ¶ added in v0.4.28
func (d *ListSecretsDescriptor) GetMethodName() string
func (*ListSecretsDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *ListSecretsDescriptor) GetProtoPkgName() string
func (*ListSecretsDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *ListSecretsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*ListSecretsDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *ListSecretsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListSecretsDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *ListSecretsDescriptor) GetServiceDomain() string
func (*ListSecretsDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *ListSecretsDescriptor) GetServiceVersion() string
func (*ListSecretsDescriptor) GetVerb ¶ added in v0.4.28
func (d *ListSecretsDescriptor) GetVerb() string
func (*ListSecretsDescriptor) HasResource ¶ added in v0.4.30
func (d *ListSecretsDescriptor) HasResource() bool
func (*ListSecretsDescriptor) IsClientStream ¶ added in v0.4.28
func (d *ListSecretsDescriptor) IsClientStream() bool
func (*ListSecretsDescriptor) IsCollection ¶ added in v0.4.30
func (d *ListSecretsDescriptor) IsCollection() bool
func (*ListSecretsDescriptor) IsPlural ¶ added in v0.4.30
func (d *ListSecretsDescriptor) IsPlural() bool
func (*ListSecretsDescriptor) IsServerStream ¶ added in v0.4.28
func (d *ListSecretsDescriptor) IsServerStream() bool
func (*ListSecretsDescriptor) IsUnary ¶ added in v0.4.28
func (d *ListSecretsDescriptor) IsUnary() bool
func (*ListSecretsDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *ListSecretsDescriptor) NewEmptyClientMsg() proto.Message
func (*ListSecretsDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *ListSecretsDescriptor) NewEmptyServerMsg() proto.Message
func (*ListSecretsDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *ListSecretsDescriptor) RequestHasResourceBody() bool
type ListSecretsDescriptorClientMsgHandle ¶ added in v0.4.28
type ListSecretsDescriptorClientMsgHandle struct{}
func (*ListSecretsDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *ListSecretsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListSecretsDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *ListSecretsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*ListSecretsDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *ListSecretsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*ListSecretsDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *ListSecretsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListSecretsDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *ListSecretsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListSecretsDescriptorServerMsgHandle ¶ added in v0.4.28
type ListSecretsDescriptorServerMsgHandle struct{}
func (*ListSecretsDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *ListSecretsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListSecretsDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *ListSecretsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*ListSecretsDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *ListSecretsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*ListSecretsDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *ListSecretsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListSecretsDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *ListSecretsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListSecretsRequest ¶
type ListSecretsRequest struct { // Parent name of ntt.secrets.v1alpha2.Secret Parent *secret.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // Requested page size. Server may return fewer Secrets 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 // ListSecretsResponse.next_page_token. PageToken *secret.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 *secret.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 *secret.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 *secret.Secret_FieldMask `` /* 138-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 }
A request message of the ListSecrets method.
func (*ListSecretsRequest) Descriptor ¶
func (*ListSecretsRequest) Descriptor() ([]byte, []int)
Deprecated, Use ListSecretsRequest.ProtoReflect.Descriptor instead.
func (*ListSecretsRequest) GetFieldMask ¶
func (m *ListSecretsRequest) GetFieldMask() *secret.Secret_FieldMask
func (*ListSecretsRequest) GetFilter ¶
func (m *ListSecretsRequest) GetFilter() *secret.Filter
func (*ListSecretsRequest) GetIncludePagingInfo ¶ added in v0.10.1
func (m *ListSecretsRequest) GetIncludePagingInfo() bool
func (*ListSecretsRequest) GetOrderBy ¶
func (m *ListSecretsRequest) GetOrderBy() *secret.OrderBy
func (*ListSecretsRequest) GetPageSize ¶
func (m *ListSecretsRequest) GetPageSize() int32
func (*ListSecretsRequest) GetPageToken ¶
func (m *ListSecretsRequest) GetPageToken() *secret.PagerCursor
func (*ListSecretsRequest) GetParent ¶
func (m *ListSecretsRequest) GetParent() *secret.ParentName
func (*ListSecretsRequest) GetView ¶
func (m *ListSecretsRequest) GetView() view.View
func (*ListSecretsRequest) GotenMessage ¶
func (*ListSecretsRequest) GotenMessage()
func (*ListSecretsRequest) GotenValidate ¶
func (obj *ListSecretsRequest) GotenValidate() error
func (*ListSecretsRequest) Marshal ¶
func (m *ListSecretsRequest) Marshal() ([]byte, error)
func (*ListSecretsRequest) MarshalJSON ¶
func (m *ListSecretsRequest) MarshalJSON() ([]byte, error)
func (*ListSecretsRequest) ProtoMessage ¶
func (*ListSecretsRequest) ProtoMessage()
func (*ListSecretsRequest) ProtoReflect ¶
func (m *ListSecretsRequest) ProtoReflect() preflect.Message
func (*ListSecretsRequest) Reset ¶
func (m *ListSecretsRequest) Reset()
func (*ListSecretsRequest) SetFieldMask ¶
func (m *ListSecretsRequest) SetFieldMask(fv *secret.Secret_FieldMask)
func (*ListSecretsRequest) SetFilter ¶
func (m *ListSecretsRequest) SetFilter(fv *secret.Filter)
func (*ListSecretsRequest) SetIncludePagingInfo ¶ added in v0.10.1
func (m *ListSecretsRequest) SetIncludePagingInfo(fv bool)
func (*ListSecretsRequest) SetOrderBy ¶
func (m *ListSecretsRequest) SetOrderBy(fv *secret.OrderBy)
func (*ListSecretsRequest) SetPageSize ¶
func (m *ListSecretsRequest) SetPageSize(fv int32)
func (*ListSecretsRequest) SetPageToken ¶
func (m *ListSecretsRequest) SetPageToken(fv *secret.PagerCursor)
func (*ListSecretsRequest) SetParent ¶
func (m *ListSecretsRequest) SetParent(fv *secret.ParentName)
func (*ListSecretsRequest) SetView ¶
func (m *ListSecretsRequest) SetView(fv view.View)
func (*ListSecretsRequest) String ¶
func (m *ListSecretsRequest) String() string
func (*ListSecretsRequest) Unmarshal ¶
func (m *ListSecretsRequest) Unmarshal(b []byte) error
func (*ListSecretsRequest) UnmarshalJSON ¶
func (m *ListSecretsRequest) UnmarshalJSON(data []byte) error
type ListSecretsResponse ¶
type ListSecretsResponse struct { // The list of Secrets Secrets []*secret.Secret `protobuf:"bytes,1,rep,name=secrets,proto3" json:"secrets,omitempty" firestore:"secrets"` // A token to retrieve previous page of results. // // Pass this value in the ListSecretsRequest.page_token. PrevPageToken *secret.PagerCursor `` /* 151-byte string literal not displayed */ // A token to retrieve next page of results. // // Pass this value in the ListSecretsRequest.page_token. NextPageToken *secret.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 Secrets 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 }
A response message of the ListSecrets method.
func (*ListSecretsResponse) Descriptor ¶
func (*ListSecretsResponse) Descriptor() ([]byte, []int)
Deprecated, Use ListSecretsResponse.ProtoReflect.Descriptor instead.
func (*ListSecretsResponse) GetCurrentOffset ¶ added in v0.10.1
func (m *ListSecretsResponse) GetCurrentOffset() int32
func (*ListSecretsResponse) GetNextPageToken ¶
func (m *ListSecretsResponse) GetNextPageToken() *secret.PagerCursor
func (*ListSecretsResponse) GetPrevPageToken ¶
func (m *ListSecretsResponse) GetPrevPageToken() *secret.PagerCursor
func (*ListSecretsResponse) GetSecrets ¶
func (m *ListSecretsResponse) GetSecrets() []*secret.Secret
func (*ListSecretsResponse) GetTotalResultsCount ¶ added in v0.10.1
func (m *ListSecretsResponse) GetTotalResultsCount() int32
func (*ListSecretsResponse) GotenMessage ¶
func (*ListSecretsResponse) GotenMessage()
func (*ListSecretsResponse) GotenValidate ¶
func (obj *ListSecretsResponse) GotenValidate() error
func (*ListSecretsResponse) Marshal ¶
func (m *ListSecretsResponse) Marshal() ([]byte, error)
func (*ListSecretsResponse) MarshalJSON ¶
func (m *ListSecretsResponse) MarshalJSON() ([]byte, error)
func (*ListSecretsResponse) ProtoMessage ¶
func (*ListSecretsResponse) ProtoMessage()
func (*ListSecretsResponse) ProtoReflect ¶
func (m *ListSecretsResponse) ProtoReflect() preflect.Message
func (*ListSecretsResponse) Reset ¶
func (m *ListSecretsResponse) Reset()
func (*ListSecretsResponse) SetCurrentOffset ¶ added in v0.10.1
func (m *ListSecretsResponse) SetCurrentOffset(fv int32)
func (*ListSecretsResponse) SetNextPageToken ¶
func (m *ListSecretsResponse) SetNextPageToken(fv *secret.PagerCursor)
func (*ListSecretsResponse) SetPrevPageToken ¶
func (m *ListSecretsResponse) SetPrevPageToken(fv *secret.PagerCursor)
func (*ListSecretsResponse) SetSecrets ¶
func (m *ListSecretsResponse) SetSecrets(fv []*secret.Secret)
func (*ListSecretsResponse) SetTotalResultsCount ¶ added in v0.10.1
func (m *ListSecretsResponse) SetTotalResultsCount(fv int32)
func (*ListSecretsResponse) String ¶
func (m *ListSecretsResponse) String() string
func (*ListSecretsResponse) Unmarshal ¶
func (m *ListSecretsResponse) Unmarshal(b []byte) error
func (*ListSecretsResponse) UnmarshalJSON ¶
func (m *ListSecretsResponse) UnmarshalJSON(data []byte) error
type SecretServiceClient ¶
type SecretServiceClient interface { GetSecret(ctx context.Context, in *GetSecretRequest, opts ...grpc.CallOption) (*secret.Secret, error) BatchGetSecrets(ctx context.Context, in *BatchGetSecretsRequest, opts ...grpc.CallOption) (*BatchGetSecretsResponse, error) ListSecrets(ctx context.Context, in *ListSecretsRequest, opts ...grpc.CallOption) (*ListSecretsResponse, error) WatchSecret(ctx context.Context, in *WatchSecretRequest, opts ...grpc.CallOption) (WatchSecretClientStream, error) WatchSecrets(ctx context.Context, in *WatchSecretsRequest, opts ...grpc.CallOption) (WatchSecretsClientStream, error) CreateSecret(ctx context.Context, in *CreateSecretRequest, opts ...grpc.CallOption) (*secret.Secret, error) UpdateSecret(ctx context.Context, in *UpdateSecretRequest, opts ...grpc.CallOption) (*secret.Secret, error) DeleteSecret(ctx context.Context, in *DeleteSecretRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) }
SecretServiceClient is the client API for SecretService.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewSecretServiceClient ¶
func NewSecretServiceClient(cc grpc.ClientConnInterface) SecretServiceClient
type SecretServiceDescriptor ¶ added in v0.4.28
type SecretServiceDescriptor struct{}
func GetSecretServiceDescriptor ¶ added in v0.4.28
func GetSecretServiceDescriptor() *SecretServiceDescriptor
func (*SecretServiceDescriptor) AllMethodDescriptors ¶ added in v0.4.28
func (d *SecretServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
func (*SecretServiceDescriptor) GetApiName ¶ added in v0.4.28
func (d *SecretServiceDescriptor) GetApiName() string
func (*SecretServiceDescriptor) GetFullAPIName ¶ added in v0.4.28
func (d *SecretServiceDescriptor) GetFullAPIName() string
func (*SecretServiceDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *SecretServiceDescriptor) GetProtoPkgName() string
func (*SecretServiceDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *SecretServiceDescriptor) GetServiceDomain() string
func (*SecretServiceDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *SecretServiceDescriptor) GetServiceVersion() string
type UpdateSecretDescriptor ¶ added in v0.4.28
type UpdateSecretDescriptor struct{}
func GetUpdateSecretDescriptor ¶ added in v0.4.28
func GetUpdateSecretDescriptor() *UpdateSecretDescriptor
func (*UpdateSecretDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*UpdateSecretDescriptor) GetApiName ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) GetApiName() string
func (*UpdateSecretDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*UpdateSecretDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) GetFullMethodName() string
func (*UpdateSecretDescriptor) GetMethodName ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) GetMethodName() string
func (*UpdateSecretDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) GetProtoPkgName() string
func (*UpdateSecretDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *UpdateSecretDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*UpdateSecretDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*UpdateSecretDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) GetServiceDomain() string
func (*UpdateSecretDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) GetServiceVersion() string
func (*UpdateSecretDescriptor) GetVerb ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) GetVerb() string
func (*UpdateSecretDescriptor) HasResource ¶ added in v0.4.30
func (d *UpdateSecretDescriptor) HasResource() bool
func (*UpdateSecretDescriptor) IsClientStream ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) IsClientStream() bool
func (*UpdateSecretDescriptor) IsCollection ¶ added in v0.4.30
func (d *UpdateSecretDescriptor) IsCollection() bool
func (*UpdateSecretDescriptor) IsPlural ¶ added in v0.4.30
func (d *UpdateSecretDescriptor) IsPlural() bool
func (*UpdateSecretDescriptor) IsServerStream ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) IsServerStream() bool
func (*UpdateSecretDescriptor) IsUnary ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) IsUnary() bool
func (*UpdateSecretDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) NewEmptyClientMsg() proto.Message
func (*UpdateSecretDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) NewEmptyServerMsg() proto.Message
func (*UpdateSecretDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) RequestHasResourceBody() bool
type UpdateSecretDescriptorClientMsgHandle ¶ added in v0.4.28
type UpdateSecretDescriptorClientMsgHandle struct{}
func (*UpdateSecretDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *UpdateSecretDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*UpdateSecretDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *UpdateSecretDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*UpdateSecretDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *UpdateSecretDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*UpdateSecretDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *UpdateSecretDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdateSecretDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *UpdateSecretDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type UpdateSecretDescriptorServerMsgHandle ¶ added in v0.4.28
type UpdateSecretDescriptorServerMsgHandle struct{}
func (*UpdateSecretDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *UpdateSecretDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*UpdateSecretDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *UpdateSecretDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*UpdateSecretDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *UpdateSecretDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*UpdateSecretDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *UpdateSecretDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdateSecretDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *UpdateSecretDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type UpdateSecretRequest ¶
type UpdateSecretRequest struct { // Secret resource body Secret *secret.Secret `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty" firestore:"secret"` // FieldMask applied to request - change will be applied only for fields in // the mask UpdateMask *secret.Secret_FieldMask `` /* 142-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 *UpdateSecretRequest_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"` // reduce message response size. ResponseMask *UpdateSecretRequest_ResponseMask `protobuf:"bytes,6,opt,name=response_mask,json=responseMask,proto3" json:"response_mask,omitempty" firestore:"responseMask"` // contains filtered or unexported fields }
A request message of the UpdateSecret method.
func (*UpdateSecretRequest) Descriptor ¶
func (*UpdateSecretRequest) Descriptor() ([]byte, []int)
Deprecated, Use UpdateSecretRequest.ProtoReflect.Descriptor instead.
func (*UpdateSecretRequest) GetAllowMissing ¶ added in v0.12.33
func (m *UpdateSecretRequest) GetAllowMissing() bool
func (*UpdateSecretRequest) GetCas ¶
func (m *UpdateSecretRequest) GetCas() *UpdateSecretRequest_CAS
func (*UpdateSecretRequest) GetResponseMask ¶ added in v1.8.3
func (m *UpdateSecretRequest) GetResponseMask() *UpdateSecretRequest_ResponseMask
func (*UpdateSecretRequest) GetSecret ¶
func (m *UpdateSecretRequest) GetSecret() *secret.Secret
func (*UpdateSecretRequest) GetUpdateMask ¶
func (m *UpdateSecretRequest) GetUpdateMask() *secret.Secret_FieldMask
func (*UpdateSecretRequest) GotenMessage ¶
func (*UpdateSecretRequest) GotenMessage()
func (*UpdateSecretRequest) GotenValidate ¶
func (obj *UpdateSecretRequest) GotenValidate() error
func (*UpdateSecretRequest) Marshal ¶
func (m *UpdateSecretRequest) Marshal() ([]byte, error)
func (*UpdateSecretRequest) MarshalJSON ¶
func (m *UpdateSecretRequest) MarshalJSON() ([]byte, error)
func (*UpdateSecretRequest) ProtoMessage ¶
func (*UpdateSecretRequest) ProtoMessage()
func (*UpdateSecretRequest) ProtoReflect ¶
func (m *UpdateSecretRequest) ProtoReflect() preflect.Message
func (*UpdateSecretRequest) Reset ¶
func (m *UpdateSecretRequest) Reset()
func (*UpdateSecretRequest) SetAllowMissing ¶ added in v0.12.33
func (m *UpdateSecretRequest) SetAllowMissing(fv bool)
func (*UpdateSecretRequest) SetCas ¶
func (m *UpdateSecretRequest) SetCas(fv *UpdateSecretRequest_CAS)
func (*UpdateSecretRequest) SetResponseMask ¶ added in v1.8.3
func (m *UpdateSecretRequest) SetResponseMask(fv *UpdateSecretRequest_ResponseMask)
func (*UpdateSecretRequest) SetSecret ¶
func (m *UpdateSecretRequest) SetSecret(fv *secret.Secret)
func (*UpdateSecretRequest) SetUpdateMask ¶
func (m *UpdateSecretRequest) SetUpdateMask(fv *secret.Secret_FieldMask)
func (*UpdateSecretRequest) String ¶
func (m *UpdateSecretRequest) String() string
func (*UpdateSecretRequest) Unmarshal ¶
func (m *UpdateSecretRequest) Unmarshal(b []byte) error
func (*UpdateSecretRequest) UnmarshalJSON ¶
func (m *UpdateSecretRequest) UnmarshalJSON(data []byte) error
type UpdateSecretRequest_CAS ¶
type UpdateSecretRequest_CAS struct { // Conditional desired state of a resource before update. ConditionalState *secret.Secret `` /* 138-byte string literal not displayed */ // Field paths from conditional state of resource server should check and // compare. FieldMask *secret.Secret_FieldMask `` /* 138-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 (*UpdateSecretRequest_CAS) Descriptor ¶
func (*UpdateSecretRequest_CAS) Descriptor() ([]byte, []int)
Deprecated, Use UpdateSecretRequest_CAS.ProtoReflect.Descriptor instead.
func (*UpdateSecretRequest_CAS) GetConditionalState ¶
func (m *UpdateSecretRequest_CAS) GetConditionalState() *secret.Secret
func (*UpdateSecretRequest_CAS) GetFieldMask ¶
func (m *UpdateSecretRequest_CAS) GetFieldMask() *secret.Secret_FieldMask
func (*UpdateSecretRequest_CAS) GotenMessage ¶
func (*UpdateSecretRequest_CAS) GotenMessage()
func (*UpdateSecretRequest_CAS) GotenValidate ¶
func (obj *UpdateSecretRequest_CAS) GotenValidate() error
func (*UpdateSecretRequest_CAS) Marshal ¶
func (m *UpdateSecretRequest_CAS) Marshal() ([]byte, error)
func (*UpdateSecretRequest_CAS) MarshalJSON ¶
func (m *UpdateSecretRequest_CAS) MarshalJSON() ([]byte, error)
func (*UpdateSecretRequest_CAS) ProtoMessage ¶
func (*UpdateSecretRequest_CAS) ProtoMessage()
func (*UpdateSecretRequest_CAS) ProtoReflect ¶
func (m *UpdateSecretRequest_CAS) ProtoReflect() preflect.Message
func (*UpdateSecretRequest_CAS) Reset ¶
func (m *UpdateSecretRequest_CAS) Reset()
func (*UpdateSecretRequest_CAS) SetConditionalState ¶
func (m *UpdateSecretRequest_CAS) SetConditionalState(fv *secret.Secret)
func (*UpdateSecretRequest_CAS) SetFieldMask ¶
func (m *UpdateSecretRequest_CAS) SetFieldMask(fv *secret.Secret_FieldMask)
func (*UpdateSecretRequest_CAS) String ¶
func (m *UpdateSecretRequest_CAS) String() string
func (*UpdateSecretRequest_CAS) Unmarshal ¶
func (m *UpdateSecretRequest_CAS) Unmarshal(b []byte) error
func (*UpdateSecretRequest_CAS) UnmarshalJSON ¶
func (m *UpdateSecretRequest_CAS) UnmarshalJSON(data []byte) error
type UpdateSecretRequest_ResponseMask ¶ added in v1.8.3
type UpdateSecretRequest_ResponseMask struct { // Types that are valid to be assigned to Masking: // *UpdateSecretRequest_ResponseMask_SkipEntireResponseBody // *UpdateSecretRequest_ResponseMask_UpdatedFieldsOnly // *UpdateSecretRequest_ResponseMask_BodyMask Masking isUpdateSecretRequest_ResponseMask_Masking `protobuf_oneof:"masking"` // contains filtered or unexported fields }
ResponseMask allows client to reduce response message size.
func (*UpdateSecretRequest_ResponseMask) Descriptor ¶ added in v1.8.3
func (*UpdateSecretRequest_ResponseMask) Descriptor() ([]byte, []int)
Deprecated, Use UpdateSecretRequest_ResponseMask.ProtoReflect.Descriptor instead.
func (*UpdateSecretRequest_ResponseMask) GetBodyMask ¶ added in v1.8.3
func (m *UpdateSecretRequest_ResponseMask) GetBodyMask() *secret.Secret_FieldMask
func (*UpdateSecretRequest_ResponseMask) GetMasking ¶ added in v1.8.3
func (m *UpdateSecretRequest_ResponseMask) GetMasking() isUpdateSecretRequest_ResponseMask_Masking
func (*UpdateSecretRequest_ResponseMask) GetSkipEntireResponseBody ¶ added in v1.8.3
func (m *UpdateSecretRequest_ResponseMask) GetSkipEntireResponseBody() bool
func (*UpdateSecretRequest_ResponseMask) GetUpdatedFieldsOnly ¶ added in v1.8.3
func (m *UpdateSecretRequest_ResponseMask) GetUpdatedFieldsOnly() bool
func (*UpdateSecretRequest_ResponseMask) GotenMessage ¶ added in v1.8.3
func (*UpdateSecretRequest_ResponseMask) GotenMessage()
func (*UpdateSecretRequest_ResponseMask) GotenValidate ¶ added in v1.8.3
func (obj *UpdateSecretRequest_ResponseMask) GotenValidate() error
func (*UpdateSecretRequest_ResponseMask) Marshal ¶ added in v1.8.3
func (m *UpdateSecretRequest_ResponseMask) Marshal() ([]byte, error)
func (*UpdateSecretRequest_ResponseMask) MarshalJSON ¶ added in v1.8.3
func (m *UpdateSecretRequest_ResponseMask) MarshalJSON() ([]byte, error)
func (*UpdateSecretRequest_ResponseMask) ProtoMessage ¶ added in v1.8.3
func (*UpdateSecretRequest_ResponseMask) ProtoMessage()
func (*UpdateSecretRequest_ResponseMask) ProtoReflect ¶ added in v1.8.3
func (m *UpdateSecretRequest_ResponseMask) ProtoReflect() preflect.Message
func (*UpdateSecretRequest_ResponseMask) Reset ¶ added in v1.8.3
func (m *UpdateSecretRequest_ResponseMask) Reset()
func (*UpdateSecretRequest_ResponseMask) SetBodyMask ¶ added in v1.8.3
func (m *UpdateSecretRequest_ResponseMask) SetBodyMask(fv *secret.Secret_FieldMask)
func (*UpdateSecretRequest_ResponseMask) SetMasking ¶ added in v1.8.3
func (m *UpdateSecretRequest_ResponseMask) SetMasking(ofv isUpdateSecretRequest_ResponseMask_Masking)
func (*UpdateSecretRequest_ResponseMask) SetSkipEntireResponseBody ¶ added in v1.8.3
func (m *UpdateSecretRequest_ResponseMask) SetSkipEntireResponseBody(fv bool)
func (*UpdateSecretRequest_ResponseMask) SetUpdatedFieldsOnly ¶ added in v1.8.3
func (m *UpdateSecretRequest_ResponseMask) SetUpdatedFieldsOnly(fv bool)
func (*UpdateSecretRequest_ResponseMask) String ¶ added in v1.8.3
func (m *UpdateSecretRequest_ResponseMask) String() string
func (*UpdateSecretRequest_ResponseMask) Unmarshal ¶ added in v1.8.3
func (m *UpdateSecretRequest_ResponseMask) Unmarshal(b []byte) error
func (*UpdateSecretRequest_ResponseMask) UnmarshalJSON ¶ added in v1.8.3
func (m *UpdateSecretRequest_ResponseMask) UnmarshalJSON(data []byte) error
type UpdateSecretRequest_ResponseMask_BodyMask ¶ added in v1.8.3
type UpdateSecretRequest_ResponseMask_BodyMask struct { // If this field is populated, then resource in response will contain only // specific fields. If skip_entire_response_body is true, this field is // ignored. BodyMask *secret.Secret_FieldMask `protobuf:"bytes,3,opt,customtype=Secret_FieldMask,name=body_mask,json=bodyMask,proto3,oneof" firestore:"bodyMask"` }
type UpdateSecretRequest_ResponseMask_SkipEntireResponseBody ¶ added in v1.8.3
type UpdateSecretRequest_ResponseMask_SkipEntireResponseBody struct { // If this flag has value true, then response will contain just empty // resource without any fields populated. Field body_mask is ignored if // set. SkipEntireResponseBody bool `` /* 130-byte string literal not displayed */ }
type UpdateSecretRequest_ResponseMask_UpdatedFieldsOnly ¶ added in v1.8.3
type UpdateSecretRequest_ResponseMask_UpdatedFieldsOnly struct { // Include all fields that were actually updated during processing. Note // this may be larger than update mask if some fields were computed // additionally. Name is added as well. UpdatedFieldsOnly bool `protobuf:"varint,2,opt,name=updated_fields_only,json=updatedFieldsOnly,proto3,oneof" firestore:"updatedFieldsOnly"` }
type WatchSecretClientStream ¶
type WatchSecretClientStream interface { Recv() (*WatchSecretResponse, error) grpc.ClientStream }
type WatchSecretDescriptor ¶ added in v0.4.28
type WatchSecretDescriptor struct{}
func GetWatchSecretDescriptor ¶ added in v0.4.28
func GetWatchSecretDescriptor() *WatchSecretDescriptor
func (*WatchSecretDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *WatchSecretDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*WatchSecretDescriptor) GetApiName ¶ added in v0.4.28
func (d *WatchSecretDescriptor) GetApiName() string
func (*WatchSecretDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *WatchSecretDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchSecretDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *WatchSecretDescriptor) GetFullMethodName() string
func (*WatchSecretDescriptor) GetMethodName ¶ added in v0.4.28
func (d *WatchSecretDescriptor) GetMethodName() string
func (*WatchSecretDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *WatchSecretDescriptor) GetProtoPkgName() string
func (*WatchSecretDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *WatchSecretDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*WatchSecretDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *WatchSecretDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchSecretDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *WatchSecretDescriptor) GetServiceDomain() string
func (*WatchSecretDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *WatchSecretDescriptor) GetServiceVersion() string
func (*WatchSecretDescriptor) GetVerb ¶ added in v0.4.28
func (d *WatchSecretDescriptor) GetVerb() string
func (*WatchSecretDescriptor) HasResource ¶ added in v0.4.30
func (d *WatchSecretDescriptor) HasResource() bool
func (*WatchSecretDescriptor) IsClientStream ¶ added in v0.4.28
func (d *WatchSecretDescriptor) IsClientStream() bool
func (*WatchSecretDescriptor) IsCollection ¶ added in v0.4.30
func (d *WatchSecretDescriptor) IsCollection() bool
func (*WatchSecretDescriptor) IsPlural ¶ added in v0.4.30
func (d *WatchSecretDescriptor) IsPlural() bool
func (*WatchSecretDescriptor) IsServerStream ¶ added in v0.4.28
func (d *WatchSecretDescriptor) IsServerStream() bool
func (*WatchSecretDescriptor) IsUnary ¶ added in v0.4.28
func (d *WatchSecretDescriptor) IsUnary() bool
func (*WatchSecretDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *WatchSecretDescriptor) NewEmptyClientMsg() proto.Message
func (*WatchSecretDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *WatchSecretDescriptor) NewEmptyServerMsg() proto.Message
func (*WatchSecretDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *WatchSecretDescriptor) RequestHasResourceBody() bool
type WatchSecretDescriptorClientMsgHandle ¶ added in v0.4.28
type WatchSecretDescriptorClientMsgHandle struct{}
func (*WatchSecretDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *WatchSecretDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchSecretDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *WatchSecretDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchSecretDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *WatchSecretDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchSecretDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchSecretDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchSecretDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchSecretDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchSecretDescriptorServerMsgHandle ¶ added in v0.4.28
type WatchSecretDescriptorServerMsgHandle struct{}
func (*WatchSecretDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *WatchSecretDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchSecretDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *WatchSecretDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchSecretDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *WatchSecretDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchSecretDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchSecretDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchSecretDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchSecretDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchSecretRequest ¶
type WatchSecretRequest struct { // Name of ntt.secrets.v1alpha2.Secret Name *secret.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 *secret.Secret_FieldMask `` /* 138-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 }
A request message of the WatchSecret method.
func (*WatchSecretRequest) Descriptor ¶
func (*WatchSecretRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchSecretRequest.ProtoReflect.Descriptor instead.
func (*WatchSecretRequest) GetFieldMask ¶
func (m *WatchSecretRequest) GetFieldMask() *secret.Secret_FieldMask
func (*WatchSecretRequest) GetName ¶
func (m *WatchSecretRequest) GetName() *secret.Name
func (*WatchSecretRequest) GetView ¶
func (m *WatchSecretRequest) GetView() view.View
func (*WatchSecretRequest) GotenMessage ¶
func (*WatchSecretRequest) GotenMessage()
func (*WatchSecretRequest) GotenValidate ¶
func (obj *WatchSecretRequest) GotenValidate() error
func (*WatchSecretRequest) Marshal ¶
func (m *WatchSecretRequest) Marshal() ([]byte, error)
func (*WatchSecretRequest) MarshalJSON ¶
func (m *WatchSecretRequest) MarshalJSON() ([]byte, error)
func (*WatchSecretRequest) ProtoMessage ¶
func (*WatchSecretRequest) ProtoMessage()
func (*WatchSecretRequest) ProtoReflect ¶
func (m *WatchSecretRequest) ProtoReflect() preflect.Message
func (*WatchSecretRequest) Reset ¶
func (m *WatchSecretRequest) Reset()
func (*WatchSecretRequest) SetFieldMask ¶
func (m *WatchSecretRequest) SetFieldMask(fv *secret.Secret_FieldMask)
func (*WatchSecretRequest) SetName ¶
func (m *WatchSecretRequest) SetName(fv *secret.Name)
func (*WatchSecretRequest) SetView ¶
func (m *WatchSecretRequest) SetView(fv view.View)
func (*WatchSecretRequest) String ¶
func (m *WatchSecretRequest) String() string
func (*WatchSecretRequest) Unmarshal ¶
func (m *WatchSecretRequest) Unmarshal(b []byte) error
func (*WatchSecretRequest) UnmarshalJSON ¶
func (m *WatchSecretRequest) UnmarshalJSON(data []byte) error
type WatchSecretResponse ¶
type WatchSecretResponse struct { Change *secret.SecretChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty" firestore:"change"` // contains filtered or unexported fields }
A response message of the WatchSecret method.
func (*WatchSecretResponse) Descriptor ¶
func (*WatchSecretResponse) Descriptor() ([]byte, []int)
Deprecated, Use WatchSecretResponse.ProtoReflect.Descriptor instead.
func (*WatchSecretResponse) GetChange ¶
func (m *WatchSecretResponse) GetChange() *secret.SecretChange
func (*WatchSecretResponse) GotenMessage ¶
func (*WatchSecretResponse) GotenMessage()
func (*WatchSecretResponse) GotenValidate ¶
func (obj *WatchSecretResponse) GotenValidate() error
func (*WatchSecretResponse) Marshal ¶
func (m *WatchSecretResponse) Marshal() ([]byte, error)
func (*WatchSecretResponse) MarshalJSON ¶
func (m *WatchSecretResponse) MarshalJSON() ([]byte, error)
func (*WatchSecretResponse) ProtoMessage ¶
func (*WatchSecretResponse) ProtoMessage()
func (*WatchSecretResponse) ProtoReflect ¶
func (m *WatchSecretResponse) ProtoReflect() preflect.Message
func (*WatchSecretResponse) Reset ¶
func (m *WatchSecretResponse) Reset()
func (*WatchSecretResponse) SetChange ¶
func (m *WatchSecretResponse) SetChange(fv *secret.SecretChange)
func (*WatchSecretResponse) String ¶
func (m *WatchSecretResponse) String() string
func (*WatchSecretResponse) Unmarshal ¶
func (m *WatchSecretResponse) Unmarshal(b []byte) error
func (*WatchSecretResponse) UnmarshalJSON ¶
func (m *WatchSecretResponse) UnmarshalJSON(data []byte) error
type WatchSecretsClientStream ¶
type WatchSecretsClientStream interface { Recv() (*WatchSecretsResponse, error) grpc.ClientStream }
type WatchSecretsDescriptor ¶ added in v0.4.28
type WatchSecretsDescriptor struct{}
func GetWatchSecretsDescriptor ¶ added in v0.4.28
func GetWatchSecretsDescriptor() *WatchSecretsDescriptor
func (*WatchSecretsDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*WatchSecretsDescriptor) GetApiName ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) GetApiName() string
func (*WatchSecretsDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchSecretsDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) GetFullMethodName() string
func (*WatchSecretsDescriptor) GetMethodName ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) GetMethodName() string
func (*WatchSecretsDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) GetProtoPkgName() string
func (*WatchSecretsDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *WatchSecretsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*WatchSecretsDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchSecretsDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) GetServiceDomain() string
func (*WatchSecretsDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) GetServiceVersion() string
func (*WatchSecretsDescriptor) GetVerb ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) GetVerb() string
func (*WatchSecretsDescriptor) HasResource ¶ added in v0.4.30
func (d *WatchSecretsDescriptor) HasResource() bool
func (*WatchSecretsDescriptor) IsClientStream ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) IsClientStream() bool
func (*WatchSecretsDescriptor) IsCollection ¶ added in v0.4.30
func (d *WatchSecretsDescriptor) IsCollection() bool
func (*WatchSecretsDescriptor) IsPlural ¶ added in v0.4.30
func (d *WatchSecretsDescriptor) IsPlural() bool
func (*WatchSecretsDescriptor) IsServerStream ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) IsServerStream() bool
func (*WatchSecretsDescriptor) IsUnary ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) IsUnary() bool
func (*WatchSecretsDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) NewEmptyClientMsg() proto.Message
func (*WatchSecretsDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) NewEmptyServerMsg() proto.Message
func (*WatchSecretsDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) RequestHasResourceBody() bool
type WatchSecretsDescriptorClientMsgHandle ¶ added in v0.4.28
type WatchSecretsDescriptorClientMsgHandle struct{}
func (*WatchSecretsDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *WatchSecretsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchSecretsDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *WatchSecretsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchSecretsDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *WatchSecretsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchSecretsDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchSecretsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchSecretsDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchSecretsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchSecretsDescriptorServerMsgHandle ¶ added in v0.4.28
type WatchSecretsDescriptorServerMsgHandle struct{}
func (*WatchSecretsDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *WatchSecretsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchSecretsDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *WatchSecretsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchSecretsDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *WatchSecretsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchSecretsDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchSecretsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchSecretsDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchSecretsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchSecretsRequest ¶
type WatchSecretsRequest 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.secrets.v1alpha2.Secret Parent *secret.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // Requested page size. Server may return fewer Secrets 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 *secret.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 *secret.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 *secret.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 Secret that don't affect // any of masked fields won't be sent back. FieldMask *secret.Secret_FieldMask `` /* 138-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 // Secret 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 }
A request message of the WatchSecrets method.
func (*WatchSecretsRequest) Descriptor ¶
func (*WatchSecretsRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchSecretsRequest.ProtoReflect.Descriptor instead.
func (*WatchSecretsRequest) GetFieldMask ¶
func (m *WatchSecretsRequest) GetFieldMask() *secret.Secret_FieldMask
func (*WatchSecretsRequest) GetFilter ¶
func (m *WatchSecretsRequest) GetFilter() *secret.Filter
func (*WatchSecretsRequest) GetMaxChunkSize ¶
func (m *WatchSecretsRequest) GetMaxChunkSize() int32
func (*WatchSecretsRequest) GetOrderBy ¶
func (m *WatchSecretsRequest) GetOrderBy() *secret.OrderBy
func (*WatchSecretsRequest) GetPageSize ¶
func (m *WatchSecretsRequest) GetPageSize() int32
func (*WatchSecretsRequest) GetPageToken ¶
func (m *WatchSecretsRequest) GetPageToken() *secret.PagerCursor
func (*WatchSecretsRequest) GetParent ¶
func (m *WatchSecretsRequest) GetParent() *secret.ParentName
func (*WatchSecretsRequest) GetResumeToken ¶
func (m *WatchSecretsRequest) GetResumeToken() string
func (*WatchSecretsRequest) GetStartingTime ¶ added in v0.9.0
func (m *WatchSecretsRequest) GetStartingTime() *timestamppb.Timestamp
func (*WatchSecretsRequest) GetType ¶
func (m *WatchSecretsRequest) GetType() watch_type.WatchType
func (*WatchSecretsRequest) GetView ¶
func (m *WatchSecretsRequest) GetView() view.View
func (*WatchSecretsRequest) GotenMessage ¶
func (*WatchSecretsRequest) GotenMessage()
func (*WatchSecretsRequest) GotenValidate ¶
func (obj *WatchSecretsRequest) GotenValidate() error
func (*WatchSecretsRequest) Marshal ¶
func (m *WatchSecretsRequest) Marshal() ([]byte, error)
func (*WatchSecretsRequest) MarshalJSON ¶
func (m *WatchSecretsRequest) MarshalJSON() ([]byte, error)
func (*WatchSecretsRequest) ProtoMessage ¶
func (*WatchSecretsRequest) ProtoMessage()
func (*WatchSecretsRequest) ProtoReflect ¶
func (m *WatchSecretsRequest) ProtoReflect() preflect.Message
func (*WatchSecretsRequest) Reset ¶
func (m *WatchSecretsRequest) Reset()
func (*WatchSecretsRequest) SetFieldMask ¶
func (m *WatchSecretsRequest) SetFieldMask(fv *secret.Secret_FieldMask)
func (*WatchSecretsRequest) SetFilter ¶
func (m *WatchSecretsRequest) SetFilter(fv *secret.Filter)
func (*WatchSecretsRequest) SetMaxChunkSize ¶
func (m *WatchSecretsRequest) SetMaxChunkSize(fv int32)
func (*WatchSecretsRequest) SetOrderBy ¶
func (m *WatchSecretsRequest) SetOrderBy(fv *secret.OrderBy)
func (*WatchSecretsRequest) SetPageSize ¶
func (m *WatchSecretsRequest) SetPageSize(fv int32)
func (*WatchSecretsRequest) SetPageToken ¶
func (m *WatchSecretsRequest) SetPageToken(fv *secret.PagerCursor)
func (*WatchSecretsRequest) SetParent ¶
func (m *WatchSecretsRequest) SetParent(fv *secret.ParentName)
func (*WatchSecretsRequest) SetResumeToken ¶
func (m *WatchSecretsRequest) SetResumeToken(fv string)
func (*WatchSecretsRequest) SetStartingTime ¶ added in v0.9.0
func (m *WatchSecretsRequest) SetStartingTime(fv *timestamppb.Timestamp)
func (*WatchSecretsRequest) SetType ¶
func (m *WatchSecretsRequest) SetType(fv watch_type.WatchType)
func (*WatchSecretsRequest) SetView ¶
func (m *WatchSecretsRequest) SetView(fv view.View)
func (*WatchSecretsRequest) String ¶
func (m *WatchSecretsRequest) String() string
func (*WatchSecretsRequest) Unmarshal ¶
func (m *WatchSecretsRequest) Unmarshal(b []byte) error
func (*WatchSecretsRequest) UnmarshalJSON ¶
func (m *WatchSecretsRequest) UnmarshalJSON(data []byte) error
type WatchSecretsResponse ¶
type WatchSecretsResponse struct { // Changes of Secrets SecretChanges []*secret.SecretChange `` /* 126-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 Secrets 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 *WatchSecretsResponse_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 (Secrets 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 }
A response message of the WatchSecrets method.
func (*WatchSecretsResponse) Descriptor ¶
func (*WatchSecretsResponse) Descriptor() ([]byte, []int)
Deprecated, Use WatchSecretsResponse.ProtoReflect.Descriptor instead.
func (*WatchSecretsResponse) GetIsCurrent ¶
func (m *WatchSecretsResponse) GetIsCurrent() bool
func (*WatchSecretsResponse) GetIsHardReset ¶
func (m *WatchSecretsResponse) GetIsHardReset() bool
func (*WatchSecretsResponse) GetIsSoftReset ¶
func (m *WatchSecretsResponse) GetIsSoftReset() bool
func (*WatchSecretsResponse) GetPageTokenChange ¶
func (m *WatchSecretsResponse) GetPageTokenChange() *WatchSecretsResponse_PageTokenChange
func (*WatchSecretsResponse) GetResumeToken ¶
func (m *WatchSecretsResponse) GetResumeToken() string
func (*WatchSecretsResponse) GetSecretChanges ¶
func (m *WatchSecretsResponse) GetSecretChanges() []*secret.SecretChange
func (*WatchSecretsResponse) GetSnapshotSize ¶
func (m *WatchSecretsResponse) GetSnapshotSize() int64
func (*WatchSecretsResponse) GotenMessage ¶
func (*WatchSecretsResponse) GotenMessage()
func (*WatchSecretsResponse) GotenValidate ¶
func (obj *WatchSecretsResponse) GotenValidate() error
func (*WatchSecretsResponse) Marshal ¶
func (m *WatchSecretsResponse) Marshal() ([]byte, error)
func (*WatchSecretsResponse) MarshalJSON ¶
func (m *WatchSecretsResponse) MarshalJSON() ([]byte, error)
func (*WatchSecretsResponse) ProtoMessage ¶
func (*WatchSecretsResponse) ProtoMessage()
func (*WatchSecretsResponse) ProtoReflect ¶
func (m *WatchSecretsResponse) ProtoReflect() preflect.Message
func (*WatchSecretsResponse) Reset ¶
func (m *WatchSecretsResponse) Reset()
func (*WatchSecretsResponse) SetIsCurrent ¶
func (m *WatchSecretsResponse) SetIsCurrent(fv bool)
func (*WatchSecretsResponse) SetIsHardReset ¶
func (m *WatchSecretsResponse) SetIsHardReset(fv bool)
func (*WatchSecretsResponse) SetIsSoftReset ¶
func (m *WatchSecretsResponse) SetIsSoftReset(fv bool)
func (*WatchSecretsResponse) SetPageTokenChange ¶
func (m *WatchSecretsResponse) SetPageTokenChange(fv *WatchSecretsResponse_PageTokenChange)
func (*WatchSecretsResponse) SetResumeToken ¶
func (m *WatchSecretsResponse) SetResumeToken(fv string)
func (*WatchSecretsResponse) SetSecretChanges ¶
func (m *WatchSecretsResponse) SetSecretChanges(fv []*secret.SecretChange)
func (*WatchSecretsResponse) SetSnapshotSize ¶
func (m *WatchSecretsResponse) SetSnapshotSize(fv int64)
func (*WatchSecretsResponse) String ¶
func (m *WatchSecretsResponse) String() string
func (*WatchSecretsResponse) Unmarshal ¶
func (m *WatchSecretsResponse) Unmarshal(b []byte) error
func (*WatchSecretsResponse) UnmarshalJSON ¶
func (m *WatchSecretsResponse) UnmarshalJSON(data []byte) error
type WatchSecretsResponse_PageTokenChange ¶
type WatchSecretsResponse_PageTokenChange struct { // New token to retrieve previous page of results. PrevPageToken *secret.PagerCursor `` /* 151-byte string literal not displayed */ // New token to retrieve next page of results. NextPageToken *secret.PagerCursor `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
func (*WatchSecretsResponse_PageTokenChange) Descriptor ¶
func (*WatchSecretsResponse_PageTokenChange) Descriptor() ([]byte, []int)
Deprecated, Use WatchSecretsResponse_PageTokenChange.ProtoReflect.Descriptor instead.
func (*WatchSecretsResponse_PageTokenChange) GetNextPageToken ¶
func (m *WatchSecretsResponse_PageTokenChange) GetNextPageToken() *secret.PagerCursor
func (*WatchSecretsResponse_PageTokenChange) GetPrevPageToken ¶
func (m *WatchSecretsResponse_PageTokenChange) GetPrevPageToken() *secret.PagerCursor
func (*WatchSecretsResponse_PageTokenChange) GotenMessage ¶
func (*WatchSecretsResponse_PageTokenChange) GotenMessage()
func (*WatchSecretsResponse_PageTokenChange) GotenValidate ¶
func (obj *WatchSecretsResponse_PageTokenChange) GotenValidate() error
func (*WatchSecretsResponse_PageTokenChange) Marshal ¶
func (m *WatchSecretsResponse_PageTokenChange) Marshal() ([]byte, error)
func (*WatchSecretsResponse_PageTokenChange) MarshalJSON ¶
func (m *WatchSecretsResponse_PageTokenChange) MarshalJSON() ([]byte, error)
func (*WatchSecretsResponse_PageTokenChange) ProtoMessage ¶
func (*WatchSecretsResponse_PageTokenChange) ProtoMessage()
func (*WatchSecretsResponse_PageTokenChange) ProtoReflect ¶
func (m *WatchSecretsResponse_PageTokenChange) ProtoReflect() preflect.Message
func (*WatchSecretsResponse_PageTokenChange) Reset ¶
func (m *WatchSecretsResponse_PageTokenChange) Reset()
func (*WatchSecretsResponse_PageTokenChange) SetNextPageToken ¶
func (m *WatchSecretsResponse_PageTokenChange) SetNextPageToken(fv *secret.PagerCursor)
func (*WatchSecretsResponse_PageTokenChange) SetPrevPageToken ¶
func (m *WatchSecretsResponse_PageTokenChange) SetPrevPageToken(fv *secret.PagerCursor)
func (*WatchSecretsResponse_PageTokenChange) String ¶
func (m *WatchSecretsResponse_PageTokenChange) String() string
func (*WatchSecretsResponse_PageTokenChange) Unmarshal ¶
func (m *WatchSecretsResponse_PageTokenChange) Unmarshal(b []byte) error
func (*WatchSecretsResponse_PageTokenChange) UnmarshalJSON ¶
func (m *WatchSecretsResponse_PageTokenChange) UnmarshalJSON(data []byte) error