Documentation
¶
Overview ¶
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Index ¶
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func NewConfiguration() *config.Configuration
- func ParameterValueToString(obj interface{}, key string) stringdeprecated
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- func (a *APIClient) CreateCertificate(ctx context.Context, projectId string, region string) ApiCreateCertificateRequestdeprecated
- func (a *APIClient) CreateCertificateExecute(ctx context.Context, projectId string, region string) (*GetCertificateResponse, error)deprecated
- func (a *APIClient) DeleteCertificate(ctx context.Context, projectId string, region string, id string) ApiDeleteCertificateRequestdeprecated
- func (a *APIClient) DeleteCertificateExecute(ctx context.Context, projectId string, region string, id string) (map[string]interface{}, error)deprecated
- func (a *APIClient) GetCertificate(ctx context.Context, projectId string, region string, id string) ApiGetCertificateRequestdeprecated
- func (a *APIClient) GetCertificateExecute(ctx context.Context, projectId string, region string, id string) (*GetCertificateResponse, error)deprecated
- func (c *APIClient) GetConfig() *config.Configuration
- func (a *APIClient) GetQuota(ctx context.Context, projectId string, region string) ApiGetQuotaRequestdeprecated
- func (a *APIClient) GetQuotaExecute(ctx context.Context, projectId string, region string) (*GetQuotaResponse, error)deprecated
- func (a *APIClient) ListCertificates(ctx context.Context, projectId string, region string) ApiListCertificatesRequestdeprecated
- func (a *APIClient) ListCertificatesExecute(ctx context.Context, projectId string, region string) (*ListCertificatesResponse, error)deprecated
- type ApiCreateCertificateRequestdeprecated
- type ApiDeleteCertificateRequestdeprecated
- type ApiGetCertificateRequestdeprecated
- type ApiGetQuotaRequestdeprecated
- type ApiListCertificatesRequestdeprecated
- type CertificatesQuota
- func (o *CertificatesQuota) GetLimit() (res CertificatesQuotaGetLimitRetType)
- func (o *CertificatesQuota) GetLimitOk() (ret CertificatesQuotaGetLimitRetType, ok bool)
- func (o *CertificatesQuota) GetUsage() (res CertificatesQuotaGetUsageRetType)
- func (o *CertificatesQuota) GetUsageOk() (ret CertificatesQuotaGetUsageRetType, ok bool)
- func (o *CertificatesQuota) HasLimit() bool
- func (o *CertificatesQuota) HasUsage() bool
- func (o *CertificatesQuota) SetLimit(v CertificatesQuotaGetLimitRetType)
- func (o *CertificatesQuota) SetUsage(v CertificatesQuotaGetUsageRetType)
- func (o CertificatesQuota) ToMap() (map[string]interface{}, error)deprecated
- type CertificatesQuotaGetLimitArgTypedeprecated
- type CertificatesQuotaGetLimitAttributeType
- type CertificatesQuotaGetLimitRetTypedeprecated
- type CertificatesQuotaGetUsageArgTypedeprecated
- type CertificatesQuotaGetUsageAttributeType
- type CertificatesQuotaGetUsageRetTypedeprecated
- type CreateCertificatePayload
- func (o *CreateCertificatePayload) GetLabels() (res CreateCertificatePayloadGetLabelsRetType)
- func (o *CreateCertificatePayload) GetLabelsOk() (ret CreateCertificatePayloadGetLabelsRetType, ok bool)
- func (o *CreateCertificatePayload) GetName() (res CreateCertificatePayloadGetNameRetType)
- func (o *CreateCertificatePayload) GetNameOk() (ret CreateCertificatePayloadGetNameRetType, ok bool)
- func (o *CreateCertificatePayload) GetPrivateKey() (res CreateCertificatePayloadGetPrivateKeyRetType)
- func (o *CreateCertificatePayload) GetPrivateKeyOk() (ret CreateCertificatePayloadGetPrivateKeyRetType, ok bool)
- func (o *CreateCertificatePayload) GetProjectId() (res CreateCertificatePayloadGetProjectIdRetType)
- func (o *CreateCertificatePayload) GetProjectIdOk() (ret CreateCertificatePayloadGetProjectIdRetType, ok bool)
- func (o *CreateCertificatePayload) GetPublicKey() (res CreateCertificatePayloadGetPublicKeyRetType)
- func (o *CreateCertificatePayload) GetPublicKeyOk() (ret CreateCertificatePayloadGetPublicKeyRetType, ok bool)
- func (o *CreateCertificatePayload) GetRegion() (res CreateCertificatePayloadGetRegionRetType)
- func (o *CreateCertificatePayload) GetRegionOk() (ret CreateCertificatePayloadGetRegionRetType, ok bool)
- func (o *CreateCertificatePayload) HasLabels() bool
- func (o *CreateCertificatePayload) HasName() bool
- func (o *CreateCertificatePayload) HasPrivateKey() bool
- func (o *CreateCertificatePayload) HasProjectId() bool
- func (o *CreateCertificatePayload) HasPublicKey() bool
- func (o *CreateCertificatePayload) HasRegion() bool
- func (o *CreateCertificatePayload) SetLabels(v CreateCertificatePayloadGetLabelsRetType)
- func (o *CreateCertificatePayload) SetName(v CreateCertificatePayloadGetNameRetType)
- func (o *CreateCertificatePayload) SetPrivateKey(v CreateCertificatePayloadGetPrivateKeyRetType)
- func (o *CreateCertificatePayload) SetProjectId(v CreateCertificatePayloadGetProjectIdRetType)
- func (o *CreateCertificatePayload) SetPublicKey(v CreateCertificatePayloadGetPublicKeyRetType)
- func (o *CreateCertificatePayload) SetRegion(v CreateCertificatePayloadGetRegionRetType)
- func (o CreateCertificatePayload) ToMap() (map[string]interface{}, error)deprecated
- type CreateCertificatePayloadGetLabelsArgTypedeprecated
- type CreateCertificatePayloadGetLabelsAttributeType
- type CreateCertificatePayloadGetLabelsRetTypedeprecated
- type CreateCertificatePayloadGetNameArgTypedeprecated
- type CreateCertificatePayloadGetNameAttributeType
- type CreateCertificatePayloadGetNameRetTypedeprecated
- type CreateCertificatePayloadGetPrivateKeyArgTypedeprecated
- type CreateCertificatePayloadGetPrivateKeyAttributeType
- type CreateCertificatePayloadGetPrivateKeyRetTypedeprecated
- type CreateCertificatePayloadGetProjectIdArgTypedeprecated
- type CreateCertificatePayloadGetProjectIdAttributeType
- type CreateCertificatePayloadGetProjectIdRetTypedeprecated
- type CreateCertificatePayloadGetPublicKeyArgTypedeprecated
- type CreateCertificatePayloadGetPublicKeyAttributeType
- type CreateCertificatePayloadGetPublicKeyRetTypedeprecated
- type CreateCertificatePayloadGetRegionArgTypedeprecated
- type CreateCertificatePayloadGetRegionAttributeType
- type CreateCertificatePayloadGetRegionRetTypedeprecated
- type CreateCertificateRequestdeprecated
- type Data
- func (o *Data) GetDnsNames() (res DataGetDnsNamesRetType)
- func (o *Data) GetDnsNamesOk() (ret DataGetDnsNamesRetType, ok bool)
- func (o *Data) GetExtendedKeyUsage() (res DataGetExtendedKeyUsageRetType)
- func (o *Data) GetExtendedKeyUsageOk() (ret DataGetExtendedKeyUsageRetType, ok bool)
- func (o *Data) GetFingerprintSha1() (res DataGetFingerprintSha1RetType)
- func (o *Data) GetFingerprintSha1Ok() (ret DataGetFingerprintSha1RetType, ok bool)
- func (o *Data) GetFingerprintSha256() (res DataGetFingerprintSha256RetType)
- func (o *Data) GetFingerprintSha256Ok() (ret DataGetFingerprintSha256RetType, ok bool)
- func (o *Data) GetIsCa() (res DatagetIsCaRetType)
- func (o *Data) GetIsCaOk() (ret DatagetIsCaRetType, ok bool)
- func (o *Data) GetIsSelfSigned() (res DatagetIsSelfSignedRetType)
- func (o *Data) GetIsSelfSignedOk() (ret DatagetIsSelfSignedRetType, ok bool)
- func (o *Data) GetIssuerCn() (res DataGetIssuerCnRetType)
- func (o *Data) GetIssuerCnOk() (ret DataGetIssuerCnRetType, ok bool)
- func (o *Data) GetKeyStrength() (res DataGetKeyStrengthRetType)
- func (o *Data) GetKeyStrengthOk() (ret DataGetKeyStrengthRetType, ok bool)
- func (o *Data) GetNotAfter() (res DataGetNotAfterRetType)
- func (o *Data) GetNotAfterOk() (ret DataGetNotAfterRetType, ok bool)
- func (o *Data) GetNotBefore() (res DataGetNotBeforeRetType)
- func (o *Data) GetNotBeforeOk() (ret DataGetNotBeforeRetType, ok bool)
- func (o *Data) GetOrganization() (res DataGetOrganizationRetType)
- func (o *Data) GetOrganizationOk() (ret DataGetOrganizationRetType, ok bool)
- func (o *Data) GetPublicKeyAlgorithm() (res DataGetPublicKeyAlgorithmRetType)
- func (o *Data) GetPublicKeyAlgorithmOk() (ret DataGetPublicKeyAlgorithmRetType, ok bool)
- func (o *Data) GetSerialNumber() (res DataGetSerialNumberRetType)
- func (o *Data) GetSerialNumberOk() (ret DataGetSerialNumberRetType, ok bool)
- func (o *Data) GetSignatureAlgorithm() (res DataGetSignatureAlgorithmRetType)
- func (o *Data) GetSignatureAlgorithmOk() (ret DataGetSignatureAlgorithmRetType, ok bool)
- func (o *Data) GetSubjectCn() (res DataGetSubjectCnRetType)
- func (o *Data) GetSubjectCnOk() (ret DataGetSubjectCnRetType, ok bool)
- func (o *Data) HasDnsNames() bool
- func (o *Data) HasExtendedKeyUsage() bool
- func (o *Data) HasFingerprintSha1() bool
- func (o *Data) HasFingerprintSha256() bool
- func (o *Data) HasIsCa() bool
- func (o *Data) HasIsSelfSigned() bool
- func (o *Data) HasIssuerCn() bool
- func (o *Data) HasKeyStrength() bool
- func (o *Data) HasNotAfter() bool
- func (o *Data) HasNotBefore() bool
- func (o *Data) HasOrganization() bool
- func (o *Data) HasPublicKeyAlgorithm() bool
- func (o *Data) HasSerialNumber() bool
- func (o *Data) HasSignatureAlgorithm() bool
- func (o *Data) HasSubjectCn() bool
- func (o *Data) SetDnsNames(v DataGetDnsNamesRetType)
- func (o *Data) SetExtendedKeyUsage(v DataGetExtendedKeyUsageRetType)
- func (o *Data) SetFingerprintSha1(v DataGetFingerprintSha1RetType)
- func (o *Data) SetFingerprintSha256(v DataGetFingerprintSha256RetType)
- func (o *Data) SetIsCa(v DatagetIsCaRetType)
- func (o *Data) SetIsSelfSigned(v DatagetIsSelfSignedRetType)
- func (o *Data) SetIssuerCn(v DataGetIssuerCnRetType)
- func (o *Data) SetKeyStrength(v DataGetKeyStrengthRetType)
- func (o *Data) SetNotAfter(v DataGetNotAfterRetType)
- func (o *Data) SetNotBefore(v DataGetNotBeforeRetType)
- func (o *Data) SetOrganization(v DataGetOrganizationRetType)
- func (o *Data) SetPublicKeyAlgorithm(v DataGetPublicKeyAlgorithmRetType)
- func (o *Data) SetSerialNumber(v DataGetSerialNumberRetType)
- func (o *Data) SetSignatureAlgorithm(v DataGetSignatureAlgorithmRetType)
- func (o *Data) SetSubjectCn(v DataGetSubjectCnRetType)
- func (o Data) ToMap() (map[string]interface{}, error)deprecated
- type DataGetDnsNamesArgTypedeprecated
- type DataGetDnsNamesAttributeType
- type DataGetDnsNamesRetTypedeprecated
- type DataGetExtendedKeyUsageArgTypedeprecated
- type DataGetExtendedKeyUsageAttributeType
- type DataGetExtendedKeyUsageRetTypedeprecated
- type DataGetFingerprintSha1ArgTypedeprecated
- type DataGetFingerprintSha1AttributeType
- type DataGetFingerprintSha1RetTypedeprecated
- type DataGetFingerprintSha256ArgTypedeprecated
- type DataGetFingerprintSha256AttributeType
- type DataGetFingerprintSha256RetTypedeprecated
- type DataGetIssuerCnArgTypedeprecated
- type DataGetIssuerCnAttributeType
- type DataGetIssuerCnRetTypedeprecated
- type DataGetKeyStrengthArgTypedeprecated
- type DataGetKeyStrengthAttributeType
- type DataGetKeyStrengthRetTypedeprecated
- type DataGetNotAfterArgTypedeprecated
- type DataGetNotAfterAttributeType
- type DataGetNotAfterRetTypedeprecated
- type DataGetNotBeforeArgTypedeprecated
- type DataGetNotBeforeAttributeType
- type DataGetNotBeforeRetTypedeprecated
- type DataGetOrganizationArgTypedeprecated
- type DataGetOrganizationAttributeType
- type DataGetOrganizationRetTypedeprecated
- type DataGetPublicKeyAlgorithmArgTypedeprecated
- type DataGetPublicKeyAlgorithmAttributeType
- type DataGetPublicKeyAlgorithmRetTypedeprecated
- type DataGetSerialNumberArgTypedeprecated
- type DataGetSerialNumberAttributeType
- type DataGetSerialNumberRetTypedeprecated
- type DataGetSignatureAlgorithmArgTypedeprecated
- type DataGetSignatureAlgorithmAttributeType
- type DataGetSignatureAlgorithmRetTypedeprecated
- type DataGetSubjectCnArgTypedeprecated
- type DataGetSubjectCnAttributeType
- type DataGetSubjectCnRetTypedeprecated
- type DatagetIsCaArgTypedeprecated
- type DatagetIsCaAttributeType
- type DatagetIsCaRetTypedeprecated
- type DatagetIsSelfSignedArgTypedeprecated
- type DatagetIsSelfSignedAttributeType
- type DatagetIsSelfSignedRetTypedeprecated
- type DefaultApideprecated
- type DefaultApiService
- type DeleteCertificateRequestdeprecated
- type GetCertificateRequestdeprecated
- type GetCertificateResponse
- func (o *GetCertificateResponse) GetData() (res GetCertificateResponseGetDataRetType)
- func (o *GetCertificateResponse) GetDataOk() (ret GetCertificateResponseGetDataRetType, ok bool)
- func (o *GetCertificateResponse) GetId() (res GetCertificateResponseGetIdRetType)
- func (o *GetCertificateResponse) GetIdOk() (ret GetCertificateResponseGetIdRetType, ok bool)
- func (o *GetCertificateResponse) GetLabels() (res GetCertificateResponseGetLabelsRetType)
- func (o *GetCertificateResponse) GetLabelsOk() (ret GetCertificateResponseGetLabelsRetType, ok bool)
- func (o *GetCertificateResponse) GetName() (res GetCertificateResponseGetNameRetType)
- func (o *GetCertificateResponse) GetNameOk() (ret GetCertificateResponseGetNameRetType, ok bool)
- func (o *GetCertificateResponse) GetPublicKey() (res GetCertificateResponseGetPublicKeyRetType)
- func (o *GetCertificateResponse) GetPublicKeyOk() (ret GetCertificateResponseGetPublicKeyRetType, ok bool)
- func (o *GetCertificateResponse) GetRegion() (res GetCertificateResponseGetRegionRetType)
- func (o *GetCertificateResponse) GetRegionOk() (ret GetCertificateResponseGetRegionRetType, ok bool)
- func (o *GetCertificateResponse) GetUsage() (res GetCertificateResponseGetUsageRetType)
- func (o *GetCertificateResponse) GetUsageOk() (ret GetCertificateResponseGetUsageRetType, ok bool)
- func (o *GetCertificateResponse) HasData() bool
- func (o *GetCertificateResponse) HasId() bool
- func (o *GetCertificateResponse) HasLabels() bool
- func (o *GetCertificateResponse) HasName() bool
- func (o *GetCertificateResponse) HasPublicKey() bool
- func (o *GetCertificateResponse) HasRegion() bool
- func (o *GetCertificateResponse) HasUsage() bool
- func (o *GetCertificateResponse) SetData(v GetCertificateResponseGetDataRetType)
- func (o *GetCertificateResponse) SetId(v GetCertificateResponseGetIdRetType)
- func (o *GetCertificateResponse) SetLabels(v GetCertificateResponseGetLabelsRetType)
- func (o *GetCertificateResponse) SetName(v GetCertificateResponseGetNameRetType)
- func (o *GetCertificateResponse) SetPublicKey(v GetCertificateResponseGetPublicKeyRetType)
- func (o *GetCertificateResponse) SetRegion(v GetCertificateResponseGetRegionRetType)
- func (o *GetCertificateResponse) SetUsage(v GetCertificateResponseGetUsageRetType)
- func (o GetCertificateResponse) ToMap() (map[string]interface{}, error)deprecated
- type GetCertificateResponseGetDataArgTypedeprecated
- type GetCertificateResponseGetDataAttributeType
- type GetCertificateResponseGetDataRetTypedeprecated
- type GetCertificateResponseGetIdArgTypedeprecated
- type GetCertificateResponseGetIdAttributeType
- type GetCertificateResponseGetIdRetTypedeprecated
- type GetCertificateResponseGetLabelsArgTypedeprecated
- type GetCertificateResponseGetLabelsAttributeType
- type GetCertificateResponseGetLabelsRetTypedeprecated
- type GetCertificateResponseGetNameArgTypedeprecated
- type GetCertificateResponseGetNameAttributeType
- type GetCertificateResponseGetNameRetTypedeprecated
- type GetCertificateResponseGetPublicKeyArgTypedeprecated
- type GetCertificateResponseGetPublicKeyAttributeType
- type GetCertificateResponseGetPublicKeyRetTypedeprecated
- type GetCertificateResponseGetRegionArgTypedeprecated
- type GetCertificateResponseGetRegionAttributeType
- type GetCertificateResponseGetRegionRetTypedeprecated
- type GetCertificateResponseGetUsageArgTypedeprecated
- type GetCertificateResponseGetUsageAttributeType
- type GetCertificateResponseGetUsageRetTypedeprecated
- type GetQuotaRequestdeprecated
- type GetQuotaResponse
- func (o *GetQuotaResponse) GetProjectId() (res GetQuotaResponseGetProjectIdRetType)
- func (o *GetQuotaResponse) GetProjectIdOk() (ret GetQuotaResponseGetProjectIdRetType, ok bool)
- func (o *GetQuotaResponse) GetQuotas() (res GetQuotaResponseGetQuotasRetType)
- func (o *GetQuotaResponse) GetQuotasOk() (ret GetQuotaResponseGetQuotasRetType, ok bool)
- func (o *GetQuotaResponse) GetRegion() (res GetQuotaResponseGetRegionRetType)
- func (o *GetQuotaResponse) GetRegionOk() (ret GetQuotaResponseGetRegionRetType, ok bool)
- func (o *GetQuotaResponse) HasProjectId() bool
- func (o *GetQuotaResponse) HasQuotas() bool
- func (o *GetQuotaResponse) HasRegion() bool
- func (o *GetQuotaResponse) SetProjectId(v GetQuotaResponseGetProjectIdRetType)
- func (o *GetQuotaResponse) SetQuotas(v GetQuotaResponseGetQuotasRetType)
- func (o *GetQuotaResponse) SetRegion(v GetQuotaResponseGetRegionRetType)
- func (o GetQuotaResponse) ToMap() (map[string]interface{}, error)deprecated
- type GetQuotaResponseGetProjectIdArgTypedeprecated
- type GetQuotaResponseGetProjectIdAttributeType
- type GetQuotaResponseGetProjectIdRetTypedeprecated
- type GetQuotaResponseGetQuotasArgTypedeprecated
- type GetQuotaResponseGetQuotasAttributeType
- type GetQuotaResponseGetQuotasRetTypedeprecated
- type GetQuotaResponseGetRegionArgTypedeprecated
- type GetQuotaResponseGetRegionAttributeType
- type GetQuotaResponseGetRegionRetTypedeprecated
- type GoogleProtobufAny
- func (o *GoogleProtobufAny) GetType() (res GoogleProtobufAnyGetTypeRetType)
- func (o *GoogleProtobufAny) GetTypeOk() (ret GoogleProtobufAnyGetTypeRetType, ok bool)
- func (o *GoogleProtobufAny) HasType() bool
- func (o *GoogleProtobufAny) SetType(v GoogleProtobufAnyGetTypeRetType)
- func (o GoogleProtobufAny) ToMap() (map[string]interface{}, error)deprecated
- type GoogleProtobufAnyGetTypeArgTypedeprecated
- type GoogleProtobufAnyGetTypeAttributeType
- type GoogleProtobufAnyGetTypeRetTypedeprecated
- type ListCertificatesRequestdeprecated
- type ListCertificatesResponse
- func (o *ListCertificatesResponse) GetItems() (res ListCertificatesResponseGetItemsRetType)
- func (o *ListCertificatesResponse) GetItemsOk() (ret ListCertificatesResponseGetItemsRetType, ok bool)
- func (o *ListCertificatesResponse) GetNextPageId() (res ListCertificatesResponseGetNextPageIdRetType)
- func (o *ListCertificatesResponse) GetNextPageIdOk() (ret ListCertificatesResponseGetNextPageIdRetType, ok bool)
- func (o *ListCertificatesResponse) HasItems() bool
- func (o *ListCertificatesResponse) HasNextPageId() bool
- func (o *ListCertificatesResponse) SetItems(v ListCertificatesResponseGetItemsRetType)
- func (o *ListCertificatesResponse) SetNextPageId(v ListCertificatesResponseGetNextPageIdRetType)
- func (o ListCertificatesResponse) ToMap() (map[string]interface{}, error)deprecated
- type ListCertificatesResponseGetItemsArgTypedeprecated
- type ListCertificatesResponseGetItemsAttributeType
- type ListCertificatesResponseGetItemsRetTypedeprecated
- type ListCertificatesResponseGetNextPageIdArgTypedeprecated
- type ListCertificatesResponseGetNextPageIdAttributeType
- type ListCertificatesResponseGetNextPageIdRetTypedeprecated
- type MappedNullabledeprecated
- type NullableBooldeprecated
- func (v NullableBool) Get() *booldeprecated
- func (v NullableBool) IsSet() booldeprecated
- func (v NullableBool) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableBool) Set(val *bool)deprecated
- func (v *NullableBool) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableBool) Unset()deprecated
- type NullableCertificatesQuotadeprecated
- func (v NullableCertificatesQuota) Get() *CertificatesQuotadeprecated
- func (v NullableCertificatesQuota) IsSet() booldeprecated
- func (v NullableCertificatesQuota) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCertificatesQuota) Set(val *CertificatesQuota)deprecated
- func (v *NullableCertificatesQuota) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCertificatesQuota) Unset()deprecated
- type NullableCreateCertificatePayloaddeprecated
- func (v NullableCreateCertificatePayload) Get() *CreateCertificatePayloaddeprecated
- func (v NullableCreateCertificatePayload) IsSet() booldeprecated
- func (v NullableCreateCertificatePayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateCertificatePayload) Set(val *CreateCertificatePayload)deprecated
- func (v *NullableCreateCertificatePayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateCertificatePayload) Unset()deprecated
- type NullableDatadeprecated
- func (v NullableData) Get() *Datadeprecated
- func (v NullableData) IsSet() booldeprecated
- func (v NullableData) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableData) Set(val *Data)deprecated
- func (v *NullableData) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableData) Unset()deprecated
- type NullableFloat32deprecated
- func (v NullableFloat32) Get() *float32deprecated
- func (v NullableFloat32) IsSet() booldeprecated
- func (v NullableFloat32) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableFloat32) Set(val *float32)deprecated
- func (v *NullableFloat32) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableFloat32) Unset()deprecated
- type NullableFloat64deprecated
- func (v NullableFloat64) Get() *float64deprecated
- func (v NullableFloat64) IsSet() booldeprecated
- func (v NullableFloat64) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableFloat64) Set(val *float64)deprecated
- func (v *NullableFloat64) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableFloat64) Unset()deprecated
- type NullableGetCertificateResponsedeprecated
- func (v NullableGetCertificateResponse) Get() *GetCertificateResponsedeprecated
- func (v NullableGetCertificateResponse) IsSet() booldeprecated
- func (v NullableGetCertificateResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableGetCertificateResponse) Set(val *GetCertificateResponse)deprecated
- func (v *NullableGetCertificateResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableGetCertificateResponse) Unset()deprecated
- type NullableGetQuotaResponsedeprecated
- func (v NullableGetQuotaResponse) Get() *GetQuotaResponsedeprecated
- func (v NullableGetQuotaResponse) IsSet() booldeprecated
- func (v NullableGetQuotaResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableGetQuotaResponse) Set(val *GetQuotaResponse)deprecated
- func (v *NullableGetQuotaResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableGetQuotaResponse) Unset()deprecated
- type NullableGoogleProtobufAnydeprecated
- func (v NullableGoogleProtobufAny) Get() *GoogleProtobufAnydeprecated
- func (v NullableGoogleProtobufAny) IsSet() booldeprecated
- func (v NullableGoogleProtobufAny) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableGoogleProtobufAny) Set(val *GoogleProtobufAny)deprecated
- func (v *NullableGoogleProtobufAny) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableGoogleProtobufAny) Unset()deprecated
- type NullableIntdeprecated
- func (v NullableInt) Get() *intdeprecated
- func (v NullableInt) IsSet() booldeprecated
- func (v NullableInt) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInt) Set(val *int)deprecated
- func (v *NullableInt) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInt) Unset()deprecated
- type NullableInt32deprecated
- func (v NullableInt32) Get() *int32deprecated
- func (v NullableInt32) IsSet() booldeprecated
- func (v NullableInt32) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInt32) Set(val *int32)deprecated
- func (v *NullableInt32) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInt32) Unset()deprecated
- type NullableInt64deprecated
- func (v NullableInt64) Get() *int64deprecated
- func (v NullableInt64) IsSet() booldeprecated
- func (v NullableInt64) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInt64) Set(val *int64)deprecated
- func (v *NullableInt64) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInt64) Unset()deprecated
- type NullableListCertificatesResponsedeprecated
- func (v NullableListCertificatesResponse) Get() *ListCertificatesResponsedeprecated
- func (v NullableListCertificatesResponse) IsSet() booldeprecated
- func (v NullableListCertificatesResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableListCertificatesResponse) Set(val *ListCertificatesResponse)deprecated
- func (v *NullableListCertificatesResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableListCertificatesResponse) Unset()deprecated
- type NullableQuotasdeprecated
- func (v NullableQuotas) Get() *Quotasdeprecated
- func (v NullableQuotas) IsSet() booldeprecated
- func (v NullableQuotas) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableQuotas) Set(val *Quotas)deprecated
- func (v *NullableQuotas) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableQuotas) Unset()deprecated
- type NullableStatusdeprecated
- func (v NullableStatus) Get() *Statusdeprecated
- func (v NullableStatus) IsSet() booldeprecated
- func (v NullableStatus) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableStatus) Set(val *Status)deprecated
- func (v *NullableStatus) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableStatus) Unset()deprecated
- type NullableStringdeprecated
- func (v NullableString) Get() *stringdeprecated
- func (v NullableString) IsSet() booldeprecated
- func (v NullableString) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableString) Set(val *string)deprecated
- func (v *NullableString) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableString) Unset()deprecated
- type NullableTimedeprecated
- func (v NullableTime) Get() *time.Timedeprecated
- func (v NullableTime) IsSet() booldeprecated
- func (v NullableTime) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableTime) Set(val *time.Time)deprecated
- func (v *NullableTime) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableTime) Unset()deprecated
- type NullableUsagedeprecated
- func (v NullableUsage) Get() *Usagedeprecated
- func (v NullableUsage) IsSet() booldeprecated
- func (v NullableUsage) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableUsage) Set(val *Usage)deprecated
- func (v *NullableUsage) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableUsage) Unset()deprecated
- type NullableUsageItemdeprecated
- func (v NullableUsageItem) Get() *UsageItemdeprecated
- func (v NullableUsageItem) IsSet() booldeprecated
- func (v NullableUsageItem) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableUsageItem) Set(val *UsageItem)deprecated
- func (v *NullableUsageItem) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableUsageItem) Unset()deprecated
- type NullableValuedeprecated
- func (v NullableValue[T]) Get() *Tdeprecated
- func (v NullableValue[T]) IsSet() booldeprecated
- func (v *NullableValue[T]) Set(val *T)deprecated
- func (v *NullableValue[T]) Unset()deprecated
- type Quotas
- func (o *Quotas) GetCertificates() (res QuotasGetCertificatesRetType)
- func (o *Quotas) GetCertificatesOk() (ret QuotasGetCertificatesRetType, ok bool)
- func (o *Quotas) HasCertificates() bool
- func (o *Quotas) SetCertificates(v QuotasGetCertificatesRetType)
- func (o Quotas) ToMap() (map[string]interface{}, error)deprecated
- type QuotasGetCertificatesArgTypedeprecated
- type QuotasGetCertificatesAttributeType
- type QuotasGetCertificatesRetTypedeprecated
- type Status
- func (o *Status) GetCode() (res StatusGetCodeRetType)
- func (o *Status) GetCodeOk() (ret StatusGetCodeRetType, ok bool)
- func (o *Status) GetDetails() (res StatusGetDetailsRetType)
- func (o *Status) GetDetailsOk() (ret StatusGetDetailsRetType, ok bool)
- func (o *Status) GetMessage() (res StatusGetMessageRetType)
- func (o *Status) GetMessageOk() (ret StatusGetMessageRetType, ok bool)
- func (o *Status) HasCode() bool
- func (o *Status) HasDetails() bool
- func (o *Status) HasMessage() bool
- func (o *Status) SetCode(v StatusGetCodeRetType)
- func (o *Status) SetDetails(v StatusGetDetailsRetType)
- func (o *Status) SetMessage(v StatusGetMessageRetType)
- func (o Status) ToMap() (map[string]interface{}, error)deprecated
- type StatusGetCodeArgTypedeprecated
- type StatusGetCodeAttributeType
- type StatusGetCodeRetTypedeprecated
- type StatusGetDetailsArgTypedeprecated
- type StatusGetDetailsAttributeType
- type StatusGetDetailsRetTypedeprecated
- type StatusGetMessageArgTypedeprecated
- type StatusGetMessageAttributeType
- type StatusGetMessageRetTypedeprecated
- type Usage
- func (o *Usage) GetCount() (res UsageGetCountRetType)
- func (o *Usage) GetCountOk() (ret UsageGetCountRetType, ok bool)
- func (o *Usage) GetItems() (res UsageGetItemsRetType)
- func (o *Usage) GetItemsOk() (ret UsageGetItemsRetType, ok bool)
- func (o *Usage) HasCount() bool
- func (o *Usage) HasItems() bool
- func (o *Usage) SetCount(v UsageGetCountRetType)
- func (o *Usage) SetItems(v UsageGetItemsRetType)
- func (o Usage) ToMap() (map[string]interface{}, error)deprecated
- type UsageGetCountArgTypedeprecated
- type UsageGetCountAttributeType
- type UsageGetCountRetTypedeprecated
- type UsageGetItemsArgTypedeprecated
- type UsageGetItemsAttributeType
- type UsageGetItemsRetTypedeprecated
- type UsageItem
- func (o *UsageItem) GetListenerNames() (res UsageItemGetListenerNamesRetType)
- func (o *UsageItem) GetListenerNamesOk() (ret UsageItemGetListenerNamesRetType, ok bool)
- func (o *UsageItem) GetLoadBalancerName() (res UsageItemGetLoadBalancerNameRetType)
- func (o *UsageItem) GetLoadBalancerNameOk() (ret UsageItemGetLoadBalancerNameRetType, ok bool)
- func (o *UsageItem) HasListenerNames() bool
- func (o *UsageItem) HasLoadBalancerName() bool
- func (o *UsageItem) SetListenerNames(v UsageItemGetListenerNamesRetType)
- func (o *UsageItem) SetLoadBalancerName(v UsageItemGetLoadBalancerNameRetType)
- func (o UsageItem) ToMap() (map[string]interface{}, error)deprecated
- type UsageItemGetListenerNamesArgTypedeprecated
- type UsageItemGetListenerNamesAttributeType
- type UsageItemGetListenerNamesRetTypedeprecated
- type UsageItemGetLoadBalancerNameArgTypedeprecated
- type UsageItemGetLoadBalancerNameAttributeType
- type UsageItemGetLoadBalancerNameRetTypedeprecated
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func IsNil ¶
func IsNil(i interface{}) bool
IsNil checks if an input is nil Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewConfiguration ¶
func NewConfiguration() *config.Configuration
NewConfiguration returns a new Configuration object Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func ParameterValueToString
deprecated
func PtrBool ¶
PtrBool is a helper routine that returns a pointer to given boolean value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrInt ¶
PtrInt is a helper routine that returns a pointer to given integer value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrInt32 ¶
PtrInt32 is a helper routine that returns a pointer to given integer value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrInt64 ¶
PtrInt64 is a helper routine that returns a pointer to given integer value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Types ¶
type APIClient ¶
type APIClient struct {
// contains filtered or unexported fields
}
APIClient manages communication with the STACKIT Application Load Balancer Certificates API API v2.0.0 In most cases there should be only one, shared, APIClient. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewAPIClient ¶
func NewAPIClient(opts ...config.ConfigurationOption) (*APIClient, error)
NewAPIClient creates a new API client. Optionally receives configuration options Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*APIClient) CreateCertificate
deprecated
func (a *APIClient) CreateCertificate(ctx context.Context, projectId string, region string) ApiCreateCertificateRequest
CreateCertificate: Store a TLS certificate in a project.
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @return ApiCreateCertificateRequest
func (*APIClient) CreateCertificateExecute
deprecated
func (*APIClient) DeleteCertificate
deprecated
func (a *APIClient) DeleteCertificate(ctx context.Context, projectId string, region string, id string) ApiDeleteCertificateRequest
DeleteCertificate: Delete a stored TLS certificate in a project.
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @param id @return ApiDeleteCertificateRequest
func (*APIClient) DeleteCertificateExecute
deprecated
func (*APIClient) GetCertificate
deprecated
func (a *APIClient) GetCertificate(ctx context.Context, projectId string, region string, id string) ApiGetCertificateRequest
GetCertificate: Retrieve the public parts of a stored TLS certificate.
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @param id @return ApiGetCertificateRequest
func (*APIClient) GetCertificateExecute
deprecated
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *config.Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*APIClient) GetQuota
deprecated
added in
v1.5.0
func (a *APIClient) GetQuota(ctx context.Context, projectId string, region string) ApiGetQuotaRequest
GetQuota: Get the quota for TLS certificates in a project.
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @return ApiGetQuotaRequest
func (*APIClient) GetQuotaExecute
deprecated
added in
v1.5.0
func (*APIClient) ListCertificates
deprecated
func (a *APIClient) ListCertificates(ctx context.Context, projectId string, region string) ApiListCertificatesRequest
ListCertificates: Retrieve the list of TLS certificate stored in a project.
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param region @return ApiListCertificatesRequest
func (*APIClient) ListCertificatesExecute
deprecated
type ApiCreateCertificateRequest
deprecated
type ApiCreateCertificateRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
CreateCertificatePayload(createCertificatePayload CreateCertificatePayload) ApiCreateCertificateRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*GetCertificateResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiDeleteCertificateRequest
deprecated
type ApiDeleteCertificateRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (map[string]interface{}, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiGetCertificateRequest
deprecated
type ApiGetCertificateRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*GetCertificateResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiGetQuotaRequest
deprecated
added in
v1.5.0
type ApiGetQuotaRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*GetQuotaResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiListCertificatesRequest
deprecated
type ApiListCertificatesRequest interface {
// page_size specifies how many certificates should be returned on this page. Must be a positive number <= 1000
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
PageSize(pageSize string) ApiListCertificatesRequest
// page_id is a page identifier returned by the previous response and is used to request the next page
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
PageId(pageId string) ApiListCertificatesRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*ListCertificatesResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CertificatesQuota ¶ added in v1.5.0
type CertificatesQuota struct {
// The maximum number of TLS certificates in this project.
// Can be cast to int32 without loss of precision.
Limit CertificatesQuotaGetLimitAttributeType `json:"limit,omitempty"`
// The number of certificates that are currently existing in this project.
// Can be cast to int32 without loss of precision.
Usage CertificatesQuotaGetUsageAttributeType `json:"usage,omitempty"`
}
CertificatesQuota Certificates quotas holds the limits and usage for certificates resources Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCertificatesQuota ¶ added in v1.5.0
func NewCertificatesQuota() *CertificatesQuota
NewCertificatesQuota instantiates a new CertificatesQuota object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCertificatesQuotaWithDefaults ¶ added in v1.5.0
func NewCertificatesQuotaWithDefaults() *CertificatesQuota
NewCertificatesQuotaWithDefaults instantiates a new CertificatesQuota object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CertificatesQuota) GetLimit ¶ added in v1.5.0
func (o *CertificatesQuota) GetLimit() (res CertificatesQuotaGetLimitRetType)
GetLimit returns the Limit field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CertificatesQuota) GetLimitOk ¶ added in v1.5.0
func (o *CertificatesQuota) GetLimitOk() (ret CertificatesQuotaGetLimitRetType, ok bool)
GetLimitOk returns a tuple with the Limit field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CertificatesQuota) GetUsage ¶ added in v1.5.0
func (o *CertificatesQuota) GetUsage() (res CertificatesQuotaGetUsageRetType)
GetUsage returns the Usage field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CertificatesQuota) GetUsageOk ¶ added in v1.5.0
func (o *CertificatesQuota) GetUsageOk() (ret CertificatesQuotaGetUsageRetType, ok bool)
GetUsageOk returns a tuple with the Usage field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CertificatesQuota) HasLimit ¶ added in v1.5.0
func (o *CertificatesQuota) HasLimit() bool
HasLimit returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CertificatesQuota) HasUsage ¶ added in v1.5.0
func (o *CertificatesQuota) HasUsage() bool
HasUsage returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CertificatesQuota) SetLimit ¶ added in v1.5.0
func (o *CertificatesQuota) SetLimit(v CertificatesQuotaGetLimitRetType)
SetLimit gets a reference to the given int64 and assigns it to the Limit field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CertificatesQuota) SetUsage ¶ added in v1.5.0
func (o *CertificatesQuota) SetUsage(v CertificatesQuotaGetUsageRetType)
SetUsage gets a reference to the given int64 and assigns it to the Usage field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CertificatesQuota) ToMap
deprecated
added in
v1.5.0
func (o CertificatesQuota) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CertificatesQuotaGetLimitArgType
deprecated
added in
v1.5.0
type CertificatesQuotaGetLimitArgType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CertificatesQuotaGetLimitAttributeType ¶ added in v1.5.0
type CertificatesQuotaGetLimitAttributeType = *int64
isInteger Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CertificatesQuotaGetLimitRetType
deprecated
added in
v1.5.0
type CertificatesQuotaGetLimitRetType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CertificatesQuotaGetUsageArgType
deprecated
added in
v1.5.0
type CertificatesQuotaGetUsageArgType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CertificatesQuotaGetUsageAttributeType ¶ added in v1.5.0
type CertificatesQuotaGetUsageAttributeType = *int64
isInteger Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CertificatesQuotaGetUsageRetType
deprecated
added in
v1.5.0
type CertificatesQuotaGetUsageRetType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateCertificatePayload ¶
type CreateCertificatePayload struct {
// Labels represent user-defined metadata as key-value pairs. Label count should not exceed 64 per Certificate. **Key Formatting Rules:** Length: 1-63 characters. Characters: Must begin and end with [a-zA-Z0-9]. May contain dashes (-), underscores (_), dots (.), and alphanumerics in between. Keys starting with 'stackit-' are system-reserved; users MUST NOT manage them. **Value Formatting Rules:** Length: 0-63 characters (empty string explicitly allowed). Characters (for non-empty values): Must begin and end with [a-zA-Z0-9]. May contain dashes (-), underscores (_), dots (.), and alphanumerics in between.
Labels CreateCertificatePayloadGetLabelsAttributeType `json:"labels,omitempty"`
// TLS certificate name
Name CreateCertificatePayloadGetNameAttributeType `json:"name,omitempty"`
// The PEM encoded private key part
PrivateKey CreateCertificatePayloadGetPrivateKeyAttributeType `json:"privateKey,omitempty"`
// Project identifier
ProjectId CreateCertificatePayloadGetProjectIdAttributeType `json:"projectId,omitempty"`
// The PEM encoded public key part
PublicKey CreateCertificatePayloadGetPublicKeyAttributeType `json:"publicKey,omitempty"`
// Region
Region CreateCertificatePayloadGetRegionAttributeType `json:"region,omitempty"`
}
CreateCertificatePayload Uploads a PEM encoded X509 public/private key pair Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateCertificatePayload ¶
func NewCreateCertificatePayload() *CreateCertificatePayload
NewCreateCertificatePayload instantiates a new CreateCertificatePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateCertificatePayloadWithDefaults ¶
func NewCreateCertificatePayloadWithDefaults() *CreateCertificatePayload
NewCreateCertificatePayloadWithDefaults instantiates a new CreateCertificatePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateCertificatePayload) GetLabels ¶ added in v1.7.0
func (o *CreateCertificatePayload) GetLabels() (res CreateCertificatePayloadGetLabelsRetType)
GetLabels returns the Labels field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateCertificatePayload) GetLabelsOk ¶ added in v1.7.0
func (o *CreateCertificatePayload) GetLabelsOk() (ret CreateCertificatePayloadGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateCertificatePayload) GetName ¶
func (o *CreateCertificatePayload) GetName() (res CreateCertificatePayloadGetNameRetType)
GetName returns the Name field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateCertificatePayload) GetNameOk ¶
func (o *CreateCertificatePayload) GetNameOk() (ret CreateCertificatePayloadGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateCertificatePayload) GetPrivateKey ¶
func (o *CreateCertificatePayload) GetPrivateKey() (res CreateCertificatePayloadGetPrivateKeyRetType)
GetPrivateKey returns the PrivateKey field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateCertificatePayload) GetPrivateKeyOk ¶
func (o *CreateCertificatePayload) GetPrivateKeyOk() (ret CreateCertificatePayloadGetPrivateKeyRetType, ok bool)
GetPrivateKeyOk returns a tuple with the PrivateKey field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateCertificatePayload) GetProjectId ¶
func (o *CreateCertificatePayload) GetProjectId() (res CreateCertificatePayloadGetProjectIdRetType)
GetProjectId returns the ProjectId field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateCertificatePayload) GetProjectIdOk ¶
func (o *CreateCertificatePayload) GetProjectIdOk() (ret CreateCertificatePayloadGetProjectIdRetType, ok bool)
GetProjectIdOk returns a tuple with the ProjectId field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateCertificatePayload) GetPublicKey ¶
func (o *CreateCertificatePayload) GetPublicKey() (res CreateCertificatePayloadGetPublicKeyRetType)
GetPublicKey returns the PublicKey field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateCertificatePayload) GetPublicKeyOk ¶
func (o *CreateCertificatePayload) GetPublicKeyOk() (ret CreateCertificatePayloadGetPublicKeyRetType, ok bool)
GetPublicKeyOk returns a tuple with the PublicKey field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateCertificatePayload) GetRegion ¶ added in v1.0.1
func (o *CreateCertificatePayload) GetRegion() (res CreateCertificatePayloadGetRegionRetType)
GetRegion returns the Region field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateCertificatePayload) GetRegionOk ¶ added in v1.0.1
func (o *CreateCertificatePayload) GetRegionOk() (ret CreateCertificatePayloadGetRegionRetType, ok bool)
GetRegionOk returns a tuple with the Region field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateCertificatePayload) HasLabels ¶ added in v1.7.0
func (o *CreateCertificatePayload) HasLabels() bool
HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateCertificatePayload) HasName ¶
func (o *CreateCertificatePayload) HasName() bool
HasName returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateCertificatePayload) HasPrivateKey ¶
func (o *CreateCertificatePayload) HasPrivateKey() bool
HasPrivateKey returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateCertificatePayload) HasProjectId ¶
func (o *CreateCertificatePayload) HasProjectId() bool
HasProjectId returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateCertificatePayload) HasPublicKey ¶
func (o *CreateCertificatePayload) HasPublicKey() bool
HasPublicKey returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateCertificatePayload) HasRegion ¶ added in v1.0.1
func (o *CreateCertificatePayload) HasRegion() bool
HasRegion returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateCertificatePayload) SetLabels ¶ added in v1.7.0
func (o *CreateCertificatePayload) SetLabels(v CreateCertificatePayloadGetLabelsRetType)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateCertificatePayload) SetName ¶
func (o *CreateCertificatePayload) SetName(v CreateCertificatePayloadGetNameRetType)
SetName gets a reference to the given string and assigns it to the Name field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateCertificatePayload) SetPrivateKey ¶
func (o *CreateCertificatePayload) SetPrivateKey(v CreateCertificatePayloadGetPrivateKeyRetType)
SetPrivateKey gets a reference to the given string and assigns it to the PrivateKey field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateCertificatePayload) SetProjectId ¶
func (o *CreateCertificatePayload) SetProjectId(v CreateCertificatePayloadGetProjectIdRetType)
SetProjectId gets a reference to the given string and assigns it to the ProjectId field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateCertificatePayload) SetPublicKey ¶
func (o *CreateCertificatePayload) SetPublicKey(v CreateCertificatePayloadGetPublicKeyRetType)
SetPublicKey gets a reference to the given string and assigns it to the PublicKey field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateCertificatePayload) SetRegion ¶ added in v1.0.1
func (o *CreateCertificatePayload) SetRegion(v CreateCertificatePayloadGetRegionRetType)
SetRegion gets a reference to the given string and assigns it to the Region field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateCertificatePayload) ToMap
deprecated
func (o CreateCertificatePayload) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateCertificatePayloadGetLabelsArgType
deprecated
added in
v1.7.0
type CreateCertificatePayloadGetLabelsAttributeType ¶ added in v1.7.0
isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateCertificatePayloadGetLabelsRetType
deprecated
added in
v1.7.0
type CreateCertificatePayloadGetNameArgType
deprecated
added in
v1.0.1
type CreateCertificatePayloadGetNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateCertificatePayloadGetNameAttributeType ¶ added in v1.0.1
type CreateCertificatePayloadGetNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateCertificatePayloadGetNameRetType
deprecated
added in
v1.0.1
type CreateCertificatePayloadGetNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateCertificatePayloadGetPrivateKeyArgType
deprecated
added in
v1.0.1
type CreateCertificatePayloadGetPrivateKeyArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateCertificatePayloadGetPrivateKeyAttributeType ¶ added in v1.0.1
type CreateCertificatePayloadGetPrivateKeyAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateCertificatePayloadGetPrivateKeyRetType
deprecated
added in
v1.0.1
type CreateCertificatePayloadGetPrivateKeyRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateCertificatePayloadGetProjectIdArgType
deprecated
added in
v1.0.1
type CreateCertificatePayloadGetProjectIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateCertificatePayloadGetProjectIdAttributeType ¶ added in v1.0.1
type CreateCertificatePayloadGetProjectIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateCertificatePayloadGetProjectIdRetType
deprecated
added in
v1.0.1
type CreateCertificatePayloadGetProjectIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateCertificatePayloadGetPublicKeyArgType
deprecated
added in
v1.0.1
type CreateCertificatePayloadGetPublicKeyArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateCertificatePayloadGetPublicKeyAttributeType ¶ added in v1.0.1
type CreateCertificatePayloadGetPublicKeyAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateCertificatePayloadGetPublicKeyRetType
deprecated
added in
v1.0.1
type CreateCertificatePayloadGetPublicKeyRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateCertificatePayloadGetRegionArgType
deprecated
added in
v1.0.1
type CreateCertificatePayloadGetRegionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateCertificatePayloadGetRegionAttributeType ¶ added in v1.0.1
type CreateCertificatePayloadGetRegionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateCertificatePayloadGetRegionRetType
deprecated
added in
v1.0.1
type CreateCertificatePayloadGetRegionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateCertificateRequest
deprecated
added in
v1.1.0
type CreateCertificateRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateCertificateRequest) CreateCertificatePayload
deprecated
added in
v1.1.0
func (r CreateCertificateRequest) CreateCertificatePayload(createCertificatePayload CreateCertificatePayload) ApiCreateCertificateRequest
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateCertificateRequest) Execute
deprecated
added in
v1.1.0
func (r CreateCertificateRequest) Execute() (*GetCertificateResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type Data ¶ added in v1.8.0
type Data struct {
// Comma-separated list of all domains and IP addresses the certificate is valid for (Subject Alternative Names).
DnsNames DataGetDnsNamesAttributeType `json:"dnsNames,omitempty"`
// Comma-separated list of purposes the cert is valid for. 'Server Auth' is required for Load Balancer use.
ExtendedKeyUsage DataGetExtendedKeyUsageAttributeType `json:"extendedKeyUsage,omitempty"`
// The legacy SHA1 thumbprint. Provided for cross-referencing with older systems and browsers.
FingerprintSha1 DataGetFingerprintSha1AttributeType `json:"fingerprintSha1,omitempty"`
// The unique SHA256 hash of the raw certificate bytes. Use this as the primary unique identifier.
FingerprintSha256 DataGetFingerprintSha256AttributeType `json:"fingerprintSha256,omitempty"`
// Indicates if the certificate is a Certificate Authority, meaning it can sign other certificates.
IsCa DatagetIsCaAttributeType `json:"isCa,omitempty"`
// Indicates if the certificate was signed by its own private key rather than a trusted third-party CA.
IsSelfSigned DatagetIsSelfSignedAttributeType `json:"isSelfSigned,omitempty"`
// The Common Name of the Certificate Authority (CA) that signed and issued the certificate.
IssuerCn DataGetIssuerCnAttributeType `json:"issuerCn,omitempty"`
// Human-readable summary of the public key's algorithm and bit-length or curve name.
KeyStrength DataGetKeyStrengthAttributeType `json:"keyStrength,omitempty"`
// The expiration timestamp. After this date, browsers will show security warnings (RFC3339 format).
NotAfter DataGetNotAfterAttributeType `json:"notAfter,omitempty"`
// The timestamp indicating when the certificate starts being valid (RFC3339 format).
NotBefore DataGetNotBeforeAttributeType `json:"notBefore,omitempty"`
// Organization name associated with the certificate subject.
Organization DataGetOrganizationAttributeType `json:"organization,omitempty"`
// The cryptographic algorithm used to generate the public/private key pair.
PublicKeyAlgorithm DataGetPublicKeyAlgorithmAttributeType `json:"publicKeyAlgorithm,omitempty"`
// The unique serial number assigned by the CA, represented in uppercase hexadecimal format.
SerialNumber DataGetSerialNumberAttributeType `json:"serialNumber,omitempty"`
// The algorithm used by the CA to sign this certificate.
SignatureAlgorithm DataGetSignatureAlgorithmAttributeType `json:"signatureAlgorithm,omitempty"`
// The primary identity of the certificate. Fallback sequence: Common Name -> First DNS Name -> Full Subject String.
SubjectCn DataGetSubjectCnAttributeType `json:"subjectCn,omitempty"`
}
Data struct for Data Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewData ¶ added in v1.8.0
func NewData() *Data
NewData instantiates a new Data object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewDataWithDefaults ¶ added in v1.8.0
func NewDataWithDefaults() *Data
NewDataWithDefaults instantiates a new Data object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetDnsNames ¶ added in v1.8.0
func (o *Data) GetDnsNames() (res DataGetDnsNamesRetType)
GetDnsNames returns the DnsNames field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetDnsNamesOk ¶ added in v1.8.0
func (o *Data) GetDnsNamesOk() (ret DataGetDnsNamesRetType, ok bool)
GetDnsNamesOk returns a tuple with the DnsNames field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetExtendedKeyUsage ¶ added in v1.8.0
func (o *Data) GetExtendedKeyUsage() (res DataGetExtendedKeyUsageRetType)
GetExtendedKeyUsage returns the ExtendedKeyUsage field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetExtendedKeyUsageOk ¶ added in v1.8.0
func (o *Data) GetExtendedKeyUsageOk() (ret DataGetExtendedKeyUsageRetType, ok bool)
GetExtendedKeyUsageOk returns a tuple with the ExtendedKeyUsage field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetFingerprintSha1 ¶ added in v1.8.0
func (o *Data) GetFingerprintSha1() (res DataGetFingerprintSha1RetType)
GetFingerprintSha1 returns the FingerprintSha1 field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetFingerprintSha1Ok ¶ added in v1.8.0
func (o *Data) GetFingerprintSha1Ok() (ret DataGetFingerprintSha1RetType, ok bool)
GetFingerprintSha1Ok returns a tuple with the FingerprintSha1 field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetFingerprintSha256 ¶ added in v1.8.0
func (o *Data) GetFingerprintSha256() (res DataGetFingerprintSha256RetType)
GetFingerprintSha256 returns the FingerprintSha256 field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetFingerprintSha256Ok ¶ added in v1.8.0
func (o *Data) GetFingerprintSha256Ok() (ret DataGetFingerprintSha256RetType, ok bool)
GetFingerprintSha256Ok returns a tuple with the FingerprintSha256 field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetIsCa ¶ added in v1.8.0
func (o *Data) GetIsCa() (res DatagetIsCaRetType)
GetIsCa returns the IsCa field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetIsCaOk ¶ added in v1.8.0
func (o *Data) GetIsCaOk() (ret DatagetIsCaRetType, ok bool)
GetIsCaOk returns a tuple with the IsCa field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetIsSelfSigned ¶ added in v1.8.0
func (o *Data) GetIsSelfSigned() (res DatagetIsSelfSignedRetType)
GetIsSelfSigned returns the IsSelfSigned field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetIsSelfSignedOk ¶ added in v1.8.0
func (o *Data) GetIsSelfSignedOk() (ret DatagetIsSelfSignedRetType, ok bool)
GetIsSelfSignedOk returns a tuple with the IsSelfSigned field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetIssuerCn ¶ added in v1.8.0
func (o *Data) GetIssuerCn() (res DataGetIssuerCnRetType)
GetIssuerCn returns the IssuerCn field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetIssuerCnOk ¶ added in v1.8.0
func (o *Data) GetIssuerCnOk() (ret DataGetIssuerCnRetType, ok bool)
GetIssuerCnOk returns a tuple with the IssuerCn field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetKeyStrength ¶ added in v1.8.0
func (o *Data) GetKeyStrength() (res DataGetKeyStrengthRetType)
GetKeyStrength returns the KeyStrength field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetKeyStrengthOk ¶ added in v1.8.0
func (o *Data) GetKeyStrengthOk() (ret DataGetKeyStrengthRetType, ok bool)
GetKeyStrengthOk returns a tuple with the KeyStrength field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetNotAfter ¶ added in v1.8.0
func (o *Data) GetNotAfter() (res DataGetNotAfterRetType)
GetNotAfter returns the NotAfter field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetNotAfterOk ¶ added in v1.8.0
func (o *Data) GetNotAfterOk() (ret DataGetNotAfterRetType, ok bool)
GetNotAfterOk returns a tuple with the NotAfter field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetNotBefore ¶ added in v1.8.0
func (o *Data) GetNotBefore() (res DataGetNotBeforeRetType)
GetNotBefore returns the NotBefore field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetNotBeforeOk ¶ added in v1.8.0
func (o *Data) GetNotBeforeOk() (ret DataGetNotBeforeRetType, ok bool)
GetNotBeforeOk returns a tuple with the NotBefore field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetOrganization ¶ added in v1.8.0
func (o *Data) GetOrganization() (res DataGetOrganizationRetType)
GetOrganization returns the Organization field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetOrganizationOk ¶ added in v1.8.0
func (o *Data) GetOrganizationOk() (ret DataGetOrganizationRetType, ok bool)
GetOrganizationOk returns a tuple with the Organization field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetPublicKeyAlgorithm ¶ added in v1.8.0
func (o *Data) GetPublicKeyAlgorithm() (res DataGetPublicKeyAlgorithmRetType)
GetPublicKeyAlgorithm returns the PublicKeyAlgorithm field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetPublicKeyAlgorithmOk ¶ added in v1.8.0
func (o *Data) GetPublicKeyAlgorithmOk() (ret DataGetPublicKeyAlgorithmRetType, ok bool)
GetPublicKeyAlgorithmOk returns a tuple with the PublicKeyAlgorithm field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetSerialNumber ¶ added in v1.8.0
func (o *Data) GetSerialNumber() (res DataGetSerialNumberRetType)
GetSerialNumber returns the SerialNumber field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetSerialNumberOk ¶ added in v1.8.0
func (o *Data) GetSerialNumberOk() (ret DataGetSerialNumberRetType, ok bool)
GetSerialNumberOk returns a tuple with the SerialNumber field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetSignatureAlgorithm ¶ added in v1.8.0
func (o *Data) GetSignatureAlgorithm() (res DataGetSignatureAlgorithmRetType)
GetSignatureAlgorithm returns the SignatureAlgorithm field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetSignatureAlgorithmOk ¶ added in v1.8.0
func (o *Data) GetSignatureAlgorithmOk() (ret DataGetSignatureAlgorithmRetType, ok bool)
GetSignatureAlgorithmOk returns a tuple with the SignatureAlgorithm field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetSubjectCn ¶ added in v1.8.0
func (o *Data) GetSubjectCn() (res DataGetSubjectCnRetType)
GetSubjectCn returns the SubjectCn field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) GetSubjectCnOk ¶ added in v1.8.0
func (o *Data) GetSubjectCnOk() (ret DataGetSubjectCnRetType, ok bool)
GetSubjectCnOk returns a tuple with the SubjectCn field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) HasDnsNames ¶ added in v1.8.0
HasDnsNames returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) HasExtendedKeyUsage ¶ added in v1.8.0
HasExtendedKeyUsage returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) HasFingerprintSha1 ¶ added in v1.8.0
HasFingerprintSha1 returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) HasFingerprintSha256 ¶ added in v1.8.0
HasFingerprintSha256 returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) HasIsCa ¶ added in v1.8.0
HasIsCa returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) HasIsSelfSigned ¶ added in v1.8.0
HasIsSelfSigned returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) HasIssuerCn ¶ added in v1.8.0
HasIssuerCn returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) HasKeyStrength ¶ added in v1.8.0
HasKeyStrength returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) HasNotAfter ¶ added in v1.8.0
HasNotAfter returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) HasNotBefore ¶ added in v1.8.0
HasNotBefore returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) HasOrganization ¶ added in v1.8.0
HasOrganization returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) HasPublicKeyAlgorithm ¶ added in v1.8.0
HasPublicKeyAlgorithm returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) HasSerialNumber ¶ added in v1.8.0
HasSerialNumber returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) HasSignatureAlgorithm ¶ added in v1.8.0
HasSignatureAlgorithm returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) HasSubjectCn ¶ added in v1.8.0
HasSubjectCn returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) SetDnsNames ¶ added in v1.8.0
func (o *Data) SetDnsNames(v DataGetDnsNamesRetType)
SetDnsNames gets a reference to the given string and assigns it to the DnsNames field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) SetExtendedKeyUsage ¶ added in v1.8.0
func (o *Data) SetExtendedKeyUsage(v DataGetExtendedKeyUsageRetType)
SetExtendedKeyUsage gets a reference to the given string and assigns it to the ExtendedKeyUsage field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) SetFingerprintSha1 ¶ added in v1.8.0
func (o *Data) SetFingerprintSha1(v DataGetFingerprintSha1RetType)
SetFingerprintSha1 gets a reference to the given string and assigns it to the FingerprintSha1 field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) SetFingerprintSha256 ¶ added in v1.8.0
func (o *Data) SetFingerprintSha256(v DataGetFingerprintSha256RetType)
SetFingerprintSha256 gets a reference to the given string and assigns it to the FingerprintSha256 field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) SetIsCa ¶ added in v1.8.0
func (o *Data) SetIsCa(v DatagetIsCaRetType)
SetIsCa gets a reference to the given bool and assigns it to the IsCa field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) SetIsSelfSigned ¶ added in v1.8.0
func (o *Data) SetIsSelfSigned(v DatagetIsSelfSignedRetType)
SetIsSelfSigned gets a reference to the given bool and assigns it to the IsSelfSigned field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) SetIssuerCn ¶ added in v1.8.0
func (o *Data) SetIssuerCn(v DataGetIssuerCnRetType)
SetIssuerCn gets a reference to the given string and assigns it to the IssuerCn field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) SetKeyStrength ¶ added in v1.8.0
func (o *Data) SetKeyStrength(v DataGetKeyStrengthRetType)
SetKeyStrength gets a reference to the given string and assigns it to the KeyStrength field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) SetNotAfter ¶ added in v1.8.0
func (o *Data) SetNotAfter(v DataGetNotAfterRetType)
SetNotAfter gets a reference to the given string and assigns it to the NotAfter field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) SetNotBefore ¶ added in v1.8.0
func (o *Data) SetNotBefore(v DataGetNotBeforeRetType)
SetNotBefore gets a reference to the given string and assigns it to the NotBefore field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) SetOrganization ¶ added in v1.8.0
func (o *Data) SetOrganization(v DataGetOrganizationRetType)
SetOrganization gets a reference to the given string and assigns it to the Organization field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) SetPublicKeyAlgorithm ¶ added in v1.8.0
func (o *Data) SetPublicKeyAlgorithm(v DataGetPublicKeyAlgorithmRetType)
SetPublicKeyAlgorithm gets a reference to the given string and assigns it to the PublicKeyAlgorithm field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) SetSerialNumber ¶ added in v1.8.0
func (o *Data) SetSerialNumber(v DataGetSerialNumberRetType)
SetSerialNumber gets a reference to the given string and assigns it to the SerialNumber field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) SetSignatureAlgorithm ¶ added in v1.8.0
func (o *Data) SetSignatureAlgorithm(v DataGetSignatureAlgorithmRetType)
SetSignatureAlgorithm gets a reference to the given string and assigns it to the SignatureAlgorithm field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Data) SetSubjectCn ¶ added in v1.8.0
func (o *Data) SetSubjectCn(v DataGetSubjectCnRetType)
SetSubjectCn gets a reference to the given string and assigns it to the SubjectCn field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetDnsNamesArgType
deprecated
added in
v1.8.0
type DataGetDnsNamesArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetDnsNamesAttributeType ¶ added in v1.8.0
type DataGetDnsNamesAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetDnsNamesRetType
deprecated
added in
v1.8.0
type DataGetDnsNamesRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetExtendedKeyUsageArgType
deprecated
added in
v1.8.0
type DataGetExtendedKeyUsageArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetExtendedKeyUsageAttributeType ¶ added in v1.8.0
type DataGetExtendedKeyUsageAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetExtendedKeyUsageRetType
deprecated
added in
v1.8.0
type DataGetExtendedKeyUsageRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetFingerprintSha1ArgType
deprecated
added in
v1.8.0
type DataGetFingerprintSha1ArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetFingerprintSha1AttributeType ¶ added in v1.8.0
type DataGetFingerprintSha1AttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetFingerprintSha1RetType
deprecated
added in
v1.8.0
type DataGetFingerprintSha1RetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetFingerprintSha256ArgType
deprecated
added in
v1.8.0
type DataGetFingerprintSha256ArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetFingerprintSha256AttributeType ¶ added in v1.8.0
type DataGetFingerprintSha256AttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetFingerprintSha256RetType
deprecated
added in
v1.8.0
type DataGetFingerprintSha256RetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetIssuerCnArgType
deprecated
added in
v1.8.0
type DataGetIssuerCnArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetIssuerCnAttributeType ¶ added in v1.8.0
type DataGetIssuerCnAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetIssuerCnRetType
deprecated
added in
v1.8.0
type DataGetIssuerCnRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetKeyStrengthArgType
deprecated
added in
v1.8.0
type DataGetKeyStrengthArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetKeyStrengthAttributeType ¶ added in v1.8.0
type DataGetKeyStrengthAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetKeyStrengthRetType
deprecated
added in
v1.8.0
type DataGetKeyStrengthRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetNotAfterArgType
deprecated
added in
v1.8.0
type DataGetNotAfterArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetNotAfterAttributeType ¶ added in v1.8.0
type DataGetNotAfterAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetNotAfterRetType
deprecated
added in
v1.8.0
type DataGetNotAfterRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetNotBeforeArgType
deprecated
added in
v1.8.0
type DataGetNotBeforeArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetNotBeforeAttributeType ¶ added in v1.8.0
type DataGetNotBeforeAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetNotBeforeRetType
deprecated
added in
v1.8.0
type DataGetNotBeforeRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetOrganizationArgType
deprecated
added in
v1.8.0
type DataGetOrganizationArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetOrganizationAttributeType ¶ added in v1.8.0
type DataGetOrganizationAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetOrganizationRetType
deprecated
added in
v1.8.0
type DataGetOrganizationRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetPublicKeyAlgorithmArgType
deprecated
added in
v1.8.0
type DataGetPublicKeyAlgorithmArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetPublicKeyAlgorithmAttributeType ¶ added in v1.8.0
type DataGetPublicKeyAlgorithmAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetPublicKeyAlgorithmRetType
deprecated
added in
v1.8.0
type DataGetPublicKeyAlgorithmRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetSerialNumberArgType
deprecated
added in
v1.8.0
type DataGetSerialNumberArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetSerialNumberAttributeType ¶ added in v1.8.0
type DataGetSerialNumberAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetSerialNumberRetType
deprecated
added in
v1.8.0
type DataGetSerialNumberRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetSignatureAlgorithmArgType
deprecated
added in
v1.8.0
type DataGetSignatureAlgorithmArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetSignatureAlgorithmAttributeType ¶ added in v1.8.0
type DataGetSignatureAlgorithmAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetSignatureAlgorithmRetType
deprecated
added in
v1.8.0
type DataGetSignatureAlgorithmRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetSubjectCnArgType
deprecated
added in
v1.8.0
type DataGetSubjectCnArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetSubjectCnAttributeType ¶ added in v1.8.0
type DataGetSubjectCnAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DataGetSubjectCnRetType
deprecated
added in
v1.8.0
type DataGetSubjectCnRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DatagetIsCaArgType
deprecated
added in
v1.8.0
type DatagetIsCaArgType = bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DatagetIsCaAttributeType ¶ added in v1.8.0
type DatagetIsCaAttributeType = *bool
isBoolean Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DatagetIsCaRetType
deprecated
added in
v1.8.0
type DatagetIsCaRetType = bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DatagetIsSelfSignedArgType
deprecated
added in
v1.8.0
type DatagetIsSelfSignedArgType = bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DatagetIsSelfSignedAttributeType ¶ added in v1.8.0
type DatagetIsSelfSignedAttributeType = *bool
isBoolean Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DatagetIsSelfSignedRetType
deprecated
added in
v1.8.0
type DatagetIsSelfSignedRetType = bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DefaultApi
deprecated
added in
v1.1.0
type DefaultApi interface {
/*
CreateCertificate Store a TLS certificate in a project.
CreateCertificate will store a TLS certificate in a project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@return ApiCreateCertificateRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateCertificate(ctx context.Context, projectId string, region string) ApiCreateCertificateRequest
/*
CreateCertificateExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@return GetCertificateResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateCertificateExecute(ctx context.Context, projectId string, region string) (*GetCertificateResponse, error)
/*
DeleteCertificate Delete a stored TLS certificate in a project.
DeleteCertificate will delete the stored TLS certificate.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@param id
@return ApiDeleteCertificateRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteCertificate(ctx context.Context, projectId string, region string, id string) ApiDeleteCertificateRequest
/*
DeleteCertificateExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@param id
@return map[string]interface{}
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteCertificateExecute(ctx context.Context, projectId string, region string, id string) (map[string]interface{}, error)
/*
GetCertificate Retrieve the public parts of a stored TLS certificate.
GetCertificate will return the public parts of a stored TLS certificate.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@param id
@return ApiGetCertificateRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetCertificate(ctx context.Context, projectId string, region string, id string) ApiGetCertificateRequest
/*
GetCertificateExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@param id
@return GetCertificateResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetCertificateExecute(ctx context.Context, projectId string, region string, id string) (*GetCertificateResponse, error)
/*
GetQuota Get the quota for TLS certificates in a project.
Retrieves the configured TLS certificate quota for the project. Limit can be changed via service request.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@return ApiGetQuotaRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetQuota(ctx context.Context, projectId string, region string) ApiGetQuotaRequest
/*
GetQuotaExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@return GetQuotaResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetQuotaExecute(ctx context.Context, projectId string, region string) (*GetQuotaResponse, error)
/*
ListCertificates Retrieve the list of TLS certificate stored in a project.
ListCertificates will return the list of TLS certificates in a project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@return ApiListCertificatesRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListCertificates(ctx context.Context, projectId string, region string) ApiListCertificatesRequest
/*
ListCertificatesExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId
@param region
@return ListCertificatesResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListCertificatesExecute(ctx context.Context, projectId string, region string) (*ListCertificatesResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DefaultApiService ¶
type DefaultApiService service
DefaultApiService DefaultApi service Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DeleteCertificateRequest
deprecated
added in
v1.1.0
type DeleteCertificateRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (DeleteCertificateRequest) Execute
deprecated
added in
v1.1.0
func (r DeleteCertificateRequest) Execute() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetCertificateRequest
deprecated
added in
v1.1.0
type GetCertificateRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetCertificateRequest) Execute
deprecated
added in
v1.1.0
func (r GetCertificateRequest) Execute() (*GetCertificateResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetCertificateResponse ¶
type GetCertificateResponse struct {
Data GetCertificateResponseGetDataAttributeType `json:"data,omitempty"`
// The certificates resource id
Id GetCertificateResponseGetIdAttributeType `json:"id,omitempty"`
// Labels represent user-defined metadata as key-value pairs. Label count should not exceed 64 per Certificate. **Key Formatting Rules:** Length: 1-63 characters. Characters: Must begin and end with [a-zA-Z0-9]. May contain dashes (-), underscores (_), dots (.), and alphanumerics in between. Keys starting with 'stackit-' are system-reserved; users MUST NOT manage them. **Value Formatting Rules:** Length: 0-63 characters (empty string explicitly allowed). Characters (for non-empty values): Must begin and end with [a-zA-Z0-9]. May contain dashes (-), underscores (_), dots (.), and alphanumerics in between.
Labels GetCertificateResponseGetLabelsAttributeType `json:"labels,omitempty"`
// Certificate display name
Name GetCertificateResponseGetNameAttributeType `json:"name,omitempty"`
// The PEM encoded public key part
PublicKey GetCertificateResponseGetPublicKeyAttributeType `json:"publicKey,omitempty"`
// Region of the LoadBalancer
Region GetCertificateResponseGetRegionAttributeType `json:"region,omitempty"`
Usage GetCertificateResponseGetUsageAttributeType `json:"usage,omitempty"`
}
GetCertificateResponse GetCertificateResponse returns name, id and public key Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewGetCertificateResponse ¶
func NewGetCertificateResponse() *GetCertificateResponse
NewGetCertificateResponse instantiates a new GetCertificateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewGetCertificateResponseWithDefaults ¶
func NewGetCertificateResponseWithDefaults() *GetCertificateResponse
NewGetCertificateResponseWithDefaults instantiates a new GetCertificateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) GetData ¶ added in v1.8.0
func (o *GetCertificateResponse) GetData() (res GetCertificateResponseGetDataRetType)
GetData returns the Data field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) GetDataOk ¶ added in v1.8.0
func (o *GetCertificateResponse) GetDataOk() (ret GetCertificateResponseGetDataRetType, ok bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) GetId ¶
func (o *GetCertificateResponse) GetId() (res GetCertificateResponseGetIdRetType)
GetId returns the Id field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) GetIdOk ¶
func (o *GetCertificateResponse) GetIdOk() (ret GetCertificateResponseGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) GetLabels ¶ added in v1.7.0
func (o *GetCertificateResponse) GetLabels() (res GetCertificateResponseGetLabelsRetType)
GetLabels returns the Labels field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) GetLabelsOk ¶ added in v1.7.0
func (o *GetCertificateResponse) GetLabelsOk() (ret GetCertificateResponseGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) GetName ¶
func (o *GetCertificateResponse) GetName() (res GetCertificateResponseGetNameRetType)
GetName returns the Name field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) GetNameOk ¶
func (o *GetCertificateResponse) GetNameOk() (ret GetCertificateResponseGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) GetPublicKey ¶
func (o *GetCertificateResponse) GetPublicKey() (res GetCertificateResponseGetPublicKeyRetType)
GetPublicKey returns the PublicKey field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) GetPublicKeyOk ¶
func (o *GetCertificateResponse) GetPublicKeyOk() (ret GetCertificateResponseGetPublicKeyRetType, ok bool)
GetPublicKeyOk returns a tuple with the PublicKey field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) GetRegion ¶ added in v1.0.1
func (o *GetCertificateResponse) GetRegion() (res GetCertificateResponseGetRegionRetType)
GetRegion returns the Region field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) GetRegionOk ¶ added in v1.0.1
func (o *GetCertificateResponse) GetRegionOk() (ret GetCertificateResponseGetRegionRetType, ok bool)
GetRegionOk returns a tuple with the Region field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) GetUsage ¶ added in v1.8.0
func (o *GetCertificateResponse) GetUsage() (res GetCertificateResponseGetUsageRetType)
GetUsage returns the Usage field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) GetUsageOk ¶ added in v1.8.0
func (o *GetCertificateResponse) GetUsageOk() (ret GetCertificateResponseGetUsageRetType, ok bool)
GetUsageOk returns a tuple with the Usage field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) HasData ¶ added in v1.8.0
func (o *GetCertificateResponse) HasData() bool
HasData returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) HasId ¶
func (o *GetCertificateResponse) HasId() bool
HasId returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) HasLabels ¶ added in v1.7.0
func (o *GetCertificateResponse) HasLabels() bool
HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) HasName ¶
func (o *GetCertificateResponse) HasName() bool
HasName returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) HasPublicKey ¶
func (o *GetCertificateResponse) HasPublicKey() bool
HasPublicKey returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) HasRegion ¶ added in v1.0.1
func (o *GetCertificateResponse) HasRegion() bool
HasRegion returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) HasUsage ¶ added in v1.8.0
func (o *GetCertificateResponse) HasUsage() bool
HasUsage returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) SetData ¶ added in v1.8.0
func (o *GetCertificateResponse) SetData(v GetCertificateResponseGetDataRetType)
SetData gets a reference to the given Data and assigns it to the Data field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) SetId ¶
func (o *GetCertificateResponse) SetId(v GetCertificateResponseGetIdRetType)
SetId gets a reference to the given string and assigns it to the Id field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) SetLabels ¶ added in v1.7.0
func (o *GetCertificateResponse) SetLabels(v GetCertificateResponseGetLabelsRetType)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) SetName ¶
func (o *GetCertificateResponse) SetName(v GetCertificateResponseGetNameRetType)
SetName gets a reference to the given string and assigns it to the Name field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) SetPublicKey ¶
func (o *GetCertificateResponse) SetPublicKey(v GetCertificateResponseGetPublicKeyRetType)
SetPublicKey gets a reference to the given string and assigns it to the PublicKey field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) SetRegion ¶ added in v1.0.1
func (o *GetCertificateResponse) SetRegion(v GetCertificateResponseGetRegionRetType)
SetRegion gets a reference to the given string and assigns it to the Region field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetCertificateResponse) SetUsage ¶ added in v1.8.0
func (o *GetCertificateResponse) SetUsage(v GetCertificateResponseGetUsageRetType)
SetUsage gets a reference to the given Usage and assigns it to the Usage field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetCertificateResponse) ToMap
deprecated
func (o GetCertificateResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetCertificateResponseGetDataArgType
deprecated
added in
v1.8.0
type GetCertificateResponseGetDataArgType = Data
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetCertificateResponseGetDataAttributeType ¶ added in v1.8.0
type GetCertificateResponseGetDataAttributeType = *Data
isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetCertificateResponseGetDataRetType
deprecated
added in
v1.8.0
type GetCertificateResponseGetDataRetType = Data
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetCertificateResponseGetIdArgType
deprecated
added in
v1.0.1
type GetCertificateResponseGetIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetCertificateResponseGetIdAttributeType ¶ added in v1.0.1
type GetCertificateResponseGetIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetCertificateResponseGetIdRetType
deprecated
added in
v1.0.1
type GetCertificateResponseGetIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetCertificateResponseGetLabelsArgType
deprecated
added in
v1.7.0
type GetCertificateResponseGetLabelsAttributeType ¶ added in v1.7.0
isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetCertificateResponseGetLabelsRetType
deprecated
added in
v1.7.0
type GetCertificateResponseGetNameArgType
deprecated
added in
v1.0.1
type GetCertificateResponseGetNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetCertificateResponseGetNameAttributeType ¶ added in v1.0.1
type GetCertificateResponseGetNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetCertificateResponseGetNameRetType
deprecated
added in
v1.0.1
type GetCertificateResponseGetNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetCertificateResponseGetPublicKeyArgType
deprecated
added in
v1.0.1
type GetCertificateResponseGetPublicKeyArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetCertificateResponseGetPublicKeyAttributeType ¶ added in v1.0.1
type GetCertificateResponseGetPublicKeyAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetCertificateResponseGetPublicKeyRetType
deprecated
added in
v1.0.1
type GetCertificateResponseGetPublicKeyRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetCertificateResponseGetRegionArgType
deprecated
added in
v1.0.1
type GetCertificateResponseGetRegionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetCertificateResponseGetRegionAttributeType ¶ added in v1.0.1
type GetCertificateResponseGetRegionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetCertificateResponseGetRegionRetType
deprecated
added in
v1.0.1
type GetCertificateResponseGetRegionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetCertificateResponseGetUsageArgType
deprecated
added in
v1.8.0
type GetCertificateResponseGetUsageArgType = Usage
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetCertificateResponseGetUsageAttributeType ¶ added in v1.8.0
type GetCertificateResponseGetUsageAttributeType = *Usage
isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetCertificateResponseGetUsageRetType
deprecated
added in
v1.8.0
type GetCertificateResponseGetUsageRetType = Usage
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetQuotaRequest
deprecated
added in
v1.5.0
type GetQuotaRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetQuotaRequest) Execute
deprecated
added in
v1.5.0
func (r GetQuotaRequest) Execute() (*GetQuotaResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetQuotaResponse ¶ added in v1.5.0
type GetQuotaResponse struct {
// Project identifier
ProjectId GetQuotaResponseGetProjectIdAttributeType `json:"projectId,omitempty"`
Quotas GetQuotaResponseGetQuotasAttributeType `json:"quotas,omitempty"`
// Region
Region GetQuotaResponseGetRegionAttributeType `json:"region,omitempty"`
}
GetQuotaResponse struct for GetQuotaResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewGetQuotaResponse ¶ added in v1.5.0
func NewGetQuotaResponse() *GetQuotaResponse
NewGetQuotaResponse instantiates a new GetQuotaResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewGetQuotaResponseWithDefaults ¶ added in v1.5.0
func NewGetQuotaResponseWithDefaults() *GetQuotaResponse
NewGetQuotaResponseWithDefaults instantiates a new GetQuotaResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetQuotaResponse) GetProjectId ¶ added in v1.5.0
func (o *GetQuotaResponse) GetProjectId() (res GetQuotaResponseGetProjectIdRetType)
GetProjectId returns the ProjectId field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetQuotaResponse) GetProjectIdOk ¶ added in v1.5.0
func (o *GetQuotaResponse) GetProjectIdOk() (ret GetQuotaResponseGetProjectIdRetType, ok bool)
GetProjectIdOk returns a tuple with the ProjectId field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetQuotaResponse) GetQuotas ¶ added in v1.5.0
func (o *GetQuotaResponse) GetQuotas() (res GetQuotaResponseGetQuotasRetType)
GetQuotas returns the Quotas field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetQuotaResponse) GetQuotasOk ¶ added in v1.5.0
func (o *GetQuotaResponse) GetQuotasOk() (ret GetQuotaResponseGetQuotasRetType, ok bool)
GetQuotasOk returns a tuple with the Quotas field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetQuotaResponse) GetRegion ¶ added in v1.5.0
func (o *GetQuotaResponse) GetRegion() (res GetQuotaResponseGetRegionRetType)
GetRegion returns the Region field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetQuotaResponse) GetRegionOk ¶ added in v1.5.0
func (o *GetQuotaResponse) GetRegionOk() (ret GetQuotaResponseGetRegionRetType, ok bool)
GetRegionOk returns a tuple with the Region field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetQuotaResponse) HasProjectId ¶ added in v1.5.0
func (o *GetQuotaResponse) HasProjectId() bool
HasProjectId returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetQuotaResponse) HasQuotas ¶ added in v1.5.0
func (o *GetQuotaResponse) HasQuotas() bool
HasQuotas returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetQuotaResponse) HasRegion ¶ added in v1.5.0
func (o *GetQuotaResponse) HasRegion() bool
HasRegion returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetQuotaResponse) SetProjectId ¶ added in v1.5.0
func (o *GetQuotaResponse) SetProjectId(v GetQuotaResponseGetProjectIdRetType)
SetProjectId gets a reference to the given string and assigns it to the ProjectId field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetQuotaResponse) SetQuotas ¶ added in v1.5.0
func (o *GetQuotaResponse) SetQuotas(v GetQuotaResponseGetQuotasRetType)
SetQuotas gets a reference to the given Quotas and assigns it to the Quotas field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetQuotaResponse) SetRegion ¶ added in v1.5.0
func (o *GetQuotaResponse) SetRegion(v GetQuotaResponseGetRegionRetType)
SetRegion gets a reference to the given string and assigns it to the Region field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetQuotaResponse) ToMap
deprecated
added in
v1.5.0
func (o GetQuotaResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetQuotaResponseGetProjectIdArgType
deprecated
added in
v1.5.0
type GetQuotaResponseGetProjectIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetQuotaResponseGetProjectIdAttributeType ¶ added in v1.5.0
type GetQuotaResponseGetProjectIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetQuotaResponseGetProjectIdRetType
deprecated
added in
v1.5.0
type GetQuotaResponseGetProjectIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetQuotaResponseGetQuotasArgType
deprecated
added in
v1.5.0
type GetQuotaResponseGetQuotasArgType = Quotas
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetQuotaResponseGetQuotasAttributeType ¶ added in v1.5.0
type GetQuotaResponseGetQuotasAttributeType = *Quotas
isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetQuotaResponseGetQuotasRetType
deprecated
added in
v1.5.0
type GetQuotaResponseGetQuotasRetType = Quotas
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetQuotaResponseGetRegionArgType
deprecated
added in
v1.5.0
type GetQuotaResponseGetRegionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetQuotaResponseGetRegionAttributeType ¶ added in v1.5.0
type GetQuotaResponseGetRegionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetQuotaResponseGetRegionRetType
deprecated
added in
v1.5.0
type GetQuotaResponseGetRegionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GoogleProtobufAny ¶
type GoogleProtobufAny struct {
// The type of the serialized message.
Type GoogleProtobufAnyGetTypeAttributeType `json:"@type,omitempty"`
AdditionalProperties map[string]interface{}
}
GoogleProtobufAny Contains an arbitrary serialized message along with a @type that describes the type of the serialized message. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewGoogleProtobufAny ¶
func NewGoogleProtobufAny() *GoogleProtobufAny
NewGoogleProtobufAny instantiates a new GoogleProtobufAny object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewGoogleProtobufAnyWithDefaults ¶
func NewGoogleProtobufAnyWithDefaults() *GoogleProtobufAny
NewGoogleProtobufAnyWithDefaults instantiates a new GoogleProtobufAny object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GoogleProtobufAny) GetType ¶
func (o *GoogleProtobufAny) GetType() (res GoogleProtobufAnyGetTypeRetType)
GetType returns the Type field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GoogleProtobufAny) GetTypeOk ¶
func (o *GoogleProtobufAny) GetTypeOk() (ret GoogleProtobufAnyGetTypeRetType, ok bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GoogleProtobufAny) HasType ¶
func (o *GoogleProtobufAny) HasType() bool
HasType returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GoogleProtobufAny) SetType ¶
func (o *GoogleProtobufAny) SetType(v GoogleProtobufAnyGetTypeRetType)
SetType gets a reference to the given string and assigns it to the Type field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GoogleProtobufAny) ToMap
deprecated
func (o GoogleProtobufAny) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GoogleProtobufAnyGetTypeArgType
deprecated
added in
v1.0.1
type GoogleProtobufAnyGetTypeArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GoogleProtobufAnyGetTypeAttributeType ¶ added in v1.0.1
type GoogleProtobufAnyGetTypeAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GoogleProtobufAnyGetTypeRetType
deprecated
added in
v1.0.1
type GoogleProtobufAnyGetTypeRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListCertificatesRequest
deprecated
added in
v1.1.0
type ListCertificatesRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListCertificatesRequest) Execute
deprecated
added in
v1.1.0
func (r ListCertificatesRequest) Execute() (*ListCertificatesResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListCertificatesRequest) PageId ¶ added in v1.1.0
func (r ListCertificatesRequest) PageId(pageId string) ApiListCertificatesRequest
page_id is a page identifier returned by the previous response and is used to request the next page Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListCertificatesRequest) PageSize ¶ added in v1.1.0
func (r ListCertificatesRequest) PageSize(pageSize string) ApiListCertificatesRequest
page_size specifies how many certificates should be returned on this page. Must be a positive number <= 1000 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListCertificatesResponse ¶
type ListCertificatesResponse struct {
Items ListCertificatesResponseGetItemsAttributeType `json:"items,omitempty"`
// Continue token from the ListCertificatesResponse with Limit option
NextPageId ListCertificatesResponseGetNextPageIdAttributeType `json:"nextPageId,omitempty"`
}
ListCertificatesResponse ListCertificateResponse returns a list of certificate responses Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListCertificatesResponse ¶
func NewListCertificatesResponse() *ListCertificatesResponse
NewListCertificatesResponse instantiates a new ListCertificatesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListCertificatesResponseWithDefaults ¶
func NewListCertificatesResponseWithDefaults() *ListCertificatesResponse
NewListCertificatesResponseWithDefaults instantiates a new ListCertificatesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListCertificatesResponse) GetItems ¶
func (o *ListCertificatesResponse) GetItems() (res ListCertificatesResponseGetItemsRetType)
GetItems returns the Items field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListCertificatesResponse) GetItemsOk ¶
func (o *ListCertificatesResponse) GetItemsOk() (ret ListCertificatesResponseGetItemsRetType, ok bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListCertificatesResponse) GetNextPageId ¶
func (o *ListCertificatesResponse) GetNextPageId() (res ListCertificatesResponseGetNextPageIdRetType)
GetNextPageId returns the NextPageId field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListCertificatesResponse) GetNextPageIdOk ¶
func (o *ListCertificatesResponse) GetNextPageIdOk() (ret ListCertificatesResponseGetNextPageIdRetType, ok bool)
GetNextPageIdOk returns a tuple with the NextPageId field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListCertificatesResponse) HasItems ¶
func (o *ListCertificatesResponse) HasItems() bool
HasItems returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListCertificatesResponse) HasNextPageId ¶
func (o *ListCertificatesResponse) HasNextPageId() bool
HasNextPageId returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListCertificatesResponse) SetItems ¶
func (o *ListCertificatesResponse) SetItems(v ListCertificatesResponseGetItemsRetType)
SetItems gets a reference to the given []GetCertificateResponse and assigns it to the Items field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListCertificatesResponse) SetNextPageId ¶
func (o *ListCertificatesResponse) SetNextPageId(v ListCertificatesResponseGetNextPageIdRetType)
SetNextPageId gets a reference to the given string and assigns it to the NextPageId field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListCertificatesResponse) ToMap
deprecated
func (o ListCertificatesResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListCertificatesResponseGetItemsArgType
deprecated
added in
v1.0.1
type ListCertificatesResponseGetItemsArgType = []GetCertificateResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListCertificatesResponseGetItemsAttributeType ¶ added in v1.0.1
type ListCertificatesResponseGetItemsAttributeType = *[]GetCertificateResponse
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListCertificatesResponseGetItemsRetType
deprecated
added in
v1.0.1
type ListCertificatesResponseGetItemsRetType = []GetCertificateResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListCertificatesResponseGetNextPageIdArgType
deprecated
added in
v1.0.1
type ListCertificatesResponseGetNextPageIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListCertificatesResponseGetNextPageIdAttributeType ¶ added in v1.0.1
type ListCertificatesResponseGetNextPageIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListCertificatesResponseGetNextPageIdRetType
deprecated
added in
v1.0.1
type ListCertificatesResponseGetNextPageIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type MappedNullable
deprecated
type NullableBool
deprecated
type NullableBool struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableBool
deprecated
func NewNullableBool(val *bool) *NullableBool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableBool) Get
deprecated
func (v NullableBool) Get() *bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableBool) IsSet
deprecated
func (v NullableBool) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableBool) MarshalJSON
deprecated
func (v NullableBool) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableBool) Set
deprecated
func (v *NullableBool) Set(val *bool)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableBool) UnmarshalJSON
deprecated
func (v *NullableBool) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableBool) Unset
deprecated
func (v *NullableBool) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCertificatesQuota
deprecated
added in
v1.5.0
type NullableCertificatesQuota struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCertificatesQuota
deprecated
added in
v1.5.0
func NewNullableCertificatesQuota(val *CertificatesQuota) *NullableCertificatesQuota
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCertificatesQuota) Get
deprecated
added in
v1.5.0
func (v NullableCertificatesQuota) Get() *CertificatesQuota
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCertificatesQuota) IsSet
deprecated
added in
v1.5.0
func (v NullableCertificatesQuota) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCertificatesQuota) MarshalJSON
deprecated
added in
v1.5.0
func (v NullableCertificatesQuota) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCertificatesQuota) Set
deprecated
added in
v1.5.0
func (v *NullableCertificatesQuota) Set(val *CertificatesQuota)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCertificatesQuota) UnmarshalJSON
deprecated
added in
v1.5.0
func (v *NullableCertificatesQuota) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCertificatesQuota) Unset
deprecated
added in
v1.5.0
func (v *NullableCertificatesQuota) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCreateCertificatePayload
deprecated
type NullableCreateCertificatePayload struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCreateCertificatePayload
deprecated
func NewNullableCreateCertificatePayload(val *CreateCertificatePayload) *NullableCreateCertificatePayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateCertificatePayload) Get
deprecated
func (v NullableCreateCertificatePayload) Get() *CreateCertificatePayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateCertificatePayload) IsSet
deprecated
func (v NullableCreateCertificatePayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateCertificatePayload) MarshalJSON
deprecated
func (v NullableCreateCertificatePayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateCertificatePayload) Set
deprecated
func (v *NullableCreateCertificatePayload) Set(val *CreateCertificatePayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateCertificatePayload) UnmarshalJSON
deprecated
func (v *NullableCreateCertificatePayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateCertificatePayload) Unset
deprecated
func (v *NullableCreateCertificatePayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableData
deprecated
added in
v1.8.0
type NullableData struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableData
deprecated
added in
v1.8.0
func NewNullableData(val *Data) *NullableData
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableData) Get
deprecated
added in
v1.8.0
func (v NullableData) Get() *Data
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableData) IsSet
deprecated
added in
v1.8.0
func (v NullableData) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableData) MarshalJSON
deprecated
added in
v1.8.0
func (v NullableData) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableData) Set
deprecated
added in
v1.8.0
func (v *NullableData) Set(val *Data)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableData) UnmarshalJSON
deprecated
added in
v1.8.0
func (v *NullableData) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableData) Unset
deprecated
added in
v1.8.0
func (v *NullableData) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableFloat32
deprecated
type NullableFloat32 struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableFloat32
deprecated
func NewNullableFloat32(val *float32) *NullableFloat32
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat32) Get
deprecated
func (v NullableFloat32) Get() *float32
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat32) IsSet
deprecated
func (v NullableFloat32) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat32) MarshalJSON
deprecated
func (v NullableFloat32) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat32) Set
deprecated
func (v *NullableFloat32) Set(val *float32)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat32) UnmarshalJSON
deprecated
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat32) Unset
deprecated
func (v *NullableFloat32) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableFloat64
deprecated
type NullableFloat64 struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableFloat64
deprecated
func NewNullableFloat64(val *float64) *NullableFloat64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat64) Get
deprecated
func (v NullableFloat64) Get() *float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat64) IsSet
deprecated
func (v NullableFloat64) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat64) MarshalJSON
deprecated
func (v NullableFloat64) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat64) Set
deprecated
func (v *NullableFloat64) Set(val *float64)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat64) UnmarshalJSON
deprecated
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat64) Unset
deprecated
func (v *NullableFloat64) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableGetCertificateResponse
deprecated
type NullableGetCertificateResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableGetCertificateResponse
deprecated
func NewNullableGetCertificateResponse(val *GetCertificateResponse) *NullableGetCertificateResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGetCertificateResponse) Get
deprecated
func (v NullableGetCertificateResponse) Get() *GetCertificateResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGetCertificateResponse) IsSet
deprecated
func (v NullableGetCertificateResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGetCertificateResponse) MarshalJSON
deprecated
func (v NullableGetCertificateResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGetCertificateResponse) Set
deprecated
func (v *NullableGetCertificateResponse) Set(val *GetCertificateResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGetCertificateResponse) UnmarshalJSON
deprecated
func (v *NullableGetCertificateResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGetCertificateResponse) Unset
deprecated
func (v *NullableGetCertificateResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableGetQuotaResponse
deprecated
added in
v1.5.0
type NullableGetQuotaResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableGetQuotaResponse
deprecated
added in
v1.5.0
func NewNullableGetQuotaResponse(val *GetQuotaResponse) *NullableGetQuotaResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGetQuotaResponse) Get
deprecated
added in
v1.5.0
func (v NullableGetQuotaResponse) Get() *GetQuotaResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGetQuotaResponse) IsSet
deprecated
added in
v1.5.0
func (v NullableGetQuotaResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGetQuotaResponse) MarshalJSON
deprecated
added in
v1.5.0
func (v NullableGetQuotaResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGetQuotaResponse) Set
deprecated
added in
v1.5.0
func (v *NullableGetQuotaResponse) Set(val *GetQuotaResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGetQuotaResponse) UnmarshalJSON
deprecated
added in
v1.5.0
func (v *NullableGetQuotaResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGetQuotaResponse) Unset
deprecated
added in
v1.5.0
func (v *NullableGetQuotaResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableGoogleProtobufAny
deprecated
type NullableGoogleProtobufAny struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableGoogleProtobufAny
deprecated
func NewNullableGoogleProtobufAny(val *GoogleProtobufAny) *NullableGoogleProtobufAny
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGoogleProtobufAny) Get
deprecated
func (v NullableGoogleProtobufAny) Get() *GoogleProtobufAny
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGoogleProtobufAny) IsSet
deprecated
func (v NullableGoogleProtobufAny) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGoogleProtobufAny) MarshalJSON
deprecated
func (v NullableGoogleProtobufAny) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGoogleProtobufAny) Set
deprecated
func (v *NullableGoogleProtobufAny) Set(val *GoogleProtobufAny)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGoogleProtobufAny) UnmarshalJSON
deprecated
func (v *NullableGoogleProtobufAny) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGoogleProtobufAny) Unset
deprecated
func (v *NullableGoogleProtobufAny) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableInt
deprecated
type NullableInt struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableInt
deprecated
func NewNullableInt(val *int) *NullableInt
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt) Get
deprecated
func (v NullableInt) Get() *int
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt) IsSet
deprecated
func (v NullableInt) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt) MarshalJSON
deprecated
func (v NullableInt) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt) Set
deprecated
func (v *NullableInt) Set(val *int)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt) UnmarshalJSON
deprecated
func (v *NullableInt) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt) Unset
deprecated
func (v *NullableInt) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableInt32
deprecated
type NullableInt32 struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableInt32
deprecated
func NewNullableInt32(val *int32) *NullableInt32
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt32) Get
deprecated
func (v NullableInt32) Get() *int32
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt32) IsSet
deprecated
func (v NullableInt32) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt32) MarshalJSON
deprecated
func (v NullableInt32) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt32) Set
deprecated
func (v *NullableInt32) Set(val *int32)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt32) UnmarshalJSON
deprecated
func (v *NullableInt32) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt32) Unset
deprecated
func (v *NullableInt32) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableInt64
deprecated
type NullableInt64 struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableInt64
deprecated
func NewNullableInt64(val *int64) *NullableInt64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt64) Get
deprecated
func (v NullableInt64) Get() *int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt64) IsSet
deprecated
func (v NullableInt64) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt64) MarshalJSON
deprecated
func (v NullableInt64) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt64) Set
deprecated
func (v *NullableInt64) Set(val *int64)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt64) UnmarshalJSON
deprecated
func (v *NullableInt64) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt64) Unset
deprecated
func (v *NullableInt64) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableListCertificatesResponse
deprecated
type NullableListCertificatesResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableListCertificatesResponse
deprecated
func NewNullableListCertificatesResponse(val *ListCertificatesResponse) *NullableListCertificatesResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListCertificatesResponse) Get
deprecated
func (v NullableListCertificatesResponse) Get() *ListCertificatesResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListCertificatesResponse) IsSet
deprecated
func (v NullableListCertificatesResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListCertificatesResponse) MarshalJSON
deprecated
func (v NullableListCertificatesResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListCertificatesResponse) Set
deprecated
func (v *NullableListCertificatesResponse) Set(val *ListCertificatesResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListCertificatesResponse) UnmarshalJSON
deprecated
func (v *NullableListCertificatesResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListCertificatesResponse) Unset
deprecated
func (v *NullableListCertificatesResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableQuotas
deprecated
added in
v1.5.0
type NullableQuotas struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableQuotas
deprecated
added in
v1.5.0
func NewNullableQuotas(val *Quotas) *NullableQuotas
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableQuotas) Get
deprecated
added in
v1.5.0
func (v NullableQuotas) Get() *Quotas
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableQuotas) IsSet
deprecated
added in
v1.5.0
func (v NullableQuotas) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableQuotas) MarshalJSON
deprecated
added in
v1.5.0
func (v NullableQuotas) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableQuotas) Set
deprecated
added in
v1.5.0
func (v *NullableQuotas) Set(val *Quotas)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableQuotas) UnmarshalJSON
deprecated
added in
v1.5.0
func (v *NullableQuotas) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableQuotas) Unset
deprecated
added in
v1.5.0
func (v *NullableQuotas) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableStatus
deprecated
type NullableStatus struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableStatus
deprecated
func NewNullableStatus(val *Status) *NullableStatus
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableStatus) Get
deprecated
func (v NullableStatus) Get() *Status
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableStatus) IsSet
deprecated
func (v NullableStatus) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableStatus) MarshalJSON
deprecated
func (v NullableStatus) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableStatus) Set
deprecated
func (v *NullableStatus) Set(val *Status)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableStatus) UnmarshalJSON
deprecated
func (v *NullableStatus) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableStatus) Unset
deprecated
func (v *NullableStatus) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableString
deprecated
type NullableString struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableString
deprecated
func NewNullableString(val *string) *NullableString
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableString) Get
deprecated
func (v NullableString) Get() *string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableString) IsSet
deprecated
func (v NullableString) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableString) MarshalJSON
deprecated
func (v NullableString) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableString) Set
deprecated
func (v *NullableString) Set(val *string)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableString) UnmarshalJSON
deprecated
func (v *NullableString) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableString) Unset
deprecated
func (v *NullableString) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableTime
deprecated
type NullableTime struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableTime
deprecated
func NewNullableTime(val *time.Time) *NullableTime
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableTime) Get
deprecated
func (v NullableTime) Get() *time.Time
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableTime) IsSet
deprecated
func (v NullableTime) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableTime) MarshalJSON
deprecated
func (v NullableTime) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableTime) Set
deprecated
func (v *NullableTime) Set(val *time.Time)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableTime) UnmarshalJSON
deprecated
func (v *NullableTime) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableTime) Unset
deprecated
func (v *NullableTime) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableUsage
deprecated
added in
v1.8.0
type NullableUsage struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableUsage
deprecated
added in
v1.8.0
func NewNullableUsage(val *Usage) *NullableUsage
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUsage) Get
deprecated
added in
v1.8.0
func (v NullableUsage) Get() *Usage
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUsage) IsSet
deprecated
added in
v1.8.0
func (v NullableUsage) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUsage) MarshalJSON
deprecated
added in
v1.8.0
func (v NullableUsage) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUsage) Set
deprecated
added in
v1.8.0
func (v *NullableUsage) Set(val *Usage)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUsage) UnmarshalJSON
deprecated
added in
v1.8.0
func (v *NullableUsage) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUsage) Unset
deprecated
added in
v1.8.0
func (v *NullableUsage) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableUsageItem
deprecated
added in
v1.8.0
type NullableUsageItem struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableUsageItem
deprecated
added in
v1.8.0
func NewNullableUsageItem(val *UsageItem) *NullableUsageItem
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUsageItem) Get
deprecated
added in
v1.8.0
func (v NullableUsageItem) Get() *UsageItem
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUsageItem) IsSet
deprecated
added in
v1.8.0
func (v NullableUsageItem) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUsageItem) MarshalJSON
deprecated
added in
v1.8.0
func (v NullableUsageItem) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUsageItem) Set
deprecated
added in
v1.8.0
func (v *NullableUsageItem) Set(val *UsageItem)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUsageItem) UnmarshalJSON
deprecated
added in
v1.8.0
func (v *NullableUsageItem) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUsageItem) Unset
deprecated
added in
v1.8.0
func (v *NullableUsageItem) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableValue
deprecated
added in
v1.0.1
type NullableValue[T any] struct { // contains filtered or unexported fields }
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableValue[T]) Get
deprecated
added in
v1.0.1
func (v NullableValue[T]) Get() *T
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableValue[T]) IsSet
deprecated
added in
v1.0.1
func (v NullableValue[T]) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableValue[T]) Set
deprecated
added in
v1.0.1
func (v *NullableValue[T]) Set(val *T)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableValue[T]) Unset
deprecated
added in
v1.0.1
func (v *NullableValue[T]) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type Quotas ¶ added in v1.5.0
type Quotas struct {
Certificates QuotasGetCertificatesAttributeType `json:"certificates,omitempty"`
}
Quotas Quotas holds the specific quota elements for different resources Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewQuotas ¶ added in v1.5.0
func NewQuotas() *Quotas
NewQuotas instantiates a new Quotas object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewQuotasWithDefaults ¶ added in v1.5.0
func NewQuotasWithDefaults() *Quotas
NewQuotasWithDefaults instantiates a new Quotas object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Quotas) GetCertificates ¶ added in v1.5.0
func (o *Quotas) GetCertificates() (res QuotasGetCertificatesRetType)
GetCertificates returns the Certificates field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Quotas) GetCertificatesOk ¶ added in v1.5.0
func (o *Quotas) GetCertificatesOk() (ret QuotasGetCertificatesRetType, ok bool)
GetCertificatesOk returns a tuple with the Certificates field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Quotas) HasCertificates ¶ added in v1.5.0
HasCertificates returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Quotas) SetCertificates ¶ added in v1.5.0
func (o *Quotas) SetCertificates(v QuotasGetCertificatesRetType)
SetCertificates gets a reference to the given CertificatesQuota and assigns it to the Certificates field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type QuotasGetCertificatesArgType
deprecated
added in
v1.5.0
type QuotasGetCertificatesArgType = CertificatesQuota
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type QuotasGetCertificatesAttributeType ¶ added in v1.5.0
type QuotasGetCertificatesAttributeType = *CertificatesQuota
isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type QuotasGetCertificatesRetType
deprecated
added in
v1.5.0
type QuotasGetCertificatesRetType = CertificatesQuota
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type Status ¶
type Status struct {
// The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
// Can be cast to int32 without loss of precision.
Code StatusGetCodeAttributeType `json:"code,omitempty"`
// A list of messages that carry the error details. There is a common set of message types for APIs to use.
Details StatusGetDetailsAttributeType `json:"details,omitempty"`
// A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
Message StatusGetMessageAttributeType `json:"message,omitempty"`
}
Status The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewStatus ¶
func NewStatus() *Status
NewStatus instantiates a new Status object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewStatusWithDefaults ¶
func NewStatusWithDefaults() *Status
NewStatusWithDefaults instantiates a new Status object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Status) GetCode ¶
func (o *Status) GetCode() (res StatusGetCodeRetType)
GetCode returns the Code field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Status) GetCodeOk ¶
func (o *Status) GetCodeOk() (ret StatusGetCodeRetType, ok bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Status) GetDetails ¶
func (o *Status) GetDetails() (res StatusGetDetailsRetType)
GetDetails returns the Details field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Status) GetDetailsOk ¶
func (o *Status) GetDetailsOk() (ret StatusGetDetailsRetType, ok bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Status) GetMessage ¶
func (o *Status) GetMessage() (res StatusGetMessageRetType)
GetMessage returns the Message field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Status) GetMessageOk ¶
func (o *Status) GetMessageOk() (ret StatusGetMessageRetType, ok bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Status) HasCode ¶
HasCode returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Status) HasDetails ¶
HasDetails returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Status) HasMessage ¶
HasMessage returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Status) SetCode ¶
func (o *Status) SetCode(v StatusGetCodeRetType)
SetCode gets a reference to the given int64 and assigns it to the Code field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Status) SetDetails ¶
func (o *Status) SetDetails(v StatusGetDetailsRetType)
SetDetails gets a reference to the given []GoogleProtobufAny and assigns it to the Details field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Status) SetMessage ¶
func (o *Status) SetMessage(v StatusGetMessageRetType)
SetMessage gets a reference to the given string and assigns it to the Message field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type StatusGetCodeArgType
deprecated
added in
v1.0.1
type StatusGetCodeArgType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type StatusGetCodeAttributeType ¶ added in v1.0.1
type StatusGetCodeAttributeType = *int64
isInteger Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type StatusGetCodeRetType
deprecated
added in
v1.0.1
type StatusGetCodeRetType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type StatusGetDetailsArgType
deprecated
added in
v1.0.1
type StatusGetDetailsArgType = []GoogleProtobufAny
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type StatusGetDetailsAttributeType ¶ added in v1.0.1
type StatusGetDetailsAttributeType = *[]GoogleProtobufAny
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type StatusGetDetailsRetType
deprecated
added in
v1.0.1
type StatusGetDetailsRetType = []GoogleProtobufAny
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type StatusGetMessageArgType
deprecated
added in
v1.0.1
type StatusGetMessageArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type StatusGetMessageAttributeType ¶ added in v1.0.1
type StatusGetMessageAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type StatusGetMessageRetType
deprecated
added in
v1.0.1
type StatusGetMessageRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type Usage ¶ added in v1.8.0
type Usage struct {
// Number of Load Balancers using this certificate.
// Can be cast to int32 without loss of precision.
Count UsageGetCountAttributeType `json:"count,omitempty"`
// List of Load Balancers with their associated listeners that use this certificate.
Items UsageGetItemsAttributeType `json:"items,omitempty"`
}
Usage struct for Usage Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewUsage ¶ added in v1.8.0
func NewUsage() *Usage
NewUsage instantiates a new Usage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewUsageWithDefaults ¶ added in v1.8.0
func NewUsageWithDefaults() *Usage
NewUsageWithDefaults instantiates a new Usage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Usage) GetCount ¶ added in v1.8.0
func (o *Usage) GetCount() (res UsageGetCountRetType)
GetCount returns the Count field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Usage) GetCountOk ¶ added in v1.8.0
func (o *Usage) GetCountOk() (ret UsageGetCountRetType, ok bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Usage) GetItems ¶ added in v1.8.0
func (o *Usage) GetItems() (res UsageGetItemsRetType)
GetItems returns the Items field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Usage) GetItemsOk ¶ added in v1.8.0
func (o *Usage) GetItemsOk() (ret UsageGetItemsRetType, ok bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Usage) HasCount ¶ added in v1.8.0
HasCount returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Usage) HasItems ¶ added in v1.8.0
HasItems returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Usage) SetCount ¶ added in v1.8.0
func (o *Usage) SetCount(v UsageGetCountRetType)
SetCount gets a reference to the given int64 and assigns it to the Count field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Usage) SetItems ¶ added in v1.8.0
func (o *Usage) SetItems(v UsageGetItemsRetType)
SetItems gets a reference to the given []UsageItem and assigns it to the Items field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UsageGetCountArgType
deprecated
added in
v1.8.0
type UsageGetCountArgType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UsageGetCountAttributeType ¶ added in v1.8.0
type UsageGetCountAttributeType = *int64
isInteger Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UsageGetCountRetType
deprecated
added in
v1.8.0
type UsageGetCountRetType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UsageGetItemsArgType
deprecated
added in
v1.8.0
type UsageGetItemsArgType = []UsageItem
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UsageGetItemsAttributeType ¶ added in v1.8.0
type UsageGetItemsAttributeType = *[]UsageItem
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UsageGetItemsRetType
deprecated
added in
v1.8.0
type UsageGetItemsRetType = []UsageItem
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UsageItem ¶ added in v1.8.0
type UsageItem struct {
// A list of listener names on this Load Balancer that are using the certificate.
ListenerNames UsageItemGetListenerNamesAttributeType `json:"listenerNames,omitempty"`
// The display name of the Load Balancer.
LoadBalancerName UsageItemGetLoadBalancerNameAttributeType `json:"loadBalancerName,omitempty"`
}
UsageItem struct for UsageItem Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewUsageItem ¶ added in v1.8.0
func NewUsageItem() *UsageItem
NewUsageItem instantiates a new UsageItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewUsageItemWithDefaults ¶ added in v1.8.0
func NewUsageItemWithDefaults() *UsageItem
NewUsageItemWithDefaults instantiates a new UsageItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UsageItem) GetListenerNames ¶ added in v1.8.0
func (o *UsageItem) GetListenerNames() (res UsageItemGetListenerNamesRetType)
GetListenerNames returns the ListenerNames field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UsageItem) GetListenerNamesOk ¶ added in v1.8.0
func (o *UsageItem) GetListenerNamesOk() (ret UsageItemGetListenerNamesRetType, ok bool)
GetListenerNamesOk returns a tuple with the ListenerNames field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UsageItem) GetLoadBalancerName ¶ added in v1.8.0
func (o *UsageItem) GetLoadBalancerName() (res UsageItemGetLoadBalancerNameRetType)
GetLoadBalancerName returns the LoadBalancerName field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UsageItem) GetLoadBalancerNameOk ¶ added in v1.8.0
func (o *UsageItem) GetLoadBalancerNameOk() (ret UsageItemGetLoadBalancerNameRetType, ok bool)
GetLoadBalancerNameOk returns a tuple with the LoadBalancerName field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UsageItem) HasListenerNames ¶ added in v1.8.0
HasListenerNames returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UsageItem) HasLoadBalancerName ¶ added in v1.8.0
HasLoadBalancerName returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UsageItem) SetListenerNames ¶ added in v1.8.0
func (o *UsageItem) SetListenerNames(v UsageItemGetListenerNamesRetType)
SetListenerNames gets a reference to the given []string and assigns it to the ListenerNames field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UsageItem) SetLoadBalancerName ¶ added in v1.8.0
func (o *UsageItem) SetLoadBalancerName(v UsageItemGetLoadBalancerNameRetType)
SetLoadBalancerName gets a reference to the given string and assigns it to the LoadBalancerName field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UsageItemGetListenerNamesArgType
deprecated
added in
v1.8.0
type UsageItemGetListenerNamesArgType = []string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UsageItemGetListenerNamesAttributeType ¶ added in v1.8.0
type UsageItemGetListenerNamesAttributeType = *[]string
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UsageItemGetListenerNamesRetType
deprecated
added in
v1.8.0
type UsageItemGetListenerNamesRetType = []string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UsageItemGetLoadBalancerNameArgType
deprecated
added in
v1.8.0
type UsageItemGetLoadBalancerNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UsageItemGetLoadBalancerNameAttributeType ¶ added in v1.8.0
type UsageItemGetLoadBalancerNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UsageItemGetLoadBalancerNameRetType
deprecated
added in
v1.8.0
type UsageItemGetLoadBalancerNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Source Files
¶
- api_default.go
- client.go
- configuration.go
- model_certificates_quota.go
- model_create_certificate_payload.go
- model_data.go
- model_get_certificate_response.go
- model_get_quota_response.go
- model_google_protobuf_any.go
- model_list_certificates_response.go
- model_quotas.go
- model_status.go
- model_usage.go
- model_usage_item.go
- utils.go
Directories
¶
| Path | Synopsis |
|---|---|
|
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. |
|
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. |