Documentation
¶
Index ¶
- Constants
- Variables
- type APIToken
- func (x *APIToken) ClearCreatedAt()
- func (x *APIToken) ClearExpiresAt()
- func (x *APIToken) ClearLastUsedAt()
- func (x *APIToken) GetCreatedAt() *timestamppb.Timestamp
- func (x *APIToken) GetDescription() string
- func (x *APIToken) GetExpiresAt() *timestamppb.Timestamp
- func (x *APIToken) GetId() string
- func (x *APIToken) GetLastUsedAt() *timestamppb.Timestamp
- func (x *APIToken) GetUserId() string
- func (x *APIToken) HasCreatedAt() bool
- func (x *APIToken) HasExpiresAt() bool
- func (x *APIToken) HasLastUsedAt() bool
- func (*APIToken) ProtoMessage()
- func (x *APIToken) ProtoReflect() protoreflect.Message
- func (x *APIToken) Reset()
- func (x *APIToken) SetCreatedAt(v *timestamppb.Timestamp)
- func (x *APIToken) SetDescription(v string)
- func (x *APIToken) SetExpiresAt(v *timestamppb.Timestamp)
- func (x *APIToken) SetId(v string)
- func (x *APIToken) SetLastUsedAt(v *timestamppb.Timestamp)
- func (x *APIToken) SetUserId(v string)
- func (x *APIToken) String() string
- type APIToken_builder
- type Connector
- func (x *Connector) ClearConnectorDetails()
- func (x *Connector) ClearKubernetes()
- func (x *Connector) ClearLastSeen()
- func (x *Connector) GetConnectorDetails() isConnector_ConnectorDetails
- func (x *Connector) GetId() string
- func (x *Connector) GetKubernetes() *KubernetesConnectorDetails
- func (x *Connector) GetLastSeen() *timestamppb.Timestamp
- func (x *Connector) GetName() string
- func (x *Connector) GetStatus() ConnectorStatus
- func (x *Connector) GetType() ConnectorType
- func (x *Connector) HasConnectorDetails() bool
- func (x *Connector) HasKubernetes() bool
- func (x *Connector) HasLastSeen() bool
- func (*Connector) ProtoMessage()
- func (x *Connector) ProtoReflect() protoreflect.Message
- func (x *Connector) Reset()
- func (x *Connector) SetId(v string)
- func (x *Connector) SetKubernetes(v *KubernetesConnectorDetails)
- func (x *Connector) SetLastSeen(v *timestamppb.Timestamp)
- func (x *Connector) SetName(v string)
- func (x *Connector) SetStatus(v ConnectorStatus)
- func (x *Connector) SetType(v ConnectorType)
- func (x *Connector) String() string
- func (x *Connector) WhichConnectorDetails() case_Connector_ConnectorDetails
- type ConnectorServiceCreateRequest
- func (x *ConnectorServiceCreateRequest) ClearConnectorDetails()
- func (x *ConnectorServiceCreateRequest) ClearKubernetes()
- func (x *ConnectorServiceCreateRequest) GetConnectorDetails() isConnectorServiceCreateRequest_ConnectorDetails
- func (x *ConnectorServiceCreateRequest) GetKubernetes() *KubernetesConnectorDetails
- func (x *ConnectorServiceCreateRequest) GetName() string
- func (x *ConnectorServiceCreateRequest) GetType() ConnectorType
- func (x *ConnectorServiceCreateRequest) HasConnectorDetails() bool
- func (x *ConnectorServiceCreateRequest) HasKubernetes() bool
- func (*ConnectorServiceCreateRequest) ProtoMessage()
- func (x *ConnectorServiceCreateRequest) ProtoReflect() protoreflect.Message
- func (x *ConnectorServiceCreateRequest) Reset()
- func (x *ConnectorServiceCreateRequest) SetKubernetes(v *KubernetesConnectorDetails)
- func (x *ConnectorServiceCreateRequest) SetName(v string)
- func (x *ConnectorServiceCreateRequest) SetType(v ConnectorType)
- func (x *ConnectorServiceCreateRequest) String() string
- func (x *ConnectorServiceCreateRequest) WhichConnectorDetails() case_ConnectorServiceCreateRequest_ConnectorDetails
- type ConnectorServiceCreateRequest_Kubernetes
- type ConnectorServiceCreateRequest_builder
- type ConnectorServiceCreateResponse
- func (x *ConnectorServiceCreateResponse) ClearConnector()
- func (x *ConnectorServiceCreateResponse) GetConnector() *Connector
- func (x *ConnectorServiceCreateResponse) HasConnector() bool
- func (*ConnectorServiceCreateResponse) ProtoMessage()
- func (x *ConnectorServiceCreateResponse) ProtoReflect() protoreflect.Message
- func (x *ConnectorServiceCreateResponse) Reset()
- func (x *ConnectorServiceCreateResponse) SetConnector(v *Connector)
- func (x *ConnectorServiceCreateResponse) String() string
- type ConnectorServiceCreateResponse_builder
- type ConnectorServiceDeleteRequest
- func (x *ConnectorServiceDeleteRequest) GetId() string
- func (*ConnectorServiceDeleteRequest) ProtoMessage()
- func (x *ConnectorServiceDeleteRequest) ProtoReflect() protoreflect.Message
- func (x *ConnectorServiceDeleteRequest) Reset()
- func (x *ConnectorServiceDeleteRequest) SetId(v string)
- func (x *ConnectorServiceDeleteRequest) String() string
- type ConnectorServiceDeleteRequest_builder
- type ConnectorServiceDeleteResponse
- func (x *ConnectorServiceDeleteResponse) GetSuccess() bool
- func (*ConnectorServiceDeleteResponse) ProtoMessage()
- func (x *ConnectorServiceDeleteResponse) ProtoReflect() protoreflect.Message
- func (x *ConnectorServiceDeleteResponse) Reset()
- func (x *ConnectorServiceDeleteResponse) SetSuccess(v bool)
- func (x *ConnectorServiceDeleteResponse) String() string
- type ConnectorServiceDeleteResponse_builder
- type ConnectorServiceGetRequest
- func (x *ConnectorServiceGetRequest) GetId() string
- func (*ConnectorServiceGetRequest) ProtoMessage()
- func (x *ConnectorServiceGetRequest) ProtoReflect() protoreflect.Message
- func (x *ConnectorServiceGetRequest) Reset()
- func (x *ConnectorServiceGetRequest) SetId(v string)
- func (x *ConnectorServiceGetRequest) String() string
- type ConnectorServiceGetRequest_builder
- type ConnectorServiceGetResponse
- func (x *ConnectorServiceGetResponse) ClearConnector()
- func (x *ConnectorServiceGetResponse) GetConnector() *Connector
- func (x *ConnectorServiceGetResponse) HasConnector() bool
- func (*ConnectorServiceGetResponse) ProtoMessage()
- func (x *ConnectorServiceGetResponse) ProtoReflect() protoreflect.Message
- func (x *ConnectorServiceGetResponse) Reset()
- func (x *ConnectorServiceGetResponse) SetConnector(v *Connector)
- func (x *ConnectorServiceGetResponse) String() string
- type ConnectorServiceGetResponse_builder
- type ConnectorServiceListRequest
- func (x *ConnectorServiceListRequest) ClearStatus()
- func (x *ConnectorServiceListRequest) ClearType()
- func (x *ConnectorServiceListRequest) GetStatus() ConnectorStatus
- func (x *ConnectorServiceListRequest) GetType() ConnectorType
- func (x *ConnectorServiceListRequest) HasStatus() bool
- func (x *ConnectorServiceListRequest) HasType() bool
- func (*ConnectorServiceListRequest) ProtoMessage()
- func (x *ConnectorServiceListRequest) ProtoReflect() protoreflect.Message
- func (x *ConnectorServiceListRequest) Reset()
- func (x *ConnectorServiceListRequest) SetStatus(v ConnectorStatus)
- func (x *ConnectorServiceListRequest) SetType(v ConnectorType)
- func (x *ConnectorServiceListRequest) String() string
- type ConnectorServiceListRequest_builder
- type ConnectorServiceListResponse
- func (x *ConnectorServiceListResponse) GetConnectors() []*Connector
- func (*ConnectorServiceListResponse) ProtoMessage()
- func (x *ConnectorServiceListResponse) ProtoReflect() protoreflect.Message
- func (x *ConnectorServiceListResponse) Reset()
- func (x *ConnectorServiceListResponse) SetConnectors(v []*Connector)
- func (x *ConnectorServiceListResponse) String() string
- type ConnectorServiceListResponse_builder
- type ConnectorServiceUpdateRequest
- func (x *ConnectorServiceUpdateRequest) ClearConnectorDetails()
- func (x *ConnectorServiceUpdateRequest) ClearKubernetes()
- func (x *ConnectorServiceUpdateRequest) ClearStatus()
- func (x *ConnectorServiceUpdateRequest) GetConnectorDetails() isConnectorServiceUpdateRequest_ConnectorDetails
- func (x *ConnectorServiceUpdateRequest) GetId() string
- func (x *ConnectorServiceUpdateRequest) GetKubernetes() *KubernetesConnectorDetails
- func (x *ConnectorServiceUpdateRequest) GetName() string
- func (x *ConnectorServiceUpdateRequest) GetStatus() ConnectorStatus
- func (x *ConnectorServiceUpdateRequest) HasConnectorDetails() bool
- func (x *ConnectorServiceUpdateRequest) HasKubernetes() bool
- func (x *ConnectorServiceUpdateRequest) HasStatus() bool
- func (*ConnectorServiceUpdateRequest) ProtoMessage()
- func (x *ConnectorServiceUpdateRequest) ProtoReflect() protoreflect.Message
- func (x *ConnectorServiceUpdateRequest) Reset()
- func (x *ConnectorServiceUpdateRequest) SetId(v string)
- func (x *ConnectorServiceUpdateRequest) SetKubernetes(v *KubernetesConnectorDetails)
- func (x *ConnectorServiceUpdateRequest) SetName(v string)
- func (x *ConnectorServiceUpdateRequest) SetStatus(v ConnectorStatus)
- func (x *ConnectorServiceUpdateRequest) String() string
- func (x *ConnectorServiceUpdateRequest) WhichConnectorDetails() case_ConnectorServiceUpdateRequest_ConnectorDetails
- type ConnectorServiceUpdateRequest_Kubernetes
- type ConnectorServiceUpdateRequest_builder
- type ConnectorServiceUpdateResponse
- func (x *ConnectorServiceUpdateResponse) ClearConnector()
- func (x *ConnectorServiceUpdateResponse) GetConnector() *Connector
- func (x *ConnectorServiceUpdateResponse) HasConnector() bool
- func (*ConnectorServiceUpdateResponse) ProtoMessage()
- func (x *ConnectorServiceUpdateResponse) ProtoReflect() protoreflect.Message
- func (x *ConnectorServiceUpdateResponse) Reset()
- func (x *ConnectorServiceUpdateResponse) SetConnector(v *Connector)
- func (x *ConnectorServiceUpdateResponse) String() string
- type ConnectorServiceUpdateResponse_builder
- type ConnectorStatus
- type ConnectorType
- type Connector_Kubernetes
- type Connector_builder
- type IAMServiceOrganizationCreateRequest
- func (x *IAMServiceOrganizationCreateRequest) ClearOrganization()
- func (x *IAMServiceOrganizationCreateRequest) GetOrganization() *Organization
- func (x *IAMServiceOrganizationCreateRequest) HasOrganization() bool
- func (*IAMServiceOrganizationCreateRequest) ProtoMessage()
- func (x *IAMServiceOrganizationCreateRequest) ProtoReflect() protoreflect.Message
- func (x *IAMServiceOrganizationCreateRequest) Reset()
- func (x *IAMServiceOrganizationCreateRequest) SetOrganization(v *Organization)
- func (x *IAMServiceOrganizationCreateRequest) String() string
- type IAMServiceOrganizationCreateRequest_builder
- type IAMServiceOrganizationCreateResponse
- func (x *IAMServiceOrganizationCreateResponse) ClearOrganization()
- func (x *IAMServiceOrganizationCreateResponse) GetOrganization() *Organization
- func (x *IAMServiceOrganizationCreateResponse) HasOrganization() bool
- func (*IAMServiceOrganizationCreateResponse) ProtoMessage()
- func (x *IAMServiceOrganizationCreateResponse) ProtoReflect() protoreflect.Message
- func (x *IAMServiceOrganizationCreateResponse) Reset()
- func (x *IAMServiceOrganizationCreateResponse) SetOrganization(v *Organization)
- func (x *IAMServiceOrganizationCreateResponse) String() string
- type IAMServiceOrganizationCreateResponse_builder
- type IAMServiceOrganizationDeleteRequest
- func (x *IAMServiceOrganizationDeleteRequest) GetForce() bool
- func (x *IAMServiceOrganizationDeleteRequest) GetId() string
- func (*IAMServiceOrganizationDeleteRequest) ProtoMessage()
- func (x *IAMServiceOrganizationDeleteRequest) ProtoReflect() protoreflect.Message
- func (x *IAMServiceOrganizationDeleteRequest) Reset()
- func (x *IAMServiceOrganizationDeleteRequest) SetForce(v bool)
- func (x *IAMServiceOrganizationDeleteRequest) SetId(v string)
- func (x *IAMServiceOrganizationDeleteRequest) String() string
- type IAMServiceOrganizationDeleteRequest_builder
- type IAMServiceOrganizationDeleteResponse
- func (x *IAMServiceOrganizationDeleteResponse) GetSuccess() bool
- func (*IAMServiceOrganizationDeleteResponse) ProtoMessage()
- func (x *IAMServiceOrganizationDeleteResponse) ProtoReflect() protoreflect.Message
- func (x *IAMServiceOrganizationDeleteResponse) Reset()
- func (x *IAMServiceOrganizationDeleteResponse) SetSuccess(v bool)
- func (x *IAMServiceOrganizationDeleteResponse) String() string
- type IAMServiceOrganizationDeleteResponse_builder
- type IAMServiceOrganizationGetByNameRequest
- func (x *IAMServiceOrganizationGetByNameRequest) GetName() string
- func (*IAMServiceOrganizationGetByNameRequest) ProtoMessage()
- func (x *IAMServiceOrganizationGetByNameRequest) ProtoReflect() protoreflect.Message
- func (x *IAMServiceOrganizationGetByNameRequest) Reset()
- func (x *IAMServiceOrganizationGetByNameRequest) SetName(v string)
- func (x *IAMServiceOrganizationGetByNameRequest) String() string
- type IAMServiceOrganizationGetByNameRequest_builder
- type IAMServiceOrganizationGetByNameResponse
- func (x *IAMServiceOrganizationGetByNameResponse) ClearOrganization()
- func (x *IAMServiceOrganizationGetByNameResponse) GetOrganization() *Organization
- func (x *IAMServiceOrganizationGetByNameResponse) HasOrganization() bool
- func (*IAMServiceOrganizationGetByNameResponse) ProtoMessage()
- func (x *IAMServiceOrganizationGetByNameResponse) ProtoReflect() protoreflect.Message
- func (x *IAMServiceOrganizationGetByNameResponse) Reset()
- func (x *IAMServiceOrganizationGetByNameResponse) SetOrganization(v *Organization)
- func (x *IAMServiceOrganizationGetByNameResponse) String() string
- type IAMServiceOrganizationGetByNameResponse_builder
- type IAMServiceOrganizationGetRequest
- func (x *IAMServiceOrganizationGetRequest) GetId() string
- func (*IAMServiceOrganizationGetRequest) ProtoMessage()
- func (x *IAMServiceOrganizationGetRequest) ProtoReflect() protoreflect.Message
- func (x *IAMServiceOrganizationGetRequest) Reset()
- func (x *IAMServiceOrganizationGetRequest) SetId(v string)
- func (x *IAMServiceOrganizationGetRequest) String() string
- type IAMServiceOrganizationGetRequest_builder
- type IAMServiceOrganizationGetResponse
- func (x *IAMServiceOrganizationGetResponse) ClearOrganization()
- func (x *IAMServiceOrganizationGetResponse) GetOrganization() *Organization
- func (x *IAMServiceOrganizationGetResponse) HasOrganization() bool
- func (*IAMServiceOrganizationGetResponse) ProtoMessage()
- func (x *IAMServiceOrganizationGetResponse) ProtoReflect() protoreflect.Message
- func (x *IAMServiceOrganizationGetResponse) Reset()
- func (x *IAMServiceOrganizationGetResponse) SetOrganization(v *Organization)
- func (x *IAMServiceOrganizationGetResponse) String() string
- type IAMServiceOrganizationGetResponse_builder
- type IAMServiceOrganizationListRequest
- type IAMServiceOrganizationListRequest_builder
- type IAMServiceOrganizationListResponse
- func (x *IAMServiceOrganizationListResponse) GetOrganizations() []*Organization
- func (*IAMServiceOrganizationListResponse) ProtoMessage()
- func (x *IAMServiceOrganizationListResponse) ProtoReflect() protoreflect.Message
- func (x *IAMServiceOrganizationListResponse) Reset()
- func (x *IAMServiceOrganizationListResponse) SetOrganizations(v []*Organization)
- func (x *IAMServiceOrganizationListResponse) String() string
- type IAMServiceOrganizationListResponse_builder
- type IAMServiceOrganizationUpdateRequest
- func (x *IAMServiceOrganizationUpdateRequest) ClearOrganization()
- func (x *IAMServiceOrganizationUpdateRequest) GetHasIsSystem() bool
- func (x *IAMServiceOrganizationUpdateRequest) GetOrganization() *Organization
- func (x *IAMServiceOrganizationUpdateRequest) HasOrganization() bool
- func (*IAMServiceOrganizationUpdateRequest) ProtoMessage()
- func (x *IAMServiceOrganizationUpdateRequest) ProtoReflect() protoreflect.Message
- func (x *IAMServiceOrganizationUpdateRequest) Reset()
- func (x *IAMServiceOrganizationUpdateRequest) SetHasIsSystem(v bool)
- func (x *IAMServiceOrganizationUpdateRequest) SetOrganization(v *Organization)
- func (x *IAMServiceOrganizationUpdateRequest) String() string
- type IAMServiceOrganizationUpdateRequest_builder
- type IAMServiceOrganizationUpdateResponse
- func (x *IAMServiceOrganizationUpdateResponse) ClearOrganization()
- func (x *IAMServiceOrganizationUpdateResponse) GetOrganization() *Organization
- func (x *IAMServiceOrganizationUpdateResponse) HasOrganization() bool
- func (*IAMServiceOrganizationUpdateResponse) ProtoMessage()
- func (x *IAMServiceOrganizationUpdateResponse) ProtoReflect() protoreflect.Message
- func (x *IAMServiceOrganizationUpdateResponse) Reset()
- func (x *IAMServiceOrganizationUpdateResponse) SetOrganization(v *Organization)
- func (x *IAMServiceOrganizationUpdateResponse) String() string
- type IAMServiceOrganizationUpdateResponse_builder
- type IAMServiceTokenCreateRequest
- func (x *IAMServiceTokenCreateRequest) ClearExpiresAt()
- func (x *IAMServiceTokenCreateRequest) GetDescription() string
- func (x *IAMServiceTokenCreateRequest) GetExpiresAt() *timestamppb.Timestamp
- func (x *IAMServiceTokenCreateRequest) GetUserId() string
- func (x *IAMServiceTokenCreateRequest) HasExpiresAt() bool
- func (*IAMServiceTokenCreateRequest) ProtoMessage()
- func (x *IAMServiceTokenCreateRequest) ProtoReflect() protoreflect.Message
- func (x *IAMServiceTokenCreateRequest) Reset()
- func (x *IAMServiceTokenCreateRequest) SetDescription(v string)
- func (x *IAMServiceTokenCreateRequest) SetExpiresAt(v *timestamppb.Timestamp)
- func (x *IAMServiceTokenCreateRequest) SetUserId(v string)
- func (x *IAMServiceTokenCreateRequest) String() string
- type IAMServiceTokenCreateRequest_builder
- type IAMServiceTokenCreateResponse
- func (x *IAMServiceTokenCreateResponse) ClearToken()
- func (x *IAMServiceTokenCreateResponse) GetRawToken() string
- func (x *IAMServiceTokenCreateResponse) GetToken() *APIToken
- func (x *IAMServiceTokenCreateResponse) HasToken() bool
- func (*IAMServiceTokenCreateResponse) ProtoMessage()
- func (x *IAMServiceTokenCreateResponse) ProtoReflect() protoreflect.Message
- func (x *IAMServiceTokenCreateResponse) Reset()
- func (x *IAMServiceTokenCreateResponse) SetRawToken(v string)
- func (x *IAMServiceTokenCreateResponse) SetToken(v *APIToken)
- func (x *IAMServiceTokenCreateResponse) String() string
- type IAMServiceTokenCreateResponse_builder
- type IAMServiceTokenListUserTokensRequest
- func (x *IAMServiceTokenListUserTokensRequest) GetUserId() string
- func (*IAMServiceTokenListUserTokensRequest) ProtoMessage()
- func (x *IAMServiceTokenListUserTokensRequest) ProtoReflect() protoreflect.Message
- func (x *IAMServiceTokenListUserTokensRequest) Reset()
- func (x *IAMServiceTokenListUserTokensRequest) SetUserId(v string)
- func (x *IAMServiceTokenListUserTokensRequest) String() string
- type IAMServiceTokenListUserTokensRequest_builder
- type IAMServiceTokenListUserTokensResponse
- func (x *IAMServiceTokenListUserTokensResponse) GetTokens() []*APIToken
- func (*IAMServiceTokenListUserTokensResponse) ProtoMessage()
- func (x *IAMServiceTokenListUserTokensResponse) ProtoReflect() protoreflect.Message
- func (x *IAMServiceTokenListUserTokensResponse) Reset()
- func (x *IAMServiceTokenListUserTokensResponse) SetTokens(v []*APIToken)
- func (x *IAMServiceTokenListUserTokensResponse) String() string
- type IAMServiceTokenListUserTokensResponse_builder
- type IAMServiceTokenRevokeRequest
- func (x *IAMServiceTokenRevokeRequest) GetTokenId() string
- func (*IAMServiceTokenRevokeRequest) ProtoMessage()
- func (x *IAMServiceTokenRevokeRequest) ProtoReflect() protoreflect.Message
- func (x *IAMServiceTokenRevokeRequest) Reset()
- func (x *IAMServiceTokenRevokeRequest) SetTokenId(v string)
- func (x *IAMServiceTokenRevokeRequest) String() string
- type IAMServiceTokenRevokeRequest_builder
- type IAMServiceTokenRevokeResponse
- func (x *IAMServiceTokenRevokeResponse) GetSuccess() bool
- func (*IAMServiceTokenRevokeResponse) ProtoMessage()
- func (x *IAMServiceTokenRevokeResponse) ProtoReflect() protoreflect.Message
- func (x *IAMServiceTokenRevokeResponse) Reset()
- func (x *IAMServiceTokenRevokeResponse) SetSuccess(v bool)
- func (x *IAMServiceTokenRevokeResponse) String() string
- type IAMServiceTokenRevokeResponse_builder
- type IAMServiceUserCreateRequest
- func (x *IAMServiceUserCreateRequest) ClearUser()
- func (x *IAMServiceUserCreateRequest) GetUser() *User
- func (x *IAMServiceUserCreateRequest) HasUser() bool
- func (*IAMServiceUserCreateRequest) ProtoMessage()
- func (x *IAMServiceUserCreateRequest) ProtoReflect() protoreflect.Message
- func (x *IAMServiceUserCreateRequest) Reset()
- func (x *IAMServiceUserCreateRequest) SetUser(v *User)
- func (x *IAMServiceUserCreateRequest) String() string
- type IAMServiceUserCreateRequest_builder
- type IAMServiceUserCreateResponse
- func (x *IAMServiceUserCreateResponse) ClearUser()
- func (x *IAMServiceUserCreateResponse) GetUser() *User
- func (x *IAMServiceUserCreateResponse) HasUser() bool
- func (*IAMServiceUserCreateResponse) ProtoMessage()
- func (x *IAMServiceUserCreateResponse) ProtoReflect() protoreflect.Message
- func (x *IAMServiceUserCreateResponse) Reset()
- func (x *IAMServiceUserCreateResponse) SetUser(v *User)
- func (x *IAMServiceUserCreateResponse) String() string
- type IAMServiceUserCreateResponse_builder
- type IAMServiceUserDeleteRequest
- func (x *IAMServiceUserDeleteRequest) GetId() string
- func (*IAMServiceUserDeleteRequest) ProtoMessage()
- func (x *IAMServiceUserDeleteRequest) ProtoReflect() protoreflect.Message
- func (x *IAMServiceUserDeleteRequest) Reset()
- func (x *IAMServiceUserDeleteRequest) SetId(v string)
- func (x *IAMServiceUserDeleteRequest) String() string
- type IAMServiceUserDeleteRequest_builder
- type IAMServiceUserDeleteResponse
- func (x *IAMServiceUserDeleteResponse) GetSuccess() bool
- func (*IAMServiceUserDeleteResponse) ProtoMessage()
- func (x *IAMServiceUserDeleteResponse) ProtoReflect() protoreflect.Message
- func (x *IAMServiceUserDeleteResponse) Reset()
- func (x *IAMServiceUserDeleteResponse) SetSuccess(v bool)
- func (x *IAMServiceUserDeleteResponse) String() string
- type IAMServiceUserDeleteResponse_builder
- type IAMServiceUserGetByEmailRequest
- func (x *IAMServiceUserGetByEmailRequest) GetEmail() string
- func (*IAMServiceUserGetByEmailRequest) ProtoMessage()
- func (x *IAMServiceUserGetByEmailRequest) ProtoReflect() protoreflect.Message
- func (x *IAMServiceUserGetByEmailRequest) Reset()
- func (x *IAMServiceUserGetByEmailRequest) SetEmail(v string)
- func (x *IAMServiceUserGetByEmailRequest) String() string
- type IAMServiceUserGetByEmailRequest_builder
- type IAMServiceUserGetByEmailResponse
- func (x *IAMServiceUserGetByEmailResponse) ClearUser()
- func (x *IAMServiceUserGetByEmailResponse) GetUser() *User
- func (x *IAMServiceUserGetByEmailResponse) HasUser() bool
- func (*IAMServiceUserGetByEmailResponse) ProtoMessage()
- func (x *IAMServiceUserGetByEmailResponse) ProtoReflect() protoreflect.Message
- func (x *IAMServiceUserGetByEmailResponse) Reset()
- func (x *IAMServiceUserGetByEmailResponse) SetUser(v *User)
- func (x *IAMServiceUserGetByEmailResponse) String() string
- type IAMServiceUserGetByEmailResponse_builder
- type IAMServiceUserGetByExternalIDRequest
- func (x *IAMServiceUserGetByExternalIDRequest) GetExternalId() string
- func (x *IAMServiceUserGetByExternalIDRequest) GetProvider() string
- func (*IAMServiceUserGetByExternalIDRequest) ProtoMessage()
- func (x *IAMServiceUserGetByExternalIDRequest) ProtoReflect() protoreflect.Message
- func (x *IAMServiceUserGetByExternalIDRequest) Reset()
- func (x *IAMServiceUserGetByExternalIDRequest) SetExternalId(v string)
- func (x *IAMServiceUserGetByExternalIDRequest) SetProvider(v string)
- func (x *IAMServiceUserGetByExternalIDRequest) String() string
- type IAMServiceUserGetByExternalIDRequest_builder
- type IAMServiceUserGetByExternalIDResponse
- func (x *IAMServiceUserGetByExternalIDResponse) ClearUser()
- func (x *IAMServiceUserGetByExternalIDResponse) GetUser() *User
- func (x *IAMServiceUserGetByExternalIDResponse) HasUser() bool
- func (*IAMServiceUserGetByExternalIDResponse) ProtoMessage()
- func (x *IAMServiceUserGetByExternalIDResponse) ProtoReflect() protoreflect.Message
- func (x *IAMServiceUserGetByExternalIDResponse) Reset()
- func (x *IAMServiceUserGetByExternalIDResponse) SetUser(v *User)
- func (x *IAMServiceUserGetByExternalIDResponse) String() string
- type IAMServiceUserGetByExternalIDResponse_builder
- type IAMServiceUserGetRequest
- func (x *IAMServiceUserGetRequest) GetId() string
- func (*IAMServiceUserGetRequest) ProtoMessage()
- func (x *IAMServiceUserGetRequest) ProtoReflect() protoreflect.Message
- func (x *IAMServiceUserGetRequest) Reset()
- func (x *IAMServiceUserGetRequest) SetId(v string)
- func (x *IAMServiceUserGetRequest) String() string
- type IAMServiceUserGetRequest_builder
- type IAMServiceUserGetResponse
- func (x *IAMServiceUserGetResponse) ClearUser()
- func (x *IAMServiceUserGetResponse) GetUser() *User
- func (x *IAMServiceUserGetResponse) HasUser() bool
- func (*IAMServiceUserGetResponse) ProtoMessage()
- func (x *IAMServiceUserGetResponse) ProtoReflect() protoreflect.Message
- func (x *IAMServiceUserGetResponse) Reset()
- func (x *IAMServiceUserGetResponse) SetUser(v *User)
- func (x *IAMServiceUserGetResponse) String() string
- type IAMServiceUserGetResponse_builder
- type IAMServiceUserListByOrganizationRequest
- func (x *IAMServiceUserListByOrganizationRequest) GetOrganizationId() string
- func (*IAMServiceUserListByOrganizationRequest) ProtoMessage()
- func (x *IAMServiceUserListByOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *IAMServiceUserListByOrganizationRequest) Reset()
- func (x *IAMServiceUserListByOrganizationRequest) SetOrganizationId(v string)
- func (x *IAMServiceUserListByOrganizationRequest) String() string
- type IAMServiceUserListByOrganizationRequest_builder
- type IAMServiceUserListByOrganizationResponse
- func (x *IAMServiceUserListByOrganizationResponse) GetUsers() []*User
- func (*IAMServiceUserListByOrganizationResponse) ProtoMessage()
- func (x *IAMServiceUserListByOrganizationResponse) ProtoReflect() protoreflect.Message
- func (x *IAMServiceUserListByOrganizationResponse) Reset()
- func (x *IAMServiceUserListByOrganizationResponse) SetUsers(v []*User)
- func (x *IAMServiceUserListByOrganizationResponse) String() string
- type IAMServiceUserListByOrganizationResponse_builder
- type IAMServiceUserUpdateRequest
- func (x *IAMServiceUserUpdateRequest) ClearUser()
- func (x *IAMServiceUserUpdateRequest) GetHasSystemAdmin() bool
- func (x *IAMServiceUserUpdateRequest) GetUser() *User
- func (x *IAMServiceUserUpdateRequest) HasUser() bool
- func (*IAMServiceUserUpdateRequest) ProtoMessage()
- func (x *IAMServiceUserUpdateRequest) ProtoReflect() protoreflect.Message
- func (x *IAMServiceUserUpdateRequest) Reset()
- func (x *IAMServiceUserUpdateRequest) SetHasSystemAdmin(v bool)
- func (x *IAMServiceUserUpdateRequest) SetUser(v *User)
- func (x *IAMServiceUserUpdateRequest) String() string
- type IAMServiceUserUpdateRequest_builder
- type IAMServiceUserUpdateResponse
- func (x *IAMServiceUserUpdateResponse) ClearUser()
- func (x *IAMServiceUserUpdateResponse) GetUser() *User
- func (x *IAMServiceUserUpdateResponse) HasUser() bool
- func (*IAMServiceUserUpdateResponse) ProtoMessage()
- func (x *IAMServiceUserUpdateResponse) ProtoReflect() protoreflect.Message
- func (x *IAMServiceUserUpdateResponse) Reset()
- func (x *IAMServiceUserUpdateResponse) SetUser(v *User)
- func (x *IAMServiceUserUpdateResponse) String() string
- type IAMServiceUserUpdateResponse_builder
- type KubernetesConnectorDetails
- func (x *KubernetesConnectorDetails) GetApiEndpoint() string
- func (x *KubernetesConnectorDetails) GetClusterId() string
- func (x *KubernetesConnectorDetails) GetVersion() string
- func (*KubernetesConnectorDetails) ProtoMessage()
- func (x *KubernetesConnectorDetails) ProtoReflect() protoreflect.Message
- func (x *KubernetesConnectorDetails) Reset()
- func (x *KubernetesConnectorDetails) SetApiEndpoint(v string)
- func (x *KubernetesConnectorDetails) SetClusterId(v string)
- func (x *KubernetesConnectorDetails) SetVersion(v string)
- func (x *KubernetesConnectorDetails) String() string
- type KubernetesConnectorDetails_builder
- type Organization
- func (x *Organization) ClearCreatedAt()
- func (x *Organization) GetCreatedAt() *timestamppb.Timestamp
- func (x *Organization) GetDisplayName() string
- func (x *Organization) GetId() string
- func (x *Organization) GetIsSystem() bool
- func (x *Organization) GetName() string
- func (x *Organization) GetSsoConfig() string
- func (x *Organization) GetSsoType() string
- func (x *Organization) HasCreatedAt() bool
- func (*Organization) ProtoMessage()
- func (x *Organization) ProtoReflect() protoreflect.Message
- func (x *Organization) Reset()
- func (x *Organization) SetCreatedAt(v *timestamppb.Timestamp)
- func (x *Organization) SetDisplayName(v string)
- func (x *Organization) SetId(v string)
- func (x *Organization) SetIsSystem(v bool)
- func (x *Organization) SetName(v string)
- func (x *Organization) SetSsoConfig(v string)
- func (x *Organization) SetSsoType(v string)
- func (x *Organization) String() string
- type Organization_builder
- type User
- func (x *User) ClearCreatedAt()
- func (x *User) ClearLastLogin()
- func (x *User) GetCreatedAt() *timestamppb.Timestamp
- func (x *User) GetEmail() string
- func (x *User) GetExternalId() string
- func (x *User) GetId() string
- func (x *User) GetLastLogin() *timestamppb.Timestamp
- func (x *User) GetName() string
- func (x *User) GetOrganizationId() string
- func (x *User) GetProvider() string
- func (x *User) GetSystemAdmin() bool
- func (x *User) HasCreatedAt() bool
- func (x *User) HasLastLogin() bool
- func (*User) ProtoMessage()
- func (x *User) ProtoReflect() protoreflect.Message
- func (x *User) Reset()
- func (x *User) SetCreatedAt(v *timestamppb.Timestamp)
- func (x *User) SetEmail(v string)
- func (x *User) SetExternalId(v string)
- func (x *User) SetId(v string)
- func (x *User) SetLastLogin(v *timestamppb.Timestamp)
- func (x *User) SetName(v string)
- func (x *User) SetOrganizationId(v string)
- func (x *User) SetProvider(v string)
- func (x *User) SetSystemAdmin(v bool)
- func (x *User) String() string
- type User_builder
- type WorkloadServiceScheduleRequest
- func (x *WorkloadServiceScheduleRequest) GetAppSpec() string
- func (*WorkloadServiceScheduleRequest) ProtoMessage()
- func (x *WorkloadServiceScheduleRequest) ProtoReflect() protoreflect.Message
- func (x *WorkloadServiceScheduleRequest) Reset()
- func (x *WorkloadServiceScheduleRequest) SetAppSpec(v string)
- func (x *WorkloadServiceScheduleRequest) String() string
- type WorkloadServiceScheduleRequest_builder
- type WorkloadServiceScheduleResponse
- func (x *WorkloadServiceScheduleResponse) GetStatus() WorkloadStatus
- func (x *WorkloadServiceScheduleResponse) GetWorkloadId() string
- func (*WorkloadServiceScheduleResponse) ProtoMessage()
- func (x *WorkloadServiceScheduleResponse) ProtoReflect() protoreflect.Message
- func (x *WorkloadServiceScheduleResponse) Reset()
- func (x *WorkloadServiceScheduleResponse) SetStatus(v WorkloadStatus)
- func (x *WorkloadServiceScheduleResponse) SetWorkloadId(v string)
- func (x *WorkloadServiceScheduleResponse) String() string
- type WorkloadServiceScheduleResponse_builder
- type WorkloadStatus
Constants ¶
const ConnectorServiceCreateRequest_ConnectorDetails_not_set_case case_ConnectorServiceCreateRequest_ConnectorDetails = 0
const ConnectorServiceCreateRequest_Kubernetes_case case_ConnectorServiceCreateRequest_ConnectorDetails = 3
const ConnectorServiceUpdateRequest_ConnectorDetails_not_set_case case_ConnectorServiceUpdateRequest_ConnectorDetails = 0
const ConnectorServiceUpdateRequest_Kubernetes_case case_ConnectorServiceUpdateRequest_ConnectorDetails = 4
const Connector_ConnectorDetails_not_set_case case_Connector_ConnectorDetails = 0
const Connector_Kubernetes_case case_Connector_ConnectorDetails = 6
Variables ¶
var ( ConnectorType_name = map[int32]string{ 0: "CONNECTOR_TYPE_UNSPECIFIED", 1: "CONNECTOR_TYPE_KUBERNETES", } ConnectorType_value = map[string]int32{ "CONNECTOR_TYPE_UNSPECIFIED": 0, "CONNECTOR_TYPE_KUBERNETES": 1, } )
Enum value maps for ConnectorType.
var ( ConnectorStatus_name = map[int32]string{ 0: "CONNECTOR_STATUS_UNSPECIFIED", 1: "CONNECTOR_STATUS_CONNECTED", 2: "CONNECTOR_STATUS_DISCONNECTED", 3: "CONNECTOR_STATUS_ERROR", } ConnectorStatus_value = map[string]int32{ "CONNECTOR_STATUS_UNSPECIFIED": 0, "CONNECTOR_STATUS_CONNECTED": 1, "CONNECTOR_STATUS_DISCONNECTED": 2, "CONNECTOR_STATUS_ERROR": 3, } )
Enum value maps for ConnectorStatus.
var ( WorkloadStatus_name = map[int32]string{ 0: "WORKLOAD_STATUS_UNSPECIFIED", 1: "WORKLOAD_STATUS_SCHEDULED", 2: "WORKLOAD_STATUS_RUNNING", 3: "WORKLOAD_STATUS_COMPLETED", 4: "WORKLOAD_STATUS_FAILED", } WorkloadStatus_value = map[string]int32{ "WORKLOAD_STATUS_UNSPECIFIED": 0, "WORKLOAD_STATUS_SCHEDULED": 1, "WORKLOAD_STATUS_RUNNING": 2, "WORKLOAD_STATUS_COMPLETED": 3, "WORKLOAD_STATUS_FAILED": 4, } )
Enum value maps for WorkloadStatus.
var File_abstractions_v1alpha_connectors_proto protoreflect.FileDescriptor
var File_abstractions_v1alpha_iam_proto protoreflect.FileDescriptor
var File_abstractions_v1alpha_workloads_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type APIToken ¶
type APIToken struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
LastUsedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=last_used_at,json=lastUsedAt,proto3" json:"last_used_at,omitempty"`
// contains filtered or unexported fields
}
func (*APIToken) GetCreatedAt ¶
func (x *APIToken) GetCreatedAt() *timestamppb.Timestamp
func (*APIToken) GetExpiresAt ¶
func (x *APIToken) GetExpiresAt() *timestamppb.Timestamp
func (*APIToken) GetLastUsedAt ¶
func (x *APIToken) GetLastUsedAt() *timestamppb.Timestamp
func (*APIToken) ProtoReflect ¶
func (x *APIToken) ProtoReflect() protoreflect.Message
func (*APIToken) SetCreatedAt ¶
func (x *APIToken) SetCreatedAt(v *timestamppb.Timestamp)
func (*APIToken) SetExpiresAt ¶
func (x *APIToken) SetExpiresAt(v *timestamppb.Timestamp)
func (*APIToken) SetLastUsedAt ¶
func (x *APIToken) SetLastUsedAt(v *timestamppb.Timestamp)
type APIToken_builder ¶
type APIToken_builder struct {
Id string
UserId string
Description string
CreatedAt *timestamppb.Timestamp
ExpiresAt *timestamppb.Timestamp
LastUsedAt *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (APIToken_builder) Build ¶
func (b0 APIToken_builder) Build() *APIToken
type Connector ¶
type Connector struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Type ConnectorType `protobuf:"varint,2,opt,name=type,proto3,enum=abstractions.v1alpha.ConnectorType" json:"type,omitempty"`
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
Status ConnectorStatus `protobuf:"varint,4,opt,name=status,proto3,enum=abstractions.v1alpha.ConnectorStatus" json:"status,omitempty"`
LastSeen *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=last_seen,json=lastSeen,proto3" json:"last_seen,omitempty"`
// Type-specific connector details
//
// Types that are valid to be assigned to ConnectorDetails:
//
// *Connector_Kubernetes
ConnectorDetails isConnector_ConnectorDetails `protobuf_oneof:"connector_details"`
// contains filtered or unexported fields
}
Connector represents a generic connector to an infrastructure platform
func (*Connector) GetConnectorDetails ¶
func (x *Connector) GetConnectorDetails() isConnector_ConnectorDetails
func (*Connector) GetKubernetes ¶
func (x *Connector) GetKubernetes() *KubernetesConnectorDetails
func (*Connector) GetLastSeen ¶
func (x *Connector) GetLastSeen() *timestamppb.Timestamp
func (*Connector) GetStatus ¶
func (x *Connector) GetStatus() ConnectorStatus
func (*Connector) GetType ¶
func (x *Connector) GetType() ConnectorType
func (*Connector) ProtoReflect ¶
func (x *Connector) ProtoReflect() protoreflect.Message
func (*Connector) SetKubernetes ¶
func (x *Connector) SetKubernetes(v *KubernetesConnectorDetails)
func (*Connector) SetLastSeen ¶
func (x *Connector) SetLastSeen(v *timestamppb.Timestamp)
func (*Connector) SetStatus ¶
func (x *Connector) SetStatus(v ConnectorStatus)
func (*Connector) SetType ¶
func (x *Connector) SetType(v ConnectorType)
type ConnectorServiceCreateRequest ¶
type ConnectorServiceCreateRequest struct {
Type ConnectorType `protobuf:"varint,1,opt,name=type,proto3,enum=abstractions.v1alpha.ConnectorType" json:"type,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
// Type-specific connector details
//
// Types that are valid to be assigned to ConnectorDetails:
//
// *ConnectorServiceCreateRequest_Kubernetes
ConnectorDetails isConnectorServiceCreateRequest_ConnectorDetails `protobuf_oneof:"connector_details"`
// contains filtered or unexported fields
}
ConnectorServiceCreateRequest is used to create a new connector
func (*ConnectorServiceCreateRequest) ClearConnectorDetails ¶
func (x *ConnectorServiceCreateRequest) ClearConnectorDetails()
func (*ConnectorServiceCreateRequest) ClearKubernetes ¶
func (x *ConnectorServiceCreateRequest) ClearKubernetes()
func (*ConnectorServiceCreateRequest) GetConnectorDetails ¶
func (x *ConnectorServiceCreateRequest) GetConnectorDetails() isConnectorServiceCreateRequest_ConnectorDetails
func (*ConnectorServiceCreateRequest) GetKubernetes ¶
func (x *ConnectorServiceCreateRequest) GetKubernetes() *KubernetesConnectorDetails
func (*ConnectorServiceCreateRequest) GetName ¶
func (x *ConnectorServiceCreateRequest) GetName() string
func (*ConnectorServiceCreateRequest) GetType ¶
func (x *ConnectorServiceCreateRequest) GetType() ConnectorType
func (*ConnectorServiceCreateRequest) HasConnectorDetails ¶
func (x *ConnectorServiceCreateRequest) HasConnectorDetails() bool
func (*ConnectorServiceCreateRequest) HasKubernetes ¶
func (x *ConnectorServiceCreateRequest) HasKubernetes() bool
func (*ConnectorServiceCreateRequest) ProtoMessage ¶
func (*ConnectorServiceCreateRequest) ProtoMessage()
func (*ConnectorServiceCreateRequest) ProtoReflect ¶
func (x *ConnectorServiceCreateRequest) ProtoReflect() protoreflect.Message
func (*ConnectorServiceCreateRequest) Reset ¶
func (x *ConnectorServiceCreateRequest) Reset()
func (*ConnectorServiceCreateRequest) SetKubernetes ¶
func (x *ConnectorServiceCreateRequest) SetKubernetes(v *KubernetesConnectorDetails)
func (*ConnectorServiceCreateRequest) SetName ¶
func (x *ConnectorServiceCreateRequest) SetName(v string)
func (*ConnectorServiceCreateRequest) SetType ¶
func (x *ConnectorServiceCreateRequest) SetType(v ConnectorType)
func (*ConnectorServiceCreateRequest) String ¶
func (x *ConnectorServiceCreateRequest) String() string
func (*ConnectorServiceCreateRequest) WhichConnectorDetails ¶
func (x *ConnectorServiceCreateRequest) WhichConnectorDetails() case_ConnectorServiceCreateRequest_ConnectorDetails
type ConnectorServiceCreateRequest_Kubernetes ¶
type ConnectorServiceCreateRequest_Kubernetes struct {
Kubernetes *KubernetesConnectorDetails `protobuf:"bytes,3,opt,name=kubernetes,proto3,oneof"` // Add more connector types here as needed
}
type ConnectorServiceCreateRequest_builder ¶
type ConnectorServiceCreateRequest_builder struct {
Type ConnectorType
Name string
// Fields of oneof ConnectorDetails:
Kubernetes *KubernetesConnectorDetails
// contains filtered or unexported fields
}
func (ConnectorServiceCreateRequest_builder) Build ¶
func (b0 ConnectorServiceCreateRequest_builder) Build() *ConnectorServiceCreateRequest
type ConnectorServiceCreateResponse ¶
type ConnectorServiceCreateResponse struct {
Connector *Connector `protobuf:"bytes,1,opt,name=connector,proto3" json:"connector,omitempty"`
// contains filtered or unexported fields
}
ConnectorServiceCreateResponse contains the created connector
func (*ConnectorServiceCreateResponse) ClearConnector ¶
func (x *ConnectorServiceCreateResponse) ClearConnector()
func (*ConnectorServiceCreateResponse) GetConnector ¶
func (x *ConnectorServiceCreateResponse) GetConnector() *Connector
func (*ConnectorServiceCreateResponse) HasConnector ¶
func (x *ConnectorServiceCreateResponse) HasConnector() bool
func (*ConnectorServiceCreateResponse) ProtoMessage ¶
func (*ConnectorServiceCreateResponse) ProtoMessage()
func (*ConnectorServiceCreateResponse) ProtoReflect ¶
func (x *ConnectorServiceCreateResponse) ProtoReflect() protoreflect.Message
func (*ConnectorServiceCreateResponse) Reset ¶
func (x *ConnectorServiceCreateResponse) Reset()
func (*ConnectorServiceCreateResponse) SetConnector ¶
func (x *ConnectorServiceCreateResponse) SetConnector(v *Connector)
func (*ConnectorServiceCreateResponse) String ¶
func (x *ConnectorServiceCreateResponse) String() string
type ConnectorServiceCreateResponse_builder ¶
type ConnectorServiceCreateResponse_builder struct {
Connector *Connector
// contains filtered or unexported fields
}
func (ConnectorServiceCreateResponse_builder) Build ¶
func (b0 ConnectorServiceCreateResponse_builder) Build() *ConnectorServiceCreateResponse
type ConnectorServiceDeleteRequest ¶
type ConnectorServiceDeleteRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
ConnectorServiceDeleteRequest is used to delete a connector by ID
func (*ConnectorServiceDeleteRequest) GetId ¶
func (x *ConnectorServiceDeleteRequest) GetId() string
func (*ConnectorServiceDeleteRequest) ProtoMessage ¶
func (*ConnectorServiceDeleteRequest) ProtoMessage()
func (*ConnectorServiceDeleteRequest) ProtoReflect ¶
func (x *ConnectorServiceDeleteRequest) ProtoReflect() protoreflect.Message
func (*ConnectorServiceDeleteRequest) Reset ¶
func (x *ConnectorServiceDeleteRequest) Reset()
func (*ConnectorServiceDeleteRequest) SetId ¶
func (x *ConnectorServiceDeleteRequest) SetId(v string)
func (*ConnectorServiceDeleteRequest) String ¶
func (x *ConnectorServiceDeleteRequest) String() string
type ConnectorServiceDeleteRequest_builder ¶
type ConnectorServiceDeleteRequest_builder struct {
Id string
// contains filtered or unexported fields
}
func (ConnectorServiceDeleteRequest_builder) Build ¶
func (b0 ConnectorServiceDeleteRequest_builder) Build() *ConnectorServiceDeleteRequest
type ConnectorServiceDeleteResponse ¶
type ConnectorServiceDeleteResponse struct {
Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
// contains filtered or unexported fields
}
ConnectorServiceDeleteResponse is returned after a successful deletion
func (*ConnectorServiceDeleteResponse) GetSuccess ¶
func (x *ConnectorServiceDeleteResponse) GetSuccess() bool
func (*ConnectorServiceDeleteResponse) ProtoMessage ¶
func (*ConnectorServiceDeleteResponse) ProtoMessage()
func (*ConnectorServiceDeleteResponse) ProtoReflect ¶
func (x *ConnectorServiceDeleteResponse) ProtoReflect() protoreflect.Message
func (*ConnectorServiceDeleteResponse) Reset ¶
func (x *ConnectorServiceDeleteResponse) Reset()
func (*ConnectorServiceDeleteResponse) SetSuccess ¶
func (x *ConnectorServiceDeleteResponse) SetSuccess(v bool)
func (*ConnectorServiceDeleteResponse) String ¶
func (x *ConnectorServiceDeleteResponse) String() string
type ConnectorServiceDeleteResponse_builder ¶
type ConnectorServiceDeleteResponse_builder struct {
Success bool
// contains filtered or unexported fields
}
func (ConnectorServiceDeleteResponse_builder) Build ¶
func (b0 ConnectorServiceDeleteResponse_builder) Build() *ConnectorServiceDeleteResponse
type ConnectorServiceGetRequest ¶
type ConnectorServiceGetRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
ConnectorServiceGetRequest is used to request a specific connector by ID
func (*ConnectorServiceGetRequest) GetId ¶
func (x *ConnectorServiceGetRequest) GetId() string
func (*ConnectorServiceGetRequest) ProtoMessage ¶
func (*ConnectorServiceGetRequest) ProtoMessage()
func (*ConnectorServiceGetRequest) ProtoReflect ¶
func (x *ConnectorServiceGetRequest) ProtoReflect() protoreflect.Message
func (*ConnectorServiceGetRequest) Reset ¶
func (x *ConnectorServiceGetRequest) Reset()
func (*ConnectorServiceGetRequest) SetId ¶
func (x *ConnectorServiceGetRequest) SetId(v string)
func (*ConnectorServiceGetRequest) String ¶
func (x *ConnectorServiceGetRequest) String() string
type ConnectorServiceGetRequest_builder ¶
type ConnectorServiceGetRequest_builder struct {
Id string
// contains filtered or unexported fields
}
func (ConnectorServiceGetRequest_builder) Build ¶
func (b0 ConnectorServiceGetRequest_builder) Build() *ConnectorServiceGetRequest
type ConnectorServiceGetResponse ¶
type ConnectorServiceGetResponse struct {
Connector *Connector `protobuf:"bytes,1,opt,name=connector,proto3" json:"connector,omitempty"`
// contains filtered or unexported fields
}
ConnectorServiceGetResponse contains the requested connector
func (*ConnectorServiceGetResponse) ClearConnector ¶
func (x *ConnectorServiceGetResponse) ClearConnector()
func (*ConnectorServiceGetResponse) GetConnector ¶
func (x *ConnectorServiceGetResponse) GetConnector() *Connector
func (*ConnectorServiceGetResponse) HasConnector ¶
func (x *ConnectorServiceGetResponse) HasConnector() bool
func (*ConnectorServiceGetResponse) ProtoMessage ¶
func (*ConnectorServiceGetResponse) ProtoMessage()
func (*ConnectorServiceGetResponse) ProtoReflect ¶
func (x *ConnectorServiceGetResponse) ProtoReflect() protoreflect.Message
func (*ConnectorServiceGetResponse) Reset ¶
func (x *ConnectorServiceGetResponse) Reset()
func (*ConnectorServiceGetResponse) SetConnector ¶
func (x *ConnectorServiceGetResponse) SetConnector(v *Connector)
func (*ConnectorServiceGetResponse) String ¶
func (x *ConnectorServiceGetResponse) String() string
type ConnectorServiceGetResponse_builder ¶
type ConnectorServiceGetResponse_builder struct {
Connector *Connector
// contains filtered or unexported fields
}
func (ConnectorServiceGetResponse_builder) Build ¶
func (b0 ConnectorServiceGetResponse_builder) Build() *ConnectorServiceGetResponse
type ConnectorServiceListRequest ¶
type ConnectorServiceListRequest struct {
// Optional filter by connector type
Type *ConnectorType `protobuf:"varint,1,opt,name=type,proto3,enum=abstractions.v1alpha.ConnectorType,oneof" json:"type,omitempty"`
// Optional filter by connector status
Status *ConnectorStatus `protobuf:"varint,2,opt,name=status,proto3,enum=abstractions.v1alpha.ConnectorStatus,oneof" json:"status,omitempty"`
// contains filtered or unexported fields
}
ConnectorServiceListRequest is used to request a list of connectors Can be extended with pagination and filtering in the future
func (*ConnectorServiceListRequest) ClearStatus ¶
func (x *ConnectorServiceListRequest) ClearStatus()
func (*ConnectorServiceListRequest) ClearType ¶
func (x *ConnectorServiceListRequest) ClearType()
func (*ConnectorServiceListRequest) GetStatus ¶
func (x *ConnectorServiceListRequest) GetStatus() ConnectorStatus
func (*ConnectorServiceListRequest) GetType ¶
func (x *ConnectorServiceListRequest) GetType() ConnectorType
func (*ConnectorServiceListRequest) HasStatus ¶
func (x *ConnectorServiceListRequest) HasStatus() bool
func (*ConnectorServiceListRequest) HasType ¶
func (x *ConnectorServiceListRequest) HasType() bool
func (*ConnectorServiceListRequest) ProtoMessage ¶
func (*ConnectorServiceListRequest) ProtoMessage()
func (*ConnectorServiceListRequest) ProtoReflect ¶
func (x *ConnectorServiceListRequest) ProtoReflect() protoreflect.Message
func (*ConnectorServiceListRequest) Reset ¶
func (x *ConnectorServiceListRequest) Reset()
func (*ConnectorServiceListRequest) SetStatus ¶
func (x *ConnectorServiceListRequest) SetStatus(v ConnectorStatus)
func (*ConnectorServiceListRequest) SetType ¶
func (x *ConnectorServiceListRequest) SetType(v ConnectorType)
func (*ConnectorServiceListRequest) String ¶
func (x *ConnectorServiceListRequest) String() string
type ConnectorServiceListRequest_builder ¶
type ConnectorServiceListRequest_builder struct {
// Optional filter by connector type
Type *ConnectorType
// Optional filter by connector status
Status *ConnectorStatus
// contains filtered or unexported fields
}
func (ConnectorServiceListRequest_builder) Build ¶
func (b0 ConnectorServiceListRequest_builder) Build() *ConnectorServiceListRequest
type ConnectorServiceListResponse ¶
type ConnectorServiceListResponse struct {
Connectors []*Connector `protobuf:"bytes,1,rep,name=connectors,proto3" json:"connectors,omitempty"`
// contains filtered or unexported fields
}
ConnectorServiceListResponse contains a list of connectors
func (*ConnectorServiceListResponse) GetConnectors ¶
func (x *ConnectorServiceListResponse) GetConnectors() []*Connector
func (*ConnectorServiceListResponse) ProtoMessage ¶
func (*ConnectorServiceListResponse) ProtoMessage()
func (*ConnectorServiceListResponse) ProtoReflect ¶
func (x *ConnectorServiceListResponse) ProtoReflect() protoreflect.Message
func (*ConnectorServiceListResponse) Reset ¶
func (x *ConnectorServiceListResponse) Reset()
func (*ConnectorServiceListResponse) SetConnectors ¶
func (x *ConnectorServiceListResponse) SetConnectors(v []*Connector)
func (*ConnectorServiceListResponse) String ¶
func (x *ConnectorServiceListResponse) String() string
type ConnectorServiceListResponse_builder ¶
type ConnectorServiceListResponse_builder struct {
Connectors []*Connector
// contains filtered or unexported fields
}
func (ConnectorServiceListResponse_builder) Build ¶
func (b0 ConnectorServiceListResponse_builder) Build() *ConnectorServiceListResponse
type ConnectorServiceUpdateRequest ¶
type ConnectorServiceUpdateRequest 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"`
Status *ConnectorStatus `protobuf:"varint,3,opt,name=status,proto3,enum=abstractions.v1alpha.ConnectorStatus,oneof" json:"status,omitempty"`
// Type-specific connector details
//
// Types that are valid to be assigned to ConnectorDetails:
//
// *ConnectorServiceUpdateRequest_Kubernetes
ConnectorDetails isConnectorServiceUpdateRequest_ConnectorDetails `protobuf_oneof:"connector_details"`
// contains filtered or unexported fields
}
ConnectorServiceUpdateRequest is used to update an existing connector
func (*ConnectorServiceUpdateRequest) ClearConnectorDetails ¶
func (x *ConnectorServiceUpdateRequest) ClearConnectorDetails()
func (*ConnectorServiceUpdateRequest) ClearKubernetes ¶
func (x *ConnectorServiceUpdateRequest) ClearKubernetes()
func (*ConnectorServiceUpdateRequest) ClearStatus ¶
func (x *ConnectorServiceUpdateRequest) ClearStatus()
func (*ConnectorServiceUpdateRequest) GetConnectorDetails ¶
func (x *ConnectorServiceUpdateRequest) GetConnectorDetails() isConnectorServiceUpdateRequest_ConnectorDetails
func (*ConnectorServiceUpdateRequest) GetId ¶
func (x *ConnectorServiceUpdateRequest) GetId() string
func (*ConnectorServiceUpdateRequest) GetKubernetes ¶
func (x *ConnectorServiceUpdateRequest) GetKubernetes() *KubernetesConnectorDetails
func (*ConnectorServiceUpdateRequest) GetName ¶
func (x *ConnectorServiceUpdateRequest) GetName() string
func (*ConnectorServiceUpdateRequest) GetStatus ¶
func (x *ConnectorServiceUpdateRequest) GetStatus() ConnectorStatus
func (*ConnectorServiceUpdateRequest) HasConnectorDetails ¶
func (x *ConnectorServiceUpdateRequest) HasConnectorDetails() bool
func (*ConnectorServiceUpdateRequest) HasKubernetes ¶
func (x *ConnectorServiceUpdateRequest) HasKubernetes() bool
func (*ConnectorServiceUpdateRequest) HasStatus ¶
func (x *ConnectorServiceUpdateRequest) HasStatus() bool
func (*ConnectorServiceUpdateRequest) ProtoMessage ¶
func (*ConnectorServiceUpdateRequest) ProtoMessage()
func (*ConnectorServiceUpdateRequest) ProtoReflect ¶
func (x *ConnectorServiceUpdateRequest) ProtoReflect() protoreflect.Message
func (*ConnectorServiceUpdateRequest) Reset ¶
func (x *ConnectorServiceUpdateRequest) Reset()
func (*ConnectorServiceUpdateRequest) SetId ¶
func (x *ConnectorServiceUpdateRequest) SetId(v string)
func (*ConnectorServiceUpdateRequest) SetKubernetes ¶
func (x *ConnectorServiceUpdateRequest) SetKubernetes(v *KubernetesConnectorDetails)
func (*ConnectorServiceUpdateRequest) SetName ¶
func (x *ConnectorServiceUpdateRequest) SetName(v string)
func (*ConnectorServiceUpdateRequest) SetStatus ¶
func (x *ConnectorServiceUpdateRequest) SetStatus(v ConnectorStatus)
func (*ConnectorServiceUpdateRequest) String ¶
func (x *ConnectorServiceUpdateRequest) String() string
func (*ConnectorServiceUpdateRequest) WhichConnectorDetails ¶
func (x *ConnectorServiceUpdateRequest) WhichConnectorDetails() case_ConnectorServiceUpdateRequest_ConnectorDetails
type ConnectorServiceUpdateRequest_Kubernetes ¶
type ConnectorServiceUpdateRequest_Kubernetes struct {
Kubernetes *KubernetesConnectorDetails `protobuf:"bytes,4,opt,name=kubernetes,proto3,oneof"` // Add more connector types here as needed
}
type ConnectorServiceUpdateRequest_builder ¶
type ConnectorServiceUpdateRequest_builder struct {
Id string
Name string
Status *ConnectorStatus
// Fields of oneof ConnectorDetails:
Kubernetes *KubernetesConnectorDetails
// contains filtered or unexported fields
}
func (ConnectorServiceUpdateRequest_builder) Build ¶
func (b0 ConnectorServiceUpdateRequest_builder) Build() *ConnectorServiceUpdateRequest
type ConnectorServiceUpdateResponse ¶
type ConnectorServiceUpdateResponse struct {
Connector *Connector `protobuf:"bytes,1,opt,name=connector,proto3" json:"connector,omitempty"`
// contains filtered or unexported fields
}
ConnectorServiceUpdateResponse contains the updated connector
func (*ConnectorServiceUpdateResponse) ClearConnector ¶
func (x *ConnectorServiceUpdateResponse) ClearConnector()
func (*ConnectorServiceUpdateResponse) GetConnector ¶
func (x *ConnectorServiceUpdateResponse) GetConnector() *Connector
func (*ConnectorServiceUpdateResponse) HasConnector ¶
func (x *ConnectorServiceUpdateResponse) HasConnector() bool
func (*ConnectorServiceUpdateResponse) ProtoMessage ¶
func (*ConnectorServiceUpdateResponse) ProtoMessage()
func (*ConnectorServiceUpdateResponse) ProtoReflect ¶
func (x *ConnectorServiceUpdateResponse) ProtoReflect() protoreflect.Message
func (*ConnectorServiceUpdateResponse) Reset ¶
func (x *ConnectorServiceUpdateResponse) Reset()
func (*ConnectorServiceUpdateResponse) SetConnector ¶
func (x *ConnectorServiceUpdateResponse) SetConnector(v *Connector)
func (*ConnectorServiceUpdateResponse) String ¶
func (x *ConnectorServiceUpdateResponse) String() string
type ConnectorServiceUpdateResponse_builder ¶
type ConnectorServiceUpdateResponse_builder struct {
Connector *Connector
// contains filtered or unexported fields
}
func (ConnectorServiceUpdateResponse_builder) Build ¶
func (b0 ConnectorServiceUpdateResponse_builder) Build() *ConnectorServiceUpdateResponse
type ConnectorStatus ¶
type ConnectorStatus int32
ConnectorStatus represents the status of a connector
const ( ConnectorStatus_CONNECTOR_STATUS_UNSPECIFIED ConnectorStatus = 0 ConnectorStatus_CONNECTOR_STATUS_CONNECTED ConnectorStatus = 1 ConnectorStatus_CONNECTOR_STATUS_DISCONNECTED ConnectorStatus = 2 ConnectorStatus_CONNECTOR_STATUS_ERROR ConnectorStatus = 3 )
func (ConnectorStatus) Descriptor ¶
func (ConnectorStatus) Descriptor() protoreflect.EnumDescriptor
func (ConnectorStatus) Enum ¶
func (x ConnectorStatus) Enum() *ConnectorStatus
func (ConnectorStatus) Number ¶
func (x ConnectorStatus) Number() protoreflect.EnumNumber
func (ConnectorStatus) String ¶
func (x ConnectorStatus) String() string
func (ConnectorStatus) Type ¶
func (ConnectorStatus) Type() protoreflect.EnumType
type ConnectorType ¶
type ConnectorType int32
ConnectorType represents the type of connector
const ( ConnectorType_CONNECTOR_TYPE_UNSPECIFIED ConnectorType = 0 ConnectorType_CONNECTOR_TYPE_KUBERNETES ConnectorType = 1 // Add more connector types here as needed )
func (ConnectorType) Descriptor ¶
func (ConnectorType) Descriptor() protoreflect.EnumDescriptor
func (ConnectorType) Enum ¶
func (x ConnectorType) Enum() *ConnectorType
func (ConnectorType) Number ¶
func (x ConnectorType) Number() protoreflect.EnumNumber
func (ConnectorType) String ¶
func (x ConnectorType) String() string
func (ConnectorType) Type ¶
func (ConnectorType) Type() protoreflect.EnumType
type Connector_Kubernetes ¶
type Connector_Kubernetes struct {
Kubernetes *KubernetesConnectorDetails `protobuf:"bytes,6,opt,name=kubernetes,proto3,oneof"` // Add more connector types here as needed
}
type Connector_builder ¶
type Connector_builder struct {
Id string
Type ConnectorType
Name string
Status ConnectorStatus
LastSeen *timestamppb.Timestamp
// Fields of oneof ConnectorDetails:
Kubernetes *KubernetesConnectorDetails
// contains filtered or unexported fields
}
func (Connector_builder) Build ¶
func (b0 Connector_builder) Build() *Connector
type IAMServiceOrganizationCreateRequest ¶
type IAMServiceOrganizationCreateRequest struct {
Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
// contains filtered or unexported fields
}
Organization Service Messages
func (*IAMServiceOrganizationCreateRequest) ClearOrganization ¶
func (x *IAMServiceOrganizationCreateRequest) ClearOrganization()
func (*IAMServiceOrganizationCreateRequest) GetOrganization ¶
func (x *IAMServiceOrganizationCreateRequest) GetOrganization() *Organization
func (*IAMServiceOrganizationCreateRequest) HasOrganization ¶
func (x *IAMServiceOrganizationCreateRequest) HasOrganization() bool
func (*IAMServiceOrganizationCreateRequest) ProtoMessage ¶
func (*IAMServiceOrganizationCreateRequest) ProtoMessage()
func (*IAMServiceOrganizationCreateRequest) ProtoReflect ¶
func (x *IAMServiceOrganizationCreateRequest) ProtoReflect() protoreflect.Message
func (*IAMServiceOrganizationCreateRequest) Reset ¶
func (x *IAMServiceOrganizationCreateRequest) Reset()
func (*IAMServiceOrganizationCreateRequest) SetOrganization ¶
func (x *IAMServiceOrganizationCreateRequest) SetOrganization(v *Organization)
func (*IAMServiceOrganizationCreateRequest) String ¶
func (x *IAMServiceOrganizationCreateRequest) String() string
type IAMServiceOrganizationCreateRequest_builder ¶
type IAMServiceOrganizationCreateRequest_builder struct {
Organization *Organization
// contains filtered or unexported fields
}
func (IAMServiceOrganizationCreateRequest_builder) Build ¶
func (b0 IAMServiceOrganizationCreateRequest_builder) Build() *IAMServiceOrganizationCreateRequest
type IAMServiceOrganizationCreateResponse ¶
type IAMServiceOrganizationCreateResponse struct {
Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceOrganizationCreateResponse) ClearOrganization ¶
func (x *IAMServiceOrganizationCreateResponse) ClearOrganization()
func (*IAMServiceOrganizationCreateResponse) GetOrganization ¶
func (x *IAMServiceOrganizationCreateResponse) GetOrganization() *Organization
func (*IAMServiceOrganizationCreateResponse) HasOrganization ¶
func (x *IAMServiceOrganizationCreateResponse) HasOrganization() bool
func (*IAMServiceOrganizationCreateResponse) ProtoMessage ¶
func (*IAMServiceOrganizationCreateResponse) ProtoMessage()
func (*IAMServiceOrganizationCreateResponse) ProtoReflect ¶
func (x *IAMServiceOrganizationCreateResponse) ProtoReflect() protoreflect.Message
func (*IAMServiceOrganizationCreateResponse) Reset ¶
func (x *IAMServiceOrganizationCreateResponse) Reset()
func (*IAMServiceOrganizationCreateResponse) SetOrganization ¶
func (x *IAMServiceOrganizationCreateResponse) SetOrganization(v *Organization)
func (*IAMServiceOrganizationCreateResponse) String ¶
func (x *IAMServiceOrganizationCreateResponse) String() string
type IAMServiceOrganizationCreateResponse_builder ¶
type IAMServiceOrganizationCreateResponse_builder struct {
Organization *Organization
// contains filtered or unexported fields
}
func (IAMServiceOrganizationCreateResponse_builder) Build ¶
func (b0 IAMServiceOrganizationCreateResponse_builder) Build() *IAMServiceOrganizationCreateResponse
type IAMServiceOrganizationDeleteRequest ¶
type IAMServiceOrganizationDeleteRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Force bool `protobuf:"varint,2,opt,name=force,proto3" json:"force,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceOrganizationDeleteRequest) GetForce ¶
func (x *IAMServiceOrganizationDeleteRequest) GetForce() bool
func (*IAMServiceOrganizationDeleteRequest) GetId ¶
func (x *IAMServiceOrganizationDeleteRequest) GetId() string
func (*IAMServiceOrganizationDeleteRequest) ProtoMessage ¶
func (*IAMServiceOrganizationDeleteRequest) ProtoMessage()
func (*IAMServiceOrganizationDeleteRequest) ProtoReflect ¶
func (x *IAMServiceOrganizationDeleteRequest) ProtoReflect() protoreflect.Message
func (*IAMServiceOrganizationDeleteRequest) Reset ¶
func (x *IAMServiceOrganizationDeleteRequest) Reset()
func (*IAMServiceOrganizationDeleteRequest) SetForce ¶
func (x *IAMServiceOrganizationDeleteRequest) SetForce(v bool)
func (*IAMServiceOrganizationDeleteRequest) SetId ¶
func (x *IAMServiceOrganizationDeleteRequest) SetId(v string)
func (*IAMServiceOrganizationDeleteRequest) String ¶
func (x *IAMServiceOrganizationDeleteRequest) String() string
type IAMServiceOrganizationDeleteRequest_builder ¶
type IAMServiceOrganizationDeleteRequest_builder struct {
Id string
Force bool
// contains filtered or unexported fields
}
func (IAMServiceOrganizationDeleteRequest_builder) Build ¶
func (b0 IAMServiceOrganizationDeleteRequest_builder) Build() *IAMServiceOrganizationDeleteRequest
type IAMServiceOrganizationDeleteResponse ¶
type IAMServiceOrganizationDeleteResponse struct {
Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceOrganizationDeleteResponse) GetSuccess ¶
func (x *IAMServiceOrganizationDeleteResponse) GetSuccess() bool
func (*IAMServiceOrganizationDeleteResponse) ProtoMessage ¶
func (*IAMServiceOrganizationDeleteResponse) ProtoMessage()
func (*IAMServiceOrganizationDeleteResponse) ProtoReflect ¶
func (x *IAMServiceOrganizationDeleteResponse) ProtoReflect() protoreflect.Message
func (*IAMServiceOrganizationDeleteResponse) Reset ¶
func (x *IAMServiceOrganizationDeleteResponse) Reset()
func (*IAMServiceOrganizationDeleteResponse) SetSuccess ¶
func (x *IAMServiceOrganizationDeleteResponse) SetSuccess(v bool)
func (*IAMServiceOrganizationDeleteResponse) String ¶
func (x *IAMServiceOrganizationDeleteResponse) String() string
type IAMServiceOrganizationDeleteResponse_builder ¶
type IAMServiceOrganizationDeleteResponse_builder struct {
Success bool
// contains filtered or unexported fields
}
func (IAMServiceOrganizationDeleteResponse_builder) Build ¶
func (b0 IAMServiceOrganizationDeleteResponse_builder) Build() *IAMServiceOrganizationDeleteResponse
type IAMServiceOrganizationGetByNameRequest ¶
type IAMServiceOrganizationGetByNameRequest struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceOrganizationGetByNameRequest) GetName ¶
func (x *IAMServiceOrganizationGetByNameRequest) GetName() string
func (*IAMServiceOrganizationGetByNameRequest) ProtoMessage ¶
func (*IAMServiceOrganizationGetByNameRequest) ProtoMessage()
func (*IAMServiceOrganizationGetByNameRequest) ProtoReflect ¶
func (x *IAMServiceOrganizationGetByNameRequest) ProtoReflect() protoreflect.Message
func (*IAMServiceOrganizationGetByNameRequest) Reset ¶
func (x *IAMServiceOrganizationGetByNameRequest) Reset()
func (*IAMServiceOrganizationGetByNameRequest) SetName ¶
func (x *IAMServiceOrganizationGetByNameRequest) SetName(v string)
func (*IAMServiceOrganizationGetByNameRequest) String ¶
func (x *IAMServiceOrganizationGetByNameRequest) String() string
type IAMServiceOrganizationGetByNameRequest_builder ¶
type IAMServiceOrganizationGetByNameRequest_builder struct {
Name string
// contains filtered or unexported fields
}
func (IAMServiceOrganizationGetByNameRequest_builder) Build ¶
type IAMServiceOrganizationGetByNameResponse ¶
type IAMServiceOrganizationGetByNameResponse struct {
Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceOrganizationGetByNameResponse) ClearOrganization ¶
func (x *IAMServiceOrganizationGetByNameResponse) ClearOrganization()
func (*IAMServiceOrganizationGetByNameResponse) GetOrganization ¶
func (x *IAMServiceOrganizationGetByNameResponse) GetOrganization() *Organization
func (*IAMServiceOrganizationGetByNameResponse) HasOrganization ¶
func (x *IAMServiceOrganizationGetByNameResponse) HasOrganization() bool
func (*IAMServiceOrganizationGetByNameResponse) ProtoMessage ¶
func (*IAMServiceOrganizationGetByNameResponse) ProtoMessage()
func (*IAMServiceOrganizationGetByNameResponse) ProtoReflect ¶
func (x *IAMServiceOrganizationGetByNameResponse) ProtoReflect() protoreflect.Message
func (*IAMServiceOrganizationGetByNameResponse) Reset ¶
func (x *IAMServiceOrganizationGetByNameResponse) Reset()
func (*IAMServiceOrganizationGetByNameResponse) SetOrganization ¶
func (x *IAMServiceOrganizationGetByNameResponse) SetOrganization(v *Organization)
func (*IAMServiceOrganizationGetByNameResponse) String ¶
func (x *IAMServiceOrganizationGetByNameResponse) String() string
type IAMServiceOrganizationGetByNameResponse_builder ¶
type IAMServiceOrganizationGetByNameResponse_builder struct {
Organization *Organization
// contains filtered or unexported fields
}
func (IAMServiceOrganizationGetByNameResponse_builder) Build ¶
type IAMServiceOrganizationGetRequest ¶
type IAMServiceOrganizationGetRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceOrganizationGetRequest) GetId ¶
func (x *IAMServiceOrganizationGetRequest) GetId() string
func (*IAMServiceOrganizationGetRequest) ProtoMessage ¶
func (*IAMServiceOrganizationGetRequest) ProtoMessage()
func (*IAMServiceOrganizationGetRequest) ProtoReflect ¶
func (x *IAMServiceOrganizationGetRequest) ProtoReflect() protoreflect.Message
func (*IAMServiceOrganizationGetRequest) Reset ¶
func (x *IAMServiceOrganizationGetRequest) Reset()
func (*IAMServiceOrganizationGetRequest) SetId ¶
func (x *IAMServiceOrganizationGetRequest) SetId(v string)
func (*IAMServiceOrganizationGetRequest) String ¶
func (x *IAMServiceOrganizationGetRequest) String() string
type IAMServiceOrganizationGetRequest_builder ¶
type IAMServiceOrganizationGetRequest_builder struct {
Id string
// contains filtered or unexported fields
}
func (IAMServiceOrganizationGetRequest_builder) Build ¶
func (b0 IAMServiceOrganizationGetRequest_builder) Build() *IAMServiceOrganizationGetRequest
type IAMServiceOrganizationGetResponse ¶
type IAMServiceOrganizationGetResponse struct {
Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceOrganizationGetResponse) ClearOrganization ¶
func (x *IAMServiceOrganizationGetResponse) ClearOrganization()
func (*IAMServiceOrganizationGetResponse) GetOrganization ¶
func (x *IAMServiceOrganizationGetResponse) GetOrganization() *Organization
func (*IAMServiceOrganizationGetResponse) HasOrganization ¶
func (x *IAMServiceOrganizationGetResponse) HasOrganization() bool
func (*IAMServiceOrganizationGetResponse) ProtoMessage ¶
func (*IAMServiceOrganizationGetResponse) ProtoMessage()
func (*IAMServiceOrganizationGetResponse) ProtoReflect ¶
func (x *IAMServiceOrganizationGetResponse) ProtoReflect() protoreflect.Message
func (*IAMServiceOrganizationGetResponse) Reset ¶
func (x *IAMServiceOrganizationGetResponse) Reset()
func (*IAMServiceOrganizationGetResponse) SetOrganization ¶
func (x *IAMServiceOrganizationGetResponse) SetOrganization(v *Organization)
func (*IAMServiceOrganizationGetResponse) String ¶
func (x *IAMServiceOrganizationGetResponse) String() string
type IAMServiceOrganizationGetResponse_builder ¶
type IAMServiceOrganizationGetResponse_builder struct {
Organization *Organization
// contains filtered or unexported fields
}
func (IAMServiceOrganizationGetResponse_builder) Build ¶
func (b0 IAMServiceOrganizationGetResponse_builder) Build() *IAMServiceOrganizationGetResponse
type IAMServiceOrganizationListRequest ¶
type IAMServiceOrganizationListRequest struct {
// contains filtered or unexported fields
}
func (*IAMServiceOrganizationListRequest) ProtoMessage ¶
func (*IAMServiceOrganizationListRequest) ProtoMessage()
func (*IAMServiceOrganizationListRequest) ProtoReflect ¶
func (x *IAMServiceOrganizationListRequest) ProtoReflect() protoreflect.Message
func (*IAMServiceOrganizationListRequest) Reset ¶
func (x *IAMServiceOrganizationListRequest) Reset()
func (*IAMServiceOrganizationListRequest) String ¶
func (x *IAMServiceOrganizationListRequest) String() string
type IAMServiceOrganizationListRequest_builder ¶
type IAMServiceOrganizationListRequest_builder struct {
// contains filtered or unexported fields
}
func (IAMServiceOrganizationListRequest_builder) Build ¶
func (b0 IAMServiceOrganizationListRequest_builder) Build() *IAMServiceOrganizationListRequest
type IAMServiceOrganizationListResponse ¶
type IAMServiceOrganizationListResponse struct {
Organizations []*Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceOrganizationListResponse) GetOrganizations ¶
func (x *IAMServiceOrganizationListResponse) GetOrganizations() []*Organization
func (*IAMServiceOrganizationListResponse) ProtoMessage ¶
func (*IAMServiceOrganizationListResponse) ProtoMessage()
func (*IAMServiceOrganizationListResponse) ProtoReflect ¶
func (x *IAMServiceOrganizationListResponse) ProtoReflect() protoreflect.Message
func (*IAMServiceOrganizationListResponse) Reset ¶
func (x *IAMServiceOrganizationListResponse) Reset()
func (*IAMServiceOrganizationListResponse) SetOrganizations ¶
func (x *IAMServiceOrganizationListResponse) SetOrganizations(v []*Organization)
func (*IAMServiceOrganizationListResponse) String ¶
func (x *IAMServiceOrganizationListResponse) String() string
type IAMServiceOrganizationListResponse_builder ¶
type IAMServiceOrganizationListResponse_builder struct {
Organizations []*Organization
// contains filtered or unexported fields
}
func (IAMServiceOrganizationListResponse_builder) Build ¶
func (b0 IAMServiceOrganizationListResponse_builder) Build() *IAMServiceOrganizationListResponse
type IAMServiceOrganizationUpdateRequest ¶
type IAMServiceOrganizationUpdateRequest struct {
Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
HasIsSystem bool `protobuf:"varint,2,opt,name=has_is_system,json=hasIsSystem,proto3" json:"has_is_system,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceOrganizationUpdateRequest) ClearOrganization ¶
func (x *IAMServiceOrganizationUpdateRequest) ClearOrganization()
func (*IAMServiceOrganizationUpdateRequest) GetHasIsSystem ¶
func (x *IAMServiceOrganizationUpdateRequest) GetHasIsSystem() bool
func (*IAMServiceOrganizationUpdateRequest) GetOrganization ¶
func (x *IAMServiceOrganizationUpdateRequest) GetOrganization() *Organization
func (*IAMServiceOrganizationUpdateRequest) HasOrganization ¶
func (x *IAMServiceOrganizationUpdateRequest) HasOrganization() bool
func (*IAMServiceOrganizationUpdateRequest) ProtoMessage ¶
func (*IAMServiceOrganizationUpdateRequest) ProtoMessage()
func (*IAMServiceOrganizationUpdateRequest) ProtoReflect ¶
func (x *IAMServiceOrganizationUpdateRequest) ProtoReflect() protoreflect.Message
func (*IAMServiceOrganizationUpdateRequest) Reset ¶
func (x *IAMServiceOrganizationUpdateRequest) Reset()
func (*IAMServiceOrganizationUpdateRequest) SetHasIsSystem ¶
func (x *IAMServiceOrganizationUpdateRequest) SetHasIsSystem(v bool)
func (*IAMServiceOrganizationUpdateRequest) SetOrganization ¶
func (x *IAMServiceOrganizationUpdateRequest) SetOrganization(v *Organization)
func (*IAMServiceOrganizationUpdateRequest) String ¶
func (x *IAMServiceOrganizationUpdateRequest) String() string
type IAMServiceOrganizationUpdateRequest_builder ¶
type IAMServiceOrganizationUpdateRequest_builder struct {
Organization *Organization
HasIsSystem bool
// contains filtered or unexported fields
}
func (IAMServiceOrganizationUpdateRequest_builder) Build ¶
func (b0 IAMServiceOrganizationUpdateRequest_builder) Build() *IAMServiceOrganizationUpdateRequest
type IAMServiceOrganizationUpdateResponse ¶
type IAMServiceOrganizationUpdateResponse struct {
Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceOrganizationUpdateResponse) ClearOrganization ¶
func (x *IAMServiceOrganizationUpdateResponse) ClearOrganization()
func (*IAMServiceOrganizationUpdateResponse) GetOrganization ¶
func (x *IAMServiceOrganizationUpdateResponse) GetOrganization() *Organization
func (*IAMServiceOrganizationUpdateResponse) HasOrganization ¶
func (x *IAMServiceOrganizationUpdateResponse) HasOrganization() bool
func (*IAMServiceOrganizationUpdateResponse) ProtoMessage ¶
func (*IAMServiceOrganizationUpdateResponse) ProtoMessage()
func (*IAMServiceOrganizationUpdateResponse) ProtoReflect ¶
func (x *IAMServiceOrganizationUpdateResponse) ProtoReflect() protoreflect.Message
func (*IAMServiceOrganizationUpdateResponse) Reset ¶
func (x *IAMServiceOrganizationUpdateResponse) Reset()
func (*IAMServiceOrganizationUpdateResponse) SetOrganization ¶
func (x *IAMServiceOrganizationUpdateResponse) SetOrganization(v *Organization)
func (*IAMServiceOrganizationUpdateResponse) String ¶
func (x *IAMServiceOrganizationUpdateResponse) String() string
type IAMServiceOrganizationUpdateResponse_builder ¶
type IAMServiceOrganizationUpdateResponse_builder struct {
Organization *Organization
// contains filtered or unexported fields
}
func (IAMServiceOrganizationUpdateResponse_builder) Build ¶
func (b0 IAMServiceOrganizationUpdateResponse_builder) Build() *IAMServiceOrganizationUpdateResponse
type IAMServiceTokenCreateRequest ¶
type IAMServiceTokenCreateRequest struct {
UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
// contains filtered or unexported fields
}
Token Service Messages
func (*IAMServiceTokenCreateRequest) ClearExpiresAt ¶
func (x *IAMServiceTokenCreateRequest) ClearExpiresAt()
func (*IAMServiceTokenCreateRequest) GetDescription ¶
func (x *IAMServiceTokenCreateRequest) GetDescription() string
func (*IAMServiceTokenCreateRequest) GetExpiresAt ¶
func (x *IAMServiceTokenCreateRequest) GetExpiresAt() *timestamppb.Timestamp
func (*IAMServiceTokenCreateRequest) GetUserId ¶
func (x *IAMServiceTokenCreateRequest) GetUserId() string
func (*IAMServiceTokenCreateRequest) HasExpiresAt ¶
func (x *IAMServiceTokenCreateRequest) HasExpiresAt() bool
func (*IAMServiceTokenCreateRequest) ProtoMessage ¶
func (*IAMServiceTokenCreateRequest) ProtoMessage()
func (*IAMServiceTokenCreateRequest) ProtoReflect ¶
func (x *IAMServiceTokenCreateRequest) ProtoReflect() protoreflect.Message
func (*IAMServiceTokenCreateRequest) Reset ¶
func (x *IAMServiceTokenCreateRequest) Reset()
func (*IAMServiceTokenCreateRequest) SetDescription ¶
func (x *IAMServiceTokenCreateRequest) SetDescription(v string)
func (*IAMServiceTokenCreateRequest) SetExpiresAt ¶
func (x *IAMServiceTokenCreateRequest) SetExpiresAt(v *timestamppb.Timestamp)
func (*IAMServiceTokenCreateRequest) SetUserId ¶
func (x *IAMServiceTokenCreateRequest) SetUserId(v string)
func (*IAMServiceTokenCreateRequest) String ¶
func (x *IAMServiceTokenCreateRequest) String() string
type IAMServiceTokenCreateRequest_builder ¶
type IAMServiceTokenCreateRequest_builder struct {
UserId string
Description string
ExpiresAt *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (IAMServiceTokenCreateRequest_builder) Build ¶
func (b0 IAMServiceTokenCreateRequest_builder) Build() *IAMServiceTokenCreateRequest
type IAMServiceTokenCreateResponse ¶
type IAMServiceTokenCreateResponse struct {
Token *APIToken `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
RawToken string `protobuf:"bytes,2,opt,name=raw_token,json=rawToken,proto3" json:"raw_token,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceTokenCreateResponse) ClearToken ¶
func (x *IAMServiceTokenCreateResponse) ClearToken()
func (*IAMServiceTokenCreateResponse) GetRawToken ¶
func (x *IAMServiceTokenCreateResponse) GetRawToken() string
func (*IAMServiceTokenCreateResponse) GetToken ¶
func (x *IAMServiceTokenCreateResponse) GetToken() *APIToken
func (*IAMServiceTokenCreateResponse) HasToken ¶
func (x *IAMServiceTokenCreateResponse) HasToken() bool
func (*IAMServiceTokenCreateResponse) ProtoMessage ¶
func (*IAMServiceTokenCreateResponse) ProtoMessage()
func (*IAMServiceTokenCreateResponse) ProtoReflect ¶
func (x *IAMServiceTokenCreateResponse) ProtoReflect() protoreflect.Message
func (*IAMServiceTokenCreateResponse) Reset ¶
func (x *IAMServiceTokenCreateResponse) Reset()
func (*IAMServiceTokenCreateResponse) SetRawToken ¶
func (x *IAMServiceTokenCreateResponse) SetRawToken(v string)
func (*IAMServiceTokenCreateResponse) SetToken ¶
func (x *IAMServiceTokenCreateResponse) SetToken(v *APIToken)
func (*IAMServiceTokenCreateResponse) String ¶
func (x *IAMServiceTokenCreateResponse) String() string
type IAMServiceTokenCreateResponse_builder ¶
type IAMServiceTokenCreateResponse_builder struct {
Token *APIToken
RawToken string
// contains filtered or unexported fields
}
func (IAMServiceTokenCreateResponse_builder) Build ¶
func (b0 IAMServiceTokenCreateResponse_builder) Build() *IAMServiceTokenCreateResponse
type IAMServiceTokenListUserTokensRequest ¶
type IAMServiceTokenListUserTokensRequest struct {
UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceTokenListUserTokensRequest) GetUserId ¶
func (x *IAMServiceTokenListUserTokensRequest) GetUserId() string
func (*IAMServiceTokenListUserTokensRequest) ProtoMessage ¶
func (*IAMServiceTokenListUserTokensRequest) ProtoMessage()
func (*IAMServiceTokenListUserTokensRequest) ProtoReflect ¶
func (x *IAMServiceTokenListUserTokensRequest) ProtoReflect() protoreflect.Message
func (*IAMServiceTokenListUserTokensRequest) Reset ¶
func (x *IAMServiceTokenListUserTokensRequest) Reset()
func (*IAMServiceTokenListUserTokensRequest) SetUserId ¶
func (x *IAMServiceTokenListUserTokensRequest) SetUserId(v string)
func (*IAMServiceTokenListUserTokensRequest) String ¶
func (x *IAMServiceTokenListUserTokensRequest) String() string
type IAMServiceTokenListUserTokensRequest_builder ¶
type IAMServiceTokenListUserTokensRequest_builder struct {
UserId string
// contains filtered or unexported fields
}
func (IAMServiceTokenListUserTokensRequest_builder) Build ¶
func (b0 IAMServiceTokenListUserTokensRequest_builder) Build() *IAMServiceTokenListUserTokensRequest
type IAMServiceTokenListUserTokensResponse ¶
type IAMServiceTokenListUserTokensResponse struct {
Tokens []*APIToken `protobuf:"bytes,1,rep,name=tokens,proto3" json:"tokens,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceTokenListUserTokensResponse) GetTokens ¶
func (x *IAMServiceTokenListUserTokensResponse) GetTokens() []*APIToken
func (*IAMServiceTokenListUserTokensResponse) ProtoMessage ¶
func (*IAMServiceTokenListUserTokensResponse) ProtoMessage()
func (*IAMServiceTokenListUserTokensResponse) ProtoReflect ¶
func (x *IAMServiceTokenListUserTokensResponse) ProtoReflect() protoreflect.Message
func (*IAMServiceTokenListUserTokensResponse) Reset ¶
func (x *IAMServiceTokenListUserTokensResponse) Reset()
func (*IAMServiceTokenListUserTokensResponse) SetTokens ¶
func (x *IAMServiceTokenListUserTokensResponse) SetTokens(v []*APIToken)
func (*IAMServiceTokenListUserTokensResponse) String ¶
func (x *IAMServiceTokenListUserTokensResponse) String() string
type IAMServiceTokenListUserTokensResponse_builder ¶
type IAMServiceTokenListUserTokensResponse_builder struct {
Tokens []*APIToken
// contains filtered or unexported fields
}
func (IAMServiceTokenListUserTokensResponse_builder) Build ¶
type IAMServiceTokenRevokeRequest ¶
type IAMServiceTokenRevokeRequest struct {
TokenId string `protobuf:"bytes,1,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceTokenRevokeRequest) GetTokenId ¶
func (x *IAMServiceTokenRevokeRequest) GetTokenId() string
func (*IAMServiceTokenRevokeRequest) ProtoMessage ¶
func (*IAMServiceTokenRevokeRequest) ProtoMessage()
func (*IAMServiceTokenRevokeRequest) ProtoReflect ¶
func (x *IAMServiceTokenRevokeRequest) ProtoReflect() protoreflect.Message
func (*IAMServiceTokenRevokeRequest) Reset ¶
func (x *IAMServiceTokenRevokeRequest) Reset()
func (*IAMServiceTokenRevokeRequest) SetTokenId ¶
func (x *IAMServiceTokenRevokeRequest) SetTokenId(v string)
func (*IAMServiceTokenRevokeRequest) String ¶
func (x *IAMServiceTokenRevokeRequest) String() string
type IAMServiceTokenRevokeRequest_builder ¶
type IAMServiceTokenRevokeRequest_builder struct {
TokenId string
// contains filtered or unexported fields
}
func (IAMServiceTokenRevokeRequest_builder) Build ¶
func (b0 IAMServiceTokenRevokeRequest_builder) Build() *IAMServiceTokenRevokeRequest
type IAMServiceTokenRevokeResponse ¶
type IAMServiceTokenRevokeResponse struct {
Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceTokenRevokeResponse) GetSuccess ¶
func (x *IAMServiceTokenRevokeResponse) GetSuccess() bool
func (*IAMServiceTokenRevokeResponse) ProtoMessage ¶
func (*IAMServiceTokenRevokeResponse) ProtoMessage()
func (*IAMServiceTokenRevokeResponse) ProtoReflect ¶
func (x *IAMServiceTokenRevokeResponse) ProtoReflect() protoreflect.Message
func (*IAMServiceTokenRevokeResponse) Reset ¶
func (x *IAMServiceTokenRevokeResponse) Reset()
func (*IAMServiceTokenRevokeResponse) SetSuccess ¶
func (x *IAMServiceTokenRevokeResponse) SetSuccess(v bool)
func (*IAMServiceTokenRevokeResponse) String ¶
func (x *IAMServiceTokenRevokeResponse) String() string
type IAMServiceTokenRevokeResponse_builder ¶
type IAMServiceTokenRevokeResponse_builder struct {
Success bool
// contains filtered or unexported fields
}
func (IAMServiceTokenRevokeResponse_builder) Build ¶
func (b0 IAMServiceTokenRevokeResponse_builder) Build() *IAMServiceTokenRevokeResponse
type IAMServiceUserCreateRequest ¶
type IAMServiceUserCreateRequest struct {
User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
// contains filtered or unexported fields
}
User Service Messages
func (*IAMServiceUserCreateRequest) ClearUser ¶
func (x *IAMServiceUserCreateRequest) ClearUser()
func (*IAMServiceUserCreateRequest) GetUser ¶
func (x *IAMServiceUserCreateRequest) GetUser() *User
func (*IAMServiceUserCreateRequest) HasUser ¶
func (x *IAMServiceUserCreateRequest) HasUser() bool
func (*IAMServiceUserCreateRequest) ProtoMessage ¶
func (*IAMServiceUserCreateRequest) ProtoMessage()
func (*IAMServiceUserCreateRequest) ProtoReflect ¶
func (x *IAMServiceUserCreateRequest) ProtoReflect() protoreflect.Message
func (*IAMServiceUserCreateRequest) Reset ¶
func (x *IAMServiceUserCreateRequest) Reset()
func (*IAMServiceUserCreateRequest) SetUser ¶
func (x *IAMServiceUserCreateRequest) SetUser(v *User)
func (*IAMServiceUserCreateRequest) String ¶
func (x *IAMServiceUserCreateRequest) String() string
type IAMServiceUserCreateRequest_builder ¶
type IAMServiceUserCreateRequest_builder struct {
User *User
// contains filtered or unexported fields
}
func (IAMServiceUserCreateRequest_builder) Build ¶
func (b0 IAMServiceUserCreateRequest_builder) Build() *IAMServiceUserCreateRequest
type IAMServiceUserCreateResponse ¶
type IAMServiceUserCreateResponse struct {
User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceUserCreateResponse) ClearUser ¶
func (x *IAMServiceUserCreateResponse) ClearUser()
func (*IAMServiceUserCreateResponse) GetUser ¶
func (x *IAMServiceUserCreateResponse) GetUser() *User
func (*IAMServiceUserCreateResponse) HasUser ¶
func (x *IAMServiceUserCreateResponse) HasUser() bool
func (*IAMServiceUserCreateResponse) ProtoMessage ¶
func (*IAMServiceUserCreateResponse) ProtoMessage()
func (*IAMServiceUserCreateResponse) ProtoReflect ¶
func (x *IAMServiceUserCreateResponse) ProtoReflect() protoreflect.Message
func (*IAMServiceUserCreateResponse) Reset ¶
func (x *IAMServiceUserCreateResponse) Reset()
func (*IAMServiceUserCreateResponse) SetUser ¶
func (x *IAMServiceUserCreateResponse) SetUser(v *User)
func (*IAMServiceUserCreateResponse) String ¶
func (x *IAMServiceUserCreateResponse) String() string
type IAMServiceUserCreateResponse_builder ¶
type IAMServiceUserCreateResponse_builder struct {
User *User
// contains filtered or unexported fields
}
func (IAMServiceUserCreateResponse_builder) Build ¶
func (b0 IAMServiceUserCreateResponse_builder) Build() *IAMServiceUserCreateResponse
type IAMServiceUserDeleteRequest ¶
type IAMServiceUserDeleteRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceUserDeleteRequest) GetId ¶
func (x *IAMServiceUserDeleteRequest) GetId() string
func (*IAMServiceUserDeleteRequest) ProtoMessage ¶
func (*IAMServiceUserDeleteRequest) ProtoMessage()
func (*IAMServiceUserDeleteRequest) ProtoReflect ¶
func (x *IAMServiceUserDeleteRequest) ProtoReflect() protoreflect.Message
func (*IAMServiceUserDeleteRequest) Reset ¶
func (x *IAMServiceUserDeleteRequest) Reset()
func (*IAMServiceUserDeleteRequest) SetId ¶
func (x *IAMServiceUserDeleteRequest) SetId(v string)
func (*IAMServiceUserDeleteRequest) String ¶
func (x *IAMServiceUserDeleteRequest) String() string
type IAMServiceUserDeleteRequest_builder ¶
type IAMServiceUserDeleteRequest_builder struct {
Id string
// contains filtered or unexported fields
}
func (IAMServiceUserDeleteRequest_builder) Build ¶
func (b0 IAMServiceUserDeleteRequest_builder) Build() *IAMServiceUserDeleteRequest
type IAMServiceUserDeleteResponse ¶
type IAMServiceUserDeleteResponse struct {
Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceUserDeleteResponse) GetSuccess ¶
func (x *IAMServiceUserDeleteResponse) GetSuccess() bool
func (*IAMServiceUserDeleteResponse) ProtoMessage ¶
func (*IAMServiceUserDeleteResponse) ProtoMessage()
func (*IAMServiceUserDeleteResponse) ProtoReflect ¶
func (x *IAMServiceUserDeleteResponse) ProtoReflect() protoreflect.Message
func (*IAMServiceUserDeleteResponse) Reset ¶
func (x *IAMServiceUserDeleteResponse) Reset()
func (*IAMServiceUserDeleteResponse) SetSuccess ¶
func (x *IAMServiceUserDeleteResponse) SetSuccess(v bool)
func (*IAMServiceUserDeleteResponse) String ¶
func (x *IAMServiceUserDeleteResponse) String() string
type IAMServiceUserDeleteResponse_builder ¶
type IAMServiceUserDeleteResponse_builder struct {
Success bool
// contains filtered or unexported fields
}
func (IAMServiceUserDeleteResponse_builder) Build ¶
func (b0 IAMServiceUserDeleteResponse_builder) Build() *IAMServiceUserDeleteResponse
type IAMServiceUserGetByEmailRequest ¶
type IAMServiceUserGetByEmailRequest struct {
Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceUserGetByEmailRequest) GetEmail ¶
func (x *IAMServiceUserGetByEmailRequest) GetEmail() string
func (*IAMServiceUserGetByEmailRequest) ProtoMessage ¶
func (*IAMServiceUserGetByEmailRequest) ProtoMessage()
func (*IAMServiceUserGetByEmailRequest) ProtoReflect ¶
func (x *IAMServiceUserGetByEmailRequest) ProtoReflect() protoreflect.Message
func (*IAMServiceUserGetByEmailRequest) Reset ¶
func (x *IAMServiceUserGetByEmailRequest) Reset()
func (*IAMServiceUserGetByEmailRequest) SetEmail ¶
func (x *IAMServiceUserGetByEmailRequest) SetEmail(v string)
func (*IAMServiceUserGetByEmailRequest) String ¶
func (x *IAMServiceUserGetByEmailRequest) String() string
type IAMServiceUserGetByEmailRequest_builder ¶
type IAMServiceUserGetByEmailRequest_builder struct {
Email string
// contains filtered or unexported fields
}
func (IAMServiceUserGetByEmailRequest_builder) Build ¶
func (b0 IAMServiceUserGetByEmailRequest_builder) Build() *IAMServiceUserGetByEmailRequest
type IAMServiceUserGetByEmailResponse ¶
type IAMServiceUserGetByEmailResponse struct {
User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceUserGetByEmailResponse) ClearUser ¶
func (x *IAMServiceUserGetByEmailResponse) ClearUser()
func (*IAMServiceUserGetByEmailResponse) GetUser ¶
func (x *IAMServiceUserGetByEmailResponse) GetUser() *User
func (*IAMServiceUserGetByEmailResponse) HasUser ¶
func (x *IAMServiceUserGetByEmailResponse) HasUser() bool
func (*IAMServiceUserGetByEmailResponse) ProtoMessage ¶
func (*IAMServiceUserGetByEmailResponse) ProtoMessage()
func (*IAMServiceUserGetByEmailResponse) ProtoReflect ¶
func (x *IAMServiceUserGetByEmailResponse) ProtoReflect() protoreflect.Message
func (*IAMServiceUserGetByEmailResponse) Reset ¶
func (x *IAMServiceUserGetByEmailResponse) Reset()
func (*IAMServiceUserGetByEmailResponse) SetUser ¶
func (x *IAMServiceUserGetByEmailResponse) SetUser(v *User)
func (*IAMServiceUserGetByEmailResponse) String ¶
func (x *IAMServiceUserGetByEmailResponse) String() string
type IAMServiceUserGetByEmailResponse_builder ¶
type IAMServiceUserGetByEmailResponse_builder struct {
User *User
// contains filtered or unexported fields
}
func (IAMServiceUserGetByEmailResponse_builder) Build ¶
func (b0 IAMServiceUserGetByEmailResponse_builder) Build() *IAMServiceUserGetByEmailResponse
type IAMServiceUserGetByExternalIDRequest ¶
type IAMServiceUserGetByExternalIDRequest struct {
Provider string `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"`
ExternalId string `protobuf:"bytes,2,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceUserGetByExternalIDRequest) GetExternalId ¶
func (x *IAMServiceUserGetByExternalIDRequest) GetExternalId() string
func (*IAMServiceUserGetByExternalIDRequest) GetProvider ¶
func (x *IAMServiceUserGetByExternalIDRequest) GetProvider() string
func (*IAMServiceUserGetByExternalIDRequest) ProtoMessage ¶
func (*IAMServiceUserGetByExternalIDRequest) ProtoMessage()
func (*IAMServiceUserGetByExternalIDRequest) ProtoReflect ¶
func (x *IAMServiceUserGetByExternalIDRequest) ProtoReflect() protoreflect.Message
func (*IAMServiceUserGetByExternalIDRequest) Reset ¶
func (x *IAMServiceUserGetByExternalIDRequest) Reset()
func (*IAMServiceUserGetByExternalIDRequest) SetExternalId ¶
func (x *IAMServiceUserGetByExternalIDRequest) SetExternalId(v string)
func (*IAMServiceUserGetByExternalIDRequest) SetProvider ¶
func (x *IAMServiceUserGetByExternalIDRequest) SetProvider(v string)
func (*IAMServiceUserGetByExternalIDRequest) String ¶
func (x *IAMServiceUserGetByExternalIDRequest) String() string
type IAMServiceUserGetByExternalIDRequest_builder ¶
type IAMServiceUserGetByExternalIDRequest_builder struct {
Provider string
ExternalId string
// contains filtered or unexported fields
}
func (IAMServiceUserGetByExternalIDRequest_builder) Build ¶
func (b0 IAMServiceUserGetByExternalIDRequest_builder) Build() *IAMServiceUserGetByExternalIDRequest
type IAMServiceUserGetByExternalIDResponse ¶
type IAMServiceUserGetByExternalIDResponse struct {
User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceUserGetByExternalIDResponse) ClearUser ¶
func (x *IAMServiceUserGetByExternalIDResponse) ClearUser()
func (*IAMServiceUserGetByExternalIDResponse) GetUser ¶
func (x *IAMServiceUserGetByExternalIDResponse) GetUser() *User
func (*IAMServiceUserGetByExternalIDResponse) HasUser ¶
func (x *IAMServiceUserGetByExternalIDResponse) HasUser() bool
func (*IAMServiceUserGetByExternalIDResponse) ProtoMessage ¶
func (*IAMServiceUserGetByExternalIDResponse) ProtoMessage()
func (*IAMServiceUserGetByExternalIDResponse) ProtoReflect ¶
func (x *IAMServiceUserGetByExternalIDResponse) ProtoReflect() protoreflect.Message
func (*IAMServiceUserGetByExternalIDResponse) Reset ¶
func (x *IAMServiceUserGetByExternalIDResponse) Reset()
func (*IAMServiceUserGetByExternalIDResponse) SetUser ¶
func (x *IAMServiceUserGetByExternalIDResponse) SetUser(v *User)
func (*IAMServiceUserGetByExternalIDResponse) String ¶
func (x *IAMServiceUserGetByExternalIDResponse) String() string
type IAMServiceUserGetByExternalIDResponse_builder ¶
type IAMServiceUserGetByExternalIDResponse_builder struct {
User *User
// contains filtered or unexported fields
}
func (IAMServiceUserGetByExternalIDResponse_builder) Build ¶
type IAMServiceUserGetRequest ¶
type IAMServiceUserGetRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceUserGetRequest) GetId ¶
func (x *IAMServiceUserGetRequest) GetId() string
func (*IAMServiceUserGetRequest) ProtoMessage ¶
func (*IAMServiceUserGetRequest) ProtoMessage()
func (*IAMServiceUserGetRequest) ProtoReflect ¶
func (x *IAMServiceUserGetRequest) ProtoReflect() protoreflect.Message
func (*IAMServiceUserGetRequest) Reset ¶
func (x *IAMServiceUserGetRequest) Reset()
func (*IAMServiceUserGetRequest) SetId ¶
func (x *IAMServiceUserGetRequest) SetId(v string)
func (*IAMServiceUserGetRequest) String ¶
func (x *IAMServiceUserGetRequest) String() string
type IAMServiceUserGetRequest_builder ¶
type IAMServiceUserGetRequest_builder struct {
Id string
// contains filtered or unexported fields
}
func (IAMServiceUserGetRequest_builder) Build ¶
func (b0 IAMServiceUserGetRequest_builder) Build() *IAMServiceUserGetRequest
type IAMServiceUserGetResponse ¶
type IAMServiceUserGetResponse struct {
User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceUserGetResponse) ClearUser ¶
func (x *IAMServiceUserGetResponse) ClearUser()
func (*IAMServiceUserGetResponse) GetUser ¶
func (x *IAMServiceUserGetResponse) GetUser() *User
func (*IAMServiceUserGetResponse) HasUser ¶
func (x *IAMServiceUserGetResponse) HasUser() bool
func (*IAMServiceUserGetResponse) ProtoMessage ¶
func (*IAMServiceUserGetResponse) ProtoMessage()
func (*IAMServiceUserGetResponse) ProtoReflect ¶
func (x *IAMServiceUserGetResponse) ProtoReflect() protoreflect.Message
func (*IAMServiceUserGetResponse) Reset ¶
func (x *IAMServiceUserGetResponse) Reset()
func (*IAMServiceUserGetResponse) SetUser ¶
func (x *IAMServiceUserGetResponse) SetUser(v *User)
func (*IAMServiceUserGetResponse) String ¶
func (x *IAMServiceUserGetResponse) String() string
type IAMServiceUserGetResponse_builder ¶
type IAMServiceUserGetResponse_builder struct {
User *User
// contains filtered or unexported fields
}
func (IAMServiceUserGetResponse_builder) Build ¶
func (b0 IAMServiceUserGetResponse_builder) Build() *IAMServiceUserGetResponse
type IAMServiceUserListByOrganizationRequest ¶
type IAMServiceUserListByOrganizationRequest struct {
OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceUserListByOrganizationRequest) GetOrganizationId ¶
func (x *IAMServiceUserListByOrganizationRequest) GetOrganizationId() string
func (*IAMServiceUserListByOrganizationRequest) ProtoMessage ¶
func (*IAMServiceUserListByOrganizationRequest) ProtoMessage()
func (*IAMServiceUserListByOrganizationRequest) ProtoReflect ¶
func (x *IAMServiceUserListByOrganizationRequest) ProtoReflect() protoreflect.Message
func (*IAMServiceUserListByOrganizationRequest) Reset ¶
func (x *IAMServiceUserListByOrganizationRequest) Reset()
func (*IAMServiceUserListByOrganizationRequest) SetOrganizationId ¶
func (x *IAMServiceUserListByOrganizationRequest) SetOrganizationId(v string)
func (*IAMServiceUserListByOrganizationRequest) String ¶
func (x *IAMServiceUserListByOrganizationRequest) String() string
type IAMServiceUserListByOrganizationRequest_builder ¶
type IAMServiceUserListByOrganizationRequest_builder struct {
OrganizationId string
// contains filtered or unexported fields
}
func (IAMServiceUserListByOrganizationRequest_builder) Build ¶
type IAMServiceUserListByOrganizationResponse ¶
type IAMServiceUserListByOrganizationResponse struct {
Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceUserListByOrganizationResponse) GetUsers ¶
func (x *IAMServiceUserListByOrganizationResponse) GetUsers() []*User
func (*IAMServiceUserListByOrganizationResponse) ProtoMessage ¶
func (*IAMServiceUserListByOrganizationResponse) ProtoMessage()
func (*IAMServiceUserListByOrganizationResponse) ProtoReflect ¶
func (x *IAMServiceUserListByOrganizationResponse) ProtoReflect() protoreflect.Message
func (*IAMServiceUserListByOrganizationResponse) Reset ¶
func (x *IAMServiceUserListByOrganizationResponse) Reset()
func (*IAMServiceUserListByOrganizationResponse) SetUsers ¶
func (x *IAMServiceUserListByOrganizationResponse) SetUsers(v []*User)
func (*IAMServiceUserListByOrganizationResponse) String ¶
func (x *IAMServiceUserListByOrganizationResponse) String() string
type IAMServiceUserListByOrganizationResponse_builder ¶
type IAMServiceUserListByOrganizationResponse_builder struct {
Users []*User
// contains filtered or unexported fields
}
func (IAMServiceUserListByOrganizationResponse_builder) Build ¶
type IAMServiceUserUpdateRequest ¶
type IAMServiceUserUpdateRequest struct {
User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
HasSystemAdmin bool `protobuf:"varint,2,opt,name=has_system_admin,json=hasSystemAdmin,proto3" json:"has_system_admin,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceUserUpdateRequest) ClearUser ¶
func (x *IAMServiceUserUpdateRequest) ClearUser()
func (*IAMServiceUserUpdateRequest) GetHasSystemAdmin ¶
func (x *IAMServiceUserUpdateRequest) GetHasSystemAdmin() bool
func (*IAMServiceUserUpdateRequest) GetUser ¶
func (x *IAMServiceUserUpdateRequest) GetUser() *User
func (*IAMServiceUserUpdateRequest) HasUser ¶
func (x *IAMServiceUserUpdateRequest) HasUser() bool
func (*IAMServiceUserUpdateRequest) ProtoMessage ¶
func (*IAMServiceUserUpdateRequest) ProtoMessage()
func (*IAMServiceUserUpdateRequest) ProtoReflect ¶
func (x *IAMServiceUserUpdateRequest) ProtoReflect() protoreflect.Message
func (*IAMServiceUserUpdateRequest) Reset ¶
func (x *IAMServiceUserUpdateRequest) Reset()
func (*IAMServiceUserUpdateRequest) SetHasSystemAdmin ¶
func (x *IAMServiceUserUpdateRequest) SetHasSystemAdmin(v bool)
func (*IAMServiceUserUpdateRequest) SetUser ¶
func (x *IAMServiceUserUpdateRequest) SetUser(v *User)
func (*IAMServiceUserUpdateRequest) String ¶
func (x *IAMServiceUserUpdateRequest) String() string
type IAMServiceUserUpdateRequest_builder ¶
type IAMServiceUserUpdateRequest_builder struct {
User *User
HasSystemAdmin bool
// contains filtered or unexported fields
}
func (IAMServiceUserUpdateRequest_builder) Build ¶
func (b0 IAMServiceUserUpdateRequest_builder) Build() *IAMServiceUserUpdateRequest
type IAMServiceUserUpdateResponse ¶
type IAMServiceUserUpdateResponse struct {
User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
// contains filtered or unexported fields
}
func (*IAMServiceUserUpdateResponse) ClearUser ¶
func (x *IAMServiceUserUpdateResponse) ClearUser()
func (*IAMServiceUserUpdateResponse) GetUser ¶
func (x *IAMServiceUserUpdateResponse) GetUser() *User
func (*IAMServiceUserUpdateResponse) HasUser ¶
func (x *IAMServiceUserUpdateResponse) HasUser() bool
func (*IAMServiceUserUpdateResponse) ProtoMessage ¶
func (*IAMServiceUserUpdateResponse) ProtoMessage()
func (*IAMServiceUserUpdateResponse) ProtoReflect ¶
func (x *IAMServiceUserUpdateResponse) ProtoReflect() protoreflect.Message
func (*IAMServiceUserUpdateResponse) Reset ¶
func (x *IAMServiceUserUpdateResponse) Reset()
func (*IAMServiceUserUpdateResponse) SetUser ¶
func (x *IAMServiceUserUpdateResponse) SetUser(v *User)
func (*IAMServiceUserUpdateResponse) String ¶
func (x *IAMServiceUserUpdateResponse) String() string
type IAMServiceUserUpdateResponse_builder ¶
type IAMServiceUserUpdateResponse_builder struct {
User *User
// contains filtered or unexported fields
}
func (IAMServiceUserUpdateResponse_builder) Build ¶
func (b0 IAMServiceUserUpdateResponse_builder) Build() *IAMServiceUserUpdateResponse
type KubernetesConnectorDetails ¶
type KubernetesConnectorDetails struct {
Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
ClusterId string `protobuf:"bytes,2,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
ApiEndpoint string `protobuf:"bytes,3,opt,name=api_endpoint,json=apiEndpoint,proto3" json:"api_endpoint,omitempty"`
// contains filtered or unexported fields
}
KubernetesConnectorDetails contains Kubernetes-specific connector fields
func (*KubernetesConnectorDetails) GetApiEndpoint ¶
func (x *KubernetesConnectorDetails) GetApiEndpoint() string
func (*KubernetesConnectorDetails) GetClusterId ¶
func (x *KubernetesConnectorDetails) GetClusterId() string
func (*KubernetesConnectorDetails) GetVersion ¶
func (x *KubernetesConnectorDetails) GetVersion() string
func (*KubernetesConnectorDetails) ProtoMessage ¶
func (*KubernetesConnectorDetails) ProtoMessage()
func (*KubernetesConnectorDetails) ProtoReflect ¶
func (x *KubernetesConnectorDetails) ProtoReflect() protoreflect.Message
func (*KubernetesConnectorDetails) Reset ¶
func (x *KubernetesConnectorDetails) Reset()
func (*KubernetesConnectorDetails) SetApiEndpoint ¶
func (x *KubernetesConnectorDetails) SetApiEndpoint(v string)
func (*KubernetesConnectorDetails) SetClusterId ¶
func (x *KubernetesConnectorDetails) SetClusterId(v string)
func (*KubernetesConnectorDetails) SetVersion ¶
func (x *KubernetesConnectorDetails) SetVersion(v string)
func (*KubernetesConnectorDetails) String ¶
func (x *KubernetesConnectorDetails) String() string
type KubernetesConnectorDetails_builder ¶
type KubernetesConnectorDetails_builder struct {
Version string
ClusterId string
ApiEndpoint string
// contains filtered or unexported fields
}
func (KubernetesConnectorDetails_builder) Build ¶
func (b0 KubernetesConnectorDetails_builder) Build() *KubernetesConnectorDetails
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"`
DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
IsSystem bool `protobuf:"varint,4,opt,name=is_system,json=isSystem,proto3" json:"is_system,omitempty"`
CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
SsoType string `protobuf:"bytes,6,opt,name=sso_type,json=ssoType,proto3" json:"sso_type,omitempty"`
SsoConfig string `protobuf:"bytes,7,opt,name=sso_config,json=ssoConfig,proto3" json:"sso_config,omitempty"` // Serialized JSON configuration
// contains filtered or unexported fields
}
func (*Organization) ClearCreatedAt ¶
func (x *Organization) ClearCreatedAt()
func (*Organization) GetCreatedAt ¶
func (x *Organization) GetCreatedAt() *timestamppb.Timestamp
func (*Organization) GetDisplayName ¶
func (x *Organization) GetDisplayName() string
func (*Organization) GetId ¶
func (x *Organization) GetId() string
func (*Organization) GetIsSystem ¶
func (x *Organization) GetIsSystem() bool
func (*Organization) GetName ¶
func (x *Organization) GetName() string
func (*Organization) GetSsoConfig ¶
func (x *Organization) GetSsoConfig() string
func (*Organization) GetSsoType ¶
func (x *Organization) GetSsoType() string
func (*Organization) HasCreatedAt ¶
func (x *Organization) HasCreatedAt() 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) SetDisplayName ¶
func (x *Organization) SetDisplayName(v string)
func (*Organization) SetId ¶
func (x *Organization) SetId(v string)
func (*Organization) SetIsSystem ¶
func (x *Organization) SetIsSystem(v bool)
func (*Organization) SetName ¶
func (x *Organization) SetName(v string)
func (*Organization) SetSsoConfig ¶
func (x *Organization) SetSsoConfig(v string)
func (*Organization) SetSsoType ¶
func (x *Organization) SetSsoType(v string)
func (*Organization) String ¶
func (x *Organization) String() string
type Organization_builder ¶
type Organization_builder struct {
Id string
Name string
DisplayName string
IsSystem bool
CreatedAt *timestamppb.Timestamp
SsoType string
SsoConfig string
// contains filtered or unexported fields
}
func (Organization_builder) Build ¶
func (b0 Organization_builder) Build() *Organization
type User ¶
type User 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"`
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
OrganizationId string `protobuf:"bytes,4,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
ExternalId string `protobuf:"bytes,5,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
Provider string `protobuf:"bytes,6,opt,name=provider,proto3" json:"provider,omitempty"`
SystemAdmin bool `protobuf:"varint,7,opt,name=system_admin,json=systemAdmin,proto3" json:"system_admin,omitempty"`
CreatedAt *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
LastLogin *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=last_login,json=lastLogin,proto3" json:"last_login,omitempty"`
// contains filtered or unexported fields
}
func (*User) GetCreatedAt ¶
func (x *User) GetCreatedAt() *timestamppb.Timestamp
func (*User) GetLastLogin ¶
func (x *User) GetLastLogin() *timestamppb.Timestamp
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
func (*User) SetCreatedAt ¶
func (x *User) SetCreatedAt(v *timestamppb.Timestamp)
func (*User) SetLastLogin ¶
func (x *User) SetLastLogin(v *timestamppb.Timestamp)
type User_builder ¶
type User_builder struct {
Id string
Email string
Name string
OrganizationId string
ExternalId string
Provider string
SystemAdmin bool
CreatedAt *timestamppb.Timestamp
LastLogin *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (User_builder) Build ¶
func (b0 User_builder) Build() *User
type WorkloadServiceScheduleRequest ¶
type WorkloadServiceScheduleRequest struct {
AppSpec string `protobuf:"bytes,1,opt,name=app_spec,json=appSpec,proto3" json:"app_spec,omitempty"`
// contains filtered or unexported fields
}
WorkloadServiceScheduleRequest contains the app specification to be scheduled
func (*WorkloadServiceScheduleRequest) GetAppSpec ¶
func (x *WorkloadServiceScheduleRequest) GetAppSpec() string
func (*WorkloadServiceScheduleRequest) ProtoMessage ¶
func (*WorkloadServiceScheduleRequest) ProtoMessage()
func (*WorkloadServiceScheduleRequest) ProtoReflect ¶
func (x *WorkloadServiceScheduleRequest) ProtoReflect() protoreflect.Message
func (*WorkloadServiceScheduleRequest) Reset ¶
func (x *WorkloadServiceScheduleRequest) Reset()
func (*WorkloadServiceScheduleRequest) SetAppSpec ¶
func (x *WorkloadServiceScheduleRequest) SetAppSpec(v string)
func (*WorkloadServiceScheduleRequest) String ¶
func (x *WorkloadServiceScheduleRequest) String() string
type WorkloadServiceScheduleRequest_builder ¶
type WorkloadServiceScheduleRequest_builder struct {
AppSpec string
// contains filtered or unexported fields
}
func (WorkloadServiceScheduleRequest_builder) Build ¶
func (b0 WorkloadServiceScheduleRequest_builder) Build() *WorkloadServiceScheduleRequest
type WorkloadServiceScheduleResponse ¶
type WorkloadServiceScheduleResponse struct {
WorkloadId string `protobuf:"bytes,1,opt,name=workload_id,json=workloadId,proto3" json:"workload_id,omitempty"`
Status WorkloadStatus `protobuf:"varint,2,opt,name=status,proto3,enum=abstractions.v1alpha.WorkloadStatus" json:"status,omitempty"`
// contains filtered or unexported fields
}
WorkloadServiceScheduleResponse contains the result of the scheduling operation
func (*WorkloadServiceScheduleResponse) GetStatus ¶
func (x *WorkloadServiceScheduleResponse) GetStatus() WorkloadStatus
func (*WorkloadServiceScheduleResponse) GetWorkloadId ¶
func (x *WorkloadServiceScheduleResponse) GetWorkloadId() string
func (*WorkloadServiceScheduleResponse) ProtoMessage ¶
func (*WorkloadServiceScheduleResponse) ProtoMessage()
func (*WorkloadServiceScheduleResponse) ProtoReflect ¶
func (x *WorkloadServiceScheduleResponse) ProtoReflect() protoreflect.Message
func (*WorkloadServiceScheduleResponse) Reset ¶
func (x *WorkloadServiceScheduleResponse) Reset()
func (*WorkloadServiceScheduleResponse) SetStatus ¶
func (x *WorkloadServiceScheduleResponse) SetStatus(v WorkloadStatus)
func (*WorkloadServiceScheduleResponse) SetWorkloadId ¶
func (x *WorkloadServiceScheduleResponse) SetWorkloadId(v string)
func (*WorkloadServiceScheduleResponse) String ¶
func (x *WorkloadServiceScheduleResponse) String() string
type WorkloadServiceScheduleResponse_builder ¶
type WorkloadServiceScheduleResponse_builder struct {
WorkloadId string
Status WorkloadStatus
// contains filtered or unexported fields
}
func (WorkloadServiceScheduleResponse_builder) Build ¶
func (b0 WorkloadServiceScheduleResponse_builder) Build() *WorkloadServiceScheduleResponse
type WorkloadStatus ¶
type WorkloadStatus int32
WorkloadStatus represents the status of a workload
const ( WorkloadStatus_WORKLOAD_STATUS_UNSPECIFIED WorkloadStatus = 0 WorkloadStatus_WORKLOAD_STATUS_SCHEDULED WorkloadStatus = 1 WorkloadStatus_WORKLOAD_STATUS_RUNNING WorkloadStatus = 2 WorkloadStatus_WORKLOAD_STATUS_COMPLETED WorkloadStatus = 3 WorkloadStatus_WORKLOAD_STATUS_FAILED WorkloadStatus = 4 )
func (WorkloadStatus) Descriptor ¶
func (WorkloadStatus) Descriptor() protoreflect.EnumDescriptor
func (WorkloadStatus) Enum ¶
func (x WorkloadStatus) Enum() *WorkloadStatus
func (WorkloadStatus) Number ¶
func (x WorkloadStatus) Number() protoreflect.EnumNumber
func (WorkloadStatus) String ¶
func (x WorkloadStatus) String() string
func (WorkloadStatus) Type ¶
func (WorkloadStatus) Type() protoreflect.EnumType
Source Files
¶
- connectors.pb.go
- iam.pb.go
- workloads.pb.go