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) GetAllowMissing() bool
- 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) SetAllowMissing(fv bool)
- 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 ¶
type BatchGetSecretsDescriptor struct{}
func GetBatchGetSecretsDescriptor ¶
func GetBatchGetSecretsDescriptor() *BatchGetSecretsDescriptor
func (*BatchGetSecretsDescriptor) GetApiDescriptor ¶
func (d *BatchGetSecretsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*BatchGetSecretsDescriptor) GetApiName ¶
func (d *BatchGetSecretsDescriptor) GetApiName() string
func (*BatchGetSecretsDescriptor) GetClientMsgReflectHandle ¶
func (d *BatchGetSecretsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*BatchGetSecretsDescriptor) GetFullMethodName ¶
func (d *BatchGetSecretsDescriptor) GetFullMethodName() string
func (*BatchGetSecretsDescriptor) GetMethodName ¶
func (d *BatchGetSecretsDescriptor) GetMethodName() string
func (*BatchGetSecretsDescriptor) GetProtoPkgName ¶
func (d *BatchGetSecretsDescriptor) GetProtoPkgName() string
func (*BatchGetSecretsDescriptor) GetResourceDescriptor ¶
func (d *BatchGetSecretsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*BatchGetSecretsDescriptor) GetServerMsgReflectHandle ¶
func (d *BatchGetSecretsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*BatchGetSecretsDescriptor) GetServiceDomain ¶
func (d *BatchGetSecretsDescriptor) GetServiceDomain() string
func (*BatchGetSecretsDescriptor) GetServiceVersion ¶
func (d *BatchGetSecretsDescriptor) GetServiceVersion() string
func (*BatchGetSecretsDescriptor) GetVerb ¶
func (d *BatchGetSecretsDescriptor) GetVerb() string
func (*BatchGetSecretsDescriptor) HasResource ¶
func (d *BatchGetSecretsDescriptor) HasResource() bool
func (*BatchGetSecretsDescriptor) IsClientStream ¶
func (d *BatchGetSecretsDescriptor) IsClientStream() bool
func (*BatchGetSecretsDescriptor) IsCollection ¶
func (d *BatchGetSecretsDescriptor) IsCollection() bool
func (*BatchGetSecretsDescriptor) IsPlural ¶
func (d *BatchGetSecretsDescriptor) IsPlural() bool
func (*BatchGetSecretsDescriptor) IsServerStream ¶
func (d *BatchGetSecretsDescriptor) IsServerStream() bool
func (*BatchGetSecretsDescriptor) IsUnary ¶
func (d *BatchGetSecretsDescriptor) IsUnary() bool
func (*BatchGetSecretsDescriptor) NewEmptyClientMsg ¶
func (d *BatchGetSecretsDescriptor) NewEmptyClientMsg() proto.Message
func (*BatchGetSecretsDescriptor) NewEmptyServerMsg ¶
func (d *BatchGetSecretsDescriptor) NewEmptyServerMsg() proto.Message
func (*BatchGetSecretsDescriptor) RequestHasResourceBody ¶
func (d *BatchGetSecretsDescriptor) RequestHasResourceBody() bool
type BatchGetSecretsDescriptorClientMsgHandle ¶
type BatchGetSecretsDescriptorClientMsgHandle struct{}
func (*BatchGetSecretsDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *BatchGetSecretsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetSecretsDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *BatchGetSecretsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*BatchGetSecretsDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *BatchGetSecretsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*BatchGetSecretsDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *BatchGetSecretsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetSecretsDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *BatchGetSecretsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type BatchGetSecretsDescriptorServerMsgHandle ¶
type BatchGetSecretsDescriptorServerMsgHandle struct{}
func (*BatchGetSecretsDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *BatchGetSecretsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetSecretsDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *BatchGetSecretsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*BatchGetSecretsDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *BatchGetSecretsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*BatchGetSecretsDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *BatchGetSecretsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetSecretsDescriptorServerMsgHandle) ExtractResourceNames ¶
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"`
// 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 `protobuf:"bytes,3,opt,customtype=Secret_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
// 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"`
// 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"`
// list of not found Secrets
Missing []*secret.Name `protobuf:"bytes,2,rep,customtype=Name,name=missing,proto3" json:"missing,omitempty"`
// 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 ¶
type CreateSecretDescriptor struct{}
func GetCreateSecretDescriptor ¶
func GetCreateSecretDescriptor() *CreateSecretDescriptor
func (*CreateSecretDescriptor) GetApiDescriptor ¶
func (d *CreateSecretDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*CreateSecretDescriptor) GetApiName ¶
func (d *CreateSecretDescriptor) GetApiName() string
func (*CreateSecretDescriptor) GetClientMsgReflectHandle ¶
func (d *CreateSecretDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*CreateSecretDescriptor) GetFullMethodName ¶
func (d *CreateSecretDescriptor) GetFullMethodName() string
func (*CreateSecretDescriptor) GetMethodName ¶
func (d *CreateSecretDescriptor) GetMethodName() string
func (*CreateSecretDescriptor) GetProtoPkgName ¶
func (d *CreateSecretDescriptor) GetProtoPkgName() string
func (*CreateSecretDescriptor) GetResourceDescriptor ¶
func (d *CreateSecretDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*CreateSecretDescriptor) GetServerMsgReflectHandle ¶
func (d *CreateSecretDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*CreateSecretDescriptor) GetServiceDomain ¶
func (d *CreateSecretDescriptor) GetServiceDomain() string
func (*CreateSecretDescriptor) GetServiceVersion ¶
func (d *CreateSecretDescriptor) GetServiceVersion() string
func (*CreateSecretDescriptor) GetVerb ¶
func (d *CreateSecretDescriptor) GetVerb() string
func (*CreateSecretDescriptor) HasResource ¶
func (d *CreateSecretDescriptor) HasResource() bool
func (*CreateSecretDescriptor) IsClientStream ¶
func (d *CreateSecretDescriptor) IsClientStream() bool
func (*CreateSecretDescriptor) IsCollection ¶
func (d *CreateSecretDescriptor) IsCollection() bool
func (*CreateSecretDescriptor) IsPlural ¶
func (d *CreateSecretDescriptor) IsPlural() bool
func (*CreateSecretDescriptor) IsServerStream ¶
func (d *CreateSecretDescriptor) IsServerStream() bool
func (*CreateSecretDescriptor) IsUnary ¶
func (d *CreateSecretDescriptor) IsUnary() bool
func (*CreateSecretDescriptor) NewEmptyClientMsg ¶
func (d *CreateSecretDescriptor) NewEmptyClientMsg() proto.Message
func (*CreateSecretDescriptor) NewEmptyServerMsg ¶
func (d *CreateSecretDescriptor) NewEmptyServerMsg() proto.Message
func (*CreateSecretDescriptor) RequestHasResourceBody ¶
func (d *CreateSecretDescriptor) RequestHasResourceBody() bool
type CreateSecretDescriptorClientMsgHandle ¶
type CreateSecretDescriptorClientMsgHandle struct{}
func (*CreateSecretDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *CreateSecretDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateSecretDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *CreateSecretDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*CreateSecretDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *CreateSecretDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*CreateSecretDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *CreateSecretDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateSecretDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *CreateSecretDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateSecretDescriptorServerMsgHandle ¶
type CreateSecretDescriptorServerMsgHandle struct{}
func (*CreateSecretDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *CreateSecretDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateSecretDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *CreateSecretDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*CreateSecretDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *CreateSecretDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*CreateSecretDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *CreateSecretDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateSecretDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *CreateSecretDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateSecretRequest ¶
type CreateSecretRequest struct {
// Parent name of ntt.secrets.v1.Secret
Parent *secret.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty"`
// Secret resource body
Secret *secret.Secret `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty"`
// 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"`
// 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"`
}
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 `protobuf:"varint,1,opt,name=skip_entire_response_body,json=skipEntireResponseBody,proto3,oneof"`
}
type DeleteSecretDescriptor ¶
type DeleteSecretDescriptor struct{}
func GetDeleteSecretDescriptor ¶
func GetDeleteSecretDescriptor() *DeleteSecretDescriptor
func (*DeleteSecretDescriptor) GetApiDescriptor ¶
func (d *DeleteSecretDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*DeleteSecretDescriptor) GetApiName ¶
func (d *DeleteSecretDescriptor) GetApiName() string
func (*DeleteSecretDescriptor) GetClientMsgReflectHandle ¶
func (d *DeleteSecretDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*DeleteSecretDescriptor) GetFullMethodName ¶
func (d *DeleteSecretDescriptor) GetFullMethodName() string
func (*DeleteSecretDescriptor) GetMethodName ¶
func (d *DeleteSecretDescriptor) GetMethodName() string
func (*DeleteSecretDescriptor) GetProtoPkgName ¶
func (d *DeleteSecretDescriptor) GetProtoPkgName() string
func (*DeleteSecretDescriptor) GetResourceDescriptor ¶
func (d *DeleteSecretDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*DeleteSecretDescriptor) GetServerMsgReflectHandle ¶
func (d *DeleteSecretDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*DeleteSecretDescriptor) GetServiceDomain ¶
func (d *DeleteSecretDescriptor) GetServiceDomain() string
func (*DeleteSecretDescriptor) GetServiceVersion ¶
func (d *DeleteSecretDescriptor) GetServiceVersion() string
func (*DeleteSecretDescriptor) GetVerb ¶
func (d *DeleteSecretDescriptor) GetVerb() string
func (*DeleteSecretDescriptor) HasResource ¶
func (d *DeleteSecretDescriptor) HasResource() bool
func (*DeleteSecretDescriptor) IsClientStream ¶
func (d *DeleteSecretDescriptor) IsClientStream() bool
func (*DeleteSecretDescriptor) IsCollection ¶
func (d *DeleteSecretDescriptor) IsCollection() bool
func (*DeleteSecretDescriptor) IsPlural ¶
func (d *DeleteSecretDescriptor) IsPlural() bool
func (*DeleteSecretDescriptor) IsServerStream ¶
func (d *DeleteSecretDescriptor) IsServerStream() bool
func (*DeleteSecretDescriptor) IsUnary ¶
func (d *DeleteSecretDescriptor) IsUnary() bool
func (*DeleteSecretDescriptor) NewEmptyClientMsg ¶
func (d *DeleteSecretDescriptor) NewEmptyClientMsg() proto.Message
func (*DeleteSecretDescriptor) NewEmptyServerMsg ¶
func (d *DeleteSecretDescriptor) NewEmptyServerMsg() proto.Message
func (*DeleteSecretDescriptor) RequestHasResourceBody ¶
func (d *DeleteSecretDescriptor) RequestHasResourceBody() bool
type DeleteSecretDescriptorClientMsgHandle ¶
type DeleteSecretDescriptorClientMsgHandle struct{}
func (*DeleteSecretDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *DeleteSecretDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*DeleteSecretDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *DeleteSecretDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*DeleteSecretDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *DeleteSecretDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*DeleteSecretDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *DeleteSecretDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*DeleteSecretDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *DeleteSecretDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type DeleteSecretDescriptorServerMsgHandle ¶
type DeleteSecretDescriptorServerMsgHandle struct{}
func (*DeleteSecretDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *DeleteSecretDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*DeleteSecretDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *DeleteSecretDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*DeleteSecretDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *DeleteSecretDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*DeleteSecretDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *DeleteSecretDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*DeleteSecretDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *DeleteSecretDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type DeleteSecretRequest ¶
type DeleteSecretRequest struct {
// Name of ntt.secrets.v1.Secret
Name *secret.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"`
// If set to true, and the resource is not found, method will be successful
// and will not return NotFound error.
AllowMissing bool `protobuf:"varint,2,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty"`
// 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) GetAllowMissing ¶ added in v1.14.3
func (m *DeleteSecretRequest) GetAllowMissing() bool
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) SetAllowMissing ¶ added in v1.14.3
func (m *DeleteSecretRequest) SetAllowMissing(fv bool)
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 ¶
type GetSecretDescriptor struct{}
func GetGetSecretDescriptor ¶
func GetGetSecretDescriptor() *GetSecretDescriptor
func (*GetSecretDescriptor) GetApiDescriptor ¶
func (d *GetSecretDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*GetSecretDescriptor) GetApiName ¶
func (d *GetSecretDescriptor) GetApiName() string
func (*GetSecretDescriptor) GetClientMsgReflectHandle ¶
func (d *GetSecretDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*GetSecretDescriptor) GetFullMethodName ¶
func (d *GetSecretDescriptor) GetFullMethodName() string
func (*GetSecretDescriptor) GetMethodName ¶
func (d *GetSecretDescriptor) GetMethodName() string
func (*GetSecretDescriptor) GetProtoPkgName ¶
func (d *GetSecretDescriptor) GetProtoPkgName() string
func (*GetSecretDescriptor) GetResourceDescriptor ¶
func (d *GetSecretDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*GetSecretDescriptor) GetServerMsgReflectHandle ¶
func (d *GetSecretDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*GetSecretDescriptor) GetServiceDomain ¶
func (d *GetSecretDescriptor) GetServiceDomain() string
func (*GetSecretDescriptor) GetServiceVersion ¶
func (d *GetSecretDescriptor) GetServiceVersion() string
func (*GetSecretDescriptor) GetVerb ¶
func (d *GetSecretDescriptor) GetVerb() string
func (*GetSecretDescriptor) HasResource ¶
func (d *GetSecretDescriptor) HasResource() bool
func (*GetSecretDescriptor) IsClientStream ¶
func (d *GetSecretDescriptor) IsClientStream() bool
func (*GetSecretDescriptor) IsCollection ¶
func (d *GetSecretDescriptor) IsCollection() bool
func (*GetSecretDescriptor) IsPlural ¶
func (d *GetSecretDescriptor) IsPlural() bool
func (*GetSecretDescriptor) IsServerStream ¶
func (d *GetSecretDescriptor) IsServerStream() bool
func (*GetSecretDescriptor) IsUnary ¶
func (d *GetSecretDescriptor) IsUnary() bool
func (*GetSecretDescriptor) NewEmptyClientMsg ¶
func (d *GetSecretDescriptor) NewEmptyClientMsg() proto.Message
func (*GetSecretDescriptor) NewEmptyServerMsg ¶
func (d *GetSecretDescriptor) NewEmptyServerMsg() proto.Message
func (*GetSecretDescriptor) RequestHasResourceBody ¶
func (d *GetSecretDescriptor) RequestHasResourceBody() bool
type GetSecretDescriptorClientMsgHandle ¶
type GetSecretDescriptorClientMsgHandle struct{}
func (*GetSecretDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *GetSecretDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*GetSecretDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *GetSecretDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*GetSecretDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *GetSecretDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*GetSecretDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *GetSecretDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*GetSecretDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *GetSecretDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type GetSecretDescriptorServerMsgHandle ¶
type GetSecretDescriptorServerMsgHandle struct{}
func (*GetSecretDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *GetSecretDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*GetSecretDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *GetSecretDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*GetSecretDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *GetSecretDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*GetSecretDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *GetSecretDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*GetSecretDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *GetSecretDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type GetSecretRequest ¶
type GetSecretRequest struct {
// Name of ntt.secrets.v1.Secret
Name *secret.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"`
// 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 `protobuf:"bytes,3,opt,customtype=Secret_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
// 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"`
// 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 ¶
type ListSecretsDescriptor struct{}
func GetListSecretsDescriptor ¶
func GetListSecretsDescriptor() *ListSecretsDescriptor
func (*ListSecretsDescriptor) GetApiDescriptor ¶
func (d *ListSecretsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*ListSecretsDescriptor) GetApiName ¶
func (d *ListSecretsDescriptor) GetApiName() string
func (*ListSecretsDescriptor) GetClientMsgReflectHandle ¶
func (d *ListSecretsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListSecretsDescriptor) GetFullMethodName ¶
func (d *ListSecretsDescriptor) GetFullMethodName() string
func (*ListSecretsDescriptor) GetMethodName ¶
func (d *ListSecretsDescriptor) GetMethodName() string
func (*ListSecretsDescriptor) GetProtoPkgName ¶
func (d *ListSecretsDescriptor) GetProtoPkgName() string
func (*ListSecretsDescriptor) GetResourceDescriptor ¶
func (d *ListSecretsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*ListSecretsDescriptor) GetServerMsgReflectHandle ¶
func (d *ListSecretsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListSecretsDescriptor) GetServiceDomain ¶
func (d *ListSecretsDescriptor) GetServiceDomain() string
func (*ListSecretsDescriptor) GetServiceVersion ¶
func (d *ListSecretsDescriptor) GetServiceVersion() string
func (*ListSecretsDescriptor) GetVerb ¶
func (d *ListSecretsDescriptor) GetVerb() string
func (*ListSecretsDescriptor) HasResource ¶
func (d *ListSecretsDescriptor) HasResource() bool
func (*ListSecretsDescriptor) IsClientStream ¶
func (d *ListSecretsDescriptor) IsClientStream() bool
func (*ListSecretsDescriptor) IsCollection ¶
func (d *ListSecretsDescriptor) IsCollection() bool
func (*ListSecretsDescriptor) IsPlural ¶
func (d *ListSecretsDescriptor) IsPlural() bool
func (*ListSecretsDescriptor) IsServerStream ¶
func (d *ListSecretsDescriptor) IsServerStream() bool
func (*ListSecretsDescriptor) IsUnary ¶
func (d *ListSecretsDescriptor) IsUnary() bool
func (*ListSecretsDescriptor) NewEmptyClientMsg ¶
func (d *ListSecretsDescriptor) NewEmptyClientMsg() proto.Message
func (*ListSecretsDescriptor) NewEmptyServerMsg ¶
func (d *ListSecretsDescriptor) NewEmptyServerMsg() proto.Message
func (*ListSecretsDescriptor) RequestHasResourceBody ¶
func (d *ListSecretsDescriptor) RequestHasResourceBody() bool
type ListSecretsDescriptorClientMsgHandle ¶
type ListSecretsDescriptorClientMsgHandle struct{}
func (*ListSecretsDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *ListSecretsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListSecretsDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *ListSecretsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*ListSecretsDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *ListSecretsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*ListSecretsDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *ListSecretsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListSecretsDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *ListSecretsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListSecretsDescriptorServerMsgHandle ¶
type ListSecretsDescriptorServerMsgHandle struct{}
func (*ListSecretsDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *ListSecretsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListSecretsDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *ListSecretsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*ListSecretsDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *ListSecretsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*ListSecretsDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *ListSecretsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListSecretsDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *ListSecretsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListSecretsRequest ¶
type ListSecretsRequest struct {
// Parent name of ntt.secrets.v1.Secret
Parent *secret.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty"`
// 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"`
// A token identifying a page of results the server should return.
// Typically, this is the value of
// ListSecretsResponse.next_page_token.
PageToken *secret.PagerCursor `protobuf:"bytes,3,opt,customtype=PagerCursor,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
// 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"`
// 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"`
// 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 `protobuf:"bytes,6,opt,customtype=Secret_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
// 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"`
// Indicates if list response should contain total count and offset (fields
// current_offset and total_results_count).
IncludePagingInfo bool `protobuf:"varint,8,opt,name=include_paging_info,json=includePagingInfo,proto3" json:"include_paging_info,omitempty"`
// 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 ¶
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 ¶
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"`
// A token to retrieve previous page of results.
//
// Pass this value in the ListSecretsRequest.page_token.
PrevPageToken *secret.PagerCursor `protobuf:"bytes,3,opt,customtype=PagerCursor,name=prev_page_token,json=prevPageToken,proto3" json:"prev_page_token,omitempty"`
// A token to retrieve next page of results.
//
// Pass this value in the ListSecretsRequest.page_token.
NextPageToken *secret.PagerCursor `protobuf:"bytes,4,opt,customtype=PagerCursor,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
// 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 `protobuf:"varint,5,opt,name=current_offset,json=currentOffset,proto3" json:"current_offset,omitempty"`
// 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 `protobuf:"varint,6,opt,name=total_results_count,json=totalResultsCount,proto3" json:"total_results_count,omitempty"`
// 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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
type SecretServiceDescriptor struct{}
func GetSecretServiceDescriptor ¶
func GetSecretServiceDescriptor() *SecretServiceDescriptor
func (*SecretServiceDescriptor) AllMethodDescriptors ¶
func (d *SecretServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
func (*SecretServiceDescriptor) GetApiName ¶
func (d *SecretServiceDescriptor) GetApiName() string
func (*SecretServiceDescriptor) GetFullAPIName ¶
func (d *SecretServiceDescriptor) GetFullAPIName() string
func (*SecretServiceDescriptor) GetProtoPkgName ¶
func (d *SecretServiceDescriptor) GetProtoPkgName() string
func (*SecretServiceDescriptor) GetServiceDomain ¶
func (d *SecretServiceDescriptor) GetServiceDomain() string
func (*SecretServiceDescriptor) GetServiceVersion ¶
func (d *SecretServiceDescriptor) GetServiceVersion() string
type UpdateSecretDescriptor ¶
type UpdateSecretDescriptor struct{}
func GetUpdateSecretDescriptor ¶
func GetUpdateSecretDescriptor() *UpdateSecretDescriptor
func (*UpdateSecretDescriptor) GetApiDescriptor ¶
func (d *UpdateSecretDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*UpdateSecretDescriptor) GetApiName ¶
func (d *UpdateSecretDescriptor) GetApiName() string
func (*UpdateSecretDescriptor) GetClientMsgReflectHandle ¶
func (d *UpdateSecretDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*UpdateSecretDescriptor) GetFullMethodName ¶
func (d *UpdateSecretDescriptor) GetFullMethodName() string
func (*UpdateSecretDescriptor) GetMethodName ¶
func (d *UpdateSecretDescriptor) GetMethodName() string
func (*UpdateSecretDescriptor) GetProtoPkgName ¶
func (d *UpdateSecretDescriptor) GetProtoPkgName() string
func (*UpdateSecretDescriptor) GetResourceDescriptor ¶
func (d *UpdateSecretDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*UpdateSecretDescriptor) GetServerMsgReflectHandle ¶
func (d *UpdateSecretDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*UpdateSecretDescriptor) GetServiceDomain ¶
func (d *UpdateSecretDescriptor) GetServiceDomain() string
func (*UpdateSecretDescriptor) GetServiceVersion ¶
func (d *UpdateSecretDescriptor) GetServiceVersion() string
func (*UpdateSecretDescriptor) GetVerb ¶
func (d *UpdateSecretDescriptor) GetVerb() string
func (*UpdateSecretDescriptor) HasResource ¶
func (d *UpdateSecretDescriptor) HasResource() bool
func (*UpdateSecretDescriptor) IsClientStream ¶
func (d *UpdateSecretDescriptor) IsClientStream() bool
func (*UpdateSecretDescriptor) IsCollection ¶
func (d *UpdateSecretDescriptor) IsCollection() bool
func (*UpdateSecretDescriptor) IsPlural ¶
func (d *UpdateSecretDescriptor) IsPlural() bool
func (*UpdateSecretDescriptor) IsServerStream ¶
func (d *UpdateSecretDescriptor) IsServerStream() bool
func (*UpdateSecretDescriptor) IsUnary ¶
func (d *UpdateSecretDescriptor) IsUnary() bool
func (*UpdateSecretDescriptor) NewEmptyClientMsg ¶
func (d *UpdateSecretDescriptor) NewEmptyClientMsg() proto.Message
func (*UpdateSecretDescriptor) NewEmptyServerMsg ¶
func (d *UpdateSecretDescriptor) NewEmptyServerMsg() proto.Message
func (*UpdateSecretDescriptor) RequestHasResourceBody ¶
func (d *UpdateSecretDescriptor) RequestHasResourceBody() bool
type UpdateSecretDescriptorClientMsgHandle ¶
type UpdateSecretDescriptorClientMsgHandle struct{}
func (*UpdateSecretDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *UpdateSecretDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*UpdateSecretDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *UpdateSecretDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*UpdateSecretDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *UpdateSecretDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*UpdateSecretDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *UpdateSecretDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdateSecretDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *UpdateSecretDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type UpdateSecretDescriptorServerMsgHandle ¶
type UpdateSecretDescriptorServerMsgHandle struct{}
func (*UpdateSecretDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *UpdateSecretDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*UpdateSecretDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *UpdateSecretDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*UpdateSecretDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *UpdateSecretDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*UpdateSecretDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *UpdateSecretDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdateSecretDescriptorServerMsgHandle) ExtractResourceNames ¶
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"`
// FieldMask applied to request - change will be applied only for fields in
// the mask
UpdateMask *secret.Secret_FieldMask `protobuf:"bytes,3,opt,customtype=Secret_FieldMask,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
// 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"`
// 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"`
// reduce message response size.
ResponseMask *UpdateSecretRequest_ResponseMask `protobuf:"bytes,6,opt,name=response_mask,json=responseMask,proto3" json:"response_mask,omitempty"`
// 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 ¶
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 ¶
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 `protobuf:"bytes,1,opt,name=conditional_state,json=conditionalState,proto3" json:"conditional_state,omitempty"`
// Field paths from conditional state of resource server should check and
// compare.
FieldMask *secret.Secret_FieldMask `protobuf:"bytes,2,opt,customtype=Secret_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
// 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"`
}
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 `protobuf:"varint,1,opt,name=skip_entire_response_body,json=skipEntireResponseBody,proto3,oneof"`
}
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"`
}
type WatchSecretClientStream ¶
type WatchSecretClientStream interface {
Recv() (*WatchSecretResponse, error)
grpc.ClientStream
}
type WatchSecretDescriptor ¶
type WatchSecretDescriptor struct{}
func GetWatchSecretDescriptor ¶
func GetWatchSecretDescriptor() *WatchSecretDescriptor
func (*WatchSecretDescriptor) GetApiDescriptor ¶
func (d *WatchSecretDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*WatchSecretDescriptor) GetApiName ¶
func (d *WatchSecretDescriptor) GetApiName() string
func (*WatchSecretDescriptor) GetClientMsgReflectHandle ¶
func (d *WatchSecretDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchSecretDescriptor) GetFullMethodName ¶
func (d *WatchSecretDescriptor) GetFullMethodName() string
func (*WatchSecretDescriptor) GetMethodName ¶
func (d *WatchSecretDescriptor) GetMethodName() string
func (*WatchSecretDescriptor) GetProtoPkgName ¶
func (d *WatchSecretDescriptor) GetProtoPkgName() string
func (*WatchSecretDescriptor) GetResourceDescriptor ¶
func (d *WatchSecretDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*WatchSecretDescriptor) GetServerMsgReflectHandle ¶
func (d *WatchSecretDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchSecretDescriptor) GetServiceDomain ¶
func (d *WatchSecretDescriptor) GetServiceDomain() string
func (*WatchSecretDescriptor) GetServiceVersion ¶
func (d *WatchSecretDescriptor) GetServiceVersion() string
func (*WatchSecretDescriptor) GetVerb ¶
func (d *WatchSecretDescriptor) GetVerb() string
func (*WatchSecretDescriptor) HasResource ¶
func (d *WatchSecretDescriptor) HasResource() bool
func (*WatchSecretDescriptor) IsClientStream ¶
func (d *WatchSecretDescriptor) IsClientStream() bool
func (*WatchSecretDescriptor) IsCollection ¶
func (d *WatchSecretDescriptor) IsCollection() bool
func (*WatchSecretDescriptor) IsPlural ¶
func (d *WatchSecretDescriptor) IsPlural() bool
func (*WatchSecretDescriptor) IsServerStream ¶
func (d *WatchSecretDescriptor) IsServerStream() bool
func (*WatchSecretDescriptor) IsUnary ¶
func (d *WatchSecretDescriptor) IsUnary() bool
func (*WatchSecretDescriptor) NewEmptyClientMsg ¶
func (d *WatchSecretDescriptor) NewEmptyClientMsg() proto.Message
func (*WatchSecretDescriptor) NewEmptyServerMsg ¶
func (d *WatchSecretDescriptor) NewEmptyServerMsg() proto.Message
func (*WatchSecretDescriptor) RequestHasResourceBody ¶
func (d *WatchSecretDescriptor) RequestHasResourceBody() bool
type WatchSecretDescriptorClientMsgHandle ¶
type WatchSecretDescriptorClientMsgHandle struct{}
func (*WatchSecretDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *WatchSecretDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchSecretDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *WatchSecretDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchSecretDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *WatchSecretDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchSecretDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *WatchSecretDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchSecretDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *WatchSecretDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchSecretDescriptorServerMsgHandle ¶
type WatchSecretDescriptorServerMsgHandle struct{}
func (*WatchSecretDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *WatchSecretDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchSecretDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *WatchSecretDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchSecretDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *WatchSecretDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchSecretDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *WatchSecretDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchSecretDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *WatchSecretDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchSecretRequest ¶
type WatchSecretRequest struct {
// Name of ntt.secrets.v1.Secret
Name *secret.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"`
// 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 `protobuf:"bytes,2,opt,customtype=Secret_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
// 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"`
// 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"`
// 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 ¶
type WatchSecretsDescriptor struct{}
func GetWatchSecretsDescriptor ¶
func GetWatchSecretsDescriptor() *WatchSecretsDescriptor
func (*WatchSecretsDescriptor) GetApiDescriptor ¶
func (d *WatchSecretsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*WatchSecretsDescriptor) GetApiName ¶
func (d *WatchSecretsDescriptor) GetApiName() string
func (*WatchSecretsDescriptor) GetClientMsgReflectHandle ¶
func (d *WatchSecretsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchSecretsDescriptor) GetFullMethodName ¶
func (d *WatchSecretsDescriptor) GetFullMethodName() string
func (*WatchSecretsDescriptor) GetMethodName ¶
func (d *WatchSecretsDescriptor) GetMethodName() string
func (*WatchSecretsDescriptor) GetProtoPkgName ¶
func (d *WatchSecretsDescriptor) GetProtoPkgName() string
func (*WatchSecretsDescriptor) GetResourceDescriptor ¶
func (d *WatchSecretsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*WatchSecretsDescriptor) GetServerMsgReflectHandle ¶
func (d *WatchSecretsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchSecretsDescriptor) GetServiceDomain ¶
func (d *WatchSecretsDescriptor) GetServiceDomain() string
func (*WatchSecretsDescriptor) GetServiceVersion ¶
func (d *WatchSecretsDescriptor) GetServiceVersion() string
func (*WatchSecretsDescriptor) GetVerb ¶
func (d *WatchSecretsDescriptor) GetVerb() string
func (*WatchSecretsDescriptor) HasResource ¶
func (d *WatchSecretsDescriptor) HasResource() bool
func (*WatchSecretsDescriptor) IsClientStream ¶
func (d *WatchSecretsDescriptor) IsClientStream() bool
func (*WatchSecretsDescriptor) IsCollection ¶
func (d *WatchSecretsDescriptor) IsCollection() bool
func (*WatchSecretsDescriptor) IsPlural ¶
func (d *WatchSecretsDescriptor) IsPlural() bool
func (*WatchSecretsDescriptor) IsServerStream ¶
func (d *WatchSecretsDescriptor) IsServerStream() bool
func (*WatchSecretsDescriptor) IsUnary ¶
func (d *WatchSecretsDescriptor) IsUnary() bool
func (*WatchSecretsDescriptor) NewEmptyClientMsg ¶
func (d *WatchSecretsDescriptor) NewEmptyClientMsg() proto.Message
func (*WatchSecretsDescriptor) NewEmptyServerMsg ¶
func (d *WatchSecretsDescriptor) NewEmptyServerMsg() proto.Message
func (*WatchSecretsDescriptor) RequestHasResourceBody ¶
func (d *WatchSecretsDescriptor) RequestHasResourceBody() bool
type WatchSecretsDescriptorClientMsgHandle ¶
type WatchSecretsDescriptorClientMsgHandle struct{}
func (*WatchSecretsDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *WatchSecretsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchSecretsDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *WatchSecretsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchSecretsDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *WatchSecretsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchSecretsDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *WatchSecretsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchSecretsDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *WatchSecretsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchSecretsDescriptorServerMsgHandle ¶
type WatchSecretsDescriptorServerMsgHandle struct{}
func (*WatchSecretsDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *WatchSecretsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchSecretsDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *WatchSecretsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchSecretsDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *WatchSecretsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchSecretsDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *WatchSecretsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchSecretsDescriptorServerMsgHandle) ExtractResourceNames ¶
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"`
// Parent name of ntt.secrets.v1.Secret
Parent *secret.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty"`
// 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"`
// A token identifying a page of results the server should return.
// Can be populated only for stateful watch type.
PageToken *secret.PagerCursor `protobuf:"bytes,3,opt,customtype=PagerCursor,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
// 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"`
// 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"`
// 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"`
// 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"`
// 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 `protobuf:"bytes,6,opt,customtype=Secret_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
// 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"`
// 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 `protobuf:"varint,11,opt,name=max_chunk_size,json=maxChunkSize,proto3" json:"max_chunk_size,omitempty"`
// 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 ¶
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 ¶
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 `protobuf:"bytes,2,rep,name=secret_changes,json=secretChanges,proto3" json:"secret_changes,omitempty"`
// 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"`
// When present, PageTokens used for page navigation should be updated.
// Present only if is_current is true (last chunk).
PageTokenChange *WatchSecretsResponse_PageTokenChange `protobuf:"bytes,3,opt,name=page_token_change,json=pageTokenChange,proto3" json:"page_token_change,omitempty"`
// 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"`
// 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"`
// 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"`
// 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"`
// 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 `protobuf:"bytes,1,opt,customtype=PagerCursor,name=prev_page_token,json=prevPageToken,proto3" json:"prev_page_token,omitempty"`
// New token to retrieve next page of results.
NextPageToken *secret.PagerCursor `protobuf:"bytes,2,opt,customtype=PagerCursor,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
// 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