Documentation ¶
Index ¶
- type SecretsClient
- type SecretsDescriptor
- func (d *SecretsDescriptor) AllApiDescriptors() []gotenclient.ApiDescriptor
- func (d *SecretsDescriptor) AllImportedServiceInfos() []gotenclient.ServiceImportInfo
- func (d *SecretsDescriptor) AllResourceDescriptors() []gotenresource.Descriptor
- func (d *SecretsDescriptor) GetNextVersion() string
- func (d *SecretsDescriptor) GetServiceDomain() string
- func (d *SecretsDescriptor) GetServiceName() string
- func (d *SecretsDescriptor) GetVersion() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretsClient ¶
type SecretsClient interface { project_client.ProjectServiceClient secret_client.SecretServiceClient }
func NewSecretsClient ¶
func NewSecretsClient(cc grpc.ClientConnInterface) SecretsClient
type SecretsDescriptor ¶ added in v0.4.28
type SecretsDescriptor struct{}
func GetSecretsDescriptor ¶ added in v0.4.28
func GetSecretsDescriptor() *SecretsDescriptor
func (*SecretsDescriptor) AllApiDescriptors ¶ added in v0.4.28
func (d *SecretsDescriptor) AllApiDescriptors() []gotenclient.ApiDescriptor
func (*SecretsDescriptor) AllImportedServiceInfos ¶ added in v0.8.0
func (d *SecretsDescriptor) AllImportedServiceInfos() []gotenclient.ServiceImportInfo
func (*SecretsDescriptor) AllResourceDescriptors ¶ added in v0.4.28
func (d *SecretsDescriptor) AllResourceDescriptors() []gotenresource.Descriptor
func (*SecretsDescriptor) GetNextVersion ¶ added in v0.4.28
func (d *SecretsDescriptor) GetNextVersion() string
func (*SecretsDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *SecretsDescriptor) GetServiceDomain() string
func (*SecretsDescriptor) GetServiceName ¶ added in v0.4.28
func (d *SecretsDescriptor) GetServiceName() string
func (*SecretsDescriptor) GetVersion ¶ added in v0.4.28
func (d *SecretsDescriptor) GetVersion() string
Click to show internal directories.
Click to hide internal directories.