Documentation
¶
Index ¶
- Variables
- type APIKey
- func (x *APIKey) ClearCreatedAt()
- func (x *APIKey) ClearMongo()
- func (x *APIKey) ClearPostgres()
- func (x *APIKey) ClearStorage()
- func (x *APIKey) ClearUpdatedAt()
- func (x *APIKey) ClearUsedAt()
- func (x *APIKey) ClearUsers()
- func (x *APIKey) GetCreatedAt() *timestamppb.Timestamp
- func (x *APIKey) GetId() string
- func (x *APIKey) GetMongo() *ApiAccess
- func (x *APIKey) GetName() string
- func (x *APIKey) GetPostgres() *ApiAccess
- func (x *APIKey) GetProjectId() string
- func (x *APIKey) GetSecret() string
- func (x *APIKey) GetStatus() APIKeyStatus
- func (x *APIKey) GetStorage() *ApiAccess
- func (x *APIKey) GetUpdatedAt() *timestamppb.Timestamp
- func (x *APIKey) GetUsedAt() *timestamppb.Timestamp
- func (x *APIKey) GetUsers() *ApiAccess
- func (x *APIKey) HasCreatedAt() bool
- func (x *APIKey) HasMongo() bool
- func (x *APIKey) HasPostgres() bool
- func (x *APIKey) HasStorage() bool
- func (x *APIKey) HasUpdatedAt() bool
- func (x *APIKey) HasUsedAt() bool
- func (x *APIKey) HasUsers() bool
- func (*APIKey) ProtoMessage()
- func (x *APIKey) ProtoReflect() protoreflect.Message
- func (x *APIKey) Reset()
- func (x *APIKey) SetCreatedAt(v *timestamppb.Timestamp)
- func (x *APIKey) SetId(v string)
- func (x *APIKey) SetMongo(v *ApiAccess)
- func (x *APIKey) SetName(v string)
- func (x *APIKey) SetPostgres(v *ApiAccess)
- func (x *APIKey) SetProjectId(v string)
- func (x *APIKey) SetSecret(v string)
- func (x *APIKey) SetStatus(v APIKeyStatus)
- func (x *APIKey) SetStorage(v *ApiAccess)
- func (x *APIKey) SetUpdatedAt(v *timestamppb.Timestamp)
- func (x *APIKey) SetUsedAt(v *timestamppb.Timestamp)
- func (x *APIKey) SetUsers(v *ApiAccess)
- func (x *APIKey) String() string
- type APIKeyStatus
- type APIKey_builder
- type APIServiceCreateRequest
- func (x *APIServiceCreateRequest) GetConfigureMongo() bool
- func (x *APIServiceCreateRequest) GetConfigurePostgres() bool
- func (x *APIServiceCreateRequest) GetConfigureStorage() bool
- func (x *APIServiceCreateRequest) GetConfigureUsers() bool
- func (x *APIServiceCreateRequest) GetName() string
- func (x *APIServiceCreateRequest) GetProjectId() string
- func (*APIServiceCreateRequest) ProtoMessage()
- func (x *APIServiceCreateRequest) ProtoReflect() protoreflect.Message
- func (x *APIServiceCreateRequest) Reset()
- func (x *APIServiceCreateRequest) SetConfigureMongo(v bool)
- func (x *APIServiceCreateRequest) SetConfigurePostgres(v bool)
- func (x *APIServiceCreateRequest) SetConfigureStorage(v bool)
- func (x *APIServiceCreateRequest) SetConfigureUsers(v bool)
- func (x *APIServiceCreateRequest) SetName(v string)
- func (x *APIServiceCreateRequest) SetProjectId(v string)
- func (x *APIServiceCreateRequest) String() string
- type APIServiceCreateRequest_builder
- type APIServiceCreateResponse
- func (x *APIServiceCreateResponse) ClearApiKey()
- func (x *APIServiceCreateResponse) GetApiKey() *APIKey
- func (x *APIServiceCreateResponse) HasApiKey() bool
- func (*APIServiceCreateResponse) ProtoMessage()
- func (x *APIServiceCreateResponse) ProtoReflect() protoreflect.Message
- func (x *APIServiceCreateResponse) Reset()
- func (x *APIServiceCreateResponse) SetApiKey(v *APIKey)
- func (x *APIServiceCreateResponse) String() string
- type APIServiceCreateResponse_builder
- type APIServiceDeleteAllRequest
- func (x *APIServiceDeleteAllRequest) GetProjectId() string
- func (*APIServiceDeleteAllRequest) ProtoMessage()
- func (x *APIServiceDeleteAllRequest) ProtoReflect() protoreflect.Message
- func (x *APIServiceDeleteAllRequest) Reset()
- func (x *APIServiceDeleteAllRequest) SetProjectId(v string)
- func (x *APIServiceDeleteAllRequest) String() string
- type APIServiceDeleteAllRequest_builder
- type APIServiceDeleteAllResponse
- type APIServiceDeleteAllResponse_builder
- type APIServiceDeleteRequest
- func (x *APIServiceDeleteRequest) GetId() string
- func (*APIServiceDeleteRequest) ProtoMessage()
- func (x *APIServiceDeleteRequest) ProtoReflect() protoreflect.Message
- func (x *APIServiceDeleteRequest) Reset()
- func (x *APIServiceDeleteRequest) SetId(v string)
- func (x *APIServiceDeleteRequest) String() string
- type APIServiceDeleteRequest_builder
- type APIServiceDeleteResponse
- func (x *APIServiceDeleteResponse) GetId() string
- func (*APIServiceDeleteResponse) ProtoMessage()
- func (x *APIServiceDeleteResponse) ProtoReflect() protoreflect.Message
- func (x *APIServiceDeleteResponse) Reset()
- func (x *APIServiceDeleteResponse) SetId(v string)
- func (x *APIServiceDeleteResponse) String() string
- type APIServiceDeleteResponse_builder
- type APIServiceGenerateAccessTokenRequest
- func (x *APIServiceGenerateAccessTokenRequest) GetApiKey() string
- func (x *APIServiceGenerateAccessTokenRequest) GetId() string
- func (*APIServiceGenerateAccessTokenRequest) ProtoMessage()
- func (x *APIServiceGenerateAccessTokenRequest) ProtoReflect() protoreflect.Message
- func (x *APIServiceGenerateAccessTokenRequest) Reset()
- func (x *APIServiceGenerateAccessTokenRequest) SetApiKey(v string)
- func (x *APIServiceGenerateAccessTokenRequest) SetId(v string)
- func (x *APIServiceGenerateAccessTokenRequest) String() string
- type APIServiceGenerateAccessTokenRequest_builder
- type APIServiceGenerateAccessTokenResponse
- func (x *APIServiceGenerateAccessTokenResponse) ClearAccessToken()
- func (x *APIServiceGenerateAccessTokenResponse) GetAccessToken() *AccessToken
- func (x *APIServiceGenerateAccessTokenResponse) HasAccessToken() bool
- func (*APIServiceGenerateAccessTokenResponse) ProtoMessage()
- func (x *APIServiceGenerateAccessTokenResponse) ProtoReflect() protoreflect.Message
- func (x *APIServiceGenerateAccessTokenResponse) Reset()
- func (x *APIServiceGenerateAccessTokenResponse) SetAccessToken(v *AccessToken)
- func (x *APIServiceGenerateAccessTokenResponse) String() string
- type APIServiceGenerateAccessTokenResponse_builder
- type APIServiceGetRequest
- type APIServiceGetRequest_builder
- type APIServiceGetResponse
- func (x *APIServiceGetResponse) ClearApiKey()
- func (x *APIServiceGetResponse) GetApiKey() *APIKey
- func (x *APIServiceGetResponse) HasApiKey() bool
- func (*APIServiceGetResponse) ProtoMessage()
- func (x *APIServiceGetResponse) ProtoReflect() protoreflect.Message
- func (x *APIServiceGetResponse) Reset()
- func (x *APIServiceGetResponse) SetApiKey(v *APIKey)
- func (x *APIServiceGetResponse) String() string
- type APIServiceGetResponse_builder
- type APIServiceListRequest
- func (x *APIServiceListRequest) GetFrom() int32
- func (x *APIServiceListRequest) GetProjectId() string
- func (x *APIServiceListRequest) GetTo() int32
- func (*APIServiceListRequest) ProtoMessage()
- func (x *APIServiceListRequest) ProtoReflect() protoreflect.Message
- func (x *APIServiceListRequest) Reset()
- func (x *APIServiceListRequest) SetFrom(v int32)
- func (x *APIServiceListRequest) SetProjectId(v string)
- func (x *APIServiceListRequest) SetTo(v int32)
- func (x *APIServiceListRequest) String() string
- type APIServiceListRequest_builder
- type APIServiceListResponse
- func (x *APIServiceListResponse) GetApiKeys() []*APIKey
- func (x *APIServiceListResponse) GetCount() int64
- func (*APIServiceListResponse) ProtoMessage()
- func (x *APIServiceListResponse) ProtoReflect() protoreflect.Message
- func (x *APIServiceListResponse) Reset()
- func (x *APIServiceListResponse) SetApiKeys(v []*APIKey)
- func (x *APIServiceListResponse) SetCount(v int64)
- func (x *APIServiceListResponse) String() string
- type APIServiceListResponse_builder
- type APIServicePingRequest
- type APIServicePingRequest_builder
- type APIServicePingResponse
- type APIServicePingResponse_builder
- type APIServicePublicKeyRequest
- type APIServicePublicKeyRequest_builder
- type APIServicePublicKeyResponse
- func (x *APIServicePublicKeyResponse) GetPublicKey() string
- func (*APIServicePublicKeyResponse) ProtoMessage()
- func (x *APIServicePublicKeyResponse) ProtoReflect() protoreflect.Message
- func (x *APIServicePublicKeyResponse) Reset()
- func (x *APIServicePublicKeyResponse) SetPublicKey(v string)
- func (x *APIServicePublicKeyResponse) String() string
- type APIServicePublicKeyResponse_builder
- type APIServiceUpdateStatusRequest
- func (x *APIServiceUpdateStatusRequest) GetId() string
- func (x *APIServiceUpdateStatusRequest) GetStatus() APIKeyStatus
- func (*APIServiceUpdateStatusRequest) ProtoMessage()
- func (x *APIServiceUpdateStatusRequest) ProtoReflect() protoreflect.Message
- func (x *APIServiceUpdateStatusRequest) Reset()
- func (x *APIServiceUpdateStatusRequest) SetId(v string)
- func (x *APIServiceUpdateStatusRequest) SetStatus(v APIKeyStatus)
- func (x *APIServiceUpdateStatusRequest) String() string
- type APIServiceUpdateStatusRequest_builder
- type APIServiceUpdateStatusResponse
- type APIServiceUpdateStatusResponse_builder
- type APIServiceValidateAccessTokenRequest
- func (x *APIServiceValidateAccessTokenRequest) GetJwt() string
- func (*APIServiceValidateAccessTokenRequest) ProtoMessage()
- func (x *APIServiceValidateAccessTokenRequest) ProtoReflect() protoreflect.Message
- func (x *APIServiceValidateAccessTokenRequest) Reset()
- func (x *APIServiceValidateAccessTokenRequest) SetJwt(v string)
- func (x *APIServiceValidateAccessTokenRequest) String() string
- type APIServiceValidateAccessTokenRequest_builder
- type APIServiceValidateAccessTokenResponse
- func (x *APIServiceValidateAccessTokenResponse) ClearAccessToken()
- func (x *APIServiceValidateAccessTokenResponse) GetAccessToken() *AccessToken
- func (x *APIServiceValidateAccessTokenResponse) HasAccessToken() bool
- func (*APIServiceValidateAccessTokenResponse) ProtoMessage()
- func (x *APIServiceValidateAccessTokenResponse) ProtoReflect() protoreflect.Message
- func (x *APIServiceValidateAccessTokenResponse) Reset()
- func (x *APIServiceValidateAccessTokenResponse) SetAccessToken(v *AccessToken)
- func (x *APIServiceValidateAccessTokenResponse) String() string
- type APIServiceValidateAccessTokenResponse_builder
- type AccessToken
- func (x *AccessToken) ClearCreatedAt()
- func (x *AccessToken) ClearExpiresAt()
- func (x *AccessToken) GetCreatedAt() *timestamppb.Timestamp
- func (x *AccessToken) GetExpiresAt() *timestamppb.Timestamp
- func (x *AccessToken) GetId() string
- func (x *AccessToken) GetJwt() string
- func (x *AccessToken) GetNamespace() string
- func (x *AccessToken) HasCreatedAt() bool
- func (x *AccessToken) HasExpiresAt() bool
- func (*AccessToken) ProtoMessage()
- func (x *AccessToken) ProtoReflect() protoreflect.Message
- func (x *AccessToken) Reset()
- func (x *AccessToken) SetCreatedAt(v *timestamppb.Timestamp)
- func (x *AccessToken) SetExpiresAt(v *timestamppb.Timestamp)
- func (x *AccessToken) SetId(v string)
- func (x *AccessToken) SetJwt(v string)
- func (x *AccessToken) SetNamespace(v string)
- func (x *AccessToken) String() string
- type AccessToken_builder
- type ApiAccess
- func (x *ApiAccess) GetEnabled() bool
- func (x *ApiAccess) GetReady() bool
- func (*ApiAccess) ProtoMessage()
- func (x *ApiAccess) ProtoReflect() protoreflect.Message
- func (x *ApiAccess) Reset()
- func (x *ApiAccess) SetEnabled(v bool)
- func (x *ApiAccess) SetReady(v bool)
- func (x *ApiAccess) String() string
- type ApiAccess_builder
- type Cluster
- func (x *Cluster) GetMongoUrl() string
- func (x *Cluster) GetPostgresUrl() string
- func (*Cluster) ProtoMessage()
- func (x *Cluster) ProtoReflect() protoreflect.Message
- func (x *Cluster) Reset()
- func (x *Cluster) SetMongoUrl(v string)
- func (x *Cluster) SetPostgresUrl(v string)
- func (x *Cluster) String() string
- type Cluster_builder
- type Image
- func (x *Image) ClearExpiresAt()
- func (x *Image) GetExpires() bool
- func (x *Image) GetExpiresAt() *timestamppb.Timestamp
- func (x *Image) GetKey() string
- func (x *Image) GetUrl() string
- func (x *Image) HasExpiresAt() bool
- func (*Image) ProtoMessage()
- func (x *Image) ProtoReflect() protoreflect.Message
- func (x *Image) Reset()
- func (x *Image) SetExpires(v bool)
- func (x *Image) SetExpiresAt(v *timestamppb.Timestamp)
- func (x *Image) SetKey(v string)
- func (x *Image) SetUrl(v string)
- func (x *Image) String() string
- type Image_builder
- type Member
- func (x *Member) ClearCreatedAt()
- func (x *Member) ClearUpdatedAt()
- func (x *Member) GetCreatedAt() *timestamppb.Timestamp
- func (x *Member) GetEmail() string
- func (x *Member) GetId() string
- func (x *Member) GetPassword() string
- func (x *Member) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Member) GetUsername() string
- func (x *Member) HasCreatedAt() bool
- func (x *Member) HasUpdatedAt() bool
- func (*Member) ProtoMessage()
- func (x *Member) ProtoReflect() protoreflect.Message
- func (x *Member) Reset()
- func (x *Member) SetCreatedAt(v *timestamppb.Timestamp)
- func (x *Member) SetEmail(v string)
- func (x *Member) SetId(v string)
- func (x *Member) SetPassword(v string)
- func (x *Member) SetUpdatedAt(v *timestamppb.Timestamp)
- func (x *Member) SetUsername(v string)
- func (x *Member) String() string
- type Member_builder
- type MembersServicePingRequest
- type MembersServicePingRequest_builder
- type MembersServicePingResponse
- type MembersServicePingResponse_builder
- type MembersServiceUpdateMemberTypeRequest
- func (x *MembersServiceUpdateMemberTypeRequest) GetMemberId() string
- func (x *MembersServiceUpdateMemberTypeRequest) GetMemberType() string
- func (x *MembersServiceUpdateMemberTypeRequest) GetProjectId() string
- func (*MembersServiceUpdateMemberTypeRequest) ProtoMessage()
- func (x *MembersServiceUpdateMemberTypeRequest) ProtoReflect() protoreflect.Message
- func (x *MembersServiceUpdateMemberTypeRequest) Reset()
- func (x *MembersServiceUpdateMemberTypeRequest) SetMemberId(v string)
- func (x *MembersServiceUpdateMemberTypeRequest) SetMemberType(v string)
- func (x *MembersServiceUpdateMemberTypeRequest) SetProjectId(v string)
- func (x *MembersServiceUpdateMemberTypeRequest) String() string
- type MembersServiceUpdateMemberTypeRequest_builder
- type MembersServiceUpdateMemberTypeResponse
- type MembersServiceUpdateMemberTypeResponse_builder
- type Organization
- func (x *Organization) ClearCreatedAt()
- func (x *Organization) ClearUpdatedAt()
- func (x *Organization) GetCreatedAt() *timestamppb.Timestamp
- func (x *Organization) GetId() string
- func (x *Organization) GetName() string
- func (x *Organization) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Organization) HasCreatedAt() bool
- func (x *Organization) HasUpdatedAt() bool
- func (*Organization) ProtoMessage()
- func (x *Organization) ProtoReflect() protoreflect.Message
- func (x *Organization) Reset()
- func (x *Organization) SetCreatedAt(v *timestamppb.Timestamp)
- func (x *Organization) SetId(v string)
- func (x *Organization) SetName(v string)
- func (x *Organization) SetUpdatedAt(v *timestamppb.Timestamp)
- func (x *Organization) String() string
- type Organization_builder
- type Project
- func (x *Project) ClearCreatedAt()
- func (x *Project) ClearUpdatedAt()
- func (x *Project) GetCreatedAt() *timestamppb.Timestamp
- func (x *Project) GetId() string
- func (x *Project) GetMongoConfigured() bool
- func (x *Project) GetName() string
- func (x *Project) GetPostgresConfigured() bool
- func (x *Project) GetStorageConfigured() bool
- func (x *Project) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Project) GetUsersConfigured() bool
- func (x *Project) HasCreatedAt() bool
- func (x *Project) HasUpdatedAt() bool
- func (*Project) ProtoMessage()
- func (x *Project) ProtoReflect() protoreflect.Message
- func (x *Project) Reset()
- func (x *Project) SetCreatedAt(v *timestamppb.Timestamp)
- func (x *Project) SetId(v string)
- func (x *Project) SetMongoConfigured(v bool)
- func (x *Project) SetName(v string)
- func (x *Project) SetPostgresConfigured(v bool)
- func (x *Project) SetStorageConfigured(v bool)
- func (x *Project) SetUpdatedAt(v *timestamppb.Timestamp)
- func (x *Project) SetUsersConfigured(v bool)
- func (x *Project) String() string
- type Project_builder
- type ProjectsServiceCreateRequest
- func (x *ProjectsServiceCreateRequest) ClearConfigureMongo()
- func (x *ProjectsServiceCreateRequest) ClearConfigurePostgres()
- func (x *ProjectsServiceCreateRequest) ClearConfigureStorage()
- func (x *ProjectsServiceCreateRequest) ClearConfigureUsers()
- func (x *ProjectsServiceCreateRequest) GetConfigureMongo() bool
- func (x *ProjectsServiceCreateRequest) GetConfigurePostgres() bool
- func (x *ProjectsServiceCreateRequest) GetConfigureStorage() bool
- func (x *ProjectsServiceCreateRequest) GetConfigureUsers() bool
- func (x *ProjectsServiceCreateRequest) GetId() string
- func (x *ProjectsServiceCreateRequest) GetLogo() string
- func (x *ProjectsServiceCreateRequest) GetName() string
- func (x *ProjectsServiceCreateRequest) GetOwnerId() string
- func (x *ProjectsServiceCreateRequest) HasConfigureMongo() bool
- func (x *ProjectsServiceCreateRequest) HasConfigurePostgres() bool
- func (x *ProjectsServiceCreateRequest) HasConfigureStorage() bool
- func (x *ProjectsServiceCreateRequest) HasConfigureUsers() bool
- func (*ProjectsServiceCreateRequest) ProtoMessage()
- func (x *ProjectsServiceCreateRequest) ProtoReflect() protoreflect.Message
- func (x *ProjectsServiceCreateRequest) Reset()
- func (x *ProjectsServiceCreateRequest) SetConfigureMongo(v bool)
- func (x *ProjectsServiceCreateRequest) SetConfigurePostgres(v bool)
- func (x *ProjectsServiceCreateRequest) SetConfigureStorage(v bool)
- func (x *ProjectsServiceCreateRequest) SetConfigureUsers(v bool)
- func (x *ProjectsServiceCreateRequest) SetId(v string)
- func (x *ProjectsServiceCreateRequest) SetLogo(v string)
- func (x *ProjectsServiceCreateRequest) SetName(v string)
- func (x *ProjectsServiceCreateRequest) SetOwnerId(v string)
- func (x *ProjectsServiceCreateRequest) String() string
- type ProjectsServiceCreateRequest_builder
- type ProjectsServiceCreateResponse
- func (x *ProjectsServiceCreateResponse) ClearProject()
- func (x *ProjectsServiceCreateResponse) GetProject() *Project
- func (x *ProjectsServiceCreateResponse) HasProject() bool
- func (*ProjectsServiceCreateResponse) ProtoMessage()
- func (x *ProjectsServiceCreateResponse) ProtoReflect() protoreflect.Message
- func (x *ProjectsServiceCreateResponse) Reset()
- func (x *ProjectsServiceCreateResponse) SetProject(v *Project)
- func (x *ProjectsServiceCreateResponse) String() string
- type ProjectsServiceCreateResponse_builder
- type ProjectsServiceDeleteRequest
- func (x *ProjectsServiceDeleteRequest) GetId() string
- func (*ProjectsServiceDeleteRequest) ProtoMessage()
- func (x *ProjectsServiceDeleteRequest) ProtoReflect() protoreflect.Message
- func (x *ProjectsServiceDeleteRequest) Reset()
- func (x *ProjectsServiceDeleteRequest) SetId(v string)
- func (x *ProjectsServiceDeleteRequest) String() string
- type ProjectsServiceDeleteRequest_builder
- type ProjectsServiceDeleteResponse
- type ProjectsServiceDeleteResponse_builder
- type ProjectsServiceDisableMongoRequest
- func (x *ProjectsServiceDisableMongoRequest) GetId() string
- func (*ProjectsServiceDisableMongoRequest) ProtoMessage()
- func (x *ProjectsServiceDisableMongoRequest) ProtoReflect() protoreflect.Message
- func (x *ProjectsServiceDisableMongoRequest) Reset()
- func (x *ProjectsServiceDisableMongoRequest) SetId(v string)
- func (x *ProjectsServiceDisableMongoRequest) String() string
- type ProjectsServiceDisableMongoRequest_builder
- type ProjectsServiceDisableMongoResponse
- type ProjectsServiceDisableMongoResponse_builder
- type ProjectsServiceDisablePostgresRequest
- func (x *ProjectsServiceDisablePostgresRequest) GetId() string
- func (*ProjectsServiceDisablePostgresRequest) ProtoMessage()
- func (x *ProjectsServiceDisablePostgresRequest) ProtoReflect() protoreflect.Message
- func (x *ProjectsServiceDisablePostgresRequest) Reset()
- func (x *ProjectsServiceDisablePostgresRequest) SetId(v string)
- func (x *ProjectsServiceDisablePostgresRequest) String() string
- type ProjectsServiceDisablePostgresRequest_builder
- type ProjectsServiceDisablePostgresResponse
- func (x *ProjectsServiceDisablePostgresResponse) GetId() string
- func (*ProjectsServiceDisablePostgresResponse) ProtoMessage()
- func (x *ProjectsServiceDisablePostgresResponse) ProtoReflect() protoreflect.Message
- func (x *ProjectsServiceDisablePostgresResponse) Reset()
- func (x *ProjectsServiceDisablePostgresResponse) SetId(v string)
- func (x *ProjectsServiceDisablePostgresResponse) String() string
- type ProjectsServiceDisablePostgresResponse_builder
- type ProjectsServiceDisableStorageRequest
- func (x *ProjectsServiceDisableStorageRequest) GetId() string
- func (*ProjectsServiceDisableStorageRequest) ProtoMessage()
- func (x *ProjectsServiceDisableStorageRequest) ProtoReflect() protoreflect.Message
- func (x *ProjectsServiceDisableStorageRequest) Reset()
- func (x *ProjectsServiceDisableStorageRequest) SetId(v string)
- func (x *ProjectsServiceDisableStorageRequest) String() string
- type ProjectsServiceDisableStorageRequest_builder
- type ProjectsServiceDisableStorageResponse
- type ProjectsServiceDisableStorageResponse_builder
- type ProjectsServiceDisableUsersRequest
- func (x *ProjectsServiceDisableUsersRequest) GetId() string
- func (*ProjectsServiceDisableUsersRequest) ProtoMessage()
- func (x *ProjectsServiceDisableUsersRequest) ProtoReflect() protoreflect.Message
- func (x *ProjectsServiceDisableUsersRequest) Reset()
- func (x *ProjectsServiceDisableUsersRequest) SetId(v string)
- func (x *ProjectsServiceDisableUsersRequest) String() string
- type ProjectsServiceDisableUsersRequest_builder
- type ProjectsServiceDisableUsersResponse
- type ProjectsServiceDisableUsersResponse_builder
- type ProjectsServiceEnableMongoRequest
- func (x *ProjectsServiceEnableMongoRequest) GetId() string
- func (*ProjectsServiceEnableMongoRequest) ProtoMessage()
- func (x *ProjectsServiceEnableMongoRequest) ProtoReflect() protoreflect.Message
- func (x *ProjectsServiceEnableMongoRequest) Reset()
- func (x *ProjectsServiceEnableMongoRequest) SetId(v string)
- func (x *ProjectsServiceEnableMongoRequest) String() string
- type ProjectsServiceEnableMongoRequest_builder
- type ProjectsServiceEnableMongoResponse
- type ProjectsServiceEnableMongoResponse_builder
- type ProjectsServiceEnablePostgresRequest
- func (x *ProjectsServiceEnablePostgresRequest) GetId() string
- func (*ProjectsServiceEnablePostgresRequest) ProtoMessage()
- func (x *ProjectsServiceEnablePostgresRequest) ProtoReflect() protoreflect.Message
- func (x *ProjectsServiceEnablePostgresRequest) Reset()
- func (x *ProjectsServiceEnablePostgresRequest) SetId(v string)
- func (x *ProjectsServiceEnablePostgresRequest) String() string
- type ProjectsServiceEnablePostgresRequest_builder
- type ProjectsServiceEnablePostgresResponse
- type ProjectsServiceEnablePostgresResponse_builder
- type ProjectsServiceEnableStorageRequest
- func (x *ProjectsServiceEnableStorageRequest) GetId() string
- func (*ProjectsServiceEnableStorageRequest) ProtoMessage()
- func (x *ProjectsServiceEnableStorageRequest) ProtoReflect() protoreflect.Message
- func (x *ProjectsServiceEnableStorageRequest) Reset()
- func (x *ProjectsServiceEnableStorageRequest) SetId(v string)
- func (x *ProjectsServiceEnableStorageRequest) String() string
- type ProjectsServiceEnableStorageRequest_builder
- type ProjectsServiceEnableStorageResponse
- type ProjectsServiceEnableStorageResponse_builder
- type ProjectsServiceEnableUsersRequest
- func (x *ProjectsServiceEnableUsersRequest) GetId() string
- func (*ProjectsServiceEnableUsersRequest) ProtoMessage()
- func (x *ProjectsServiceEnableUsersRequest) ProtoReflect() protoreflect.Message
- func (x *ProjectsServiceEnableUsersRequest) Reset()
- func (x *ProjectsServiceEnableUsersRequest) SetId(v string)
- func (x *ProjectsServiceEnableUsersRequest) String() string
- type ProjectsServiceEnableUsersRequest_builder
- type ProjectsServiceEnableUsersResponse
- type ProjectsServiceEnableUsersResponse_builder
- type ProjectsServiceGetRequest
- func (x *ProjectsServiceGetRequest) GetId() string
- func (*ProjectsServiceGetRequest) ProtoMessage()
- func (x *ProjectsServiceGetRequest) ProtoReflect() protoreflect.Message
- func (x *ProjectsServiceGetRequest) Reset()
- func (x *ProjectsServiceGetRequest) SetId(v string)
- func (x *ProjectsServiceGetRequest) String() string
- type ProjectsServiceGetRequest_builder
- type ProjectsServiceGetResponse
- func (x *ProjectsServiceGetResponse) ClearProject()
- func (x *ProjectsServiceGetResponse) GetExternalEndpoint() string
- func (x *ProjectsServiceGetResponse) GetInternalEndpoint() string
- func (x *ProjectsServiceGetResponse) GetProject() *Project
- func (x *ProjectsServiceGetResponse) HasProject() bool
- func (*ProjectsServiceGetResponse) ProtoMessage()
- func (x *ProjectsServiceGetResponse) ProtoReflect() protoreflect.Message
- func (x *ProjectsServiceGetResponse) Reset()
- func (x *ProjectsServiceGetResponse) SetExternalEndpoint(v string)
- func (x *ProjectsServiceGetResponse) SetInternalEndpoint(v string)
- func (x *ProjectsServiceGetResponse) SetProject(v *Project)
- func (x *ProjectsServiceGetResponse) String() string
- type ProjectsServiceGetResponse_builder
- type ProjectsServiceListRequest
- func (x *ProjectsServiceListRequest) ClearOwnerId()
- func (x *ProjectsServiceListRequest) GetFrom() int32
- func (x *ProjectsServiceListRequest) GetOwnerId() string
- func (x *ProjectsServiceListRequest) GetTo() int32
- func (x *ProjectsServiceListRequest) HasOwnerId() bool
- func (*ProjectsServiceListRequest) ProtoMessage()
- func (x *ProjectsServiceListRequest) ProtoReflect() protoreflect.Message
- func (x *ProjectsServiceListRequest) Reset()
- func (x *ProjectsServiceListRequest) SetFrom(v int32)
- func (x *ProjectsServiceListRequest) SetOwnerId(v string)
- func (x *ProjectsServiceListRequest) SetTo(v int32)
- func (x *ProjectsServiceListRequest) String() string
- type ProjectsServiceListRequest_builder
- type ProjectsServiceListResponse
- func (x *ProjectsServiceListResponse) ClearOwnerId()
- func (x *ProjectsServiceListResponse) GetCount() int64
- func (x *ProjectsServiceListResponse) GetOwnerId() string
- func (x *ProjectsServiceListResponse) GetProjects() []*Project
- func (x *ProjectsServiceListResponse) HasOwnerId() bool
- func (*ProjectsServiceListResponse) ProtoMessage()
- func (x *ProjectsServiceListResponse) ProtoReflect() protoreflect.Message
- func (x *ProjectsServiceListResponse) Reset()
- func (x *ProjectsServiceListResponse) SetCount(v int64)
- func (x *ProjectsServiceListResponse) SetOwnerId(v string)
- func (x *ProjectsServiceListResponse) SetProjects(v []*Project)
- func (x *ProjectsServiceListResponse) String() string
- type ProjectsServiceListResponse_builder
- type ProjectsServicePingRequest
- type ProjectsServicePingRequest_builder
- type ProjectsServicePingResponse
- type ProjectsServicePingResponse_builder
- type ProjectsServicePublicKeyRequest
- type ProjectsServicePublicKeyRequest_builder
- type ProjectsServicePublicKeyResponse
- func (x *ProjectsServicePublicKeyResponse) GetPublicKey() string
- func (*ProjectsServicePublicKeyResponse) ProtoMessage()
- func (x *ProjectsServicePublicKeyResponse) ProtoReflect() protoreflect.Message
- func (x *ProjectsServicePublicKeyResponse) Reset()
- func (x *ProjectsServicePublicKeyResponse) SetPublicKey(v string)
- func (x *ProjectsServicePublicKeyResponse) String() string
- type ProjectsServicePublicKeyResponse_builder
- type ProjectsServiceUpdateRequest
- func (x *ProjectsServiceUpdateRequest) ClearLogo()
- func (x *ProjectsServiceUpdateRequest) ClearName()
- func (x *ProjectsServiceUpdateRequest) GetId() string
- func (x *ProjectsServiceUpdateRequest) GetLogo() string
- func (x *ProjectsServiceUpdateRequest) GetName() string
- func (x *ProjectsServiceUpdateRequest) HasLogo() bool
- func (x *ProjectsServiceUpdateRequest) HasName() bool
- func (*ProjectsServiceUpdateRequest) ProtoMessage()
- func (x *ProjectsServiceUpdateRequest) ProtoReflect() protoreflect.Message
- func (x *ProjectsServiceUpdateRequest) Reset()
- func (x *ProjectsServiceUpdateRequest) SetId(v string)
- func (x *ProjectsServiceUpdateRequest) SetLogo(v string)
- func (x *ProjectsServiceUpdateRequest) SetName(v string)
- func (x *ProjectsServiceUpdateRequest) String() string
- type ProjectsServiceUpdateRequest_builder
- type ProjectsServiceUpdateResponse
- type ProjectsServiceUpdateResponse_builder
- type TokenType
Constants ¶
This section is empty.
Variables ¶
var ( APIKeyStatus_name = map[int32]string{ 0: "APIKEY_STATUS_UNSPECIFIED", 1: "APIKEY_STATUS_ACTIVE", 2: "APIKEY_STATUS_REVOKED", } APIKeyStatus_value = map[string]int32{ "APIKEY_STATUS_UNSPECIFIED": 0, "APIKEY_STATUS_ACTIVE": 1, "APIKEY_STATUS_REVOKED": 2, } )
Enum value maps for APIKeyStatus.
var ( TokenType_name = map[int32]string{ 0: "TOKEN_TYPE_UNSPECIFIED", 1: "TOKEN_TYPE_ACCESS_TOKEN", 2: "TOKEN_TYPE_REFRESH_TOKEN", } TokenType_value = map[string]int32{ "TOKEN_TYPE_UNSPECIFIED": 0, "TOKEN_TYPE_ACCESS_TOKEN": 1, "TOKEN_TYPE_REFRESH_TOKEN": 2, } )
Enum value maps for TokenType.
var File_nuntio_core_v1alpha1_core_api_proto protoreflect.FileDescriptor
var File_nuntio_core_v1alpha1_core_members_proto protoreflect.FileDescriptor
var File_nuntio_core_v1alpha1_core_messages_proto protoreflect.FileDescriptor
var File_nuntio_core_v1alpha1_core_projects_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type APIKey ¶
type APIKey struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
CreatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
Secret string `protobuf:"bytes,4,opt,name=secret,proto3" json:"secret,omitempty"`
ProjectId string `protobuf:"bytes,5,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
Mongo *ApiAccess `protobuf:"bytes,6,opt,name=mongo,proto3" json:"mongo,omitempty"`
Postgres *ApiAccess `protobuf:"bytes,7,opt,name=postgres,proto3" json:"postgres,omitempty"`
Storage *ApiAccess `protobuf:"bytes,8,opt,name=storage,proto3" json:"storage,omitempty"`
Users *ApiAccess `protobuf:"bytes,9,opt,name=users,proto3" json:"users,omitempty"`
Name string `protobuf:"bytes,10,opt,name=name,proto3" json:"name,omitempty"`
Status APIKeyStatus `protobuf:"varint,11,opt,name=status,proto3,enum=nuntio.core.v1alpha1.APIKeyStatus" json:"status,omitempty"`
UsedAt *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=used_at,json=usedAt,proto3" json:"used_at,omitempty"`
// contains filtered or unexported fields
}
func (*APIKey) GetCreatedAt ¶
func (x *APIKey) GetCreatedAt() *timestamppb.Timestamp
func (*APIKey) GetStatus ¶
func (x *APIKey) GetStatus() APIKeyStatus
func (*APIKey) GetUpdatedAt ¶
func (x *APIKey) GetUpdatedAt() *timestamppb.Timestamp
func (*APIKey) GetUsedAt ¶
func (x *APIKey) GetUsedAt() *timestamppb.Timestamp
func (*APIKey) ProtoReflect ¶
func (x *APIKey) ProtoReflect() protoreflect.Message
func (*APIKey) SetCreatedAt ¶
func (x *APIKey) SetCreatedAt(v *timestamppb.Timestamp)
func (*APIKey) SetStatus ¶
func (x *APIKey) SetStatus(v APIKeyStatus)
func (*APIKey) SetUpdatedAt ¶
func (x *APIKey) SetUpdatedAt(v *timestamppb.Timestamp)
func (*APIKey) SetUsedAt ¶
func (x *APIKey) SetUsedAt(v *timestamppb.Timestamp)
type APIKeyStatus ¶
type APIKeyStatus int32
const ( APIKeyStatus_APIKEY_STATUS_UNSPECIFIED APIKeyStatus = 0 APIKeyStatus_APIKEY_STATUS_ACTIVE APIKeyStatus = 1 APIKeyStatus_APIKEY_STATUS_REVOKED APIKeyStatus = 2 )
func (APIKeyStatus) Descriptor ¶
func (APIKeyStatus) Descriptor() protoreflect.EnumDescriptor
func (APIKeyStatus) Enum ¶
func (x APIKeyStatus) Enum() *APIKeyStatus
func (APIKeyStatus) Number ¶
func (x APIKeyStatus) Number() protoreflect.EnumNumber
func (APIKeyStatus) String ¶
func (x APIKeyStatus) String() string
func (APIKeyStatus) Type ¶
func (APIKeyStatus) Type() protoreflect.EnumType
type APIKey_builder ¶
type APIKey_builder struct {
Id string
CreatedAt *timestamppb.Timestamp
UpdatedAt *timestamppb.Timestamp
Secret string
ProjectId string
Mongo *ApiAccess
Postgres *ApiAccess
Storage *ApiAccess
Users *ApiAccess
Name string
Status APIKeyStatus
UsedAt *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (APIKey_builder) Build ¶
func (b0 APIKey_builder) Build() *APIKey
type APIServiceCreateRequest ¶
type APIServiceCreateRequest struct {
// the project id related to the api key
ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
// init mongo access
ConfigureMongo bool `protobuf:"varint,2,opt,name=configure_mongo,json=configureMongo,proto3" json:"configure_mongo,omitempty"`
// init postgres access
ConfigurePostgres bool `protobuf:"varint,3,opt,name=configure_postgres,json=configurePostgres,proto3" json:"configure_postgres,omitempty"`
// init storage access
ConfigureStorage bool `protobuf:"varint,4,opt,name=configure_storage,json=configureStorage,proto3" json:"configure_storage,omitempty"`
// init users access
ConfigureUsers bool `protobuf:"varint,5,opt,name=configure_users,json=configureUsers,proto3" json:"configure_users,omitempty"`
// the name of the api key
Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
The request of a API.CreateAPIKey RPC
func (*APIServiceCreateRequest) GetConfigureMongo ¶
func (x *APIServiceCreateRequest) GetConfigureMongo() bool
func (*APIServiceCreateRequest) GetConfigurePostgres ¶
func (x *APIServiceCreateRequest) GetConfigurePostgres() bool
func (*APIServiceCreateRequest) GetConfigureStorage ¶
func (x *APIServiceCreateRequest) GetConfigureStorage() bool
func (*APIServiceCreateRequest) GetConfigureUsers ¶
func (x *APIServiceCreateRequest) GetConfigureUsers() bool
func (*APIServiceCreateRequest) GetName ¶
func (x *APIServiceCreateRequest) GetName() string
func (*APIServiceCreateRequest) GetProjectId ¶
func (x *APIServiceCreateRequest) GetProjectId() string
func (*APIServiceCreateRequest) ProtoMessage ¶
func (*APIServiceCreateRequest) ProtoMessage()
func (*APIServiceCreateRequest) ProtoReflect ¶
func (x *APIServiceCreateRequest) ProtoReflect() protoreflect.Message
func (*APIServiceCreateRequest) Reset ¶
func (x *APIServiceCreateRequest) Reset()
func (*APIServiceCreateRequest) SetConfigureMongo ¶
func (x *APIServiceCreateRequest) SetConfigureMongo(v bool)
func (*APIServiceCreateRequest) SetConfigurePostgres ¶
func (x *APIServiceCreateRequest) SetConfigurePostgres(v bool)
func (*APIServiceCreateRequest) SetConfigureStorage ¶
func (x *APIServiceCreateRequest) SetConfigureStorage(v bool)
func (*APIServiceCreateRequest) SetConfigureUsers ¶
func (x *APIServiceCreateRequest) SetConfigureUsers(v bool)
func (*APIServiceCreateRequest) SetName ¶
func (x *APIServiceCreateRequest) SetName(v string)
func (*APIServiceCreateRequest) SetProjectId ¶
func (x *APIServiceCreateRequest) SetProjectId(v string)
func (*APIServiceCreateRequest) String ¶
func (x *APIServiceCreateRequest) String() string
type APIServiceCreateRequest_builder ¶
type APIServiceCreateRequest_builder struct {
// the project id related to the api key
ProjectId string
// init mongo access
ConfigureMongo bool
// init postgres access
ConfigurePostgres bool
// init storage access
ConfigureStorage bool
// init users access
ConfigureUsers bool
// the name of the api key
Name string
// contains filtered or unexported fields
}
func (APIServiceCreateRequest_builder) Build ¶
func (b0 APIServiceCreateRequest_builder) Build() *APIServiceCreateRequest
type APIServiceCreateResponse ¶
type APIServiceCreateResponse struct {
ApiKey *APIKey `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
// contains filtered or unexported fields
}
The response of a API.CreateAPIKey RPC
func (*APIServiceCreateResponse) ClearApiKey ¶
func (x *APIServiceCreateResponse) ClearApiKey()
func (*APIServiceCreateResponse) GetApiKey ¶
func (x *APIServiceCreateResponse) GetApiKey() *APIKey
func (*APIServiceCreateResponse) HasApiKey ¶
func (x *APIServiceCreateResponse) HasApiKey() bool
func (*APIServiceCreateResponse) ProtoMessage ¶
func (*APIServiceCreateResponse) ProtoMessage()
func (*APIServiceCreateResponse) ProtoReflect ¶
func (x *APIServiceCreateResponse) ProtoReflect() protoreflect.Message
func (*APIServiceCreateResponse) Reset ¶
func (x *APIServiceCreateResponse) Reset()
func (*APIServiceCreateResponse) SetApiKey ¶
func (x *APIServiceCreateResponse) SetApiKey(v *APIKey)
func (*APIServiceCreateResponse) String ¶
func (x *APIServiceCreateResponse) String() string
type APIServiceCreateResponse_builder ¶
type APIServiceCreateResponse_builder struct {
ApiKey *APIKey
// contains filtered or unexported fields
}
func (APIServiceCreateResponse_builder) Build ¶
func (b0 APIServiceCreateResponse_builder) Build() *APIServiceCreateResponse
type APIServiceDeleteAllRequest ¶
type APIServiceDeleteAllRequest struct {
// the project id related to the api key
ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
// contains filtered or unexported fields
}
The request of a API.DeleteAllAPIKey RPC
func (*APIServiceDeleteAllRequest) GetProjectId ¶
func (x *APIServiceDeleteAllRequest) GetProjectId() string
func (*APIServiceDeleteAllRequest) ProtoMessage ¶
func (*APIServiceDeleteAllRequest) ProtoMessage()
func (*APIServiceDeleteAllRequest) ProtoReflect ¶
func (x *APIServiceDeleteAllRequest) ProtoReflect() protoreflect.Message
func (*APIServiceDeleteAllRequest) Reset ¶
func (x *APIServiceDeleteAllRequest) Reset()
func (*APIServiceDeleteAllRequest) SetProjectId ¶
func (x *APIServiceDeleteAllRequest) SetProjectId(v string)
func (*APIServiceDeleteAllRequest) String ¶
func (x *APIServiceDeleteAllRequest) String() string
type APIServiceDeleteAllRequest_builder ¶
type APIServiceDeleteAllRequest_builder struct {
// the project id related to the api key
ProjectId string
// contains filtered or unexported fields
}
func (APIServiceDeleteAllRequest_builder) Build ¶
func (b0 APIServiceDeleteAllRequest_builder) Build() *APIServiceDeleteAllRequest
type APIServiceDeleteAllResponse ¶
type APIServiceDeleteAllResponse struct {
// contains filtered or unexported fields
}
The response of a API.DeleteAllAPIKey RPC
func (*APIServiceDeleteAllResponse) ProtoMessage ¶
func (*APIServiceDeleteAllResponse) ProtoMessage()
func (*APIServiceDeleteAllResponse) ProtoReflect ¶
func (x *APIServiceDeleteAllResponse) ProtoReflect() protoreflect.Message
func (*APIServiceDeleteAllResponse) Reset ¶
func (x *APIServiceDeleteAllResponse) Reset()
func (*APIServiceDeleteAllResponse) String ¶
func (x *APIServiceDeleteAllResponse) String() string
type APIServiceDeleteAllResponse_builder ¶
type APIServiceDeleteAllResponse_builder struct {
// contains filtered or unexported fields
}
func (APIServiceDeleteAllResponse_builder) Build ¶
func (b0 APIServiceDeleteAllResponse_builder) Build() *APIServiceDeleteAllResponse
type APIServiceDeleteRequest ¶
type APIServiceDeleteRequest struct {
// the id of the api key
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
The request of a API.DeleteAPIKey RPC
func (*APIServiceDeleteRequest) GetId ¶
func (x *APIServiceDeleteRequest) GetId() string
func (*APIServiceDeleteRequest) ProtoMessage ¶
func (*APIServiceDeleteRequest) ProtoMessage()
func (*APIServiceDeleteRequest) ProtoReflect ¶
func (x *APIServiceDeleteRequest) ProtoReflect() protoreflect.Message
func (*APIServiceDeleteRequest) Reset ¶
func (x *APIServiceDeleteRequest) Reset()
func (*APIServiceDeleteRequest) SetId ¶
func (x *APIServiceDeleteRequest) SetId(v string)
func (*APIServiceDeleteRequest) String ¶
func (x *APIServiceDeleteRequest) String() string
type APIServiceDeleteRequest_builder ¶
type APIServiceDeleteRequest_builder struct {
// the id of the api key
Id string
// contains filtered or unexported fields
}
func (APIServiceDeleteRequest_builder) Build ¶
func (b0 APIServiceDeleteRequest_builder) Build() *APIServiceDeleteRequest
type APIServiceDeleteResponse ¶
type APIServiceDeleteResponse struct {
// the id of the api key
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
The response of a API.DeleteAPIKey RPC
func (*APIServiceDeleteResponse) GetId ¶
func (x *APIServiceDeleteResponse) GetId() string
func (*APIServiceDeleteResponse) ProtoMessage ¶
func (*APIServiceDeleteResponse) ProtoMessage()
func (*APIServiceDeleteResponse) ProtoReflect ¶
func (x *APIServiceDeleteResponse) ProtoReflect() protoreflect.Message
func (*APIServiceDeleteResponse) Reset ¶
func (x *APIServiceDeleteResponse) Reset()
func (*APIServiceDeleteResponse) SetId ¶
func (x *APIServiceDeleteResponse) SetId(v string)
func (*APIServiceDeleteResponse) String ¶
func (x *APIServiceDeleteResponse) String() string
type APIServiceDeleteResponse_builder ¶
type APIServiceDeleteResponse_builder struct {
// the id of the api key
Id string
// contains filtered or unexported fields
}
func (APIServiceDeleteResponse_builder) Build ¶
func (b0 APIServiceDeleteResponse_builder) Build() *APIServiceDeleteResponse
type APIServiceGenerateAccessTokenRequest ¶
type APIServiceGenerateAccessTokenRequest struct {
// the id of the api key to generate
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// the secret to validate
ApiKey string `protobuf:"bytes,2,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
// contains filtered or unexported fields
}
The request of a API.GenerateAccessToken RPC
func (*APIServiceGenerateAccessTokenRequest) GetApiKey ¶
func (x *APIServiceGenerateAccessTokenRequest) GetApiKey() string
func (*APIServiceGenerateAccessTokenRequest) GetId ¶
func (x *APIServiceGenerateAccessTokenRequest) GetId() string
func (*APIServiceGenerateAccessTokenRequest) ProtoMessage ¶
func (*APIServiceGenerateAccessTokenRequest) ProtoMessage()
func (*APIServiceGenerateAccessTokenRequest) ProtoReflect ¶
func (x *APIServiceGenerateAccessTokenRequest) ProtoReflect() protoreflect.Message
func (*APIServiceGenerateAccessTokenRequest) Reset ¶
func (x *APIServiceGenerateAccessTokenRequest) Reset()
func (*APIServiceGenerateAccessTokenRequest) SetApiKey ¶
func (x *APIServiceGenerateAccessTokenRequest) SetApiKey(v string)
func (*APIServiceGenerateAccessTokenRequest) SetId ¶
func (x *APIServiceGenerateAccessTokenRequest) SetId(v string)
func (*APIServiceGenerateAccessTokenRequest) String ¶
func (x *APIServiceGenerateAccessTokenRequest) String() string
type APIServiceGenerateAccessTokenRequest_builder ¶
type APIServiceGenerateAccessTokenRequest_builder struct {
// the id of the api key to generate
Id string
// the secret to validate
ApiKey string
// contains filtered or unexported fields
}
func (APIServiceGenerateAccessTokenRequest_builder) Build ¶
func (b0 APIServiceGenerateAccessTokenRequest_builder) Build() *APIServiceGenerateAccessTokenRequest
type APIServiceGenerateAccessTokenResponse ¶
type APIServiceGenerateAccessTokenResponse struct {
AccessToken *AccessToken `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
// contains filtered or unexported fields
}
The response of a API.GenerateAccessToken RPC
func (*APIServiceGenerateAccessTokenResponse) ClearAccessToken ¶
func (x *APIServiceGenerateAccessTokenResponse) ClearAccessToken()
func (*APIServiceGenerateAccessTokenResponse) GetAccessToken ¶
func (x *APIServiceGenerateAccessTokenResponse) GetAccessToken() *AccessToken
func (*APIServiceGenerateAccessTokenResponse) HasAccessToken ¶
func (x *APIServiceGenerateAccessTokenResponse) HasAccessToken() bool
func (*APIServiceGenerateAccessTokenResponse) ProtoMessage ¶
func (*APIServiceGenerateAccessTokenResponse) ProtoMessage()
func (*APIServiceGenerateAccessTokenResponse) ProtoReflect ¶
func (x *APIServiceGenerateAccessTokenResponse) ProtoReflect() protoreflect.Message
func (*APIServiceGenerateAccessTokenResponse) Reset ¶
func (x *APIServiceGenerateAccessTokenResponse) Reset()
func (*APIServiceGenerateAccessTokenResponse) SetAccessToken ¶
func (x *APIServiceGenerateAccessTokenResponse) SetAccessToken(v *AccessToken)
func (*APIServiceGenerateAccessTokenResponse) String ¶
func (x *APIServiceGenerateAccessTokenResponse) String() string
type APIServiceGenerateAccessTokenResponse_builder ¶
type APIServiceGenerateAccessTokenResponse_builder struct {
AccessToken *AccessToken
// contains filtered or unexported fields
}
func (APIServiceGenerateAccessTokenResponse_builder) Build ¶
type APIServiceGetRequest ¶
type APIServiceGetRequest struct {
// the id of the api key
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
The request of a API.GetAPIKey RPC
func (*APIServiceGetRequest) GetId ¶
func (x *APIServiceGetRequest) GetId() string
func (*APIServiceGetRequest) ProtoMessage ¶
func (*APIServiceGetRequest) ProtoMessage()
func (*APIServiceGetRequest) ProtoReflect ¶
func (x *APIServiceGetRequest) ProtoReflect() protoreflect.Message
func (*APIServiceGetRequest) Reset ¶
func (x *APIServiceGetRequest) Reset()
func (*APIServiceGetRequest) SetId ¶
func (x *APIServiceGetRequest) SetId(v string)
func (*APIServiceGetRequest) String ¶
func (x *APIServiceGetRequest) String() string
type APIServiceGetRequest_builder ¶
type APIServiceGetRequest_builder struct {
// the id of the api key
Id string
// contains filtered or unexported fields
}
func (APIServiceGetRequest_builder) Build ¶
func (b0 APIServiceGetRequest_builder) Build() *APIServiceGetRequest
type APIServiceGetResponse ¶
type APIServiceGetResponse struct {
ApiKey *APIKey `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
// contains filtered or unexported fields
}
The response of a API.GetAPIKey RPC
func (*APIServiceGetResponse) ClearApiKey ¶
func (x *APIServiceGetResponse) ClearApiKey()
func (*APIServiceGetResponse) GetApiKey ¶
func (x *APIServiceGetResponse) GetApiKey() *APIKey
func (*APIServiceGetResponse) HasApiKey ¶
func (x *APIServiceGetResponse) HasApiKey() bool
func (*APIServiceGetResponse) ProtoMessage ¶
func (*APIServiceGetResponse) ProtoMessage()
func (*APIServiceGetResponse) ProtoReflect ¶
func (x *APIServiceGetResponse) ProtoReflect() protoreflect.Message
func (*APIServiceGetResponse) Reset ¶
func (x *APIServiceGetResponse) Reset()
func (*APIServiceGetResponse) SetApiKey ¶
func (x *APIServiceGetResponse) SetApiKey(v *APIKey)
func (*APIServiceGetResponse) String ¶
func (x *APIServiceGetResponse) String() string
type APIServiceGetResponse_builder ¶
type APIServiceGetResponse_builder struct {
ApiKey *APIKey
// contains filtered or unexported fields
}
func (APIServiceGetResponse_builder) Build ¶
func (b0 APIServiceGetResponse_builder) Build() *APIServiceGetResponse
type APIServiceListRequest ¶
type APIServiceListRequest struct {
// the project id related to the api key
ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
// where to stop fetching api keys to
From int32 `protobuf:"varint,2,opt,name=from,proto3" json:"from,omitempty"`
// where to start fetching api keys from
To int32 `protobuf:"varint,3,opt,name=to,proto3" json:"to,omitempty"`
// contains filtered or unexported fields
}
The request of a API.ListAPIKeys RPC
func (*APIServiceListRequest) GetFrom ¶
func (x *APIServiceListRequest) GetFrom() int32
func (*APIServiceListRequest) GetProjectId ¶
func (x *APIServiceListRequest) GetProjectId() string
func (*APIServiceListRequest) GetTo ¶
func (x *APIServiceListRequest) GetTo() int32
func (*APIServiceListRequest) ProtoMessage ¶
func (*APIServiceListRequest) ProtoMessage()
func (*APIServiceListRequest) ProtoReflect ¶
func (x *APIServiceListRequest) ProtoReflect() protoreflect.Message
func (*APIServiceListRequest) Reset ¶
func (x *APIServiceListRequest) Reset()
func (*APIServiceListRequest) SetFrom ¶
func (x *APIServiceListRequest) SetFrom(v int32)
func (*APIServiceListRequest) SetProjectId ¶
func (x *APIServiceListRequest) SetProjectId(v string)
func (*APIServiceListRequest) SetTo ¶
func (x *APIServiceListRequest) SetTo(v int32)
func (*APIServiceListRequest) String ¶
func (x *APIServiceListRequest) String() string
type APIServiceListRequest_builder ¶
type APIServiceListRequest_builder struct {
// the project id related to the api key
ProjectId string
// where to stop fetching api keys to
From int32
// where to start fetching api keys from
To int32
// contains filtered or unexported fields
}
func (APIServiceListRequest_builder) Build ¶
func (b0 APIServiceListRequest_builder) Build() *APIServiceListRequest
type APIServiceListResponse ¶
type APIServiceListResponse struct {
// the result of list
ApiKeys []*APIKey `protobuf:"bytes,1,rep,name=api_keys,json=apiKeys,proto3" json:"api_keys,omitempty"`
// total amount of api keys in system
Count int64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
// contains filtered or unexported fields
}
The response of a API.ListAPIKeys RPC
func (*APIServiceListResponse) GetApiKeys ¶
func (x *APIServiceListResponse) GetApiKeys() []*APIKey
func (*APIServiceListResponse) GetCount ¶
func (x *APIServiceListResponse) GetCount() int64
func (*APIServiceListResponse) ProtoMessage ¶
func (*APIServiceListResponse) ProtoMessage()
func (*APIServiceListResponse) ProtoReflect ¶
func (x *APIServiceListResponse) ProtoReflect() protoreflect.Message
func (*APIServiceListResponse) Reset ¶
func (x *APIServiceListResponse) Reset()
func (*APIServiceListResponse) SetApiKeys ¶
func (x *APIServiceListResponse) SetApiKeys(v []*APIKey)
func (*APIServiceListResponse) SetCount ¶
func (x *APIServiceListResponse) SetCount(v int64)
func (*APIServiceListResponse) String ¶
func (x *APIServiceListResponse) String() string
type APIServiceListResponse_builder ¶
type APIServiceListResponse_builder struct {
// the result of list
ApiKeys []*APIKey
// total amount of api keys in system
Count int64
// contains filtered or unexported fields
}
func (APIServiceListResponse_builder) Build ¶
func (b0 APIServiceListResponse_builder) Build() *APIServiceListResponse
type APIServicePingRequest ¶
type APIServicePingRequest struct {
// contains filtered or unexported fields
}
The request of a API.Ping RPC
func (*APIServicePingRequest) ProtoMessage ¶
func (*APIServicePingRequest) ProtoMessage()
func (*APIServicePingRequest) ProtoReflect ¶
func (x *APIServicePingRequest) ProtoReflect() protoreflect.Message
func (*APIServicePingRequest) Reset ¶
func (x *APIServicePingRequest) Reset()
func (*APIServicePingRequest) String ¶
func (x *APIServicePingRequest) String() string
type APIServicePingRequest_builder ¶
type APIServicePingRequest_builder struct {
// contains filtered or unexported fields
}
func (APIServicePingRequest_builder) Build ¶
func (b0 APIServicePingRequest_builder) Build() *APIServicePingRequest
type APIServicePingResponse ¶
type APIServicePingResponse struct {
// contains filtered or unexported fields
}
The response of a API.Ping RPC
func (*APIServicePingResponse) ProtoMessage ¶
func (*APIServicePingResponse) ProtoMessage()
func (*APIServicePingResponse) ProtoReflect ¶
func (x *APIServicePingResponse) ProtoReflect() protoreflect.Message
func (*APIServicePingResponse) Reset ¶
func (x *APIServicePingResponse) Reset()
func (*APIServicePingResponse) String ¶
func (x *APIServicePingResponse) String() string
type APIServicePingResponse_builder ¶
type APIServicePingResponse_builder struct {
// contains filtered or unexported fields
}
func (APIServicePingResponse_builder) Build ¶
func (b0 APIServicePingResponse_builder) Build() *APIServicePingResponse
type APIServicePublicKeyRequest ¶
type APIServicePublicKeyRequest struct {
// contains filtered or unexported fields
}
The request of a API.PublicKey RPC
func (*APIServicePublicKeyRequest) ProtoMessage ¶
func (*APIServicePublicKeyRequest) ProtoMessage()
func (*APIServicePublicKeyRequest) ProtoReflect ¶
func (x *APIServicePublicKeyRequest) ProtoReflect() protoreflect.Message
func (*APIServicePublicKeyRequest) Reset ¶
func (x *APIServicePublicKeyRequest) Reset()
func (*APIServicePublicKeyRequest) String ¶
func (x *APIServicePublicKeyRequest) String() string
type APIServicePublicKeyRequest_builder ¶
type APIServicePublicKeyRequest_builder struct {
// contains filtered or unexported fields
}
func (APIServicePublicKeyRequest_builder) Build ¶
func (b0 APIServicePublicKeyRequest_builder) Build() *APIServicePublicKeyRequest
type APIServicePublicKeyResponse ¶
type APIServicePublicKeyResponse struct {
PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
// contains filtered or unexported fields
}
The response of a API.PublicKey RPC
func (*APIServicePublicKeyResponse) GetPublicKey ¶
func (x *APIServicePublicKeyResponse) GetPublicKey() string
func (*APIServicePublicKeyResponse) ProtoMessage ¶
func (*APIServicePublicKeyResponse) ProtoMessage()
func (*APIServicePublicKeyResponse) ProtoReflect ¶
func (x *APIServicePublicKeyResponse) ProtoReflect() protoreflect.Message
func (*APIServicePublicKeyResponse) Reset ¶
func (x *APIServicePublicKeyResponse) Reset()
func (*APIServicePublicKeyResponse) SetPublicKey ¶
func (x *APIServicePublicKeyResponse) SetPublicKey(v string)
func (*APIServicePublicKeyResponse) String ¶
func (x *APIServicePublicKeyResponse) String() string
type APIServicePublicKeyResponse_builder ¶
type APIServicePublicKeyResponse_builder struct {
PublicKey string
// contains filtered or unexported fields
}
func (APIServicePublicKeyResponse_builder) Build ¶
func (b0 APIServicePublicKeyResponse_builder) Build() *APIServicePublicKeyResponse
type APIServiceUpdateStatusRequest ¶
type APIServiceUpdateStatusRequest struct {
// id of the api key
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// the status of the api key
Status APIKeyStatus `protobuf:"varint,2,opt,name=status,proto3,enum=nuntio.core.v1alpha1.APIKeyStatus" json:"status,omitempty"`
// contains filtered or unexported fields
}
The request of a API.UpdateStatus RPC
func (*APIServiceUpdateStatusRequest) GetId ¶
func (x *APIServiceUpdateStatusRequest) GetId() string
func (*APIServiceUpdateStatusRequest) GetStatus ¶
func (x *APIServiceUpdateStatusRequest) GetStatus() APIKeyStatus
func (*APIServiceUpdateStatusRequest) ProtoMessage ¶
func (*APIServiceUpdateStatusRequest) ProtoMessage()
func (*APIServiceUpdateStatusRequest) ProtoReflect ¶
func (x *APIServiceUpdateStatusRequest) ProtoReflect() protoreflect.Message
func (*APIServiceUpdateStatusRequest) Reset ¶
func (x *APIServiceUpdateStatusRequest) Reset()
func (*APIServiceUpdateStatusRequest) SetId ¶
func (x *APIServiceUpdateStatusRequest) SetId(v string)
func (*APIServiceUpdateStatusRequest) SetStatus ¶
func (x *APIServiceUpdateStatusRequest) SetStatus(v APIKeyStatus)
func (*APIServiceUpdateStatusRequest) String ¶
func (x *APIServiceUpdateStatusRequest) String() string
type APIServiceUpdateStatusRequest_builder ¶
type APIServiceUpdateStatusRequest_builder struct {
// id of the api key
Id string
// the status of the api key
Status APIKeyStatus
// contains filtered or unexported fields
}
func (APIServiceUpdateStatusRequest_builder) Build ¶
func (b0 APIServiceUpdateStatusRequest_builder) Build() *APIServiceUpdateStatusRequest
type APIServiceUpdateStatusResponse ¶
type APIServiceUpdateStatusResponse struct {
// contains filtered or unexported fields
}
The response of a API.UpdateStatus RPC
func (*APIServiceUpdateStatusResponse) ProtoMessage ¶
func (*APIServiceUpdateStatusResponse) ProtoMessage()
func (*APIServiceUpdateStatusResponse) ProtoReflect ¶
func (x *APIServiceUpdateStatusResponse) ProtoReflect() protoreflect.Message
func (*APIServiceUpdateStatusResponse) Reset ¶
func (x *APIServiceUpdateStatusResponse) Reset()
func (*APIServiceUpdateStatusResponse) String ¶
func (x *APIServiceUpdateStatusResponse) String() string
type APIServiceUpdateStatusResponse_builder ¶
type APIServiceUpdateStatusResponse_builder struct {
// contains filtered or unexported fields
}
func (APIServiceUpdateStatusResponse_builder) Build ¶
func (b0 APIServiceUpdateStatusResponse_builder) Build() *APIServiceUpdateStatusResponse
type APIServiceValidateAccessTokenRequest ¶
type APIServiceValidateAccessTokenRequest struct {
Jwt string `protobuf:"bytes,1,opt,name=jwt,proto3" json:"jwt,omitempty"`
// contains filtered or unexported fields
}
The request of a API.ValidateAccessToken RPC
func (*APIServiceValidateAccessTokenRequest) GetJwt ¶
func (x *APIServiceValidateAccessTokenRequest) GetJwt() string
func (*APIServiceValidateAccessTokenRequest) ProtoMessage ¶
func (*APIServiceValidateAccessTokenRequest) ProtoMessage()
func (*APIServiceValidateAccessTokenRequest) ProtoReflect ¶
func (x *APIServiceValidateAccessTokenRequest) ProtoReflect() protoreflect.Message
func (*APIServiceValidateAccessTokenRequest) Reset ¶
func (x *APIServiceValidateAccessTokenRequest) Reset()
func (*APIServiceValidateAccessTokenRequest) SetJwt ¶
func (x *APIServiceValidateAccessTokenRequest) SetJwt(v string)
func (*APIServiceValidateAccessTokenRequest) String ¶
func (x *APIServiceValidateAccessTokenRequest) String() string
type APIServiceValidateAccessTokenRequest_builder ¶
type APIServiceValidateAccessTokenRequest_builder struct {
Jwt string
// contains filtered or unexported fields
}
func (APIServiceValidateAccessTokenRequest_builder) Build ¶
func (b0 APIServiceValidateAccessTokenRequest_builder) Build() *APIServiceValidateAccessTokenRequest
type APIServiceValidateAccessTokenResponse ¶
type APIServiceValidateAccessTokenResponse struct {
AccessToken *AccessToken `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
// contains filtered or unexported fields
}
The response of a API.ValidateAccessToken RPC
func (*APIServiceValidateAccessTokenResponse) ClearAccessToken ¶
func (x *APIServiceValidateAccessTokenResponse) ClearAccessToken()
func (*APIServiceValidateAccessTokenResponse) GetAccessToken ¶
func (x *APIServiceValidateAccessTokenResponse) GetAccessToken() *AccessToken
func (*APIServiceValidateAccessTokenResponse) HasAccessToken ¶
func (x *APIServiceValidateAccessTokenResponse) HasAccessToken() bool
func (*APIServiceValidateAccessTokenResponse) ProtoMessage ¶
func (*APIServiceValidateAccessTokenResponse) ProtoMessage()
func (*APIServiceValidateAccessTokenResponse) ProtoReflect ¶
func (x *APIServiceValidateAccessTokenResponse) ProtoReflect() protoreflect.Message
func (*APIServiceValidateAccessTokenResponse) Reset ¶
func (x *APIServiceValidateAccessTokenResponse) Reset()
func (*APIServiceValidateAccessTokenResponse) SetAccessToken ¶
func (x *APIServiceValidateAccessTokenResponse) SetAccessToken(v *AccessToken)
func (*APIServiceValidateAccessTokenResponse) String ¶
func (x *APIServiceValidateAccessTokenResponse) String() string
type APIServiceValidateAccessTokenResponse_builder ¶
type APIServiceValidateAccessTokenResponse_builder struct {
AccessToken *AccessToken
// contains filtered or unexported fields
}
func (APIServiceValidateAccessTokenResponse_builder) Build ¶
type AccessToken ¶
type AccessToken struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
Jwt string `protobuf:"bytes,3,opt,name=jwt,proto3" json:"jwt,omitempty"`
ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
// contains filtered or unexported fields
}
func (*AccessToken) ClearCreatedAt ¶
func (x *AccessToken) ClearCreatedAt()
func (*AccessToken) ClearExpiresAt ¶
func (x *AccessToken) ClearExpiresAt()
func (*AccessToken) GetCreatedAt ¶
func (x *AccessToken) GetCreatedAt() *timestamppb.Timestamp
func (*AccessToken) GetExpiresAt ¶
func (x *AccessToken) GetExpiresAt() *timestamppb.Timestamp
func (*AccessToken) GetId ¶
func (x *AccessToken) GetId() string
func (*AccessToken) GetJwt ¶
func (x *AccessToken) GetJwt() string
func (*AccessToken) GetNamespace ¶
func (x *AccessToken) GetNamespace() string
func (*AccessToken) HasCreatedAt ¶
func (x *AccessToken) HasCreatedAt() bool
func (*AccessToken) HasExpiresAt ¶
func (x *AccessToken) HasExpiresAt() bool
func (*AccessToken) ProtoMessage ¶
func (*AccessToken) ProtoMessage()
func (*AccessToken) ProtoReflect ¶
func (x *AccessToken) ProtoReflect() protoreflect.Message
func (*AccessToken) Reset ¶
func (x *AccessToken) Reset()
func (*AccessToken) SetCreatedAt ¶
func (x *AccessToken) SetCreatedAt(v *timestamppb.Timestamp)
func (*AccessToken) SetExpiresAt ¶
func (x *AccessToken) SetExpiresAt(v *timestamppb.Timestamp)
func (*AccessToken) SetId ¶
func (x *AccessToken) SetId(v string)
func (*AccessToken) SetJwt ¶
func (x *AccessToken) SetJwt(v string)
func (*AccessToken) SetNamespace ¶
func (x *AccessToken) SetNamespace(v string)
func (*AccessToken) String ¶
func (x *AccessToken) String() string
type AccessToken_builder ¶
type AccessToken_builder struct {
Id string
Namespace string
Jwt string
ExpiresAt *timestamppb.Timestamp
CreatedAt *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (AccessToken_builder) Build ¶
func (b0 AccessToken_builder) Build() *AccessToken
type ApiAccess ¶
type ApiAccess struct {
Ready bool `protobuf:"varint,1,opt,name=ready,proto3" json:"ready,omitempty"`
Enabled bool `protobuf:"varint,2,opt,name=enabled,proto3" json:"enabled,omitempty"`
// contains filtered or unexported fields
}
func (*ApiAccess) ProtoReflect ¶
func (x *ApiAccess) ProtoReflect() protoreflect.Message
type ApiAccess_builder ¶
func (ApiAccess_builder) Build ¶
func (b0 ApiAccess_builder) Build() *ApiAccess
type Cluster ¶
type Cluster struct {
MongoUrl string `protobuf:"bytes,1,opt,name=mongo_url,json=mongoUrl,proto3" json:"mongo_url,omitempty"`
PostgresUrl string `protobuf:"bytes,2,opt,name=postgres_url,json=postgresUrl,proto3" json:"postgres_url,omitempty"`
// contains filtered or unexported fields
}
func (*Cluster) ProtoReflect ¶
func (x *Cluster) ProtoReflect() protoreflect.Message
type Cluster_builder ¶
type Cluster_builder struct {
MongoUrl string
PostgresUrl string
// contains filtered or unexported fields
}
func (Cluster_builder) Build ¶
func (b0 Cluster_builder) Build() *Cluster
type Image ¶
type Image struct {
Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
Expires bool `protobuf:"varint,3,opt,name=expires,proto3" json:"expires,omitempty"`
Key string `protobuf:"bytes,4,opt,name=key,proto3" json:"key,omitempty"`
// contains filtered or unexported fields
}
func (*Image) GetExpiresAt ¶
func (x *Image) GetExpiresAt() *timestamppb.Timestamp
func (*Image) ProtoReflect ¶
func (x *Image) ProtoReflect() protoreflect.Message
func (*Image) SetExpiresAt ¶
func (x *Image) SetExpiresAt(v *timestamppb.Timestamp)
type Image_builder ¶
type Image_builder struct {
Url string
ExpiresAt *timestamppb.Timestamp
Expires bool
Key string
// contains filtered or unexported fields
}
func (Image_builder) Build ¶
func (b0 Image_builder) Build() *Image
type Member ¶
type Member struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
Username string `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"`
CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
Password string `protobuf:"bytes,6,opt,name=password,proto3" json:"password,omitempty"`
// contains filtered or unexported fields
}
func (*Member) GetCreatedAt ¶
func (x *Member) GetCreatedAt() *timestamppb.Timestamp
func (*Member) GetUpdatedAt ¶
func (x *Member) GetUpdatedAt() *timestamppb.Timestamp
func (*Member) ProtoReflect ¶
func (x *Member) ProtoReflect() protoreflect.Message
func (*Member) SetCreatedAt ¶
func (x *Member) SetCreatedAt(v *timestamppb.Timestamp)
func (*Member) SetUpdatedAt ¶
func (x *Member) SetUpdatedAt(v *timestamppb.Timestamp)
type Member_builder ¶
type Member_builder struct {
Id string
Email string
Username string
CreatedAt *timestamppb.Timestamp
UpdatedAt *timestamppb.Timestamp
Password string
// contains filtered or unexported fields
}
func (Member_builder) Build ¶
func (b0 Member_builder) Build() *Member
type MembersServicePingRequest ¶
type MembersServicePingRequest struct {
// contains filtered or unexported fields
}
The request of a Member.Ping RPC
func (*MembersServicePingRequest) ProtoMessage ¶
func (*MembersServicePingRequest) ProtoMessage()
func (*MembersServicePingRequest) ProtoReflect ¶
func (x *MembersServicePingRequest) ProtoReflect() protoreflect.Message
func (*MembersServicePingRequest) Reset ¶
func (x *MembersServicePingRequest) Reset()
func (*MembersServicePingRequest) String ¶
func (x *MembersServicePingRequest) String() string
type MembersServicePingRequest_builder ¶
type MembersServicePingRequest_builder struct {
// contains filtered or unexported fields
}
func (MembersServicePingRequest_builder) Build ¶
func (b0 MembersServicePingRequest_builder) Build() *MembersServicePingRequest
type MembersServicePingResponse ¶
type MembersServicePingResponse struct {
// contains filtered or unexported fields
}
The response of a Member.Ping RPC
func (*MembersServicePingResponse) ProtoMessage ¶
func (*MembersServicePingResponse) ProtoMessage()
func (*MembersServicePingResponse) ProtoReflect ¶
func (x *MembersServicePingResponse) ProtoReflect() protoreflect.Message
func (*MembersServicePingResponse) Reset ¶
func (x *MembersServicePingResponse) Reset()
func (*MembersServicePingResponse) String ¶
func (x *MembersServicePingResponse) String() string
type MembersServicePingResponse_builder ¶
type MembersServicePingResponse_builder struct {
// contains filtered or unexported fields
}
func (MembersServicePingResponse_builder) Build ¶
func (b0 MembersServicePingResponse_builder) Build() *MembersServicePingResponse
type MembersServiceUpdateMemberTypeRequest ¶
type MembersServiceUpdateMemberTypeRequest struct {
ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
MemberId string `protobuf:"bytes,2,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
MemberType string `protobuf:"bytes,3,opt,name=member_type,json=memberType,proto3" json:"member_type,omitempty"`
// contains filtered or unexported fields
}
The request of a Member.UpdateMemberType RPC
func (*MembersServiceUpdateMemberTypeRequest) GetMemberId ¶
func (x *MembersServiceUpdateMemberTypeRequest) GetMemberId() string
func (*MembersServiceUpdateMemberTypeRequest) GetMemberType ¶
func (x *MembersServiceUpdateMemberTypeRequest) GetMemberType() string
func (*MembersServiceUpdateMemberTypeRequest) GetProjectId ¶
func (x *MembersServiceUpdateMemberTypeRequest) GetProjectId() string
func (*MembersServiceUpdateMemberTypeRequest) ProtoMessage ¶
func (*MembersServiceUpdateMemberTypeRequest) ProtoMessage()
func (*MembersServiceUpdateMemberTypeRequest) ProtoReflect ¶
func (x *MembersServiceUpdateMemberTypeRequest) ProtoReflect() protoreflect.Message
func (*MembersServiceUpdateMemberTypeRequest) Reset ¶
func (x *MembersServiceUpdateMemberTypeRequest) Reset()
func (*MembersServiceUpdateMemberTypeRequest) SetMemberId ¶
func (x *MembersServiceUpdateMemberTypeRequest) SetMemberId(v string)
func (*MembersServiceUpdateMemberTypeRequest) SetMemberType ¶
func (x *MembersServiceUpdateMemberTypeRequest) SetMemberType(v string)
func (*MembersServiceUpdateMemberTypeRequest) SetProjectId ¶
func (x *MembersServiceUpdateMemberTypeRequest) SetProjectId(v string)
func (*MembersServiceUpdateMemberTypeRequest) String ¶
func (x *MembersServiceUpdateMemberTypeRequest) String() string
type MembersServiceUpdateMemberTypeRequest_builder ¶
type MembersServiceUpdateMemberTypeRequest_builder struct {
ProjectId string
MemberId string
MemberType string
// contains filtered or unexported fields
}
func (MembersServiceUpdateMemberTypeRequest_builder) Build ¶
type MembersServiceUpdateMemberTypeResponse ¶
type MembersServiceUpdateMemberTypeResponse struct {
// contains filtered or unexported fields
}
The request of a Member.UpdateMemberType RPC
func (*MembersServiceUpdateMemberTypeResponse) ProtoMessage ¶
func (*MembersServiceUpdateMemberTypeResponse) ProtoMessage()
func (*MembersServiceUpdateMemberTypeResponse) ProtoReflect ¶
func (x *MembersServiceUpdateMemberTypeResponse) ProtoReflect() protoreflect.Message
func (*MembersServiceUpdateMemberTypeResponse) Reset ¶
func (x *MembersServiceUpdateMemberTypeResponse) Reset()
func (*MembersServiceUpdateMemberTypeResponse) String ¶
func (x *MembersServiceUpdateMemberTypeResponse) String() string
type MembersServiceUpdateMemberTypeResponse_builder ¶
type MembersServiceUpdateMemberTypeResponse_builder struct {
// contains filtered or unexported fields
}
func (MembersServiceUpdateMemberTypeResponse_builder) Build ¶
type Organization ¶
type Organization struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
// contains filtered or unexported fields
}
func (*Organization) ClearCreatedAt ¶
func (x *Organization) ClearCreatedAt()
func (*Organization) ClearUpdatedAt ¶
func (x *Organization) ClearUpdatedAt()
func (*Organization) GetCreatedAt ¶
func (x *Organization) GetCreatedAt() *timestamppb.Timestamp
func (*Organization) GetId ¶
func (x *Organization) GetId() string
func (*Organization) GetName ¶
func (x *Organization) GetName() string
func (*Organization) GetUpdatedAt ¶
func (x *Organization) GetUpdatedAt() *timestamppb.Timestamp
func (*Organization) HasCreatedAt ¶
func (x *Organization) HasCreatedAt() bool
func (*Organization) HasUpdatedAt ¶
func (x *Organization) HasUpdatedAt() bool
func (*Organization) ProtoMessage ¶
func (*Organization) ProtoMessage()
func (*Organization) ProtoReflect ¶
func (x *Organization) ProtoReflect() protoreflect.Message
func (*Organization) Reset ¶
func (x *Organization) Reset()
func (*Organization) SetCreatedAt ¶
func (x *Organization) SetCreatedAt(v *timestamppb.Timestamp)
func (*Organization) SetId ¶
func (x *Organization) SetId(v string)
func (*Organization) SetName ¶
func (x *Organization) SetName(v string)
func (*Organization) SetUpdatedAt ¶
func (x *Organization) SetUpdatedAt(v *timestamppb.Timestamp)
func (*Organization) String ¶
func (x *Organization) String() string
type Organization_builder ¶
type Organization_builder struct {
Id string
Name string
CreatedAt *timestamppb.Timestamp
UpdatedAt *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (Organization_builder) Build ¶
func (b0 Organization_builder) Build() *Organization
type Project ¶
type Project struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
UsersConfigured bool `protobuf:"varint,5,opt,name=users_configured,json=usersConfigured,proto3" json:"users_configured,omitempty"`
MongoConfigured bool `protobuf:"varint,6,opt,name=mongo_configured,json=mongoConfigured,proto3" json:"mongo_configured,omitempty"`
PostgresConfigured bool `protobuf:"varint,7,opt,name=postgres_configured,json=postgresConfigured,proto3" json:"postgres_configured,omitempty"`
StorageConfigured bool `protobuf:"varint,8,opt,name=storage_configured,json=storageConfigured,proto3" json:"storage_configured,omitempty"`
// contains filtered or unexported fields
}
func (*Project) GetCreatedAt ¶
func (x *Project) GetCreatedAt() *timestamppb.Timestamp
func (*Project) GetUpdatedAt ¶
func (x *Project) GetUpdatedAt() *timestamppb.Timestamp
func (*Project) ProtoReflect ¶
func (x *Project) ProtoReflect() protoreflect.Message
func (*Project) SetCreatedAt ¶
func (x *Project) SetCreatedAt(v *timestamppb.Timestamp)
func (*Project) SetUpdatedAt ¶
func (x *Project) SetUpdatedAt(v *timestamppb.Timestamp)
type Project_builder ¶
type Project_builder struct {
Id string
Name string
CreatedAt *timestamppb.Timestamp
UpdatedAt *timestamppb.Timestamp
UsersConfigured bool
MongoConfigured bool
PostgresConfigured bool
StorageConfigured bool
// contains filtered or unexported fields
}
func (Project_builder) Build ¶
func (b0 Project_builder) Build() *Project
type ProjectsServiceCreateRequest ¶
type ProjectsServiceCreateRequest struct {
// the id of the project
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// the name related to the project
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
// the logo related to the project
Logo string `protobuf:"bytes,3,opt,name=logo,proto3" json:"logo,omitempty"`
// the id of the owner
OwnerId string `protobuf:"bytes,4,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`
// configure storage in pipeline as well
ConfigureStorage *bool `protobuf:"varint,5,opt,name=configure_storage,json=configureStorage,proto3,oneof" json:"configure_storage,omitempty"`
// configure mongo in pipeline as well
ConfigureMongo *bool `protobuf:"varint,6,opt,name=configure_mongo,json=configureMongo,proto3,oneof" json:"configure_mongo,omitempty"`
// configure postgres in pipeline as well
ConfigurePostgres *bool `protobuf:"varint,7,opt,name=configure_postgres,json=configurePostgres,proto3,oneof" json:"configure_postgres,omitempty"`
// configure users in pipeline as well
ConfigureUsers *bool `protobuf:"varint,8,opt,name=configure_users,json=configureUsers,proto3,oneof" json:"configure_users,omitempty"`
// contains filtered or unexported fields
}
The request of a Project.Create RPC
func (*ProjectsServiceCreateRequest) ClearConfigureMongo ¶
func (x *ProjectsServiceCreateRequest) ClearConfigureMongo()
func (*ProjectsServiceCreateRequest) ClearConfigurePostgres ¶
func (x *ProjectsServiceCreateRequest) ClearConfigurePostgres()
func (*ProjectsServiceCreateRequest) ClearConfigureStorage ¶
func (x *ProjectsServiceCreateRequest) ClearConfigureStorage()
func (*ProjectsServiceCreateRequest) ClearConfigureUsers ¶
func (x *ProjectsServiceCreateRequest) ClearConfigureUsers()
func (*ProjectsServiceCreateRequest) GetConfigureMongo ¶
func (x *ProjectsServiceCreateRequest) GetConfigureMongo() bool
func (*ProjectsServiceCreateRequest) GetConfigurePostgres ¶
func (x *ProjectsServiceCreateRequest) GetConfigurePostgres() bool
func (*ProjectsServiceCreateRequest) GetConfigureStorage ¶
func (x *ProjectsServiceCreateRequest) GetConfigureStorage() bool
func (*ProjectsServiceCreateRequest) GetConfigureUsers ¶
func (x *ProjectsServiceCreateRequest) GetConfigureUsers() bool
func (*ProjectsServiceCreateRequest) GetId ¶
func (x *ProjectsServiceCreateRequest) GetId() string
func (*ProjectsServiceCreateRequest) GetLogo ¶
func (x *ProjectsServiceCreateRequest) GetLogo() string
func (*ProjectsServiceCreateRequest) GetName ¶
func (x *ProjectsServiceCreateRequest) GetName() string
func (*ProjectsServiceCreateRequest) GetOwnerId ¶
func (x *ProjectsServiceCreateRequest) GetOwnerId() string
func (*ProjectsServiceCreateRequest) HasConfigureMongo ¶
func (x *ProjectsServiceCreateRequest) HasConfigureMongo() bool
func (*ProjectsServiceCreateRequest) HasConfigurePostgres ¶
func (x *ProjectsServiceCreateRequest) HasConfigurePostgres() bool
func (*ProjectsServiceCreateRequest) HasConfigureStorage ¶
func (x *ProjectsServiceCreateRequest) HasConfigureStorage() bool
func (*ProjectsServiceCreateRequest) HasConfigureUsers ¶
func (x *ProjectsServiceCreateRequest) HasConfigureUsers() bool
func (*ProjectsServiceCreateRequest) ProtoMessage ¶
func (*ProjectsServiceCreateRequest) ProtoMessage()
func (*ProjectsServiceCreateRequest) ProtoReflect ¶
func (x *ProjectsServiceCreateRequest) ProtoReflect() protoreflect.Message
func (*ProjectsServiceCreateRequest) Reset ¶
func (x *ProjectsServiceCreateRequest) Reset()
func (*ProjectsServiceCreateRequest) SetConfigureMongo ¶
func (x *ProjectsServiceCreateRequest) SetConfigureMongo(v bool)
func (*ProjectsServiceCreateRequest) SetConfigurePostgres ¶
func (x *ProjectsServiceCreateRequest) SetConfigurePostgres(v bool)
func (*ProjectsServiceCreateRequest) SetConfigureStorage ¶
func (x *ProjectsServiceCreateRequest) SetConfigureStorage(v bool)
func (*ProjectsServiceCreateRequest) SetConfigureUsers ¶
func (x *ProjectsServiceCreateRequest) SetConfigureUsers(v bool)
func (*ProjectsServiceCreateRequest) SetId ¶
func (x *ProjectsServiceCreateRequest) SetId(v string)
func (*ProjectsServiceCreateRequest) SetLogo ¶
func (x *ProjectsServiceCreateRequest) SetLogo(v string)
func (*ProjectsServiceCreateRequest) SetName ¶
func (x *ProjectsServiceCreateRequest) SetName(v string)
func (*ProjectsServiceCreateRequest) SetOwnerId ¶
func (x *ProjectsServiceCreateRequest) SetOwnerId(v string)
func (*ProjectsServiceCreateRequest) String ¶
func (x *ProjectsServiceCreateRequest) String() string
type ProjectsServiceCreateRequest_builder ¶
type ProjectsServiceCreateRequest_builder struct {
// the id of the project
Id string
// the name related to the project
Name string
// the logo related to the project
Logo string
// the id of the owner
OwnerId string
// configure storage in pipeline as well
ConfigureStorage *bool
// configure mongo in pipeline as well
ConfigureMongo *bool
// configure postgres in pipeline as well
ConfigurePostgres *bool
// configure users in pipeline as well
ConfigureUsers *bool
// contains filtered or unexported fields
}
func (ProjectsServiceCreateRequest_builder) Build ¶
func (b0 ProjectsServiceCreateRequest_builder) Build() *ProjectsServiceCreateRequest
type ProjectsServiceCreateResponse ¶
type ProjectsServiceCreateResponse struct {
Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
// contains filtered or unexported fields
}
The response of a Project.Create RPC
func (*ProjectsServiceCreateResponse) ClearProject ¶
func (x *ProjectsServiceCreateResponse) ClearProject()
func (*ProjectsServiceCreateResponse) GetProject ¶
func (x *ProjectsServiceCreateResponse) GetProject() *Project
func (*ProjectsServiceCreateResponse) HasProject ¶
func (x *ProjectsServiceCreateResponse) HasProject() bool
func (*ProjectsServiceCreateResponse) ProtoMessage ¶
func (*ProjectsServiceCreateResponse) ProtoMessage()
func (*ProjectsServiceCreateResponse) ProtoReflect ¶
func (x *ProjectsServiceCreateResponse) ProtoReflect() protoreflect.Message
func (*ProjectsServiceCreateResponse) Reset ¶
func (x *ProjectsServiceCreateResponse) Reset()
func (*ProjectsServiceCreateResponse) SetProject ¶
func (x *ProjectsServiceCreateResponse) SetProject(v *Project)
func (*ProjectsServiceCreateResponse) String ¶
func (x *ProjectsServiceCreateResponse) String() string
type ProjectsServiceCreateResponse_builder ¶
type ProjectsServiceCreateResponse_builder struct {
Project *Project
// contains filtered or unexported fields
}
func (ProjectsServiceCreateResponse_builder) Build ¶
func (b0 ProjectsServiceCreateResponse_builder) Build() *ProjectsServiceCreateResponse
type ProjectsServiceDeleteRequest ¶
type ProjectsServiceDeleteRequest struct {
// the id of the project
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
The request of a Project.Delete RPC
func (*ProjectsServiceDeleteRequest) GetId ¶
func (x *ProjectsServiceDeleteRequest) GetId() string
func (*ProjectsServiceDeleteRequest) ProtoMessage ¶
func (*ProjectsServiceDeleteRequest) ProtoMessage()
func (*ProjectsServiceDeleteRequest) ProtoReflect ¶
func (x *ProjectsServiceDeleteRequest) ProtoReflect() protoreflect.Message
func (*ProjectsServiceDeleteRequest) Reset ¶
func (x *ProjectsServiceDeleteRequest) Reset()
func (*ProjectsServiceDeleteRequest) SetId ¶
func (x *ProjectsServiceDeleteRequest) SetId(v string)
func (*ProjectsServiceDeleteRequest) String ¶
func (x *ProjectsServiceDeleteRequest) String() string
type ProjectsServiceDeleteRequest_builder ¶
type ProjectsServiceDeleteRequest_builder struct {
// the id of the project
Id string
// contains filtered or unexported fields
}
func (ProjectsServiceDeleteRequest_builder) Build ¶
func (b0 ProjectsServiceDeleteRequest_builder) Build() *ProjectsServiceDeleteRequest
type ProjectsServiceDeleteResponse ¶
type ProjectsServiceDeleteResponse struct {
// contains filtered or unexported fields
}
The response of a Project.Delete RPC
func (*ProjectsServiceDeleteResponse) ProtoMessage ¶
func (*ProjectsServiceDeleteResponse) ProtoMessage()
func (*ProjectsServiceDeleteResponse) ProtoReflect ¶
func (x *ProjectsServiceDeleteResponse) ProtoReflect() protoreflect.Message
func (*ProjectsServiceDeleteResponse) Reset ¶
func (x *ProjectsServiceDeleteResponse) Reset()
func (*ProjectsServiceDeleteResponse) String ¶
func (x *ProjectsServiceDeleteResponse) String() string
type ProjectsServiceDeleteResponse_builder ¶
type ProjectsServiceDeleteResponse_builder struct {
// contains filtered or unexported fields
}
func (ProjectsServiceDeleteResponse_builder) Build ¶
func (b0 ProjectsServiceDeleteResponse_builder) Build() *ProjectsServiceDeleteResponse
type ProjectsServiceDisableMongoRequest ¶
type ProjectsServiceDisableMongoRequest struct {
// the id of the project
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
The request of a Project.DisableMongo RPC
func (*ProjectsServiceDisableMongoRequest) GetId ¶
func (x *ProjectsServiceDisableMongoRequest) GetId() string
func (*ProjectsServiceDisableMongoRequest) ProtoMessage ¶
func (*ProjectsServiceDisableMongoRequest) ProtoMessage()
func (*ProjectsServiceDisableMongoRequest) ProtoReflect ¶
func (x *ProjectsServiceDisableMongoRequest) ProtoReflect() protoreflect.Message
func (*ProjectsServiceDisableMongoRequest) Reset ¶
func (x *ProjectsServiceDisableMongoRequest) Reset()
func (*ProjectsServiceDisableMongoRequest) SetId ¶
func (x *ProjectsServiceDisableMongoRequest) SetId(v string)
func (*ProjectsServiceDisableMongoRequest) String ¶
func (x *ProjectsServiceDisableMongoRequest) String() string
type ProjectsServiceDisableMongoRequest_builder ¶
type ProjectsServiceDisableMongoRequest_builder struct {
// the id of the project
Id string
// contains filtered or unexported fields
}
func (ProjectsServiceDisableMongoRequest_builder) Build ¶
func (b0 ProjectsServiceDisableMongoRequest_builder) Build() *ProjectsServiceDisableMongoRequest
type ProjectsServiceDisableMongoResponse ¶
type ProjectsServiceDisableMongoResponse struct {
// contains filtered or unexported fields
}
The response of a Project.DisableMongo RPC
func (*ProjectsServiceDisableMongoResponse) ProtoMessage ¶
func (*ProjectsServiceDisableMongoResponse) ProtoMessage()
func (*ProjectsServiceDisableMongoResponse) ProtoReflect ¶
func (x *ProjectsServiceDisableMongoResponse) ProtoReflect() protoreflect.Message
func (*ProjectsServiceDisableMongoResponse) Reset ¶
func (x *ProjectsServiceDisableMongoResponse) Reset()
func (*ProjectsServiceDisableMongoResponse) String ¶
func (x *ProjectsServiceDisableMongoResponse) String() string
type ProjectsServiceDisableMongoResponse_builder ¶
type ProjectsServiceDisableMongoResponse_builder struct {
// contains filtered or unexported fields
}
func (ProjectsServiceDisableMongoResponse_builder) Build ¶
func (b0 ProjectsServiceDisableMongoResponse_builder) Build() *ProjectsServiceDisableMongoResponse
type ProjectsServiceDisablePostgresRequest ¶
type ProjectsServiceDisablePostgresRequest struct {
// the id of the project
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
The request of a Project.DisablePostgres RPC
func (*ProjectsServiceDisablePostgresRequest) GetId ¶
func (x *ProjectsServiceDisablePostgresRequest) GetId() string
func (*ProjectsServiceDisablePostgresRequest) ProtoMessage ¶
func (*ProjectsServiceDisablePostgresRequest) ProtoMessage()
func (*ProjectsServiceDisablePostgresRequest) ProtoReflect ¶
func (x *ProjectsServiceDisablePostgresRequest) ProtoReflect() protoreflect.Message
func (*ProjectsServiceDisablePostgresRequest) Reset ¶
func (x *ProjectsServiceDisablePostgresRequest) Reset()
func (*ProjectsServiceDisablePostgresRequest) SetId ¶
func (x *ProjectsServiceDisablePostgresRequest) SetId(v string)
func (*ProjectsServiceDisablePostgresRequest) String ¶
func (x *ProjectsServiceDisablePostgresRequest) String() string
type ProjectsServiceDisablePostgresRequest_builder ¶
type ProjectsServiceDisablePostgresRequest_builder struct {
// the id of the project
Id string
// contains filtered or unexported fields
}
func (ProjectsServiceDisablePostgresRequest_builder) Build ¶
type ProjectsServiceDisablePostgresResponse ¶
type ProjectsServiceDisablePostgresResponse struct {
// the id of the project
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
The response of a Project.DisablePostgres RPC
func (*ProjectsServiceDisablePostgresResponse) GetId ¶
func (x *ProjectsServiceDisablePostgresResponse) GetId() string
func (*ProjectsServiceDisablePostgresResponse) ProtoMessage ¶
func (*ProjectsServiceDisablePostgresResponse) ProtoMessage()
func (*ProjectsServiceDisablePostgresResponse) ProtoReflect ¶
func (x *ProjectsServiceDisablePostgresResponse) ProtoReflect() protoreflect.Message
func (*ProjectsServiceDisablePostgresResponse) Reset ¶
func (x *ProjectsServiceDisablePostgresResponse) Reset()
func (*ProjectsServiceDisablePostgresResponse) SetId ¶
func (x *ProjectsServiceDisablePostgresResponse) SetId(v string)
func (*ProjectsServiceDisablePostgresResponse) String ¶
func (x *ProjectsServiceDisablePostgresResponse) String() string
type ProjectsServiceDisablePostgresResponse_builder ¶
type ProjectsServiceDisablePostgresResponse_builder struct {
// the id of the project
Id string
// contains filtered or unexported fields
}
func (ProjectsServiceDisablePostgresResponse_builder) Build ¶
type ProjectsServiceDisableStorageRequest ¶
type ProjectsServiceDisableStorageRequest struct {
// the id of the project
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
The request of a Project.DisableStorage RPC
func (*ProjectsServiceDisableStorageRequest) GetId ¶
func (x *ProjectsServiceDisableStorageRequest) GetId() string
func (*ProjectsServiceDisableStorageRequest) ProtoMessage ¶
func (*ProjectsServiceDisableStorageRequest) ProtoMessage()
func (*ProjectsServiceDisableStorageRequest) ProtoReflect ¶
func (x *ProjectsServiceDisableStorageRequest) ProtoReflect() protoreflect.Message
func (*ProjectsServiceDisableStorageRequest) Reset ¶
func (x *ProjectsServiceDisableStorageRequest) Reset()
func (*ProjectsServiceDisableStorageRequest) SetId ¶
func (x *ProjectsServiceDisableStorageRequest) SetId(v string)
func (*ProjectsServiceDisableStorageRequest) String ¶
func (x *ProjectsServiceDisableStorageRequest) String() string
type ProjectsServiceDisableStorageRequest_builder ¶
type ProjectsServiceDisableStorageRequest_builder struct {
// the id of the project
Id string
// contains filtered or unexported fields
}
func (ProjectsServiceDisableStorageRequest_builder) Build ¶
func (b0 ProjectsServiceDisableStorageRequest_builder) Build() *ProjectsServiceDisableStorageRequest
type ProjectsServiceDisableStorageResponse ¶
type ProjectsServiceDisableStorageResponse struct {
// contains filtered or unexported fields
}
The response of a Project.DisableStorage RPC
func (*ProjectsServiceDisableStorageResponse) ProtoMessage ¶
func (*ProjectsServiceDisableStorageResponse) ProtoMessage()
func (*ProjectsServiceDisableStorageResponse) ProtoReflect ¶
func (x *ProjectsServiceDisableStorageResponse) ProtoReflect() protoreflect.Message
func (*ProjectsServiceDisableStorageResponse) Reset ¶
func (x *ProjectsServiceDisableStorageResponse) Reset()
func (*ProjectsServiceDisableStorageResponse) String ¶
func (x *ProjectsServiceDisableStorageResponse) String() string
type ProjectsServiceDisableStorageResponse_builder ¶
type ProjectsServiceDisableStorageResponse_builder struct {
// contains filtered or unexported fields
}
func (ProjectsServiceDisableStorageResponse_builder) Build ¶
type ProjectsServiceDisableUsersRequest ¶
type ProjectsServiceDisableUsersRequest struct {
// the id of the project
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
The request of a Project.DisableUsers RPC
func (*ProjectsServiceDisableUsersRequest) GetId ¶
func (x *ProjectsServiceDisableUsersRequest) GetId() string
func (*ProjectsServiceDisableUsersRequest) ProtoMessage ¶
func (*ProjectsServiceDisableUsersRequest) ProtoMessage()
func (*ProjectsServiceDisableUsersRequest) ProtoReflect ¶
func (x *ProjectsServiceDisableUsersRequest) ProtoReflect() protoreflect.Message
func (*ProjectsServiceDisableUsersRequest) Reset ¶
func (x *ProjectsServiceDisableUsersRequest) Reset()
func (*ProjectsServiceDisableUsersRequest) SetId ¶
func (x *ProjectsServiceDisableUsersRequest) SetId(v string)
func (*ProjectsServiceDisableUsersRequest) String ¶
func (x *ProjectsServiceDisableUsersRequest) String() string
type ProjectsServiceDisableUsersRequest_builder ¶
type ProjectsServiceDisableUsersRequest_builder struct {
// the id of the project
Id string
// contains filtered or unexported fields
}
func (ProjectsServiceDisableUsersRequest_builder) Build ¶
func (b0 ProjectsServiceDisableUsersRequest_builder) Build() *ProjectsServiceDisableUsersRequest
type ProjectsServiceDisableUsersResponse ¶
type ProjectsServiceDisableUsersResponse struct {
// contains filtered or unexported fields
}
The response of a Project.DisableUsers RPC
func (*ProjectsServiceDisableUsersResponse) ProtoMessage ¶
func (*ProjectsServiceDisableUsersResponse) ProtoMessage()
func (*ProjectsServiceDisableUsersResponse) ProtoReflect ¶
func (x *ProjectsServiceDisableUsersResponse) ProtoReflect() protoreflect.Message
func (*ProjectsServiceDisableUsersResponse) Reset ¶
func (x *ProjectsServiceDisableUsersResponse) Reset()
func (*ProjectsServiceDisableUsersResponse) String ¶
func (x *ProjectsServiceDisableUsersResponse) String() string
type ProjectsServiceDisableUsersResponse_builder ¶
type ProjectsServiceDisableUsersResponse_builder struct {
// contains filtered or unexported fields
}
func (ProjectsServiceDisableUsersResponse_builder) Build ¶
func (b0 ProjectsServiceDisableUsersResponse_builder) Build() *ProjectsServiceDisableUsersResponse
type ProjectsServiceEnableMongoRequest ¶
type ProjectsServiceEnableMongoRequest struct {
// the id of the project
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
The request of a Project.EnableMongo RPC
func (*ProjectsServiceEnableMongoRequest) GetId ¶
func (x *ProjectsServiceEnableMongoRequest) GetId() string
func (*ProjectsServiceEnableMongoRequest) ProtoMessage ¶
func (*ProjectsServiceEnableMongoRequest) ProtoMessage()
func (*ProjectsServiceEnableMongoRequest) ProtoReflect ¶
func (x *ProjectsServiceEnableMongoRequest) ProtoReflect() protoreflect.Message
func (*ProjectsServiceEnableMongoRequest) Reset ¶
func (x *ProjectsServiceEnableMongoRequest) Reset()
func (*ProjectsServiceEnableMongoRequest) SetId ¶
func (x *ProjectsServiceEnableMongoRequest) SetId(v string)
func (*ProjectsServiceEnableMongoRequest) String ¶
func (x *ProjectsServiceEnableMongoRequest) String() string
type ProjectsServiceEnableMongoRequest_builder ¶
type ProjectsServiceEnableMongoRequest_builder struct {
// the id of the project
Id string
// contains filtered or unexported fields
}
func (ProjectsServiceEnableMongoRequest_builder) Build ¶
func (b0 ProjectsServiceEnableMongoRequest_builder) Build() *ProjectsServiceEnableMongoRequest
type ProjectsServiceEnableMongoResponse ¶
type ProjectsServiceEnableMongoResponse struct {
// contains filtered or unexported fields
}
The response of a Project.EnableMongo RPC
func (*ProjectsServiceEnableMongoResponse) ProtoMessage ¶
func (*ProjectsServiceEnableMongoResponse) ProtoMessage()
func (*ProjectsServiceEnableMongoResponse) ProtoReflect ¶
func (x *ProjectsServiceEnableMongoResponse) ProtoReflect() protoreflect.Message
func (*ProjectsServiceEnableMongoResponse) Reset ¶
func (x *ProjectsServiceEnableMongoResponse) Reset()
func (*ProjectsServiceEnableMongoResponse) String ¶
func (x *ProjectsServiceEnableMongoResponse) String() string
type ProjectsServiceEnableMongoResponse_builder ¶
type ProjectsServiceEnableMongoResponse_builder struct {
// contains filtered or unexported fields
}
func (ProjectsServiceEnableMongoResponse_builder) Build ¶
func (b0 ProjectsServiceEnableMongoResponse_builder) Build() *ProjectsServiceEnableMongoResponse
type ProjectsServiceEnablePostgresRequest ¶
type ProjectsServiceEnablePostgresRequest struct {
// the id of the project
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
The request of a Project.EnablePostgres RPC
func (*ProjectsServiceEnablePostgresRequest) GetId ¶
func (x *ProjectsServiceEnablePostgresRequest) GetId() string
func (*ProjectsServiceEnablePostgresRequest) ProtoMessage ¶
func (*ProjectsServiceEnablePostgresRequest) ProtoMessage()
func (*ProjectsServiceEnablePostgresRequest) ProtoReflect ¶
func (x *ProjectsServiceEnablePostgresRequest) ProtoReflect() protoreflect.Message
func (*ProjectsServiceEnablePostgresRequest) Reset ¶
func (x *ProjectsServiceEnablePostgresRequest) Reset()
func (*ProjectsServiceEnablePostgresRequest) SetId ¶
func (x *ProjectsServiceEnablePostgresRequest) SetId(v string)
func (*ProjectsServiceEnablePostgresRequest) String ¶
func (x *ProjectsServiceEnablePostgresRequest) String() string
type ProjectsServiceEnablePostgresRequest_builder ¶
type ProjectsServiceEnablePostgresRequest_builder struct {
// the id of the project
Id string
// contains filtered or unexported fields
}
func (ProjectsServiceEnablePostgresRequest_builder) Build ¶
func (b0 ProjectsServiceEnablePostgresRequest_builder) Build() *ProjectsServiceEnablePostgresRequest
type ProjectsServiceEnablePostgresResponse ¶
type ProjectsServiceEnablePostgresResponse struct {
// contains filtered or unexported fields
}
The response of a Project.EnablePostgres RPC
func (*ProjectsServiceEnablePostgresResponse) ProtoMessage ¶
func (*ProjectsServiceEnablePostgresResponse) ProtoMessage()
func (*ProjectsServiceEnablePostgresResponse) ProtoReflect ¶
func (x *ProjectsServiceEnablePostgresResponse) ProtoReflect() protoreflect.Message
func (*ProjectsServiceEnablePostgresResponse) Reset ¶
func (x *ProjectsServiceEnablePostgresResponse) Reset()
func (*ProjectsServiceEnablePostgresResponse) String ¶
func (x *ProjectsServiceEnablePostgresResponse) String() string
type ProjectsServiceEnablePostgresResponse_builder ¶
type ProjectsServiceEnablePostgresResponse_builder struct {
// contains filtered or unexported fields
}
func (ProjectsServiceEnablePostgresResponse_builder) Build ¶
type ProjectsServiceEnableStorageRequest ¶
type ProjectsServiceEnableStorageRequest struct {
// the id of the project
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
The request of a Project.EnableStorage RPC
func (*ProjectsServiceEnableStorageRequest) GetId ¶
func (x *ProjectsServiceEnableStorageRequest) GetId() string
func (*ProjectsServiceEnableStorageRequest) ProtoMessage ¶
func (*ProjectsServiceEnableStorageRequest) ProtoMessage()
func (*ProjectsServiceEnableStorageRequest) ProtoReflect ¶
func (x *ProjectsServiceEnableStorageRequest) ProtoReflect() protoreflect.Message
func (*ProjectsServiceEnableStorageRequest) Reset ¶
func (x *ProjectsServiceEnableStorageRequest) Reset()
func (*ProjectsServiceEnableStorageRequest) SetId ¶
func (x *ProjectsServiceEnableStorageRequest) SetId(v string)
func (*ProjectsServiceEnableStorageRequest) String ¶
func (x *ProjectsServiceEnableStorageRequest) String() string
type ProjectsServiceEnableStorageRequest_builder ¶
type ProjectsServiceEnableStorageRequest_builder struct {
// the id of the project
Id string
// contains filtered or unexported fields
}
func (ProjectsServiceEnableStorageRequest_builder) Build ¶
func (b0 ProjectsServiceEnableStorageRequest_builder) Build() *ProjectsServiceEnableStorageRequest
type ProjectsServiceEnableStorageResponse ¶
type ProjectsServiceEnableStorageResponse struct {
// contains filtered or unexported fields
}
The response of a Project.EnableStorage RPC
func (*ProjectsServiceEnableStorageResponse) ProtoMessage ¶
func (*ProjectsServiceEnableStorageResponse) ProtoMessage()
func (*ProjectsServiceEnableStorageResponse) ProtoReflect ¶
func (x *ProjectsServiceEnableStorageResponse) ProtoReflect() protoreflect.Message
func (*ProjectsServiceEnableStorageResponse) Reset ¶
func (x *ProjectsServiceEnableStorageResponse) Reset()
func (*ProjectsServiceEnableStorageResponse) String ¶
func (x *ProjectsServiceEnableStorageResponse) String() string
type ProjectsServiceEnableStorageResponse_builder ¶
type ProjectsServiceEnableStorageResponse_builder struct {
// contains filtered or unexported fields
}
func (ProjectsServiceEnableStorageResponse_builder) Build ¶
func (b0 ProjectsServiceEnableStorageResponse_builder) Build() *ProjectsServiceEnableStorageResponse
type ProjectsServiceEnableUsersRequest ¶
type ProjectsServiceEnableUsersRequest struct {
// the id of the project
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
The request of a Project.EnableUsers RPC
func (*ProjectsServiceEnableUsersRequest) GetId ¶
func (x *ProjectsServiceEnableUsersRequest) GetId() string
func (*ProjectsServiceEnableUsersRequest) ProtoMessage ¶
func (*ProjectsServiceEnableUsersRequest) ProtoMessage()
func (*ProjectsServiceEnableUsersRequest) ProtoReflect ¶
func (x *ProjectsServiceEnableUsersRequest) ProtoReflect() protoreflect.Message
func (*ProjectsServiceEnableUsersRequest) Reset ¶
func (x *ProjectsServiceEnableUsersRequest) Reset()
func (*ProjectsServiceEnableUsersRequest) SetId ¶
func (x *ProjectsServiceEnableUsersRequest) SetId(v string)
func (*ProjectsServiceEnableUsersRequest) String ¶
func (x *ProjectsServiceEnableUsersRequest) String() string
type ProjectsServiceEnableUsersRequest_builder ¶
type ProjectsServiceEnableUsersRequest_builder struct {
// the id of the project
Id string
// contains filtered or unexported fields
}
func (ProjectsServiceEnableUsersRequest_builder) Build ¶
func (b0 ProjectsServiceEnableUsersRequest_builder) Build() *ProjectsServiceEnableUsersRequest
type ProjectsServiceEnableUsersResponse ¶
type ProjectsServiceEnableUsersResponse struct {
// contains filtered or unexported fields
}
The response of a Project.EnableUsers RPC
func (*ProjectsServiceEnableUsersResponse) ProtoMessage ¶
func (*ProjectsServiceEnableUsersResponse) ProtoMessage()
func (*ProjectsServiceEnableUsersResponse) ProtoReflect ¶
func (x *ProjectsServiceEnableUsersResponse) ProtoReflect() protoreflect.Message
func (*ProjectsServiceEnableUsersResponse) Reset ¶
func (x *ProjectsServiceEnableUsersResponse) Reset()
func (*ProjectsServiceEnableUsersResponse) String ¶
func (x *ProjectsServiceEnableUsersResponse) String() string
type ProjectsServiceEnableUsersResponse_builder ¶
type ProjectsServiceEnableUsersResponse_builder struct {
// contains filtered or unexported fields
}
func (ProjectsServiceEnableUsersResponse_builder) Build ¶
func (b0 ProjectsServiceEnableUsersResponse_builder) Build() *ProjectsServiceEnableUsersResponse
type ProjectsServiceGetRequest ¶
type ProjectsServiceGetRequest struct {
// the id of the project
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
The request of a Project.Get RPC
func (*ProjectsServiceGetRequest) GetId ¶
func (x *ProjectsServiceGetRequest) GetId() string
func (*ProjectsServiceGetRequest) ProtoMessage ¶
func (*ProjectsServiceGetRequest) ProtoMessage()
func (*ProjectsServiceGetRequest) ProtoReflect ¶
func (x *ProjectsServiceGetRequest) ProtoReflect() protoreflect.Message
func (*ProjectsServiceGetRequest) Reset ¶
func (x *ProjectsServiceGetRequest) Reset()
func (*ProjectsServiceGetRequest) SetId ¶
func (x *ProjectsServiceGetRequest) SetId(v string)
func (*ProjectsServiceGetRequest) String ¶
func (x *ProjectsServiceGetRequest) String() string
type ProjectsServiceGetRequest_builder ¶
type ProjectsServiceGetRequest_builder struct {
// the id of the project
Id string
// contains filtered or unexported fields
}
func (ProjectsServiceGetRequest_builder) Build ¶
func (b0 ProjectsServiceGetRequest_builder) Build() *ProjectsServiceGetRequest
type ProjectsServiceGetResponse ¶
type ProjectsServiceGetResponse struct {
Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
// the external address for the project service
ExternalEndpoint string `protobuf:"bytes,2,opt,name=external_endpoint,json=externalEndpoint,proto3" json:"external_endpoint,omitempty"`
// the internal address for the project service
InternalEndpoint string `protobuf:"bytes,3,opt,name=internal_endpoint,json=internalEndpoint,proto3" json:"internal_endpoint,omitempty"`
// contains filtered or unexported fields
}
The response of a Project.Get RPC
func (*ProjectsServiceGetResponse) ClearProject ¶
func (x *ProjectsServiceGetResponse) ClearProject()
func (*ProjectsServiceGetResponse) GetExternalEndpoint ¶
func (x *ProjectsServiceGetResponse) GetExternalEndpoint() string
func (*ProjectsServiceGetResponse) GetInternalEndpoint ¶
func (x *ProjectsServiceGetResponse) GetInternalEndpoint() string
func (*ProjectsServiceGetResponse) GetProject ¶
func (x *ProjectsServiceGetResponse) GetProject() *Project
func (*ProjectsServiceGetResponse) HasProject ¶
func (x *ProjectsServiceGetResponse) HasProject() bool
func (*ProjectsServiceGetResponse) ProtoMessage ¶
func (*ProjectsServiceGetResponse) ProtoMessage()
func (*ProjectsServiceGetResponse) ProtoReflect ¶
func (x *ProjectsServiceGetResponse) ProtoReflect() protoreflect.Message
func (*ProjectsServiceGetResponse) Reset ¶
func (x *ProjectsServiceGetResponse) Reset()
func (*ProjectsServiceGetResponse) SetExternalEndpoint ¶
func (x *ProjectsServiceGetResponse) SetExternalEndpoint(v string)
func (*ProjectsServiceGetResponse) SetInternalEndpoint ¶
func (x *ProjectsServiceGetResponse) SetInternalEndpoint(v string)
func (*ProjectsServiceGetResponse) SetProject ¶
func (x *ProjectsServiceGetResponse) SetProject(v *Project)
func (*ProjectsServiceGetResponse) String ¶
func (x *ProjectsServiceGetResponse) String() string
type ProjectsServiceGetResponse_builder ¶
type ProjectsServiceGetResponse_builder struct {
Project *Project
// the external address for the project service
ExternalEndpoint string
// the internal address for the project service
InternalEndpoint string
// contains filtered or unexported fields
}
func (ProjectsServiceGetResponse_builder) Build ¶
func (b0 ProjectsServiceGetResponse_builder) Build() *ProjectsServiceGetResponse
type ProjectsServiceListRequest ¶
type ProjectsServiceListRequest struct {
// where to start fetching from
From int32 `protobuf:"varint,1,opt,name=from,proto3" json:"from,omitempty"`
// where to stop fetching to
To int32 `protobuf:"varint,2,opt,name=to,proto3" json:"to,omitempty"`
// if you only want to list projects owned by a user
OwnerId *string `protobuf:"bytes,3,opt,name=owner_id,json=ownerId,proto3,oneof" json:"owner_id,omitempty"`
// contains filtered or unexported fields
}
The request of a Project.List RPC
func (*ProjectsServiceListRequest) ClearOwnerId ¶
func (x *ProjectsServiceListRequest) ClearOwnerId()
func (*ProjectsServiceListRequest) GetFrom ¶
func (x *ProjectsServiceListRequest) GetFrom() int32
func (*ProjectsServiceListRequest) GetOwnerId ¶
func (x *ProjectsServiceListRequest) GetOwnerId() string
func (*ProjectsServiceListRequest) GetTo ¶
func (x *ProjectsServiceListRequest) GetTo() int32
func (*ProjectsServiceListRequest) HasOwnerId ¶
func (x *ProjectsServiceListRequest) HasOwnerId() bool
func (*ProjectsServiceListRequest) ProtoMessage ¶
func (*ProjectsServiceListRequest) ProtoMessage()
func (*ProjectsServiceListRequest) ProtoReflect ¶
func (x *ProjectsServiceListRequest) ProtoReflect() protoreflect.Message
func (*ProjectsServiceListRequest) Reset ¶
func (x *ProjectsServiceListRequest) Reset()
func (*ProjectsServiceListRequest) SetFrom ¶
func (x *ProjectsServiceListRequest) SetFrom(v int32)
func (*ProjectsServiceListRequest) SetOwnerId ¶
func (x *ProjectsServiceListRequest) SetOwnerId(v string)
func (*ProjectsServiceListRequest) SetTo ¶
func (x *ProjectsServiceListRequest) SetTo(v int32)
func (*ProjectsServiceListRequest) String ¶
func (x *ProjectsServiceListRequest) String() string
type ProjectsServiceListRequest_builder ¶
type ProjectsServiceListRequest_builder struct {
// where to start fetching from
From int32
// where to stop fetching to
To int32
// if you only want to list projects owned by a user
OwnerId *string
// contains filtered or unexported fields
}
func (ProjectsServiceListRequest_builder) Build ¶
func (b0 ProjectsServiceListRequest_builder) Build() *ProjectsServiceListRequest
type ProjectsServiceListResponse ¶
type ProjectsServiceListResponse struct {
// the result of list
Projects []*Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
// total amount of namespaces
Count int64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
// filter by owner id
OwnerId *string `protobuf:"bytes,3,opt,name=owner_id,json=ownerId,proto3,oneof" json:"owner_id,omitempty"`
// contains filtered or unexported fields
}
The response of a Project.List RPC
func (*ProjectsServiceListResponse) ClearOwnerId ¶
func (x *ProjectsServiceListResponse) ClearOwnerId()
func (*ProjectsServiceListResponse) GetCount ¶
func (x *ProjectsServiceListResponse) GetCount() int64
func (*ProjectsServiceListResponse) GetOwnerId ¶
func (x *ProjectsServiceListResponse) GetOwnerId() string
func (*ProjectsServiceListResponse) GetProjects ¶
func (x *ProjectsServiceListResponse) GetProjects() []*Project
func (*ProjectsServiceListResponse) HasOwnerId ¶
func (x *ProjectsServiceListResponse) HasOwnerId() bool
func (*ProjectsServiceListResponse) ProtoMessage ¶
func (*ProjectsServiceListResponse) ProtoMessage()
func (*ProjectsServiceListResponse) ProtoReflect ¶
func (x *ProjectsServiceListResponse) ProtoReflect() protoreflect.Message
func (*ProjectsServiceListResponse) Reset ¶
func (x *ProjectsServiceListResponse) Reset()
func (*ProjectsServiceListResponse) SetCount ¶
func (x *ProjectsServiceListResponse) SetCount(v int64)
func (*ProjectsServiceListResponse) SetOwnerId ¶
func (x *ProjectsServiceListResponse) SetOwnerId(v string)
func (*ProjectsServiceListResponse) SetProjects ¶
func (x *ProjectsServiceListResponse) SetProjects(v []*Project)
func (*ProjectsServiceListResponse) String ¶
func (x *ProjectsServiceListResponse) String() string
type ProjectsServiceListResponse_builder ¶
type ProjectsServiceListResponse_builder struct {
// the result of list
Projects []*Project
// total amount of namespaces
Count int64
// filter by owner id
OwnerId *string
// contains filtered or unexported fields
}
func (ProjectsServiceListResponse_builder) Build ¶
func (b0 ProjectsServiceListResponse_builder) Build() *ProjectsServiceListResponse
type ProjectsServicePingRequest ¶
type ProjectsServicePingRequest struct {
// contains filtered or unexported fields
}
The request of a Project.Ping RPC
func (*ProjectsServicePingRequest) ProtoMessage ¶
func (*ProjectsServicePingRequest) ProtoMessage()
func (*ProjectsServicePingRequest) ProtoReflect ¶
func (x *ProjectsServicePingRequest) ProtoReflect() protoreflect.Message
func (*ProjectsServicePingRequest) Reset ¶
func (x *ProjectsServicePingRequest) Reset()
func (*ProjectsServicePingRequest) String ¶
func (x *ProjectsServicePingRequest) String() string
type ProjectsServicePingRequest_builder ¶
type ProjectsServicePingRequest_builder struct {
// contains filtered or unexported fields
}
func (ProjectsServicePingRequest_builder) Build ¶
func (b0 ProjectsServicePingRequest_builder) Build() *ProjectsServicePingRequest
type ProjectsServicePingResponse ¶
type ProjectsServicePingResponse struct {
// contains filtered or unexported fields
}
The response of a Project.Ping RPC
func (*ProjectsServicePingResponse) ProtoMessage ¶
func (*ProjectsServicePingResponse) ProtoMessage()
func (*ProjectsServicePingResponse) ProtoReflect ¶
func (x *ProjectsServicePingResponse) ProtoReflect() protoreflect.Message
func (*ProjectsServicePingResponse) Reset ¶
func (x *ProjectsServicePingResponse) Reset()
func (*ProjectsServicePingResponse) String ¶
func (x *ProjectsServicePingResponse) String() string
type ProjectsServicePingResponse_builder ¶
type ProjectsServicePingResponse_builder struct {
// contains filtered or unexported fields
}
func (ProjectsServicePingResponse_builder) Build ¶
func (b0 ProjectsServicePingResponse_builder) Build() *ProjectsServicePingResponse
type ProjectsServicePublicKeyRequest ¶
type ProjectsServicePublicKeyRequest struct {
// contains filtered or unexported fields
}
The request of a Project.PublicKey RPC
func (*ProjectsServicePublicKeyRequest) ProtoMessage ¶
func (*ProjectsServicePublicKeyRequest) ProtoMessage()
func (*ProjectsServicePublicKeyRequest) ProtoReflect ¶
func (x *ProjectsServicePublicKeyRequest) ProtoReflect() protoreflect.Message
func (*ProjectsServicePublicKeyRequest) Reset ¶
func (x *ProjectsServicePublicKeyRequest) Reset()
func (*ProjectsServicePublicKeyRequest) String ¶
func (x *ProjectsServicePublicKeyRequest) String() string
type ProjectsServicePublicKeyRequest_builder ¶
type ProjectsServicePublicKeyRequest_builder struct {
// contains filtered or unexported fields
}
func (ProjectsServicePublicKeyRequest_builder) Build ¶
func (b0 ProjectsServicePublicKeyRequest_builder) Build() *ProjectsServicePublicKeyRequest
type ProjectsServicePublicKeyResponse ¶
type ProjectsServicePublicKeyResponse struct {
PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
// contains filtered or unexported fields
}
The response of a Project.PublicKey RPC
func (*ProjectsServicePublicKeyResponse) GetPublicKey ¶
func (x *ProjectsServicePublicKeyResponse) GetPublicKey() string
func (*ProjectsServicePublicKeyResponse) ProtoMessage ¶
func (*ProjectsServicePublicKeyResponse) ProtoMessage()
func (*ProjectsServicePublicKeyResponse) ProtoReflect ¶
func (x *ProjectsServicePublicKeyResponse) ProtoReflect() protoreflect.Message
func (*ProjectsServicePublicKeyResponse) Reset ¶
func (x *ProjectsServicePublicKeyResponse) Reset()
func (*ProjectsServicePublicKeyResponse) SetPublicKey ¶
func (x *ProjectsServicePublicKeyResponse) SetPublicKey(v string)
func (*ProjectsServicePublicKeyResponse) String ¶
func (x *ProjectsServicePublicKeyResponse) String() string
type ProjectsServicePublicKeyResponse_builder ¶
type ProjectsServicePublicKeyResponse_builder struct {
PublicKey string
// contains filtered or unexported fields
}
func (ProjectsServicePublicKeyResponse_builder) Build ¶
func (b0 ProjectsServicePublicKeyResponse_builder) Build() *ProjectsServicePublicKeyResponse
type ProjectsServiceUpdateRequest ¶
type ProjectsServiceUpdateRequest struct {
// the id of the project
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// the name related to the project
Name *string `protobuf:"bytes,2,opt,name=name,proto3,oneof" json:"name,omitempty"`
// the logo related to the project
Logo *string `protobuf:"bytes,3,opt,name=logo,proto3,oneof" json:"logo,omitempty"`
// contains filtered or unexported fields
}
The request of a Project.Update RPC
func (*ProjectsServiceUpdateRequest) ClearLogo ¶
func (x *ProjectsServiceUpdateRequest) ClearLogo()
func (*ProjectsServiceUpdateRequest) ClearName ¶
func (x *ProjectsServiceUpdateRequest) ClearName()
func (*ProjectsServiceUpdateRequest) GetId ¶
func (x *ProjectsServiceUpdateRequest) GetId() string
func (*ProjectsServiceUpdateRequest) GetLogo ¶
func (x *ProjectsServiceUpdateRequest) GetLogo() string
func (*ProjectsServiceUpdateRequest) GetName ¶
func (x *ProjectsServiceUpdateRequest) GetName() string
func (*ProjectsServiceUpdateRequest) HasLogo ¶
func (x *ProjectsServiceUpdateRequest) HasLogo() bool
func (*ProjectsServiceUpdateRequest) HasName ¶
func (x *ProjectsServiceUpdateRequest) HasName() bool
func (*ProjectsServiceUpdateRequest) ProtoMessage ¶
func (*ProjectsServiceUpdateRequest) ProtoMessage()
func (*ProjectsServiceUpdateRequest) ProtoReflect ¶
func (x *ProjectsServiceUpdateRequest) ProtoReflect() protoreflect.Message
func (*ProjectsServiceUpdateRequest) Reset ¶
func (x *ProjectsServiceUpdateRequest) Reset()
func (*ProjectsServiceUpdateRequest) SetId ¶
func (x *ProjectsServiceUpdateRequest) SetId(v string)
func (*ProjectsServiceUpdateRequest) SetLogo ¶
func (x *ProjectsServiceUpdateRequest) SetLogo(v string)
func (*ProjectsServiceUpdateRequest) SetName ¶
func (x *ProjectsServiceUpdateRequest) SetName(v string)
func (*ProjectsServiceUpdateRequest) String ¶
func (x *ProjectsServiceUpdateRequest) String() string
type ProjectsServiceUpdateRequest_builder ¶
type ProjectsServiceUpdateRequest_builder struct {
// the id of the project
Id string
// the name related to the project
Name *string
// the logo related to the project
Logo *string
// contains filtered or unexported fields
}
func (ProjectsServiceUpdateRequest_builder) Build ¶
func (b0 ProjectsServiceUpdateRequest_builder) Build() *ProjectsServiceUpdateRequest
type ProjectsServiceUpdateResponse ¶
type ProjectsServiceUpdateResponse struct {
// contains filtered or unexported fields
}
The response of a Project.Update RPC
func (*ProjectsServiceUpdateResponse) ProtoMessage ¶
func (*ProjectsServiceUpdateResponse) ProtoMessage()
func (*ProjectsServiceUpdateResponse) ProtoReflect ¶
func (x *ProjectsServiceUpdateResponse) ProtoReflect() protoreflect.Message
func (*ProjectsServiceUpdateResponse) Reset ¶
func (x *ProjectsServiceUpdateResponse) Reset()
func (*ProjectsServiceUpdateResponse) String ¶
func (x *ProjectsServiceUpdateResponse) String() string
type ProjectsServiceUpdateResponse_builder ¶
type ProjectsServiceUpdateResponse_builder struct {
// contains filtered or unexported fields
}
func (ProjectsServiceUpdateResponse_builder) Build ¶
func (b0 ProjectsServiceUpdateResponse_builder) Build() *ProjectsServiceUpdateResponse
type TokenType ¶
type TokenType int32
func (TokenType) Descriptor ¶
func (TokenType) Descriptor() protoreflect.EnumDescriptor
func (TokenType) Number ¶
func (x TokenType) Number() protoreflect.EnumNumber
func (TokenType) Type ¶
func (TokenType) Type() protoreflect.EnumType
Source Files
¶
- core_api.pb.go
- core_members.pb.go
- core_messages.pb.go
- core_projects.pb.go