Documentation ¶
Overview ¶
Package mgmtv1beta is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package mgmtv1beta is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Constants
- Variables
- func RegisterMgmtPrivateServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterMgmtPrivateServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client MgmtPrivateServiceClient) error
- func RegisterMgmtPrivateServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterMgmtPrivateServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server MgmtPrivateServiceServer) error
- func RegisterMgmtPrivateServiceServer(s grpc.ServiceRegistrar, srv MgmtPrivateServiceServer)
- func RegisterMgmtPublicServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterMgmtPublicServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client MgmtPublicServiceClient) error
- func RegisterMgmtPublicServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterMgmtPublicServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server MgmtPublicServiceServer) error
- func RegisterMgmtPublicServiceServer(s grpc.ServiceRegistrar, srv MgmtPublicServiceServer)
- type ApiToken
- func (*ApiToken) Descriptor() ([]byte, []int)deprecated
- func (x *ApiToken) GetAccessToken() string
- func (x *ApiToken) GetCreateTime() *timestamppb.Timestamp
- func (m *ApiToken) GetExpiration() isApiToken_Expiration
- func (x *ApiToken) GetExpireTime() *timestamppb.Timestamp
- func (x *ApiToken) GetId() string
- func (x *ApiToken) GetLastUseTime() *timestamppb.Timestamp
- func (x *ApiToken) GetName() string
- func (x *ApiToken) GetState() ApiToken_State
- func (x *ApiToken) GetTokenType() string
- func (x *ApiToken) GetTtl() int32
- func (x *ApiToken) GetUid() string
- func (x *ApiToken) GetUpdateTime() *timestamppb.Timestamp
- func (*ApiToken) ProtoMessage()
- func (x *ApiToken) ProtoReflect() protoreflect.Message
- func (x *ApiToken) Reset()
- func (x *ApiToken) String() string
- type ApiToken_ExpireTime
- type ApiToken_State
- func (ApiToken_State) Descriptor() protoreflect.EnumDescriptor
- func (x ApiToken_State) Enum() *ApiToken_State
- func (ApiToken_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x ApiToken_State) Number() protoreflect.EnumNumber
- func (x ApiToken_State) String() string
- func (ApiToken_State) Type() protoreflect.EnumType
- type ApiToken_Ttl
- type AuthChangePasswordRequest
- func (*AuthChangePasswordRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AuthChangePasswordRequest) GetNewPassword() string
- func (x *AuthChangePasswordRequest) GetOldPassword() string
- func (*AuthChangePasswordRequest) ProtoMessage()
- func (x *AuthChangePasswordRequest) ProtoReflect() protoreflect.Message
- func (x *AuthChangePasswordRequest) Reset()
- func (x *AuthChangePasswordRequest) String() string
- type AuthChangePasswordResponse
- type AuthLoginRequest
- func (*AuthLoginRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AuthLoginRequest) GetPassword() string
- func (x *AuthLoginRequest) GetUsername() string
- func (*AuthLoginRequest) ProtoMessage()
- func (x *AuthLoginRequest) ProtoReflect() protoreflect.Message
- func (x *AuthLoginRequest) Reset()
- func (x *AuthLoginRequest) String() string
- type AuthLoginResponse
- func (*AuthLoginResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AuthLoginResponse) GetAccessToken() string
- func (*AuthLoginResponse) ProtoMessage()
- func (x *AuthLoginResponse) ProtoReflect() protoreflect.Message
- func (x *AuthLoginResponse) Reset()
- func (x *AuthLoginResponse) String() string
- type AuthLogoutRequest
- type AuthLogoutResponse
- type AuthTokenIssuerRequest
- func (*AuthTokenIssuerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AuthTokenIssuerRequest) GetPassword() string
- func (x *AuthTokenIssuerRequest) GetUsername() string
- func (*AuthTokenIssuerRequest) ProtoMessage()
- func (x *AuthTokenIssuerRequest) ProtoReflect() protoreflect.Message
- func (x *AuthTokenIssuerRequest) Reset()
- func (x *AuthTokenIssuerRequest) String() string
- type AuthTokenIssuerResponse
- func (*AuthTokenIssuerResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AuthTokenIssuerResponse) GetAccessToken() *AuthTokenIssuerResponse_UnsignedAccessToken
- func (*AuthTokenIssuerResponse) ProtoMessage()
- func (x *AuthTokenIssuerResponse) ProtoReflect() protoreflect.Message
- func (x *AuthTokenIssuerResponse) Reset()
- func (x *AuthTokenIssuerResponse) String() string
- type AuthTokenIssuerResponse_UnsignedAccessToken
- func (*AuthTokenIssuerResponse_UnsignedAccessToken) Descriptor() ([]byte, []int)deprecated
- func (x *AuthTokenIssuerResponse_UnsignedAccessToken) GetAud() string
- func (x *AuthTokenIssuerResponse_UnsignedAccessToken) GetExp() int32
- func (x *AuthTokenIssuerResponse_UnsignedAccessToken) GetIss() string
- func (x *AuthTokenIssuerResponse_UnsignedAccessToken) GetJti() string
- func (x *AuthTokenIssuerResponse_UnsignedAccessToken) GetSub() string
- func (*AuthTokenIssuerResponse_UnsignedAccessToken) ProtoMessage()
- func (x *AuthTokenIssuerResponse_UnsignedAccessToken) ProtoReflect() protoreflect.Message
- func (x *AuthTokenIssuerResponse_UnsignedAccessToken) Reset()
- func (x *AuthTokenIssuerResponse_UnsignedAccessToken) String() string
- type AuthValidateAccessTokenRequest
- func (*AuthValidateAccessTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (*AuthValidateAccessTokenRequest) ProtoMessage()
- func (x *AuthValidateAccessTokenRequest) ProtoReflect() protoreflect.Message
- func (x *AuthValidateAccessTokenRequest) Reset()
- func (x *AuthValidateAccessTokenRequest) String() string
- type AuthValidateAccessTokenResponse
- func (*AuthValidateAccessTokenResponse) Descriptor() ([]byte, []int)deprecated
- func (*AuthValidateAccessTokenResponse) ProtoMessage()
- func (x *AuthValidateAccessTokenResponse) ProtoReflect() protoreflect.Message
- func (x *AuthValidateAccessTokenResponse) Reset()
- func (x *AuthValidateAccessTokenResponse) String() string
- type AuthenticatedUser
- func (*AuthenticatedUser) Descriptor() ([]byte, []int)deprecated
- func (x *AuthenticatedUser) GetCookieToken() string
- func (x *AuthenticatedUser) GetCreateTime() *timestamppb.Timestamp
- func (x *AuthenticatedUser) GetCustomerId() string
- func (x *AuthenticatedUser) GetEmail() string
- func (x *AuthenticatedUser) GetId() string
- func (x *AuthenticatedUser) GetName() string
- func (x *AuthenticatedUser) GetNewsletterSubscription() bool
- func (x *AuthenticatedUser) GetOnboardingStatus() OnboardingStatus
- func (x *AuthenticatedUser) GetProfile() *UserProfile
- func (x *AuthenticatedUser) GetRole() string
- func (x *AuthenticatedUser) GetUid() string
- func (x *AuthenticatedUser) GetUpdateTime() *timestamppb.Timestamp
- func (*AuthenticatedUser) ProtoMessage()
- func (x *AuthenticatedUser) ProtoReflect() protoreflect.Message
- func (x *AuthenticatedUser) Reset()
- func (x *AuthenticatedUser) String() string
- type CheckNamespaceAdminRequest
- func (*CheckNamespaceAdminRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CheckNamespaceAdminRequest) GetId() string
- func (*CheckNamespaceAdminRequest) ProtoMessage()
- func (x *CheckNamespaceAdminRequest) ProtoReflect() protoreflect.Message
- func (x *CheckNamespaceAdminRequest) Reset()
- func (x *CheckNamespaceAdminRequest) String() string
- type CheckNamespaceAdminResponse
- func (*CheckNamespaceAdminResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CheckNamespaceAdminResponse) GetOrganization() *Organization
- func (m *CheckNamespaceAdminResponse) GetOwner() isCheckNamespaceAdminResponse_Owner
- func (x *CheckNamespaceAdminResponse) GetType() CheckNamespaceAdminResponse_Namespace
- func (x *CheckNamespaceAdminResponse) GetUid() string
- func (x *CheckNamespaceAdminResponse) GetUser() *User
- func (*CheckNamespaceAdminResponse) ProtoMessage()
- func (x *CheckNamespaceAdminResponse) ProtoReflect() protoreflect.Message
- func (x *CheckNamespaceAdminResponse) Reset()
- func (x *CheckNamespaceAdminResponse) String() string
- type CheckNamespaceAdminResponse_Namespace
- func (CheckNamespaceAdminResponse_Namespace) Descriptor() protoreflect.EnumDescriptor
- func (x CheckNamespaceAdminResponse_Namespace) Enum() *CheckNamespaceAdminResponse_Namespace
- func (CheckNamespaceAdminResponse_Namespace) EnumDescriptor() ([]byte, []int)deprecated
- func (x CheckNamespaceAdminResponse_Namespace) Number() protoreflect.EnumNumber
- func (x CheckNamespaceAdminResponse_Namespace) String() string
- func (CheckNamespaceAdminResponse_Namespace) Type() protoreflect.EnumType
- type CheckNamespaceAdminResponse_Organization
- type CheckNamespaceAdminResponse_User
- type CheckNamespaceByUIDAdminRequest
- func (*CheckNamespaceByUIDAdminRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CheckNamespaceByUIDAdminRequest) GetUid() string
- func (*CheckNamespaceByUIDAdminRequest) ProtoMessage()
- func (x *CheckNamespaceByUIDAdminRequest) ProtoReflect() protoreflect.Message
- func (x *CheckNamespaceByUIDAdminRequest) Reset()
- func (x *CheckNamespaceByUIDAdminRequest) String() string
- type CheckNamespaceByUIDAdminResponse
- func (*CheckNamespaceByUIDAdminResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CheckNamespaceByUIDAdminResponse) GetId() string
- func (x *CheckNamespaceByUIDAdminResponse) GetOrganization() *Organization
- func (m *CheckNamespaceByUIDAdminResponse) GetOwner() isCheckNamespaceByUIDAdminResponse_Owner
- func (x *CheckNamespaceByUIDAdminResponse) GetType() CheckNamespaceByUIDAdminResponse_Namespace
- func (x *CheckNamespaceByUIDAdminResponse) GetUser() *User
- func (*CheckNamespaceByUIDAdminResponse) ProtoMessage()
- func (x *CheckNamespaceByUIDAdminResponse) ProtoReflect() protoreflect.Message
- func (x *CheckNamespaceByUIDAdminResponse) Reset()
- func (x *CheckNamespaceByUIDAdminResponse) String() string
- type CheckNamespaceByUIDAdminResponse_Namespace
- func (CheckNamespaceByUIDAdminResponse_Namespace) Descriptor() protoreflect.EnumDescriptor
- func (x CheckNamespaceByUIDAdminResponse_Namespace) Enum() *CheckNamespaceByUIDAdminResponse_Namespace
- func (CheckNamespaceByUIDAdminResponse_Namespace) EnumDescriptor() ([]byte, []int)deprecated
- func (x CheckNamespaceByUIDAdminResponse_Namespace) Number() protoreflect.EnumNumber
- func (x CheckNamespaceByUIDAdminResponse_Namespace) String() string
- func (CheckNamespaceByUIDAdminResponse_Namespace) Type() protoreflect.EnumType
- type CheckNamespaceByUIDAdminResponse_Organization
- type CheckNamespaceByUIDAdminResponse_User
- type CheckNamespaceRequest
- func (*CheckNamespaceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CheckNamespaceRequest) GetId() string
- func (*CheckNamespaceRequest) ProtoMessage()
- func (x *CheckNamespaceRequest) ProtoReflect() protoreflect.Message
- func (x *CheckNamespaceRequest) Reset()
- func (x *CheckNamespaceRequest) String() string
- type CheckNamespaceResponse
- func (*CheckNamespaceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CheckNamespaceResponse) GetType() CheckNamespaceResponse_Namespace
- func (*CheckNamespaceResponse) ProtoMessage()
- func (x *CheckNamespaceResponse) ProtoReflect() protoreflect.Message
- func (x *CheckNamespaceResponse) Reset()
- func (x *CheckNamespaceResponse) String() string
- type CheckNamespaceResponse_Namespace
- func (CheckNamespaceResponse_Namespace) Descriptor() protoreflect.EnumDescriptor
- func (x CheckNamespaceResponse_Namespace) Enum() *CheckNamespaceResponse_Namespace
- func (CheckNamespaceResponse_Namespace) EnumDescriptor() ([]byte, []int)deprecated
- func (x CheckNamespaceResponse_Namespace) Number() protoreflect.EnumNumber
- func (x CheckNamespaceResponse_Namespace) String() string
- func (CheckNamespaceResponse_Namespace) Type() protoreflect.EnumType
- type CreateOrganizationRequest
- func (*CreateOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOrganizationRequest) GetOrganization() *Organization
- func (*CreateOrganizationRequest) ProtoMessage()
- func (x *CreateOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *CreateOrganizationRequest) Reset()
- func (x *CreateOrganizationRequest) String() string
- type CreateOrganizationResponse
- func (*CreateOrganizationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOrganizationResponse) GetOrganization() *Organization
- func (*CreateOrganizationResponse) ProtoMessage()
- func (x *CreateOrganizationResponse) ProtoReflect() protoreflect.Message
- func (x *CreateOrganizationResponse) Reset()
- func (x *CreateOrganizationResponse) String() string
- type CreateTokenRequest
- func (*CreateTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTokenRequest) GetToken() *ApiToken
- func (*CreateTokenRequest) ProtoMessage()
- func (x *CreateTokenRequest) ProtoReflect() protoreflect.Message
- func (x *CreateTokenRequest) Reset()
- func (x *CreateTokenRequest) String() string
- type CreateTokenResponse
- func (*CreateTokenResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTokenResponse) GetToken() *ApiToken
- func (*CreateTokenResponse) ProtoMessage()
- func (x *CreateTokenResponse) ProtoReflect() protoreflect.Message
- func (x *CreateTokenResponse) Reset()
- func (x *CreateTokenResponse) String() string
- type CreditConsumptionChartRecord
- func (*CreditConsumptionChartRecord) Descriptor() ([]byte, []int)deprecated
- func (x *CreditConsumptionChartRecord) GetAmount() []float32
- func (x *CreditConsumptionChartRecord) GetNamespaceId() string
- func (x *CreditConsumptionChartRecord) GetSource() string
- func (x *CreditConsumptionChartRecord) GetTimeBuckets() []*timestamppb.Timestamp
- func (*CreditConsumptionChartRecord) ProtoMessage()
- func (x *CreditConsumptionChartRecord) ProtoReflect() protoreflect.Message
- func (x *CreditConsumptionChartRecord) Reset()
- func (x *CreditConsumptionChartRecord) String() string
- type DeleteOrganizationMembershipRequest
- func (*DeleteOrganizationMembershipRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteOrganizationMembershipRequest) GetOrganizationId() string
- func (x *DeleteOrganizationMembershipRequest) GetUserId() string
- func (*DeleteOrganizationMembershipRequest) ProtoMessage()
- func (x *DeleteOrganizationMembershipRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteOrganizationMembershipRequest) Reset()
- func (x *DeleteOrganizationMembershipRequest) String() string
- type DeleteOrganizationMembershipResponse
- func (*DeleteOrganizationMembershipResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteOrganizationMembershipResponse) ProtoMessage()
- func (x *DeleteOrganizationMembershipResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteOrganizationMembershipResponse) Reset()
- func (x *DeleteOrganizationMembershipResponse) String() string
- type DeleteOrganizationRequest
- func (*DeleteOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteOrganizationRequest) GetOrganizationId() string
- func (*DeleteOrganizationRequest) ProtoMessage()
- func (x *DeleteOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteOrganizationRequest) Reset()
- func (x *DeleteOrganizationRequest) String() string
- type DeleteOrganizationResponse
- type DeleteTokenRequest
- func (*DeleteTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteTokenRequest) GetTokenId() string
- func (*DeleteTokenRequest) ProtoMessage()
- func (x *DeleteTokenRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteTokenRequest) Reset()
- func (x *DeleteTokenRequest) String() string
- type DeleteTokenResponse
- type DeleteUserMembershipRequest
- func (*DeleteUserMembershipRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteUserMembershipRequest) GetOrganizationId() string
- func (x *DeleteUserMembershipRequest) GetUserId() string
- func (*DeleteUserMembershipRequest) ProtoMessage()
- func (x *DeleteUserMembershipRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteUserMembershipRequest) Reset()
- func (x *DeleteUserMembershipRequest) String() string
- type DeleteUserMembershipResponse
- func (*DeleteUserMembershipResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteUserMembershipResponse) ProtoMessage()
- func (x *DeleteUserMembershipResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteUserMembershipResponse) Reset()
- func (x *DeleteUserMembershipResponse) String() string
- type GetAuthenticatedUserRequest
- type GetAuthenticatedUserResponse
- func (*GetAuthenticatedUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAuthenticatedUserResponse) GetUser() *AuthenticatedUser
- func (*GetAuthenticatedUserResponse) ProtoMessage()
- func (x *GetAuthenticatedUserResponse) ProtoReflect() protoreflect.Message
- func (x *GetAuthenticatedUserResponse) Reset()
- func (x *GetAuthenticatedUserResponse) String() string
- type GetAuthenticatedUserSubscriptionRequest
- func (*GetAuthenticatedUserSubscriptionRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetAuthenticatedUserSubscriptionRequest) ProtoMessage()
- func (x *GetAuthenticatedUserSubscriptionRequest) ProtoReflect() protoreflect.Message
- func (x *GetAuthenticatedUserSubscriptionRequest) Reset()
- func (x *GetAuthenticatedUserSubscriptionRequest) String() string
- type GetAuthenticatedUserSubscriptionResponse
- func (*GetAuthenticatedUserSubscriptionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAuthenticatedUserSubscriptionResponse) GetSubscription() *UserSubscription
- func (*GetAuthenticatedUserSubscriptionResponse) ProtoMessage()
- func (x *GetAuthenticatedUserSubscriptionResponse) ProtoReflect() protoreflect.Message
- func (x *GetAuthenticatedUserSubscriptionResponse) Reset()
- func (x *GetAuthenticatedUserSubscriptionResponse) String() string
- type GetModelTriggerCountRequest
- func (*GetModelTriggerCountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetModelTriggerCountRequest) GetRequesterId() string
- func (x *GetModelTriggerCountRequest) GetStart() *timestamppb.Timestamp
- func (x *GetModelTriggerCountRequest) GetStop() *timestamppb.Timestamp
- func (*GetModelTriggerCountRequest) ProtoMessage()
- func (x *GetModelTriggerCountRequest) ProtoReflect() protoreflect.Message
- func (x *GetModelTriggerCountRequest) Reset()
- func (x *GetModelTriggerCountRequest) String() string
- type GetModelTriggerCountResponse
- func (*GetModelTriggerCountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetModelTriggerCountResponse) GetModelTriggerCounts() []*TriggerCount
- func (*GetModelTriggerCountResponse) ProtoMessage()
- func (x *GetModelTriggerCountResponse) ProtoReflect() protoreflect.Message
- func (x *GetModelTriggerCountResponse) Reset()
- func (x *GetModelTriggerCountResponse) String() string
- type GetOrganizationAdminRequest
- func (*GetOrganizationAdminRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationAdminRequest) GetOrganizationId() string
- func (x *GetOrganizationAdminRequest) GetView() View
- func (*GetOrganizationAdminRequest) ProtoMessage()
- func (x *GetOrganizationAdminRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationAdminRequest) Reset()
- func (x *GetOrganizationAdminRequest) String() string
- type GetOrganizationAdminResponse
- func (*GetOrganizationAdminResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationAdminResponse) GetOrganization() *Organization
- func (*GetOrganizationAdminResponse) ProtoMessage()
- func (x *GetOrganizationAdminResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationAdminResponse) Reset()
- func (x *GetOrganizationAdminResponse) String() string
- type GetOrganizationMembershipRequest
- func (*GetOrganizationMembershipRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationMembershipRequest) GetOrganizationId() string
- func (x *GetOrganizationMembershipRequest) GetUserId() string
- func (x *GetOrganizationMembershipRequest) GetView() View
- func (*GetOrganizationMembershipRequest) ProtoMessage()
- func (x *GetOrganizationMembershipRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationMembershipRequest) Reset()
- func (x *GetOrganizationMembershipRequest) String() string
- type GetOrganizationMembershipResponse
- func (*GetOrganizationMembershipResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationMembershipResponse) GetMembership() *OrganizationMembership
- func (*GetOrganizationMembershipResponse) ProtoMessage()
- func (x *GetOrganizationMembershipResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationMembershipResponse) Reset()
- func (x *GetOrganizationMembershipResponse) String() string
- type GetOrganizationRequest
- func (*GetOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationRequest) GetOrganizationId() string
- func (x *GetOrganizationRequest) GetView() View
- func (*GetOrganizationRequest) ProtoMessage()
- func (x *GetOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationRequest) Reset()
- func (x *GetOrganizationRequest) String() string
- type GetOrganizationResponse
- func (*GetOrganizationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationResponse) GetOrganization() *Organization
- func (*GetOrganizationResponse) ProtoMessage()
- func (x *GetOrganizationResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationResponse) Reset()
- func (x *GetOrganizationResponse) String() string
- type GetOrganizationSubscriptionAdminRequest
- func (*GetOrganizationSubscriptionAdminRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationSubscriptionAdminRequest) GetOrganizationId() string
- func (*GetOrganizationSubscriptionAdminRequest) ProtoMessage()
- func (x *GetOrganizationSubscriptionAdminRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationSubscriptionAdminRequest) Reset()
- func (x *GetOrganizationSubscriptionAdminRequest) String() string
- type GetOrganizationSubscriptionAdminResponse
- func (*GetOrganizationSubscriptionAdminResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationSubscriptionAdminResponse) GetSubscription() *OrganizationSubscription
- func (*GetOrganizationSubscriptionAdminResponse) ProtoMessage()
- func (x *GetOrganizationSubscriptionAdminResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationSubscriptionAdminResponse) Reset()
- func (x *GetOrganizationSubscriptionAdminResponse) String() string
- type GetOrganizationSubscriptionRequest
- func (*GetOrganizationSubscriptionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationSubscriptionRequest) GetOrganizationId() string
- func (*GetOrganizationSubscriptionRequest) ProtoMessage()
- func (x *GetOrganizationSubscriptionRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationSubscriptionRequest) Reset()
- func (x *GetOrganizationSubscriptionRequest) String() string
- type GetOrganizationSubscriptionResponse
- func (*GetOrganizationSubscriptionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationSubscriptionResponse) GetSubscription() *OrganizationSubscription
- func (*GetOrganizationSubscriptionResponse) ProtoMessage()
- func (x *GetOrganizationSubscriptionResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationSubscriptionResponse) Reset()
- func (x *GetOrganizationSubscriptionResponse) String() string
- type GetPipelineTriggerCountRequest
- func (*GetPipelineTriggerCountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPipelineTriggerCountRequest) GetRequesterId() string
- func (x *GetPipelineTriggerCountRequest) GetStart() *timestamppb.Timestamp
- func (x *GetPipelineTriggerCountRequest) GetStop() *timestamppb.Timestamp
- func (*GetPipelineTriggerCountRequest) ProtoMessage()
- func (x *GetPipelineTriggerCountRequest) ProtoReflect() protoreflect.Message
- func (x *GetPipelineTriggerCountRequest) Reset()
- func (x *GetPipelineTriggerCountRequest) String() string
- type GetPipelineTriggerCountResponse
- func (*GetPipelineTriggerCountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPipelineTriggerCountResponse) GetPipelineTriggerCounts() []*TriggerCount
- func (*GetPipelineTriggerCountResponse) ProtoMessage()
- func (x *GetPipelineTriggerCountResponse) ProtoReflect() protoreflect.Message
- func (x *GetPipelineTriggerCountResponse) Reset()
- func (x *GetPipelineTriggerCountResponse) String() string
- type GetRemainingCreditAdminRequest
- func (*GetRemainingCreditAdminRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRemainingCreditAdminRequest) GetNamespaceUid() string
- func (*GetRemainingCreditAdminRequest) ProtoMessage()
- func (x *GetRemainingCreditAdminRequest) ProtoReflect() protoreflect.Message
- func (x *GetRemainingCreditAdminRequest) Reset()
- func (x *GetRemainingCreditAdminRequest) String() string
- type GetRemainingCreditAdminResponse
- func (*GetRemainingCreditAdminResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRemainingCreditAdminResponse) GetAmount() float32
- func (*GetRemainingCreditAdminResponse) ProtoMessage()
- func (x *GetRemainingCreditAdminResponse) ProtoReflect() protoreflect.Message
- func (x *GetRemainingCreditAdminResponse) Reset()
- func (x *GetRemainingCreditAdminResponse) String() string
- type GetRemainingCreditRequest
- func (*GetRemainingCreditRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRemainingCreditRequest) GetNamespaceId() string
- func (*GetRemainingCreditRequest) ProtoMessage()
- func (x *GetRemainingCreditRequest) ProtoReflect() protoreflect.Message
- func (x *GetRemainingCreditRequest) Reset()
- func (x *GetRemainingCreditRequest) String() string
- type GetRemainingCreditResponse
- func (*GetRemainingCreditResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRemainingCreditResponse) GetImperishable() float32
- func (x *GetRemainingCreditResponse) GetPerishable() float32
- func (x *GetRemainingCreditResponse) GetTotal() float32
- func (*GetRemainingCreditResponse) ProtoMessage()
- func (x *GetRemainingCreditResponse) ProtoReflect() protoreflect.Message
- func (x *GetRemainingCreditResponse) Reset()
- func (x *GetRemainingCreditResponse) String() string
- type GetTokenRequest
- type GetTokenResponse
- type GetUserAdminRequest
- func (*GetUserAdminRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserAdminRequest) GetUserId() string
- func (x *GetUserAdminRequest) GetView() View
- func (*GetUserAdminRequest) ProtoMessage()
- func (x *GetUserAdminRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserAdminRequest) Reset()
- func (x *GetUserAdminRequest) String() string
- type GetUserAdminResponse
- func (*GetUserAdminResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserAdminResponse) GetUser() *User
- func (*GetUserAdminResponse) ProtoMessage()
- func (x *GetUserAdminResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserAdminResponse) Reset()
- func (x *GetUserAdminResponse) String() string
- type GetUserMembershipRequest
- func (*GetUserMembershipRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserMembershipRequest) GetOrganizationId() string
- func (x *GetUserMembershipRequest) GetUserId() string
- func (x *GetUserMembershipRequest) GetView() View
- func (*GetUserMembershipRequest) ProtoMessage()
- func (x *GetUserMembershipRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserMembershipRequest) Reset()
- func (x *GetUserMembershipRequest) String() string
- type GetUserMembershipResponse
- func (*GetUserMembershipResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserMembershipResponse) GetMembership() *UserMembership
- func (*GetUserMembershipResponse) ProtoMessage()
- func (x *GetUserMembershipResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserMembershipResponse) Reset()
- func (x *GetUserMembershipResponse) String() string
- type GetUserRequest
- func (*GetUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserRequest) GetUserId() string
- func (x *GetUserRequest) GetView() View
- func (*GetUserRequest) ProtoMessage()
- func (x *GetUserRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserRequest) Reset()
- func (x *GetUserRequest) String() string
- type GetUserResponse
- type GetUserSubscriptionAdminRequest
- func (*GetUserSubscriptionAdminRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubscriptionAdminRequest) GetUserId() string
- func (*GetUserSubscriptionAdminRequest) ProtoMessage()
- func (x *GetUserSubscriptionAdminRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserSubscriptionAdminRequest) Reset()
- func (x *GetUserSubscriptionAdminRequest) String() string
- type GetUserSubscriptionAdminResponse
- func (*GetUserSubscriptionAdminResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubscriptionAdminResponse) GetSubscription() *UserSubscription
- func (*GetUserSubscriptionAdminResponse) ProtoMessage()
- func (x *GetUserSubscriptionAdminResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserSubscriptionAdminResponse) Reset()
- func (x *GetUserSubscriptionAdminResponse) String() string
- type ListCreditConsumptionChartRecordsRequest
- func (*ListCreditConsumptionChartRecordsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListCreditConsumptionChartRecordsRequest) GetAggregationWindow() string
- func (x *ListCreditConsumptionChartRecordsRequest) GetNamespaceId() string
- func (x *ListCreditConsumptionChartRecordsRequest) GetStart() *timestamppb.Timestamp
- func (x *ListCreditConsumptionChartRecordsRequest) GetStop() *timestamppb.Timestamp
- func (*ListCreditConsumptionChartRecordsRequest) ProtoMessage()
- func (x *ListCreditConsumptionChartRecordsRequest) ProtoReflect() protoreflect.Message
- func (x *ListCreditConsumptionChartRecordsRequest) Reset()
- func (x *ListCreditConsumptionChartRecordsRequest) String() string
- type ListCreditConsumptionChartRecordsResponse
- func (*ListCreditConsumptionChartRecordsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListCreditConsumptionChartRecordsResponse) GetCreditConsumptionChartRecords() []*CreditConsumptionChartRecord
- func (*ListCreditConsumptionChartRecordsResponse) ProtoMessage()
- func (x *ListCreditConsumptionChartRecordsResponse) ProtoReflect() protoreflect.Message
- func (x *ListCreditConsumptionChartRecordsResponse) Reset()
- func (x *ListCreditConsumptionChartRecordsResponse) String() string
- type ListModelTriggerChartRecordsRequest
- func (*ListModelTriggerChartRecordsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListModelTriggerChartRecordsRequest) GetAggregationWindow() string
- func (x *ListModelTriggerChartRecordsRequest) GetRequesterId() string
- func (x *ListModelTriggerChartRecordsRequest) GetStart() *timestamppb.Timestamp
- func (x *ListModelTriggerChartRecordsRequest) GetStop() *timestamppb.Timestamp
- func (*ListModelTriggerChartRecordsRequest) ProtoMessage()
- func (x *ListModelTriggerChartRecordsRequest) ProtoReflect() protoreflect.Message
- func (x *ListModelTriggerChartRecordsRequest) Reset()
- func (x *ListModelTriggerChartRecordsRequest) String() string
- type ListModelTriggerChartRecordsResponse
- func (*ListModelTriggerChartRecordsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListModelTriggerChartRecordsResponse) GetModelTriggerChartRecords() []*ModelTriggerChartRecord
- func (*ListModelTriggerChartRecordsResponse) ProtoMessage()
- func (x *ListModelTriggerChartRecordsResponse) ProtoReflect() protoreflect.Message
- func (x *ListModelTriggerChartRecordsResponse) Reset()
- func (x *ListModelTriggerChartRecordsResponse) String() string
- type ListOrganizationMembershipsRequest
- func (*ListOrganizationMembershipsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationMembershipsRequest) GetOrganizationId() string
- func (*ListOrganizationMembershipsRequest) ProtoMessage()
- func (x *ListOrganizationMembershipsRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationMembershipsRequest) Reset()
- func (x *ListOrganizationMembershipsRequest) String() string
- type ListOrganizationMembershipsResponse
- func (*ListOrganizationMembershipsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationMembershipsResponse) GetMemberships() []*OrganizationMembership
- func (*ListOrganizationMembershipsResponse) ProtoMessage()
- func (x *ListOrganizationMembershipsResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationMembershipsResponse) Reset()
- func (x *ListOrganizationMembershipsResponse) String() string
- type ListOrganizationsAdminRequest
- func (*ListOrganizationsAdminRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationsAdminRequest) GetFilter() string
- func (x *ListOrganizationsAdminRequest) GetPageSize() int32
- func (x *ListOrganizationsAdminRequest) GetPageToken() string
- func (x *ListOrganizationsAdminRequest) GetView() View
- func (*ListOrganizationsAdminRequest) ProtoMessage()
- func (x *ListOrganizationsAdminRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationsAdminRequest) Reset()
- func (x *ListOrganizationsAdminRequest) String() string
- type ListOrganizationsAdminResponse
- func (*ListOrganizationsAdminResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationsAdminResponse) GetNextPageToken() string
- func (x *ListOrganizationsAdminResponse) GetOrganizations() []*Organization
- func (x *ListOrganizationsAdminResponse) GetTotalSize() int32
- func (*ListOrganizationsAdminResponse) ProtoMessage()
- func (x *ListOrganizationsAdminResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationsAdminResponse) Reset()
- func (x *ListOrganizationsAdminResponse) String() string
- type ListOrganizationsRequest
- func (*ListOrganizationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationsRequest) GetFilter() string
- func (x *ListOrganizationsRequest) GetPageSize() int32
- func (x *ListOrganizationsRequest) GetPageToken() string
- func (x *ListOrganizationsRequest) GetView() View
- func (*ListOrganizationsRequest) ProtoMessage()
- func (x *ListOrganizationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationsRequest) Reset()
- func (x *ListOrganizationsRequest) String() string
- type ListOrganizationsResponse
- func (*ListOrganizationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationsResponse) GetNextPageToken() string
- func (x *ListOrganizationsResponse) GetOrganizations() []*Organization
- func (x *ListOrganizationsResponse) GetTotalSize() int32
- func (*ListOrganizationsResponse) ProtoMessage()
- func (x *ListOrganizationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationsResponse) Reset()
- func (x *ListOrganizationsResponse) String() string
- type ListPipelineTriggerChartRecordsRequest
- func (*ListPipelineTriggerChartRecordsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListPipelineTriggerChartRecordsRequest) GetAggregationWindow() string
- func (x *ListPipelineTriggerChartRecordsRequest) GetRequesterId() string
- func (x *ListPipelineTriggerChartRecordsRequest) GetStart() *timestamppb.Timestamp
- func (x *ListPipelineTriggerChartRecordsRequest) GetStop() *timestamppb.Timestamp
- func (*ListPipelineTriggerChartRecordsRequest) ProtoMessage()
- func (x *ListPipelineTriggerChartRecordsRequest) ProtoReflect() protoreflect.Message
- func (x *ListPipelineTriggerChartRecordsRequest) Reset()
- func (x *ListPipelineTriggerChartRecordsRequest) String() string
- type ListPipelineTriggerChartRecordsResponse
- func (*ListPipelineTriggerChartRecordsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListPipelineTriggerChartRecordsResponse) GetPipelineTriggerChartRecords() []*PipelineTriggerChartRecord
- func (*ListPipelineTriggerChartRecordsResponse) ProtoMessage()
- func (x *ListPipelineTriggerChartRecordsResponse) ProtoReflect() protoreflect.Message
- func (x *ListPipelineTriggerChartRecordsResponse) Reset()
- func (x *ListPipelineTriggerChartRecordsResponse) String() string
- type ListPipelineTriggerChartRecordsV0Request
- func (*ListPipelineTriggerChartRecordsV0Request) Descriptor() ([]byte, []int)deprecated
- func (x *ListPipelineTriggerChartRecordsV0Request) GetAggregationWindow() int32
- func (x *ListPipelineTriggerChartRecordsV0Request) GetFilter() string
- func (*ListPipelineTriggerChartRecordsV0Request) ProtoMessage()
- func (x *ListPipelineTriggerChartRecordsV0Request) ProtoReflect() protoreflect.Message
- func (x *ListPipelineTriggerChartRecordsV0Request) Reset()
- func (x *ListPipelineTriggerChartRecordsV0Request) String() string
- type ListPipelineTriggerChartRecordsV0Response
- func (*ListPipelineTriggerChartRecordsV0Response) Descriptor() ([]byte, []int)deprecated
- func (x *ListPipelineTriggerChartRecordsV0Response) GetPipelineTriggerChartRecords() []*PipelineTriggerChartRecordV0
- func (*ListPipelineTriggerChartRecordsV0Response) ProtoMessage()
- func (x *ListPipelineTriggerChartRecordsV0Response) ProtoReflect() protoreflect.Message
- func (x *ListPipelineTriggerChartRecordsV0Response) Reset()
- func (x *ListPipelineTriggerChartRecordsV0Response) String() string
- type ListPipelineTriggerRecordsRequest
- func (*ListPipelineTriggerRecordsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListPipelineTriggerRecordsRequest) GetFilter() string
- func (x *ListPipelineTriggerRecordsRequest) GetPageSize() int32
- func (x *ListPipelineTriggerRecordsRequest) GetPageToken() string
- func (*ListPipelineTriggerRecordsRequest) ProtoMessage()
- func (x *ListPipelineTriggerRecordsRequest) ProtoReflect() protoreflect.Message
- func (x *ListPipelineTriggerRecordsRequest) Reset()
- func (x *ListPipelineTriggerRecordsRequest) String() string
- type ListPipelineTriggerRecordsResponse
- func (*ListPipelineTriggerRecordsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListPipelineTriggerRecordsResponse) GetNextPageToken() string
- func (x *ListPipelineTriggerRecordsResponse) GetPipelineTriggerRecords() []*PipelineTriggerRecord
- func (x *ListPipelineTriggerRecordsResponse) GetTotalSize() int32
- func (*ListPipelineTriggerRecordsResponse) ProtoMessage()
- func (x *ListPipelineTriggerRecordsResponse) ProtoReflect() protoreflect.Message
- func (x *ListPipelineTriggerRecordsResponse) Reset()
- func (x *ListPipelineTriggerRecordsResponse) String() string
- type ListPipelineTriggerTableRecordsRequest
- func (*ListPipelineTriggerTableRecordsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListPipelineTriggerTableRecordsRequest) GetFilter() string
- func (x *ListPipelineTriggerTableRecordsRequest) GetPageSize() int32
- func (x *ListPipelineTriggerTableRecordsRequest) GetPageToken() string
- func (*ListPipelineTriggerTableRecordsRequest) ProtoMessage()
- func (x *ListPipelineTriggerTableRecordsRequest) ProtoReflect() protoreflect.Message
- func (x *ListPipelineTriggerTableRecordsRequest) Reset()
- func (x *ListPipelineTriggerTableRecordsRequest) String() string
- type ListPipelineTriggerTableRecordsResponse
- func (*ListPipelineTriggerTableRecordsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListPipelineTriggerTableRecordsResponse) GetNextPageToken() string
- func (x *ListPipelineTriggerTableRecordsResponse) GetPipelineTriggerTableRecords() []*PipelineTriggerTableRecord
- func (x *ListPipelineTriggerTableRecordsResponse) GetTotalSize() int32
- func (*ListPipelineTriggerTableRecordsResponse) ProtoMessage()
- func (x *ListPipelineTriggerTableRecordsResponse) ProtoReflect() protoreflect.Message
- func (x *ListPipelineTriggerTableRecordsResponse) Reset()
- func (x *ListPipelineTriggerTableRecordsResponse) String() string
- type ListTokensRequest
- func (*ListTokensRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListTokensRequest) GetPageSize() int32
- func (x *ListTokensRequest) GetPageToken() string
- func (*ListTokensRequest) ProtoMessage()
- func (x *ListTokensRequest) ProtoReflect() protoreflect.Message
- func (x *ListTokensRequest) Reset()
- func (x *ListTokensRequest) String() string
- type ListTokensResponse
- func (*ListTokensResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTokensResponse) GetNextPageToken() string
- func (x *ListTokensResponse) GetTokens() []*ApiToken
- func (x *ListTokensResponse) GetTotalSize() int32
- func (*ListTokensResponse) ProtoMessage()
- func (x *ListTokensResponse) ProtoReflect() protoreflect.Message
- func (x *ListTokensResponse) Reset()
- func (x *ListTokensResponse) String() string
- type ListUserMembershipsRequest
- func (*ListUserMembershipsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserMembershipsRequest) GetUserId() string
- func (*ListUserMembershipsRequest) ProtoMessage()
- func (x *ListUserMembershipsRequest) ProtoReflect() protoreflect.Message
- func (x *ListUserMembershipsRequest) Reset()
- func (x *ListUserMembershipsRequest) String() string
- type ListUserMembershipsResponse
- func (*ListUserMembershipsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserMembershipsResponse) GetMemberships() []*UserMembership
- func (*ListUserMembershipsResponse) ProtoMessage()
- func (x *ListUserMembershipsResponse) ProtoReflect() protoreflect.Message
- func (x *ListUserMembershipsResponse) Reset()
- func (x *ListUserMembershipsResponse) String() string
- type ListUsersAdminRequest
- func (*ListUsersAdminRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUsersAdminRequest) GetFilter() string
- func (x *ListUsersAdminRequest) GetPageSize() int32
- func (x *ListUsersAdminRequest) GetPageToken() string
- func (x *ListUsersAdminRequest) GetView() View
- func (*ListUsersAdminRequest) ProtoMessage()
- func (x *ListUsersAdminRequest) ProtoReflect() protoreflect.Message
- func (x *ListUsersAdminRequest) Reset()
- func (x *ListUsersAdminRequest) String() string
- type ListUsersAdminResponse
- func (*ListUsersAdminResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUsersAdminResponse) GetNextPageToken() string
- func (x *ListUsersAdminResponse) GetTotalSize() int32
- func (x *ListUsersAdminResponse) GetUsers() []*User
- func (*ListUsersAdminResponse) ProtoMessage()
- func (x *ListUsersAdminResponse) ProtoReflect() protoreflect.Message
- func (x *ListUsersAdminResponse) Reset()
- func (x *ListUsersAdminResponse) String() string
- type ListUsersRequest
- func (*ListUsersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUsersRequest) GetFilter() string
- func (x *ListUsersRequest) GetPageSize() int32
- func (x *ListUsersRequest) GetPageToken() string
- func (x *ListUsersRequest) GetView() View
- func (*ListUsersRequest) ProtoMessage()
- func (x *ListUsersRequest) ProtoReflect() protoreflect.Message
- func (x *ListUsersRequest) Reset()
- func (x *ListUsersRequest) String() string
- type ListUsersResponse
- func (*ListUsersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUsersResponse) GetNextPageToken() string
- func (x *ListUsersResponse) GetTotalSize() int32
- func (x *ListUsersResponse) GetUsers() []*User
- func (*ListUsersResponse) ProtoMessage()
- func (x *ListUsersResponse) ProtoReflect() protoreflect.Message
- func (x *ListUsersResponse) Reset()
- func (x *ListUsersResponse) String() string
- type LivenessRequest
- func (*LivenessRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LivenessRequest) GetHealthCheckRequest() *v1beta.HealthCheckRequest
- func (*LivenessRequest) ProtoMessage()
- func (x *LivenessRequest) ProtoReflect() protoreflect.Message
- func (x *LivenessRequest) Reset()
- func (x *LivenessRequest) String() string
- type LivenessResponse
- func (*LivenessResponse) Descriptor() ([]byte, []int)deprecated
- func (x *LivenessResponse) GetHealthCheckResponse() *v1beta.HealthCheckResponse
- func (*LivenessResponse) ProtoMessage()
- func (x *LivenessResponse) ProtoReflect() protoreflect.Message
- func (x *LivenessResponse) Reset()
- func (x *LivenessResponse) String() string
- type LookUpOrganizationAdminRequest
- func (*LookUpOrganizationAdminRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LookUpOrganizationAdminRequest) GetOrganizationUid() string
- func (x *LookUpOrganizationAdminRequest) GetView() View
- func (*LookUpOrganizationAdminRequest) ProtoMessage()
- func (x *LookUpOrganizationAdminRequest) ProtoReflect() protoreflect.Message
- func (x *LookUpOrganizationAdminRequest) Reset()
- func (x *LookUpOrganizationAdminRequest) String() string
- type LookUpOrganizationAdminResponse
- func (*LookUpOrganizationAdminResponse) Descriptor() ([]byte, []int)deprecated
- func (x *LookUpOrganizationAdminResponse) GetOrganization() *Organization
- func (*LookUpOrganizationAdminResponse) ProtoMessage()
- func (x *LookUpOrganizationAdminResponse) ProtoReflect() protoreflect.Message
- func (x *LookUpOrganizationAdminResponse) Reset()
- func (x *LookUpOrganizationAdminResponse) String() string
- type LookUpUserAdminRequest
- func (*LookUpUserAdminRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LookUpUserAdminRequest) GetUserUid() string
- func (x *LookUpUserAdminRequest) GetView() View
- func (*LookUpUserAdminRequest) ProtoMessage()
- func (x *LookUpUserAdminRequest) ProtoReflect() protoreflect.Message
- func (x *LookUpUserAdminRequest) Reset()
- func (x *LookUpUserAdminRequest) String() string
- type LookUpUserAdminResponse
- func (*LookUpUserAdminResponse) Descriptor() ([]byte, []int)deprecated
- func (x *LookUpUserAdminResponse) GetUser() *User
- func (*LookUpUserAdminResponse) ProtoMessage()
- func (x *LookUpUserAdminResponse) ProtoReflect() protoreflect.Message
- func (x *LookUpUserAdminResponse) Reset()
- func (x *LookUpUserAdminResponse) String() string
- type MembershipState
- func (MembershipState) Descriptor() protoreflect.EnumDescriptor
- func (x MembershipState) Enum() *MembershipState
- func (MembershipState) EnumDescriptor() ([]byte, []int)deprecated
- func (x MembershipState) Number() protoreflect.EnumNumber
- func (x MembershipState) String() string
- func (MembershipState) Type() protoreflect.EnumType
- type MgmtPrivateServiceClient
- type MgmtPrivateServiceServer
- type MgmtPublicServiceClient
- type MgmtPublicServiceServer
- type Mode
- type ModelTriggerChartRecord
- func (*ModelTriggerChartRecord) Descriptor() ([]byte, []int)deprecated
- func (x *ModelTriggerChartRecord) GetModelId() string
- func (x *ModelTriggerChartRecord) GetRequesterId() string
- func (x *ModelTriggerChartRecord) GetTimeBuckets() []*timestamppb.Timestamp
- func (x *ModelTriggerChartRecord) GetTriggerCounts() []int32
- func (*ModelTriggerChartRecord) ProtoMessage()
- func (x *ModelTriggerChartRecord) ProtoReflect() protoreflect.Message
- func (x *ModelTriggerChartRecord) Reset()
- func (x *ModelTriggerChartRecord) String() string
- type OnboardingStatus
- func (OnboardingStatus) Descriptor() protoreflect.EnumDescriptor
- func (x OnboardingStatus) Enum() *OnboardingStatus
- func (OnboardingStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x OnboardingStatus) Number() protoreflect.EnumNumber
- func (x OnboardingStatus) String() string
- func (OnboardingStatus) Type() protoreflect.EnumType
- type Organization
- func (*Organization) Descriptor() ([]byte, []int)deprecated
- func (x *Organization) GetCreateTime() *timestamppb.Timestamp
- func (x *Organization) GetId() string
- func (x *Organization) GetName() string
- func (x *Organization) GetOwner() *User
- func (x *Organization) GetPermission() *Permission
- func (x *Organization) GetProfile() *OrganizationProfile
- func (x *Organization) GetUid() string
- func (x *Organization) GetUpdateTime() *timestamppb.Timestamp
- func (*Organization) ProtoMessage()
- func (x *Organization) ProtoReflect() protoreflect.Message
- func (x *Organization) Reset()
- func (x *Organization) String() string
- type OrganizationMembership
- func (*OrganizationMembership) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationMembership) GetName() string
- func (x *OrganizationMembership) GetOrganization() *Organization
- func (x *OrganizationMembership) GetRole() string
- func (x *OrganizationMembership) GetState() MembershipState
- func (x *OrganizationMembership) GetUser() *User
- func (*OrganizationMembership) ProtoMessage()
- func (x *OrganizationMembership) ProtoReflect() protoreflect.Message
- func (x *OrganizationMembership) Reset()
- func (x *OrganizationMembership) String() string
- type OrganizationProfile
- func (*OrganizationProfile) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationProfile) GetAvatar() string
- func (x *OrganizationProfile) GetBio() string
- func (x *OrganizationProfile) GetDisplayName() string
- func (x *OrganizationProfile) GetPublicEmail() string
- func (x *OrganizationProfile) GetSocialProfileLinks() map[string]string
- func (*OrganizationProfile) ProtoMessage()
- func (x *OrganizationProfile) ProtoReflect() protoreflect.Message
- func (x *OrganizationProfile) Reset()
- func (x *OrganizationProfile) String() string
- type OrganizationSubscription
- func (*OrganizationSubscription) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationSubscription) GetDetail() *StripeSubscriptionDetail
- func (x *OrganizationSubscription) GetPlan() OrganizationSubscription_Plan
- func (x *OrganizationSubscription) GetUsedSeats() int32
- func (*OrganizationSubscription) ProtoMessage()
- func (x *OrganizationSubscription) ProtoReflect() protoreflect.Message
- func (x *OrganizationSubscription) Reset()
- func (x *OrganizationSubscription) String() string
- type OrganizationSubscription_Plan
- func (OrganizationSubscription_Plan) Descriptor() protoreflect.EnumDescriptor
- func (x OrganizationSubscription_Plan) Enum() *OrganizationSubscription_Plan
- func (OrganizationSubscription_Plan) EnumDescriptor() ([]byte, []int)deprecated
- func (x OrganizationSubscription_Plan) Number() protoreflect.EnumNumber
- func (x OrganizationSubscription_Plan) String() string
- func (OrganizationSubscription_Plan) Type() protoreflect.EnumType
- type Owner
- func (*Owner) Descriptor() ([]byte, []int)deprecated
- func (x *Owner) GetOrganization() *Organization
- func (m *Owner) GetOwner() isOwner_Owner
- func (x *Owner) GetUser() *User
- func (*Owner) ProtoMessage()
- func (x *Owner) ProtoReflect() protoreflect.Message
- func (x *Owner) Reset()
- func (x *Owner) String() string
- type OwnerType
- type Owner_Organization
- type Owner_User
- type PatchAuthenticatedUserRequest
- func (*PatchAuthenticatedUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PatchAuthenticatedUserRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (x *PatchAuthenticatedUserRequest) GetUser() *AuthenticatedUser
- func (*PatchAuthenticatedUserRequest) ProtoMessage()
- func (x *PatchAuthenticatedUserRequest) ProtoReflect() protoreflect.Message
- func (x *PatchAuthenticatedUserRequest) Reset()
- func (x *PatchAuthenticatedUserRequest) String() string
- type PatchAuthenticatedUserResponse
- func (*PatchAuthenticatedUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PatchAuthenticatedUserResponse) GetUser() *AuthenticatedUser
- func (*PatchAuthenticatedUserResponse) ProtoMessage()
- func (x *PatchAuthenticatedUserResponse) ProtoReflect() protoreflect.Message
- func (x *PatchAuthenticatedUserResponse) Reset()
- func (x *PatchAuthenticatedUserResponse) String() string
- type Permission
- type PipelineTriggerChartRecord
- func (*PipelineTriggerChartRecord) Descriptor() ([]byte, []int)deprecated
- func (x *PipelineTriggerChartRecord) GetPipelineId() string
- func (x *PipelineTriggerChartRecord) GetRequesterId() string
- func (x *PipelineTriggerChartRecord) GetTimeBuckets() []*timestamppb.Timestamp
- func (x *PipelineTriggerChartRecord) GetTriggerCounts() []int32
- func (*PipelineTriggerChartRecord) ProtoMessage()
- func (x *PipelineTriggerChartRecord) ProtoReflect() protoreflect.Message
- func (x *PipelineTriggerChartRecord) Reset()
- func (x *PipelineTriggerChartRecord) String() string
- type PipelineTriggerChartRecordV0
- func (*PipelineTriggerChartRecordV0) Descriptor() ([]byte, []int)deprecated
- func (x *PipelineTriggerChartRecordV0) GetComputeTimeDuration() []float32
- func (x *PipelineTriggerChartRecordV0) GetPipelineId() string
- func (x *PipelineTriggerChartRecordV0) GetPipelineReleaseId() string
- func (x *PipelineTriggerChartRecordV0) GetPipelineReleaseUid() string
- func (x *PipelineTriggerChartRecordV0) GetPipelineUid() string
- func (x *PipelineTriggerChartRecordV0) GetStatus() Status
- func (x *PipelineTriggerChartRecordV0) GetTimeBuckets() []*timestamppb.Timestamp
- func (x *PipelineTriggerChartRecordV0) GetTriggerCounts() []int32
- func (x *PipelineTriggerChartRecordV0) GetTriggerMode() Mode
- func (*PipelineTriggerChartRecordV0) ProtoMessage()
- func (x *PipelineTriggerChartRecordV0) ProtoReflect() protoreflect.Message
- func (x *PipelineTriggerChartRecordV0) Reset()
- func (x *PipelineTriggerChartRecordV0) String() string
- type PipelineTriggerRecord
- func (*PipelineTriggerRecord) Descriptor() ([]byte, []int)deprecated
- func (x *PipelineTriggerRecord) GetComputeTimeDuration() float32
- func (x *PipelineTriggerRecord) GetPipelineId() string
- func (x *PipelineTriggerRecord) GetPipelineReleaseId() string
- func (x *PipelineTriggerRecord) GetPipelineReleaseUid() string
- func (x *PipelineTriggerRecord) GetPipelineTriggerId() string
- func (x *PipelineTriggerRecord) GetPipelineUid() string
- func (x *PipelineTriggerRecord) GetStatus() Status
- func (x *PipelineTriggerRecord) GetTriggerMode() Mode
- func (x *PipelineTriggerRecord) GetTriggerTime() *timestamppb.Timestamp
- func (*PipelineTriggerRecord) ProtoMessage()
- func (x *PipelineTriggerRecord) ProtoReflect() protoreflect.Message
- func (x *PipelineTriggerRecord) Reset()
- func (x *PipelineTriggerRecord) String() string
- type PipelineTriggerTableRecord
- func (*PipelineTriggerTableRecord) Descriptor() ([]byte, []int)deprecated
- func (x *PipelineTriggerTableRecord) GetPipelineId() string
- func (x *PipelineTriggerTableRecord) GetPipelineReleaseId() string
- func (x *PipelineTriggerTableRecord) GetPipelineReleaseUid() string
- func (x *PipelineTriggerTableRecord) GetPipelineUid() string
- func (x *PipelineTriggerTableRecord) GetTriggerCountCompleted() int32
- func (x *PipelineTriggerTableRecord) GetTriggerCountErrored() int32
- func (*PipelineTriggerTableRecord) ProtoMessage()
- func (x *PipelineTriggerTableRecord) ProtoReflect() protoreflect.Message
- func (x *PipelineTriggerTableRecord) Reset()
- func (x *PipelineTriggerTableRecord) String() string
- type ReadinessRequest
- func (*ReadinessRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReadinessRequest) GetHealthCheckRequest() *v1beta.HealthCheckRequest
- func (*ReadinessRequest) ProtoMessage()
- func (x *ReadinessRequest) ProtoReflect() protoreflect.Message
- func (x *ReadinessRequest) Reset()
- func (x *ReadinessRequest) String() string
- type ReadinessResponse
- func (*ReadinessResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ReadinessResponse) GetHealthCheckResponse() *v1beta.HealthCheckResponse
- func (*ReadinessResponse) ProtoMessage()
- func (x *ReadinessResponse) ProtoReflect() protoreflect.Message
- func (x *ReadinessResponse) Reset()
- func (x *ReadinessResponse) String() string
- type Status
- type StripeSubscriptionDetail
- func (*StripeSubscriptionDetail) Descriptor() ([]byte, []int)deprecated
- func (x *StripeSubscriptionDetail) GetCanceledAt() int32
- func (x *StripeSubscriptionDetail) GetDescription() string
- func (x *StripeSubscriptionDetail) GetId() string
- func (x *StripeSubscriptionDetail) GetItemId() string
- func (x *StripeSubscriptionDetail) GetPrice() float32
- func (x *StripeSubscriptionDetail) GetProductName() string
- func (x *StripeSubscriptionDetail) GetStatus() StripeSubscriptionDetail_Status
- func (x *StripeSubscriptionDetail) GetTrialEnd() int32
- func (*StripeSubscriptionDetail) ProtoMessage()
- func (x *StripeSubscriptionDetail) ProtoReflect() protoreflect.Message
- func (x *StripeSubscriptionDetail) Reset()
- func (x *StripeSubscriptionDetail) String() string
- type StripeSubscriptionDetail_Status
- func (StripeSubscriptionDetail_Status) Descriptor() protoreflect.EnumDescriptor
- func (x StripeSubscriptionDetail_Status) Enum() *StripeSubscriptionDetail_Status
- func (StripeSubscriptionDetail_Status) EnumDescriptor() ([]byte, []int)deprecated
- func (x StripeSubscriptionDetail_Status) Number() protoreflect.EnumNumber
- func (x StripeSubscriptionDetail_Status) String() string
- func (StripeSubscriptionDetail_Status) Type() protoreflect.EnumType
- type SubtractCreditAdminRequest
- func (*SubtractCreditAdminRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SubtractCreditAdminRequest) GetAmount() float32
- func (x *SubtractCreditAdminRequest) GetConcept() string
- func (x *SubtractCreditAdminRequest) GetNamespaceUid() string
- func (*SubtractCreditAdminRequest) ProtoMessage()
- func (x *SubtractCreditAdminRequest) ProtoReflect() protoreflect.Message
- func (x *SubtractCreditAdminRequest) Reset()
- func (x *SubtractCreditAdminRequest) String() string
- type SubtractCreditAdminResponse
- func (*SubtractCreditAdminResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SubtractCreditAdminResponse) GetAmount() float32
- func (*SubtractCreditAdminResponse) ProtoMessage()
- func (x *SubtractCreditAdminResponse) ProtoReflect() protoreflect.Message
- func (x *SubtractCreditAdminResponse) Reset()
- func (x *SubtractCreditAdminResponse) String() string
- type TriggerCount
- func (*TriggerCount) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerCount) GetStatus() Status
- func (x *TriggerCount) GetTriggerCount() int32
- func (*TriggerCount) ProtoMessage()
- func (x *TriggerCount) ProtoReflect() protoreflect.Message
- func (x *TriggerCount) Reset()
- func (x *TriggerCount) String() string
- type UnimplementedMgmtPrivateServiceServer
- func (UnimplementedMgmtPrivateServiceServer) CheckNamespaceAdmin(context.Context, *CheckNamespaceAdminRequest) (*CheckNamespaceAdminResponse, error)
- func (UnimplementedMgmtPrivateServiceServer) CheckNamespaceByUIDAdmin(context.Context, *CheckNamespaceByUIDAdminRequest) (*CheckNamespaceByUIDAdminResponse, error)
- func (UnimplementedMgmtPrivateServiceServer) GetOrganizationAdmin(context.Context, *GetOrganizationAdminRequest) (*GetOrganizationAdminResponse, error)
- func (UnimplementedMgmtPrivateServiceServer) GetOrganizationSubscriptionAdmin(context.Context, *GetOrganizationSubscriptionAdminRequest) (*GetOrganizationSubscriptionAdminResponse, error)
- func (UnimplementedMgmtPrivateServiceServer) GetRemainingCreditAdmin(context.Context, *GetRemainingCreditAdminRequest) (*GetRemainingCreditAdminResponse, error)
- func (UnimplementedMgmtPrivateServiceServer) GetUserAdmin(context.Context, *GetUserAdminRequest) (*GetUserAdminResponse, error)
- func (UnimplementedMgmtPrivateServiceServer) GetUserSubscriptionAdmin(context.Context, *GetUserSubscriptionAdminRequest) (*GetUserSubscriptionAdminResponse, error)
- func (UnimplementedMgmtPrivateServiceServer) ListOrganizationsAdmin(context.Context, *ListOrganizationsAdminRequest) (*ListOrganizationsAdminResponse, error)
- func (UnimplementedMgmtPrivateServiceServer) ListUsersAdmin(context.Context, *ListUsersAdminRequest) (*ListUsersAdminResponse, error)
- func (UnimplementedMgmtPrivateServiceServer) LookUpOrganizationAdmin(context.Context, *LookUpOrganizationAdminRequest) (*LookUpOrganizationAdminResponse, error)
- func (UnimplementedMgmtPrivateServiceServer) LookUpUserAdmin(context.Context, *LookUpUserAdminRequest) (*LookUpUserAdminResponse, error)
- func (UnimplementedMgmtPrivateServiceServer) SubtractCreditAdmin(context.Context, *SubtractCreditAdminRequest) (*SubtractCreditAdminResponse, error)
- type UnimplementedMgmtPublicServiceServer
- func (UnimplementedMgmtPublicServiceServer) AuthChangePassword(context.Context, *AuthChangePasswordRequest) (*AuthChangePasswordResponse, error)
- func (UnimplementedMgmtPublicServiceServer) AuthLogin(context.Context, *AuthLoginRequest) (*AuthLoginResponse, error)
- func (UnimplementedMgmtPublicServiceServer) AuthLogout(context.Context, *AuthLogoutRequest) (*AuthLogoutResponse, error)
- func (UnimplementedMgmtPublicServiceServer) AuthTokenIssuer(context.Context, *AuthTokenIssuerRequest) (*AuthTokenIssuerResponse, error)
- func (UnimplementedMgmtPublicServiceServer) AuthValidateAccessToken(context.Context, *AuthValidateAccessTokenRequest) (*AuthValidateAccessTokenResponse, error)
- func (UnimplementedMgmtPublicServiceServer) CheckNamespace(context.Context, *CheckNamespaceRequest) (*CheckNamespaceResponse, error)
- func (UnimplementedMgmtPublicServiceServer) CreateOrganization(context.Context, *CreateOrganizationRequest) (*CreateOrganizationResponse, error)
- func (UnimplementedMgmtPublicServiceServer) CreateToken(context.Context, *CreateTokenRequest) (*CreateTokenResponse, error)
- func (UnimplementedMgmtPublicServiceServer) DeleteOrganization(context.Context, *DeleteOrganizationRequest) (*DeleteOrganizationResponse, error)
- func (UnimplementedMgmtPublicServiceServer) DeleteOrganizationMembership(context.Context, *DeleteOrganizationMembershipRequest) (*DeleteOrganizationMembershipResponse, error)
- func (UnimplementedMgmtPublicServiceServer) DeleteToken(context.Context, *DeleteTokenRequest) (*DeleteTokenResponse, error)
- func (UnimplementedMgmtPublicServiceServer) DeleteUserMembership(context.Context, *DeleteUserMembershipRequest) (*DeleteUserMembershipResponse, error)
- func (UnimplementedMgmtPublicServiceServer) GetAuthenticatedUser(context.Context, *GetAuthenticatedUserRequest) (*GetAuthenticatedUserResponse, error)
- func (UnimplementedMgmtPublicServiceServer) GetAuthenticatedUserSubscription(context.Context, *GetAuthenticatedUserSubscriptionRequest) (*GetAuthenticatedUserSubscriptionResponse, error)
- func (UnimplementedMgmtPublicServiceServer) GetModelTriggerCount(context.Context, *GetModelTriggerCountRequest) (*GetModelTriggerCountResponse, error)
- func (UnimplementedMgmtPublicServiceServer) GetOrganization(context.Context, *GetOrganizationRequest) (*GetOrganizationResponse, error)
- func (UnimplementedMgmtPublicServiceServer) GetOrganizationMembership(context.Context, *GetOrganizationMembershipRequest) (*GetOrganizationMembershipResponse, error)
- func (UnimplementedMgmtPublicServiceServer) GetOrganizationSubscription(context.Context, *GetOrganizationSubscriptionRequest) (*GetOrganizationSubscriptionResponse, error)
- func (UnimplementedMgmtPublicServiceServer) GetPipelineTriggerCount(context.Context, *GetPipelineTriggerCountRequest) (*GetPipelineTriggerCountResponse, error)
- func (UnimplementedMgmtPublicServiceServer) GetRemainingCredit(context.Context, *GetRemainingCreditRequest) (*GetRemainingCreditResponse, error)
- func (UnimplementedMgmtPublicServiceServer) GetToken(context.Context, *GetTokenRequest) (*GetTokenResponse, error)
- func (UnimplementedMgmtPublicServiceServer) GetUser(context.Context, *GetUserRequest) (*GetUserResponse, error)
- func (UnimplementedMgmtPublicServiceServer) GetUserMembership(context.Context, *GetUserMembershipRequest) (*GetUserMembershipResponse, error)
- func (UnimplementedMgmtPublicServiceServer) ListCreditConsumptionChartRecords(context.Context, *ListCreditConsumptionChartRecordsRequest) (*ListCreditConsumptionChartRecordsResponse, error)
- func (UnimplementedMgmtPublicServiceServer) ListModelTriggerChartRecords(context.Context, *ListModelTriggerChartRecordsRequest) (*ListModelTriggerChartRecordsResponse, error)
- func (UnimplementedMgmtPublicServiceServer) ListOrganizationMemberships(context.Context, *ListOrganizationMembershipsRequest) (*ListOrganizationMembershipsResponse, error)
- func (UnimplementedMgmtPublicServiceServer) ListOrganizations(context.Context, *ListOrganizationsRequest) (*ListOrganizationsResponse, error)
- func (UnimplementedMgmtPublicServiceServer) ListPipelineTriggerChartRecords(context.Context, *ListPipelineTriggerChartRecordsRequest) (*ListPipelineTriggerChartRecordsResponse, error)
- func (UnimplementedMgmtPublicServiceServer) ListPipelineTriggerChartRecordsV0(context.Context, *ListPipelineTriggerChartRecordsV0Request) (*ListPipelineTriggerChartRecordsV0Response, error)
- func (UnimplementedMgmtPublicServiceServer) ListPipelineTriggerRecords(context.Context, *ListPipelineTriggerRecordsRequest) (*ListPipelineTriggerRecordsResponse, error)
- func (UnimplementedMgmtPublicServiceServer) ListPipelineTriggerTableRecords(context.Context, *ListPipelineTriggerTableRecordsRequest) (*ListPipelineTriggerTableRecordsResponse, error)
- func (UnimplementedMgmtPublicServiceServer) ListTokens(context.Context, *ListTokensRequest) (*ListTokensResponse, error)
- func (UnimplementedMgmtPublicServiceServer) ListUserMemberships(context.Context, *ListUserMembershipsRequest) (*ListUserMembershipsResponse, error)
- func (UnimplementedMgmtPublicServiceServer) ListUsers(context.Context, *ListUsersRequest) (*ListUsersResponse, error)
- func (UnimplementedMgmtPublicServiceServer) Liveness(context.Context, *LivenessRequest) (*LivenessResponse, error)
- func (UnimplementedMgmtPublicServiceServer) PatchAuthenticatedUser(context.Context, *PatchAuthenticatedUserRequest) (*PatchAuthenticatedUserResponse, error)
- func (UnimplementedMgmtPublicServiceServer) Readiness(context.Context, *ReadinessRequest) (*ReadinessResponse, error)
- func (UnimplementedMgmtPublicServiceServer) UpdateOrganization(context.Context, *UpdateOrganizationRequest) (*UpdateOrganizationResponse, error)
- func (UnimplementedMgmtPublicServiceServer) UpdateOrganizationMembership(context.Context, *UpdateOrganizationMembershipRequest) (*UpdateOrganizationMembershipResponse, error)
- func (UnimplementedMgmtPublicServiceServer) UpdateUserMembership(context.Context, *UpdateUserMembershipRequest) (*UpdateUserMembershipResponse, error)
- func (UnimplementedMgmtPublicServiceServer) ValidateToken(context.Context, *ValidateTokenRequest) (*ValidateTokenResponse, error)
- type UnsafeMgmtPrivateServiceServer
- type UnsafeMgmtPublicServiceServer
- type UpdateOrganizationMembershipRequest
- func (*UpdateOrganizationMembershipRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganizationMembershipRequest) GetMembership() *OrganizationMembership
- func (x *UpdateOrganizationMembershipRequest) GetOrganizationId() string
- func (x *UpdateOrganizationMembershipRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (x *UpdateOrganizationMembershipRequest) GetUserId() string
- func (*UpdateOrganizationMembershipRequest) ProtoMessage()
- func (x *UpdateOrganizationMembershipRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationMembershipRequest) Reset()
- func (x *UpdateOrganizationMembershipRequest) String() string
- type UpdateOrganizationMembershipResponse
- func (*UpdateOrganizationMembershipResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganizationMembershipResponse) GetMembership() *OrganizationMembership
- func (*UpdateOrganizationMembershipResponse) ProtoMessage()
- func (x *UpdateOrganizationMembershipResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationMembershipResponse) Reset()
- func (x *UpdateOrganizationMembershipResponse) String() string
- type UpdateOrganizationRequest
- func (*UpdateOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganizationRequest) GetOrganization() *Organization
- func (x *UpdateOrganizationRequest) GetOrganizationId() string
- func (x *UpdateOrganizationRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateOrganizationRequest) ProtoMessage()
- func (x *UpdateOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationRequest) Reset()
- func (x *UpdateOrganizationRequest) String() string
- type UpdateOrganizationResponse
- func (*UpdateOrganizationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganizationResponse) GetOrganization() *Organization
- func (*UpdateOrganizationResponse) ProtoMessage()
- func (x *UpdateOrganizationResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationResponse) Reset()
- func (x *UpdateOrganizationResponse) String() string
- type UpdateUserMembershipRequest
- func (*UpdateUserMembershipRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserMembershipRequest) GetMembership() *UserMembership
- func (x *UpdateUserMembershipRequest) GetOrganizationId() string
- func (x *UpdateUserMembershipRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (x *UpdateUserMembershipRequest) GetUserId() string
- func (*UpdateUserMembershipRequest) ProtoMessage()
- func (x *UpdateUserMembershipRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserMembershipRequest) Reset()
- func (x *UpdateUserMembershipRequest) String() string
- type UpdateUserMembershipResponse
- func (*UpdateUserMembershipResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserMembershipResponse) GetMembership() *UserMembership
- func (*UpdateUserMembershipResponse) ProtoMessage()
- func (x *UpdateUserMembershipResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserMembershipResponse) Reset()
- func (x *UpdateUserMembershipResponse) String() string
- type User
- func (*User) Descriptor() ([]byte, []int)deprecated
- func (x *User) GetCreateTime() *timestamppb.Timestamp
- func (x *User) GetId() string
- func (x *User) GetName() string
- func (x *User) GetProfile() *UserProfile
- func (x *User) GetUid() string
- func (x *User) GetUpdateTime() *timestamppb.Timestamp
- func (*User) ProtoMessage()
- func (x *User) ProtoReflect() protoreflect.Message
- func (x *User) Reset()
- func (x *User) String() string
- type UserMembership
- func (*UserMembership) Descriptor() ([]byte, []int)deprecated
- func (x *UserMembership) GetName() string
- func (x *UserMembership) GetOrganization() *Organization
- func (x *UserMembership) GetRole() string
- func (x *UserMembership) GetState() MembershipState
- func (x *UserMembership) GetUser() *User
- func (*UserMembership) ProtoMessage()
- func (x *UserMembership) ProtoReflect() protoreflect.Message
- func (x *UserMembership) Reset()
- func (x *UserMembership) String() string
- type UserProfile
- func (*UserProfile) Descriptor() ([]byte, []int)deprecated
- func (x *UserProfile) GetAvatar() string
- func (x *UserProfile) GetBio() string
- func (x *UserProfile) GetCompanyName() string
- func (x *UserProfile) GetDisplayName() string
- func (x *UserProfile) GetPublicEmail() string
- func (x *UserProfile) GetSocialProfileLinks() map[string]string
- func (*UserProfile) ProtoMessage()
- func (x *UserProfile) ProtoReflect() protoreflect.Message
- func (x *UserProfile) Reset()
- func (x *UserProfile) String() string
- type UserSubscription
- func (*UserSubscription) Descriptor() ([]byte, []int)deprecated
- func (x *UserSubscription) GetDetail() *StripeSubscriptionDetail
- func (x *UserSubscription) GetPlan() UserSubscription_Plan
- func (*UserSubscription) ProtoMessage()
- func (x *UserSubscription) ProtoReflect() protoreflect.Message
- func (x *UserSubscription) Reset()
- func (x *UserSubscription) String() string
- type UserSubscription_Plan
- func (UserSubscription_Plan) Descriptor() protoreflect.EnumDescriptor
- func (x UserSubscription_Plan) Enum() *UserSubscription_Plan
- func (UserSubscription_Plan) EnumDescriptor() ([]byte, []int)deprecated
- func (x UserSubscription_Plan) Number() protoreflect.EnumNumber
- func (x UserSubscription_Plan) String() string
- func (UserSubscription_Plan) Type() protoreflect.EnumType
- type ValidateTokenRequest
- type ValidateTokenResponse
- func (*ValidateTokenResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateTokenResponse) GetUserUid() string
- func (*ValidateTokenResponse) ProtoMessage()
- func (x *ValidateTokenResponse) ProtoReflect() protoreflect.Message
- func (x *ValidateTokenResponse) Reset()
- func (x *ValidateTokenResponse) String() string
- type View
Constants ¶
const ( MgmtPrivateService_ListUsersAdmin_FullMethodName = "/core.mgmt.v1beta.MgmtPrivateService/ListUsersAdmin" MgmtPrivateService_GetUserAdmin_FullMethodName = "/core.mgmt.v1beta.MgmtPrivateService/GetUserAdmin" MgmtPrivateService_LookUpUserAdmin_FullMethodName = "/core.mgmt.v1beta.MgmtPrivateService/LookUpUserAdmin" MgmtPrivateService_ListOrganizationsAdmin_FullMethodName = "/core.mgmt.v1beta.MgmtPrivateService/ListOrganizationsAdmin" MgmtPrivateService_GetOrganizationAdmin_FullMethodName = "/core.mgmt.v1beta.MgmtPrivateService/GetOrganizationAdmin" MgmtPrivateService_LookUpOrganizationAdmin_FullMethodName = "/core.mgmt.v1beta.MgmtPrivateService/LookUpOrganizationAdmin" MgmtPrivateService_GetUserSubscriptionAdmin_FullMethodName = "/core.mgmt.v1beta.MgmtPrivateService/GetUserSubscriptionAdmin" MgmtPrivateService_GetOrganizationSubscriptionAdmin_FullMethodName = "/core.mgmt.v1beta.MgmtPrivateService/GetOrganizationSubscriptionAdmin" MgmtPrivateService_SubtractCreditAdmin_FullMethodName = "/core.mgmt.v1beta.MgmtPrivateService/SubtractCreditAdmin" MgmtPrivateService_GetRemainingCreditAdmin_FullMethodName = "/core.mgmt.v1beta.MgmtPrivateService/GetRemainingCreditAdmin" MgmtPrivateService_CheckNamespaceAdmin_FullMethodName = "/core.mgmt.v1beta.MgmtPrivateService/CheckNamespaceAdmin" MgmtPrivateService_CheckNamespaceByUIDAdmin_FullMethodName = "/core.mgmt.v1beta.MgmtPrivateService/CheckNamespaceByUIDAdmin" )
const ( MgmtPublicService_Liveness_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/Liveness" MgmtPublicService_Readiness_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/Readiness" MgmtPublicService_GetAuthenticatedUser_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/GetAuthenticatedUser" MgmtPublicService_PatchAuthenticatedUser_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/PatchAuthenticatedUser" MgmtPublicService_ListUsers_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/ListUsers" MgmtPublicService_GetUser_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/GetUser" MgmtPublicService_CreateOrganization_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/CreateOrganization" MgmtPublicService_ListOrganizations_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/ListOrganizations" MgmtPublicService_GetOrganization_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/GetOrganization" MgmtPublicService_UpdateOrganization_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/UpdateOrganization" MgmtPublicService_DeleteOrganization_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/DeleteOrganization" MgmtPublicService_ListUserMemberships_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/ListUserMemberships" MgmtPublicService_GetUserMembership_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/GetUserMembership" MgmtPublicService_UpdateUserMembership_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/UpdateUserMembership" MgmtPublicService_DeleteUserMembership_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/DeleteUserMembership" MgmtPublicService_ListOrganizationMemberships_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/ListOrganizationMemberships" MgmtPublicService_GetOrganizationMembership_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/GetOrganizationMembership" MgmtPublicService_UpdateOrganizationMembership_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/UpdateOrganizationMembership" MgmtPublicService_DeleteOrganizationMembership_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/DeleteOrganizationMembership" MgmtPublicService_GetAuthenticatedUserSubscription_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/GetAuthenticatedUserSubscription" MgmtPublicService_GetOrganizationSubscription_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/GetOrganizationSubscription" MgmtPublicService_CreateToken_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/CreateToken" MgmtPublicService_ListTokens_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/ListTokens" MgmtPublicService_GetToken_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/GetToken" MgmtPublicService_DeleteToken_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/DeleteToken" MgmtPublicService_ValidateToken_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/ValidateToken" MgmtPublicService_GetRemainingCredit_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/GetRemainingCredit" MgmtPublicService_CheckNamespace_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/CheckNamespace" MgmtPublicService_GetPipelineTriggerCount_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/GetPipelineTriggerCount" MgmtPublicService_GetModelTriggerCount_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/GetModelTriggerCount" MgmtPublicService_ListPipelineTriggerChartRecords_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/ListPipelineTriggerChartRecords" MgmtPublicService_ListModelTriggerChartRecords_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/ListModelTriggerChartRecords" MgmtPublicService_ListCreditConsumptionChartRecords_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/ListCreditConsumptionChartRecords" MgmtPublicService_AuthTokenIssuer_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/AuthTokenIssuer" MgmtPublicService_AuthLogin_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/AuthLogin" MgmtPublicService_AuthLogout_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/AuthLogout" MgmtPublicService_AuthChangePassword_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/AuthChangePassword" MgmtPublicService_AuthValidateAccessToken_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/AuthValidateAccessToken" MgmtPublicService_ListPipelineTriggerRecords_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/ListPipelineTriggerRecords" MgmtPublicService_ListPipelineTriggerTableRecords_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/ListPipelineTriggerTableRecords" MgmtPublicService_ListPipelineTriggerChartRecordsV0_FullMethodName = "/core.mgmt.v1beta.MgmtPublicService/ListPipelineTriggerChartRecordsV0" )
Variables ¶
var ( Mode_name = map[int32]string{ 0: "MODE_UNSPECIFIED", 1: "MODE_SYNC", 2: "MODE_ASYNC", } Mode_value = map[string]int32{ "MODE_UNSPECIFIED": 0, "MODE_SYNC": 1, "MODE_ASYNC": 2, } )
Enum value maps for Mode.
var ( Status_name = map[int32]string{ 0: "STATUS_UNSPECIFIED", 1: "STATUS_COMPLETED", 2: "STATUS_ERRORED", } Status_value = map[string]int32{ "STATUS_UNSPECIFIED": 0, "STATUS_COMPLETED": 1, "STATUS_ERRORED": 2, } )
Enum value maps for Status.
var ( View_name = map[int32]string{ 0: "VIEW_UNSPECIFIED", 1: "VIEW_BASIC", 2: "VIEW_FULL", } View_value = map[string]int32{ "VIEW_UNSPECIFIED": 0, "VIEW_BASIC": 1, "VIEW_FULL": 2, } )
Enum value maps for View.
var ( OwnerType_name = map[int32]string{ 0: "OWNER_TYPE_UNSPECIFIED", 1: "OWNER_TYPE_USER", 2: "OWNER_TYPE_ORGANIZATION", } OwnerType_value = map[string]int32{ "OWNER_TYPE_UNSPECIFIED": 0, "OWNER_TYPE_USER": 1, "OWNER_TYPE_ORGANIZATION": 2, } )
Enum value maps for OwnerType.
var ( MembershipState_name = map[int32]string{ 0: "MEMBERSHIP_STATE_UNSPECIFIED", 1: "MEMBERSHIP_STATE_ACTIVE", 2: "MEMBERSHIP_STATE_PENDING", } MembershipState_value = map[string]int32{ "MEMBERSHIP_STATE_UNSPECIFIED": 0, "MEMBERSHIP_STATE_ACTIVE": 1, "MEMBERSHIP_STATE_PENDING": 2, } )
Enum value maps for MembershipState.
var ( OnboardingStatus_name = map[int32]string{ 0: "ONBOARDING_STATUS_UNSPECIFIED", 1: "ONBOARDING_STATUS_IN_PROGRESS", 2: "ONBOARDING_STATUS_COMPLETED", } OnboardingStatus_value = map[string]int32{ "ONBOARDING_STATUS_UNSPECIFIED": 0, "ONBOARDING_STATUS_IN_PROGRESS": 1, "ONBOARDING_STATUS_COMPLETED": 2, } )
Enum value maps for OnboardingStatus.
var ( CheckNamespaceResponse_Namespace_name = map[int32]string{ 0: "NAMESPACE_UNSPECIFIED", 1: "NAMESPACE_AVAILABLE", 2: "NAMESPACE_USER", 3: "NAMESPACE_ORGANIZATION", 4: "NAMESPACE_RESERVED", } CheckNamespaceResponse_Namespace_value = map[string]int32{ "NAMESPACE_UNSPECIFIED": 0, "NAMESPACE_AVAILABLE": 1, "NAMESPACE_USER": 2, "NAMESPACE_ORGANIZATION": 3, "NAMESPACE_RESERVED": 4, } )
Enum value maps for CheckNamespaceResponse_Namespace.
var ( CheckNamespaceAdminResponse_Namespace_name = map[int32]string{ 0: "NAMESPACE_UNSPECIFIED", 1: "NAMESPACE_AVAILABLE", 2: "NAMESPACE_USER", 3: "NAMESPACE_ORGANIZATION", 4: "NAMESPACE_RESERVED", } CheckNamespaceAdminResponse_Namespace_value = map[string]int32{ "NAMESPACE_UNSPECIFIED": 0, "NAMESPACE_AVAILABLE": 1, "NAMESPACE_USER": 2, "NAMESPACE_ORGANIZATION": 3, "NAMESPACE_RESERVED": 4, } )
Enum value maps for CheckNamespaceAdminResponse_Namespace.
var ( CheckNamespaceByUIDAdminResponse_Namespace_name = map[int32]string{ 0: "NAMESPACE_UNSPECIFIED", 1: "NAMESPACE_AVAILABLE", 2: "NAMESPACE_USER", 3: "NAMESPACE_ORGANIZATION", 4: "NAMESPACE_RESERVED", } CheckNamespaceByUIDAdminResponse_Namespace_value = map[string]int32{ "NAMESPACE_UNSPECIFIED": 0, "NAMESPACE_AVAILABLE": 1, "NAMESPACE_USER": 2, "NAMESPACE_ORGANIZATION": 3, "NAMESPACE_RESERVED": 4, } )
Enum value maps for CheckNamespaceByUIDAdminResponse_Namespace.
var ( ApiToken_State_name = map[int32]string{ 0: "STATE_UNSPECIFIED", 1: "STATE_INACTIVE", 2: "STATE_ACTIVE", 3: "STATE_EXPIRED", } ApiToken_State_value = map[string]int32{ "STATE_UNSPECIFIED": 0, "STATE_INACTIVE": 1, "STATE_ACTIVE": 2, "STATE_EXPIRED": 3, } )
Enum value maps for ApiToken_State.
var ( StripeSubscriptionDetail_Status_name = map[int32]string{ 0: "STATUS_UNSPECIFIED", 1: "STATUS_INCOMPLETE", 2: "STATUS_INCOMPLETE_EXPIRED", 3: "STATUS_TRIALING", 4: "STATUS_ACTIVE", 5: "STATUS_PAST_DUE", 6: "STATUS_CANCELED", 7: "STATUS_UNPAID", 8: "STATUS_PAUSED", } StripeSubscriptionDetail_Status_value = map[string]int32{ "STATUS_UNSPECIFIED": 0, "STATUS_INCOMPLETE": 1, "STATUS_INCOMPLETE_EXPIRED": 2, "STATUS_TRIALING": 3, "STATUS_ACTIVE": 4, "STATUS_PAST_DUE": 5, "STATUS_CANCELED": 6, "STATUS_UNPAID": 7, "STATUS_PAUSED": 8, } )
Enum value maps for StripeSubscriptionDetail_Status.
var ( UserSubscription_Plan_name = map[int32]string{ 0: "PLAN_UNSPECIFIED", 1: "PLAN_FREE", 2: "PLAN_PRO", } UserSubscription_Plan_value = map[string]int32{ "PLAN_UNSPECIFIED": 0, "PLAN_FREE": 1, "PLAN_PRO": 2, } )
Enum value maps for UserSubscription_Plan.
var ( OrganizationSubscription_Plan_name = map[int32]string{ 0: "PLAN_UNSPECIFIED", 1: "PLAN_FREE", 2: "PLAN_TEAM", 3: "PLAN_ENTERPRISE", } OrganizationSubscription_Plan_value = map[string]int32{ "PLAN_UNSPECIFIED": 0, "PLAN_FREE": 1, "PLAN_TEAM": 2, "PLAN_ENTERPRISE": 3, } )
Enum value maps for OrganizationSubscription_Plan.
var File_core_mgmt_v1beta_metric_proto protoreflect.FileDescriptor
var File_core_mgmt_v1beta_mgmt_private_service_proto protoreflect.FileDescriptor
var File_core_mgmt_v1beta_mgmt_proto protoreflect.FileDescriptor
var File_core_mgmt_v1beta_mgmt_public_service_proto protoreflect.FileDescriptor
var MgmtPrivateService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "core.mgmt.v1beta.MgmtPrivateService", HandlerType: (*MgmtPrivateServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListUsersAdmin", Handler: _MgmtPrivateService_ListUsersAdmin_Handler, }, { MethodName: "GetUserAdmin", Handler: _MgmtPrivateService_GetUserAdmin_Handler, }, { MethodName: "LookUpUserAdmin", Handler: _MgmtPrivateService_LookUpUserAdmin_Handler, }, { MethodName: "ListOrganizationsAdmin", Handler: _MgmtPrivateService_ListOrganizationsAdmin_Handler, }, { MethodName: "GetOrganizationAdmin", Handler: _MgmtPrivateService_GetOrganizationAdmin_Handler, }, { MethodName: "LookUpOrganizationAdmin", Handler: _MgmtPrivateService_LookUpOrganizationAdmin_Handler, }, { MethodName: "GetUserSubscriptionAdmin", Handler: _MgmtPrivateService_GetUserSubscriptionAdmin_Handler, }, { MethodName: "GetOrganizationSubscriptionAdmin", Handler: _MgmtPrivateService_GetOrganizationSubscriptionAdmin_Handler, }, { MethodName: "SubtractCreditAdmin", Handler: _MgmtPrivateService_SubtractCreditAdmin_Handler, }, { MethodName: "GetRemainingCreditAdmin", Handler: _MgmtPrivateService_GetRemainingCreditAdmin_Handler, }, { MethodName: "CheckNamespaceAdmin", Handler: _MgmtPrivateService_CheckNamespaceAdmin_Handler, }, { MethodName: "CheckNamespaceByUIDAdmin", Handler: _MgmtPrivateService_CheckNamespaceByUIDAdmin_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "core/mgmt/v1beta/mgmt_private_service.proto", }
MgmtPrivateService_ServiceDesc is the grpc.ServiceDesc for MgmtPrivateService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var MgmtPublicService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "core.mgmt.v1beta.MgmtPublicService", HandlerType: (*MgmtPublicServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Liveness", Handler: _MgmtPublicService_Liveness_Handler, }, { MethodName: "Readiness", Handler: _MgmtPublicService_Readiness_Handler, }, { MethodName: "GetAuthenticatedUser", Handler: _MgmtPublicService_GetAuthenticatedUser_Handler, }, { MethodName: "PatchAuthenticatedUser", Handler: _MgmtPublicService_PatchAuthenticatedUser_Handler, }, { MethodName: "ListUsers", Handler: _MgmtPublicService_ListUsers_Handler, }, { MethodName: "GetUser", Handler: _MgmtPublicService_GetUser_Handler, }, { MethodName: "CreateOrganization", Handler: _MgmtPublicService_CreateOrganization_Handler, }, { MethodName: "ListOrganizations", Handler: _MgmtPublicService_ListOrganizations_Handler, }, { MethodName: "GetOrganization", Handler: _MgmtPublicService_GetOrganization_Handler, }, { MethodName: "UpdateOrganization", Handler: _MgmtPublicService_UpdateOrganization_Handler, }, { MethodName: "DeleteOrganization", Handler: _MgmtPublicService_DeleteOrganization_Handler, }, { MethodName: "ListUserMemberships", Handler: _MgmtPublicService_ListUserMemberships_Handler, }, { MethodName: "GetUserMembership", Handler: _MgmtPublicService_GetUserMembership_Handler, }, { MethodName: "UpdateUserMembership", Handler: _MgmtPublicService_UpdateUserMembership_Handler, }, { MethodName: "DeleteUserMembership", Handler: _MgmtPublicService_DeleteUserMembership_Handler, }, { MethodName: "ListOrganizationMemberships", Handler: _MgmtPublicService_ListOrganizationMemberships_Handler, }, { MethodName: "GetOrganizationMembership", Handler: _MgmtPublicService_GetOrganizationMembership_Handler, }, { MethodName: "UpdateOrganizationMembership", Handler: _MgmtPublicService_UpdateOrganizationMembership_Handler, }, { MethodName: "DeleteOrganizationMembership", Handler: _MgmtPublicService_DeleteOrganizationMembership_Handler, }, { MethodName: "GetAuthenticatedUserSubscription", Handler: _MgmtPublicService_GetAuthenticatedUserSubscription_Handler, }, { MethodName: "GetOrganizationSubscription", Handler: _MgmtPublicService_GetOrganizationSubscription_Handler, }, { MethodName: "CreateToken", Handler: _MgmtPublicService_CreateToken_Handler, }, { MethodName: "ListTokens", Handler: _MgmtPublicService_ListTokens_Handler, }, { MethodName: "GetToken", Handler: _MgmtPublicService_GetToken_Handler, }, { MethodName: "DeleteToken", Handler: _MgmtPublicService_DeleteToken_Handler, }, { MethodName: "ValidateToken", Handler: _MgmtPublicService_ValidateToken_Handler, }, { MethodName: "GetRemainingCredit", Handler: _MgmtPublicService_GetRemainingCredit_Handler, }, { MethodName: "CheckNamespace", Handler: _MgmtPublicService_CheckNamespace_Handler, }, { MethodName: "GetPipelineTriggerCount", Handler: _MgmtPublicService_GetPipelineTriggerCount_Handler, }, { MethodName: "GetModelTriggerCount", Handler: _MgmtPublicService_GetModelTriggerCount_Handler, }, { MethodName: "ListPipelineTriggerChartRecords", Handler: _MgmtPublicService_ListPipelineTriggerChartRecords_Handler, }, { MethodName: "ListModelTriggerChartRecords", Handler: _MgmtPublicService_ListModelTriggerChartRecords_Handler, }, { MethodName: "ListCreditConsumptionChartRecords", Handler: _MgmtPublicService_ListCreditConsumptionChartRecords_Handler, }, { MethodName: "AuthTokenIssuer", Handler: _MgmtPublicService_AuthTokenIssuer_Handler, }, { MethodName: "AuthLogin", Handler: _MgmtPublicService_AuthLogin_Handler, }, { MethodName: "AuthLogout", Handler: _MgmtPublicService_AuthLogout_Handler, }, { MethodName: "AuthChangePassword", Handler: _MgmtPublicService_AuthChangePassword_Handler, }, { MethodName: "AuthValidateAccessToken", Handler: _MgmtPublicService_AuthValidateAccessToken_Handler, }, { MethodName: "ListPipelineTriggerRecords", Handler: _MgmtPublicService_ListPipelineTriggerRecords_Handler, }, { MethodName: "ListPipelineTriggerTableRecords", Handler: _MgmtPublicService_ListPipelineTriggerTableRecords_Handler, }, { MethodName: "ListPipelineTriggerChartRecordsV0", Handler: _MgmtPublicService_ListPipelineTriggerChartRecordsV0_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "core/mgmt/v1beta/mgmt_public_service.proto", }
MgmtPublicService_ServiceDesc is the grpc.ServiceDesc for MgmtPublicService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterMgmtPrivateServiceHandler ¶
func RegisterMgmtPrivateServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterMgmtPrivateServiceHandler registers the http handlers for service MgmtPrivateService to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterMgmtPrivateServiceHandlerClient ¶
func RegisterMgmtPrivateServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client MgmtPrivateServiceClient) error
RegisterMgmtPrivateServiceHandlerClient registers the http handlers for service MgmtPrivateService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "MgmtPrivateServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "MgmtPrivateServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "MgmtPrivateServiceClient" to call the correct interceptors.
func RegisterMgmtPrivateServiceHandlerFromEndpoint ¶
func RegisterMgmtPrivateServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterMgmtPrivateServiceHandlerFromEndpoint is same as RegisterMgmtPrivateServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterMgmtPrivateServiceHandlerServer ¶
func RegisterMgmtPrivateServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server MgmtPrivateServiceServer) error
RegisterMgmtPrivateServiceHandlerServer registers the http handlers for service MgmtPrivateService to "mux". UnaryRPC :call MgmtPrivateServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterMgmtPrivateServiceHandlerFromEndpoint instead.
func RegisterMgmtPrivateServiceServer ¶
func RegisterMgmtPrivateServiceServer(s grpc.ServiceRegistrar, srv MgmtPrivateServiceServer)
func RegisterMgmtPublicServiceHandler ¶
func RegisterMgmtPublicServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterMgmtPublicServiceHandler registers the http handlers for service MgmtPublicService to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterMgmtPublicServiceHandlerClient ¶
func RegisterMgmtPublicServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client MgmtPublicServiceClient) error
RegisterMgmtPublicServiceHandlerClient registers the http handlers for service MgmtPublicService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "MgmtPublicServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "MgmtPublicServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "MgmtPublicServiceClient" to call the correct interceptors.
func RegisterMgmtPublicServiceHandlerFromEndpoint ¶
func RegisterMgmtPublicServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterMgmtPublicServiceHandlerFromEndpoint is same as RegisterMgmtPublicServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterMgmtPublicServiceHandlerServer ¶
func RegisterMgmtPublicServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server MgmtPublicServiceServer) error
RegisterMgmtPublicServiceHandlerServer registers the http handlers for service MgmtPublicService to "mux". UnaryRPC :call MgmtPublicServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterMgmtPublicServiceHandlerFromEndpoint instead.
func RegisterMgmtPublicServiceServer ¶
func RegisterMgmtPublicServiceServer(s grpc.ServiceRegistrar, srv MgmtPublicServiceServer)
Types ¶
type ApiToken ¶
type ApiToken struct { // When users trigger a pipeline which uses an API token, the token is // updated with the current time. This field is used to track the last time // the token was used. LastUseTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=last_use_time,json=lastUseTime,proto3" json:"last_use_time,omitempty"` // The name of the token, define by its ID. // - Format: `tokens/{token.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // API token UUID. Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"` // API token resource ID (used in `name` as the last segment). This conforms // to RFC-1034, which restricts to letters, numbers, and hyphen, with the // first character a letter, the last a letter or a number, and a 63 // character maximum. // // This field can reflect the client(s) that will use the token. Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` // Creation time. CreateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Update time. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // An opaque access token representing the API token string. // // To validate the token, the recipient of the token needs to call the server // that issued the token. AccessToken string `protobuf:"bytes,7,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"` // State. State ApiToken_State `protobuf:"varint,8,opt,name=state,proto3,enum=core.mgmt.v1beta.ApiToken_State" json:"state,omitempty"` // Token type. Value is fixed to "Bearer". TokenType string `protobuf:"bytes,9,opt,name=token_type,json=tokenType,proto3" json:"token_type,omitempty"` // Expiration. // // Types that are assignable to Expiration: // // *ApiToken_Ttl // *ApiToken_ExpireTime Expiration isApiToken_Expiration `protobuf_oneof:"expiration"` // contains filtered or unexported fields }
API tokens allow users to make requests to the Instill AI API.
func (*ApiToken) Descriptor
deprecated
func (*ApiToken) GetAccessToken ¶
func (*ApiToken) GetCreateTime ¶
func (x *ApiToken) GetCreateTime() *timestamppb.Timestamp
func (*ApiToken) GetExpiration ¶
func (m *ApiToken) GetExpiration() isApiToken_Expiration
func (*ApiToken) GetExpireTime ¶
func (x *ApiToken) GetExpireTime() *timestamppb.Timestamp
func (*ApiToken) GetLastUseTime ¶
func (x *ApiToken) GetLastUseTime() *timestamppb.Timestamp
func (*ApiToken) GetState ¶
func (x *ApiToken) GetState() ApiToken_State
func (*ApiToken) GetTokenType ¶
func (*ApiToken) GetUpdateTime ¶
func (x *ApiToken) GetUpdateTime() *timestamppb.Timestamp
func (*ApiToken) ProtoMessage ¶
func (*ApiToken) ProtoMessage()
func (*ApiToken) ProtoReflect ¶
func (x *ApiToken) ProtoReflect() protoreflect.Message
type ApiToken_ExpireTime ¶
type ApiToken_ExpireTime struct { // Expiration time. ExpireTime *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=expire_time,json=expireTime,proto3,oneof"` }
type ApiToken_State ¶
type ApiToken_State int32
State describes the state of an API token.
const ( // Unspecified. ApiToken_STATE_UNSPECIFIED ApiToken_State = 0 // Inactive. ApiToken_STATE_INACTIVE ApiToken_State = 1 // Active. ApiToken_STATE_ACTIVE ApiToken_State = 2 // Expired. ApiToken_STATE_EXPIRED ApiToken_State = 3 )
func (ApiToken_State) Descriptor ¶
func (ApiToken_State) Descriptor() protoreflect.EnumDescriptor
func (ApiToken_State) Enum ¶
func (x ApiToken_State) Enum() *ApiToken_State
func (ApiToken_State) EnumDescriptor
deprecated
func (ApiToken_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use ApiToken_State.Descriptor instead.
func (ApiToken_State) Number ¶
func (x ApiToken_State) Number() protoreflect.EnumNumber
func (ApiToken_State) String ¶
func (x ApiToken_State) String() string
func (ApiToken_State) Type ¶
func (ApiToken_State) Type() protoreflect.EnumType
type ApiToken_Ttl ¶
type ApiToken_Ttl struct { // The time-to-live in seconds for this resource. Ttl int32 `protobuf:"varint,10,opt,name=ttl,proto3,oneof"` }
type AuthChangePasswordRequest ¶
type AuthChangePasswordRequest struct { // Old password. OldPassword string `protobuf:"bytes,1,opt,name=old_password,json=oldPassword,proto3" json:"old_password,omitempty"` // New password. NewPassword string `protobuf:"bytes,2,opt,name=new_password,json=newPassword,proto3" json:"new_password,omitempty"` // contains filtered or unexported fields }
AuthChangePasswordRequest represents a request to update a user's password.
func (*AuthChangePasswordRequest) Descriptor
deprecated
func (*AuthChangePasswordRequest) Descriptor() ([]byte, []int)
Deprecated: Use AuthChangePasswordRequest.ProtoReflect.Descriptor instead.
func (*AuthChangePasswordRequest) GetNewPassword ¶
func (x *AuthChangePasswordRequest) GetNewPassword() string
func (*AuthChangePasswordRequest) GetOldPassword ¶
func (x *AuthChangePasswordRequest) GetOldPassword() string
func (*AuthChangePasswordRequest) ProtoMessage ¶
func (*AuthChangePasswordRequest) ProtoMessage()
func (*AuthChangePasswordRequest) ProtoReflect ¶
func (x *AuthChangePasswordRequest) ProtoReflect() protoreflect.Message
func (*AuthChangePasswordRequest) Reset ¶
func (x *AuthChangePasswordRequest) Reset()
func (*AuthChangePasswordRequest) String ¶
func (x *AuthChangePasswordRequest) String() string
type AuthChangePasswordResponse ¶
type AuthChangePasswordResponse struct {
// contains filtered or unexported fields
}
AuthChangePasswordResponse is an empty response.
func (*AuthChangePasswordResponse) Descriptor
deprecated
func (*AuthChangePasswordResponse) Descriptor() ([]byte, []int)
Deprecated: Use AuthChangePasswordResponse.ProtoReflect.Descriptor instead.
func (*AuthChangePasswordResponse) ProtoMessage ¶
func (*AuthChangePasswordResponse) ProtoMessage()
func (*AuthChangePasswordResponse) ProtoReflect ¶
func (x *AuthChangePasswordResponse) ProtoReflect() protoreflect.Message
func (*AuthChangePasswordResponse) Reset ¶
func (x *AuthChangePasswordResponse) Reset()
func (*AuthChangePasswordResponse) String ¶
func (x *AuthChangePasswordResponse) String() string
type AuthLoginRequest ¶
type AuthLoginRequest struct { // Username. Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` // Password. Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
AuthLoginRequest represents a request for user login.
func (*AuthLoginRequest) Descriptor
deprecated
func (*AuthLoginRequest) Descriptor() ([]byte, []int)
Deprecated: Use AuthLoginRequest.ProtoReflect.Descriptor instead.
func (*AuthLoginRequest) GetPassword ¶
func (x *AuthLoginRequest) GetPassword() string
func (*AuthLoginRequest) GetUsername ¶
func (x *AuthLoginRequest) GetUsername() string
func (*AuthLoginRequest) ProtoMessage ¶
func (*AuthLoginRequest) ProtoMessage()
func (*AuthLoginRequest) ProtoReflect ¶
func (x *AuthLoginRequest) ProtoReflect() protoreflect.Message
func (*AuthLoginRequest) Reset ¶
func (x *AuthLoginRequest) Reset()
func (*AuthLoginRequest) String ¶
func (x *AuthLoginRequest) String() string
type AuthLoginResponse ¶
type AuthLoginResponse struct { // User access token. AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"` // contains filtered or unexported fields }
AuthLoginResponse contains the access token of the authenticated user.
func (*AuthLoginResponse) Descriptor
deprecated
func (*AuthLoginResponse) Descriptor() ([]byte, []int)
Deprecated: Use AuthLoginResponse.ProtoReflect.Descriptor instead.
func (*AuthLoginResponse) GetAccessToken ¶
func (x *AuthLoginResponse) GetAccessToken() string
func (*AuthLoginResponse) ProtoMessage ¶
func (*AuthLoginResponse) ProtoMessage()
func (*AuthLoginResponse) ProtoReflect ¶
func (x *AuthLoginResponse) ProtoReflect() protoreflect.Message
func (*AuthLoginResponse) Reset ¶
func (x *AuthLoginResponse) Reset()
func (*AuthLoginResponse) String ¶
func (x *AuthLoginResponse) String() string
type AuthLogoutRequest ¶
type AuthLogoutRequest struct {
// contains filtered or unexported fields
}
AuthLogoutRequest represents a request for user logout.
func (*AuthLogoutRequest) Descriptor
deprecated
func (*AuthLogoutRequest) Descriptor() ([]byte, []int)
Deprecated: Use AuthLogoutRequest.ProtoReflect.Descriptor instead.
func (*AuthLogoutRequest) ProtoMessage ¶
func (*AuthLogoutRequest) ProtoMessage()
func (*AuthLogoutRequest) ProtoReflect ¶
func (x *AuthLogoutRequest) ProtoReflect() protoreflect.Message
func (*AuthLogoutRequest) Reset ¶
func (x *AuthLogoutRequest) Reset()
func (*AuthLogoutRequest) String ¶
func (x *AuthLogoutRequest) String() string
type AuthLogoutResponse ¶
type AuthLogoutResponse struct {
// contains filtered or unexported fields
}
AuthLogoutResponse is an empty response.
func (*AuthLogoutResponse) Descriptor
deprecated
func (*AuthLogoutResponse) Descriptor() ([]byte, []int)
Deprecated: Use AuthLogoutResponse.ProtoReflect.Descriptor instead.
func (*AuthLogoutResponse) ProtoMessage ¶
func (*AuthLogoutResponse) ProtoMessage()
func (*AuthLogoutResponse) ProtoReflect ¶
func (x *AuthLogoutResponse) ProtoReflect() protoreflect.Message
func (*AuthLogoutResponse) Reset ¶
func (x *AuthLogoutResponse) Reset()
func (*AuthLogoutResponse) String ¶
func (x *AuthLogoutResponse) String() string
type AuthTokenIssuerRequest ¶
type AuthTokenIssuerRequest struct { // Username. Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` // Password. Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
AuthTokenIssuerRequest represents a request to fetch the issuer details of a token.
func (*AuthTokenIssuerRequest) Descriptor
deprecated
func (*AuthTokenIssuerRequest) Descriptor() ([]byte, []int)
Deprecated: Use AuthTokenIssuerRequest.ProtoReflect.Descriptor instead.
func (*AuthTokenIssuerRequest) GetPassword ¶
func (x *AuthTokenIssuerRequest) GetPassword() string
func (*AuthTokenIssuerRequest) GetUsername ¶
func (x *AuthTokenIssuerRequest) GetUsername() string
func (*AuthTokenIssuerRequest) ProtoMessage ¶
func (*AuthTokenIssuerRequest) ProtoMessage()
func (*AuthTokenIssuerRequest) ProtoReflect ¶
func (x *AuthTokenIssuerRequest) ProtoReflect() protoreflect.Message
func (*AuthTokenIssuerRequest) Reset ¶
func (x *AuthTokenIssuerRequest) Reset()
func (*AuthTokenIssuerRequest) String ¶
func (x *AuthTokenIssuerRequest) String() string
type AuthTokenIssuerResponse ¶
type AuthTokenIssuerResponse struct { // Access token information. AccessToken *AuthTokenIssuerResponse_UnsignedAccessToken `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"` // contains filtered or unexported fields }
AuthTokenIssuerResponse contains the token issuer details.
func (*AuthTokenIssuerResponse) Descriptor
deprecated
func (*AuthTokenIssuerResponse) Descriptor() ([]byte, []int)
Deprecated: Use AuthTokenIssuerResponse.ProtoReflect.Descriptor instead.
func (*AuthTokenIssuerResponse) GetAccessToken ¶
func (x *AuthTokenIssuerResponse) GetAccessToken() *AuthTokenIssuerResponse_UnsignedAccessToken
func (*AuthTokenIssuerResponse) ProtoMessage ¶
func (*AuthTokenIssuerResponse) ProtoMessage()
func (*AuthTokenIssuerResponse) ProtoReflect ¶
func (x *AuthTokenIssuerResponse) ProtoReflect() protoreflect.Message
func (*AuthTokenIssuerResponse) Reset ¶
func (x *AuthTokenIssuerResponse) Reset()
func (*AuthTokenIssuerResponse) String ¶
func (x *AuthTokenIssuerResponse) String() string
type AuthTokenIssuerResponse_UnsignedAccessToken ¶
type AuthTokenIssuerResponse_UnsignedAccessToken struct { // Audience. Aud string `protobuf:"bytes,1,opt,name=aud,proto3" json:"aud,omitempty"` // Issuer. Iss string `protobuf:"bytes,2,opt,name=iss,proto3" json:"iss,omitempty"` // Subject. Sub string `protobuf:"bytes,3,opt,name=sub,proto3" json:"sub,omitempty"` // Unique identifier of the user. Jti string `protobuf:"bytes,4,opt,name=jti,proto3" json:"jti,omitempty"` // Expiration date. Exp int32 `protobuf:"varint,5,opt,name=exp,proto3" json:"exp,omitempty"` // contains filtered or unexported fields }
UnsignedAccessToken contains the token issuer information.
func (*AuthTokenIssuerResponse_UnsignedAccessToken) Descriptor
deprecated
func (*AuthTokenIssuerResponse_UnsignedAccessToken) Descriptor() ([]byte, []int)
Deprecated: Use AuthTokenIssuerResponse_UnsignedAccessToken.ProtoReflect.Descriptor instead.
func (*AuthTokenIssuerResponse_UnsignedAccessToken) GetAud ¶
func (x *AuthTokenIssuerResponse_UnsignedAccessToken) GetAud() string
func (*AuthTokenIssuerResponse_UnsignedAccessToken) GetExp ¶
func (x *AuthTokenIssuerResponse_UnsignedAccessToken) GetExp() int32
func (*AuthTokenIssuerResponse_UnsignedAccessToken) GetIss ¶
func (x *AuthTokenIssuerResponse_UnsignedAccessToken) GetIss() string
func (*AuthTokenIssuerResponse_UnsignedAccessToken) GetJti ¶
func (x *AuthTokenIssuerResponse_UnsignedAccessToken) GetJti() string
func (*AuthTokenIssuerResponse_UnsignedAccessToken) GetSub ¶
func (x *AuthTokenIssuerResponse_UnsignedAccessToken) GetSub() string
func (*AuthTokenIssuerResponse_UnsignedAccessToken) ProtoMessage ¶
func (*AuthTokenIssuerResponse_UnsignedAccessToken) ProtoMessage()
func (*AuthTokenIssuerResponse_UnsignedAccessToken) ProtoReflect ¶
func (x *AuthTokenIssuerResponse_UnsignedAccessToken) ProtoReflect() protoreflect.Message
func (*AuthTokenIssuerResponse_UnsignedAccessToken) Reset ¶
func (x *AuthTokenIssuerResponse_UnsignedAccessToken) Reset()
func (*AuthTokenIssuerResponse_UnsignedAccessToken) String ¶
func (x *AuthTokenIssuerResponse_UnsignedAccessToken) String() string
type AuthValidateAccessTokenRequest ¶
type AuthValidateAccessTokenRequest struct {
// contains filtered or unexported fields
}
AuthValidateAccessTokenRequest represents a request for access token validation.
func (*AuthValidateAccessTokenRequest) Descriptor
deprecated
func (*AuthValidateAccessTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use AuthValidateAccessTokenRequest.ProtoReflect.Descriptor instead.
func (*AuthValidateAccessTokenRequest) ProtoMessage ¶
func (*AuthValidateAccessTokenRequest) ProtoMessage()
func (*AuthValidateAccessTokenRequest) ProtoReflect ¶
func (x *AuthValidateAccessTokenRequest) ProtoReflect() protoreflect.Message
func (*AuthValidateAccessTokenRequest) Reset ¶
func (x *AuthValidateAccessTokenRequest) Reset()
func (*AuthValidateAccessTokenRequest) String ¶
func (x *AuthValidateAccessTokenRequest) String() string
type AuthValidateAccessTokenResponse ¶
type AuthValidateAccessTokenResponse struct {
// contains filtered or unexported fields
}
AuthValidateAccessTokenResponse is an empty response.
func (*AuthValidateAccessTokenResponse) Descriptor
deprecated
func (*AuthValidateAccessTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use AuthValidateAccessTokenResponse.ProtoReflect.Descriptor instead.
func (*AuthValidateAccessTokenResponse) ProtoMessage ¶
func (*AuthValidateAccessTokenResponse) ProtoMessage()
func (*AuthValidateAccessTokenResponse) ProtoReflect ¶
func (x *AuthValidateAccessTokenResponse) ProtoReflect() protoreflect.Message
func (*AuthValidateAccessTokenResponse) Reset ¶
func (x *AuthValidateAccessTokenResponse) Reset()
func (*AuthValidateAccessTokenResponse) String ¶
func (x *AuthValidateAccessTokenResponse) String() string
type AuthenticatedUser ¶
type AuthenticatedUser struct { // The name of the user, defined by its ID. // - Format: `users/{user.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // User UUID. This field is optionally set by users on creation (it will be // server-generated if unspecified). Uid *string `protobuf:"bytes,2,opt,name=uid,proto3,oneof" json:"uid,omitempty"` // Resource ID (used in `name` as the last segment). This conforms to // RFC-1034, which restricts to letters, numbers, and hyphen, with the first // character a letter, the last a letter or a number, and a 63 character // maximum. // // Note that the ID can be updated. Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` // Creation time. CreateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Update time. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Email. Email string `protobuf:"bytes,7,opt,name=email,proto3" json:"email,omitempty"` // Stripe customer ID. This field is used in Instill Cloud. CustomerId string `protobuf:"bytes,8,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` // Role. // // It must be one of the following allowed roles: // - `manager` // - `ai-researcher` // - `ai-engineer` // - `data-engineer` // - `data-scientist` // - `analytics-engineer` // - `hobbyist` Role *string `protobuf:"bytes,12,opt,name=role,proto3,oneof" json:"role,omitempty"` // This defines whether the user is subscribed to Instill AI's newsletter. NewsletterSubscription bool `` /* 129-byte string literal not displayed */ // Console cookie token. CookieToken *string `protobuf:"bytes,14,opt,name=cookie_token,json=cookieToken,proto3,oneof" json:"cookie_token,omitempty"` // Onboarding Status. OnboardingStatus OnboardingStatus `` /* 150-byte string literal not displayed */ // Profile. Profile *UserProfile `protobuf:"bytes,18,opt,name=profile,proto3" json:"profile,omitempty"` // contains filtered or unexported fields }
AuthenticatedUser contains the information of an authenticated user, i.e., the public user information plus some fields that should only be accessed by the user themselves.
func (*AuthenticatedUser) Descriptor
deprecated
func (*AuthenticatedUser) Descriptor() ([]byte, []int)
Deprecated: Use AuthenticatedUser.ProtoReflect.Descriptor instead.
func (*AuthenticatedUser) GetCookieToken ¶
func (x *AuthenticatedUser) GetCookieToken() string
func (*AuthenticatedUser) GetCreateTime ¶
func (x *AuthenticatedUser) GetCreateTime() *timestamppb.Timestamp
func (*AuthenticatedUser) GetCustomerId ¶
func (x *AuthenticatedUser) GetCustomerId() string
func (*AuthenticatedUser) GetEmail ¶
func (x *AuthenticatedUser) GetEmail() string
func (*AuthenticatedUser) GetId ¶
func (x *AuthenticatedUser) GetId() string
func (*AuthenticatedUser) GetName ¶
func (x *AuthenticatedUser) GetName() string
func (*AuthenticatedUser) GetNewsletterSubscription ¶
func (x *AuthenticatedUser) GetNewsletterSubscription() bool
func (*AuthenticatedUser) GetOnboardingStatus ¶
func (x *AuthenticatedUser) GetOnboardingStatus() OnboardingStatus
func (*AuthenticatedUser) GetProfile ¶
func (x *AuthenticatedUser) GetProfile() *UserProfile
func (*AuthenticatedUser) GetRole ¶
func (x *AuthenticatedUser) GetRole() string
func (*AuthenticatedUser) GetUid ¶
func (x *AuthenticatedUser) GetUid() string
func (*AuthenticatedUser) GetUpdateTime ¶
func (x *AuthenticatedUser) GetUpdateTime() *timestamppb.Timestamp
func (*AuthenticatedUser) ProtoMessage ¶
func (*AuthenticatedUser) ProtoMessage()
func (*AuthenticatedUser) ProtoReflect ¶
func (x *AuthenticatedUser) ProtoReflect() protoreflect.Message
func (*AuthenticatedUser) Reset ¶
func (x *AuthenticatedUser) Reset()
func (*AuthenticatedUser) String ¶
func (x *AuthenticatedUser) String() string
type CheckNamespaceAdminRequest ¶
type CheckNamespaceAdminRequest struct { // The namespace ID to be checked. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
CheckNamespaceAdminRequest represents a request to verify if a namespace is available.
func (*CheckNamespaceAdminRequest) Descriptor
deprecated
func (*CheckNamespaceAdminRequest) Descriptor() ([]byte, []int)
Deprecated: Use CheckNamespaceAdminRequest.ProtoReflect.Descriptor instead.
func (*CheckNamespaceAdminRequest) GetId ¶
func (x *CheckNamespaceAdminRequest) GetId() string
func (*CheckNamespaceAdminRequest) ProtoMessage ¶
func (*CheckNamespaceAdminRequest) ProtoMessage()
func (*CheckNamespaceAdminRequest) ProtoReflect ¶
func (x *CheckNamespaceAdminRequest) ProtoReflect() protoreflect.Message
func (*CheckNamespaceAdminRequest) Reset ¶
func (x *CheckNamespaceAdminRequest) Reset()
func (*CheckNamespaceAdminRequest) String ¶
func (x *CheckNamespaceAdminRequest) String() string
type CheckNamespaceAdminResponse ¶
type CheckNamespaceAdminResponse struct { // Namespace type. Type CheckNamespaceAdminResponse_Namespace `protobuf:"varint,1,opt,name=type,proto3,enum=core.mgmt.v1beta.CheckNamespaceAdminResponse_Namespace" json:"type,omitempty"` // Namespace UID. Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"` // The owner, which can be either a User or an Organization. // // Types that are assignable to Owner: // // *CheckNamespaceAdminResponse_User // *CheckNamespaceAdminResponse_Organization Owner isCheckNamespaceAdminResponse_Owner `protobuf_oneof:"owner"` // contains filtered or unexported fields }
CheckNamespaceAdminResponse contains the availability of a namespace or the type of resource that's using it.
func (*CheckNamespaceAdminResponse) Descriptor
deprecated
func (*CheckNamespaceAdminResponse) Descriptor() ([]byte, []int)
Deprecated: Use CheckNamespaceAdminResponse.ProtoReflect.Descriptor instead.
func (*CheckNamespaceAdminResponse) GetOrganization ¶
func (x *CheckNamespaceAdminResponse) GetOrganization() *Organization
func (*CheckNamespaceAdminResponse) GetOwner ¶
func (m *CheckNamespaceAdminResponse) GetOwner() isCheckNamespaceAdminResponse_Owner
func (*CheckNamespaceAdminResponse) GetType ¶
func (x *CheckNamespaceAdminResponse) GetType() CheckNamespaceAdminResponse_Namespace
func (*CheckNamespaceAdminResponse) GetUid ¶
func (x *CheckNamespaceAdminResponse) GetUid() string
func (*CheckNamespaceAdminResponse) GetUser ¶
func (x *CheckNamespaceAdminResponse) GetUser() *User
func (*CheckNamespaceAdminResponse) ProtoMessage ¶
func (*CheckNamespaceAdminResponse) ProtoMessage()
func (*CheckNamespaceAdminResponse) ProtoReflect ¶
func (x *CheckNamespaceAdminResponse) ProtoReflect() protoreflect.Message
func (*CheckNamespaceAdminResponse) Reset ¶
func (x *CheckNamespaceAdminResponse) Reset()
func (*CheckNamespaceAdminResponse) String ¶
func (x *CheckNamespaceAdminResponse) String() string
type CheckNamespaceAdminResponse_Namespace ¶
type CheckNamespaceAdminResponse_Namespace int32
Namespace contains information about the availability of a namespace.
const ( // Unspecified. CheckNamespaceAdminResponse_NAMESPACE_UNSPECIFIED CheckNamespaceAdminResponse_Namespace = 0 // Available. CheckNamespaceAdminResponse_NAMESPACE_AVAILABLE CheckNamespaceAdminResponse_Namespace = 1 // Namespace belongs to a user. CheckNamespaceAdminResponse_NAMESPACE_USER CheckNamespaceAdminResponse_Namespace = 2 // Namespace belongs to an organization. CheckNamespaceAdminResponse_NAMESPACE_ORGANIZATION CheckNamespaceAdminResponse_Namespace = 3 // Reserved. CheckNamespaceAdminResponse_NAMESPACE_RESERVED CheckNamespaceAdminResponse_Namespace = 4 )
func (CheckNamespaceAdminResponse_Namespace) Descriptor ¶
func (CheckNamespaceAdminResponse_Namespace) Descriptor() protoreflect.EnumDescriptor
func (CheckNamespaceAdminResponse_Namespace) EnumDescriptor
deprecated
func (CheckNamespaceAdminResponse_Namespace) EnumDescriptor() ([]byte, []int)
Deprecated: Use CheckNamespaceAdminResponse_Namespace.Descriptor instead.
func (CheckNamespaceAdminResponse_Namespace) Number ¶
func (x CheckNamespaceAdminResponse_Namespace) Number() protoreflect.EnumNumber
func (CheckNamespaceAdminResponse_Namespace) String ¶
func (x CheckNamespaceAdminResponse_Namespace) String() string
func (CheckNamespaceAdminResponse_Namespace) Type ¶
func (CheckNamespaceAdminResponse_Namespace) Type() protoreflect.EnumType
type CheckNamespaceAdminResponse_Organization ¶
type CheckNamespaceAdminResponse_Organization struct { // Organization. Organization *Organization `protobuf:"bytes,4,opt,name=organization,proto3,oneof"` }
type CheckNamespaceAdminResponse_User ¶
type CheckNamespaceAdminResponse_User struct { // User. User *User `protobuf:"bytes,3,opt,name=user,proto3,oneof"` }
type CheckNamespaceByUIDAdminRequest ¶
type CheckNamespaceByUIDAdminRequest struct { // The namespace UID to be checked. Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"` // contains filtered or unexported fields }
CheckNamespaceByUIDAdminRequest represents a request to verify if a namespace is available.
func (*CheckNamespaceByUIDAdminRequest) Descriptor
deprecated
func (*CheckNamespaceByUIDAdminRequest) Descriptor() ([]byte, []int)
Deprecated: Use CheckNamespaceByUIDAdminRequest.ProtoReflect.Descriptor instead.
func (*CheckNamespaceByUIDAdminRequest) GetUid ¶
func (x *CheckNamespaceByUIDAdminRequest) GetUid() string
func (*CheckNamespaceByUIDAdminRequest) ProtoMessage ¶
func (*CheckNamespaceByUIDAdminRequest) ProtoMessage()
func (*CheckNamespaceByUIDAdminRequest) ProtoReflect ¶
func (x *CheckNamespaceByUIDAdminRequest) ProtoReflect() protoreflect.Message
func (*CheckNamespaceByUIDAdminRequest) Reset ¶
func (x *CheckNamespaceByUIDAdminRequest) Reset()
func (*CheckNamespaceByUIDAdminRequest) String ¶
func (x *CheckNamespaceByUIDAdminRequest) String() string
type CheckNamespaceByUIDAdminResponse ¶
type CheckNamespaceByUIDAdminResponse struct { // Namespace type. Type CheckNamespaceByUIDAdminResponse_Namespace `` /* 127-byte string literal not displayed */ // Namespace ID. Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // The owner, which can be either a User or an Organization. // // Types that are assignable to Owner: // // *CheckNamespaceByUIDAdminResponse_User // *CheckNamespaceByUIDAdminResponse_Organization Owner isCheckNamespaceByUIDAdminResponse_Owner `protobuf_oneof:"owner"` // contains filtered or unexported fields }
CheckNamespaceByUIDAdminResponse contains the availability of a namespace or the type of resource that's using it.
func (*CheckNamespaceByUIDAdminResponse) Descriptor
deprecated
func (*CheckNamespaceByUIDAdminResponse) Descriptor() ([]byte, []int)
Deprecated: Use CheckNamespaceByUIDAdminResponse.ProtoReflect.Descriptor instead.
func (*CheckNamespaceByUIDAdminResponse) GetId ¶
func (x *CheckNamespaceByUIDAdminResponse) GetId() string
func (*CheckNamespaceByUIDAdminResponse) GetOrganization ¶
func (x *CheckNamespaceByUIDAdminResponse) GetOrganization() *Organization
func (*CheckNamespaceByUIDAdminResponse) GetOwner ¶
func (m *CheckNamespaceByUIDAdminResponse) GetOwner() isCheckNamespaceByUIDAdminResponse_Owner
func (*CheckNamespaceByUIDAdminResponse) GetType ¶
func (x *CheckNamespaceByUIDAdminResponse) GetType() CheckNamespaceByUIDAdminResponse_Namespace
func (*CheckNamespaceByUIDAdminResponse) GetUser ¶
func (x *CheckNamespaceByUIDAdminResponse) GetUser() *User
func (*CheckNamespaceByUIDAdminResponse) ProtoMessage ¶
func (*CheckNamespaceByUIDAdminResponse) ProtoMessage()
func (*CheckNamespaceByUIDAdminResponse) ProtoReflect ¶
func (x *CheckNamespaceByUIDAdminResponse) ProtoReflect() protoreflect.Message
func (*CheckNamespaceByUIDAdminResponse) Reset ¶
func (x *CheckNamespaceByUIDAdminResponse) Reset()
func (*CheckNamespaceByUIDAdminResponse) String ¶
func (x *CheckNamespaceByUIDAdminResponse) String() string
type CheckNamespaceByUIDAdminResponse_Namespace ¶
type CheckNamespaceByUIDAdminResponse_Namespace int32
Namespace contains information about the availability of a namespace.
const ( // Unspecified. CheckNamespaceByUIDAdminResponse_NAMESPACE_UNSPECIFIED CheckNamespaceByUIDAdminResponse_Namespace = 0 // Available. CheckNamespaceByUIDAdminResponse_NAMESPACE_AVAILABLE CheckNamespaceByUIDAdminResponse_Namespace = 1 // Namespace belongs to a user. CheckNamespaceByUIDAdminResponse_NAMESPACE_USER CheckNamespaceByUIDAdminResponse_Namespace = 2 // Namespace belongs to an organization. CheckNamespaceByUIDAdminResponse_NAMESPACE_ORGANIZATION CheckNamespaceByUIDAdminResponse_Namespace = 3 // Reserved. CheckNamespaceByUIDAdminResponse_NAMESPACE_RESERVED CheckNamespaceByUIDAdminResponse_Namespace = 4 )
func (CheckNamespaceByUIDAdminResponse_Namespace) Descriptor ¶
func (CheckNamespaceByUIDAdminResponse_Namespace) Descriptor() protoreflect.EnumDescriptor
func (CheckNamespaceByUIDAdminResponse_Namespace) EnumDescriptor
deprecated
func (CheckNamespaceByUIDAdminResponse_Namespace) EnumDescriptor() ([]byte, []int)
Deprecated: Use CheckNamespaceByUIDAdminResponse_Namespace.Descriptor instead.
func (CheckNamespaceByUIDAdminResponse_Namespace) Number ¶
func (x CheckNamespaceByUIDAdminResponse_Namespace) Number() protoreflect.EnumNumber
func (CheckNamespaceByUIDAdminResponse_Namespace) String ¶
func (x CheckNamespaceByUIDAdminResponse_Namespace) String() string
func (CheckNamespaceByUIDAdminResponse_Namespace) Type ¶
func (CheckNamespaceByUIDAdminResponse_Namespace) Type() protoreflect.EnumType
type CheckNamespaceByUIDAdminResponse_Organization ¶
type CheckNamespaceByUIDAdminResponse_Organization struct { // Organization. Organization *Organization `protobuf:"bytes,4,opt,name=organization,proto3,oneof"` }
type CheckNamespaceByUIDAdminResponse_User ¶
type CheckNamespaceByUIDAdminResponse_User struct { // User. User *User `protobuf:"bytes,3,opt,name=user,proto3,oneof"` }
type CheckNamespaceRequest ¶
type CheckNamespaceRequest struct { // The namespace ID to be checked. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
CheckNamespaceRequest represents a request to verify if a namespace is available.
func (*CheckNamespaceRequest) Descriptor
deprecated
func (*CheckNamespaceRequest) Descriptor() ([]byte, []int)
Deprecated: Use CheckNamespaceRequest.ProtoReflect.Descriptor instead.
func (*CheckNamespaceRequest) GetId ¶
func (x *CheckNamespaceRequest) GetId() string
func (*CheckNamespaceRequest) ProtoMessage ¶
func (*CheckNamespaceRequest) ProtoMessage()
func (*CheckNamespaceRequest) ProtoReflect ¶
func (x *CheckNamespaceRequest) ProtoReflect() protoreflect.Message
func (*CheckNamespaceRequest) Reset ¶
func (x *CheckNamespaceRequest) Reset()
func (*CheckNamespaceRequest) String ¶
func (x *CheckNamespaceRequest) String() string
type CheckNamespaceResponse ¶
type CheckNamespaceResponse struct { // Namespace type. Type CheckNamespaceResponse_Namespace `protobuf:"varint,1,opt,name=type,proto3,enum=core.mgmt.v1beta.CheckNamespaceResponse_Namespace" json:"type,omitempty"` // contains filtered or unexported fields }
CheckNamespaceResponse contains the availability of a namespace or the type of resource that's using it.
func (*CheckNamespaceResponse) Descriptor
deprecated
func (*CheckNamespaceResponse) Descriptor() ([]byte, []int)
Deprecated: Use CheckNamespaceResponse.ProtoReflect.Descriptor instead.
func (*CheckNamespaceResponse) GetType ¶
func (x *CheckNamespaceResponse) GetType() CheckNamespaceResponse_Namespace
func (*CheckNamespaceResponse) ProtoMessage ¶
func (*CheckNamespaceResponse) ProtoMessage()
func (*CheckNamespaceResponse) ProtoReflect ¶
func (x *CheckNamespaceResponse) ProtoReflect() protoreflect.Message
func (*CheckNamespaceResponse) Reset ¶
func (x *CheckNamespaceResponse) Reset()
func (*CheckNamespaceResponse) String ¶
func (x *CheckNamespaceResponse) String() string
type CheckNamespaceResponse_Namespace ¶
type CheckNamespaceResponse_Namespace int32
Namespace contains information about the availability of a namespace.
const ( // Unspecified. CheckNamespaceResponse_NAMESPACE_UNSPECIFIED CheckNamespaceResponse_Namespace = 0 // Available. CheckNamespaceResponse_NAMESPACE_AVAILABLE CheckNamespaceResponse_Namespace = 1 // Namespace belongs to a user. CheckNamespaceResponse_NAMESPACE_USER CheckNamespaceResponse_Namespace = 2 // Namespace belongs to an organization. CheckNamespaceResponse_NAMESPACE_ORGANIZATION CheckNamespaceResponse_Namespace = 3 // Reserved. CheckNamespaceResponse_NAMESPACE_RESERVED CheckNamespaceResponse_Namespace = 4 )
func (CheckNamespaceResponse_Namespace) Descriptor ¶
func (CheckNamespaceResponse_Namespace) Descriptor() protoreflect.EnumDescriptor
func (CheckNamespaceResponse_Namespace) Enum ¶
func (x CheckNamespaceResponse_Namespace) Enum() *CheckNamespaceResponse_Namespace
func (CheckNamespaceResponse_Namespace) EnumDescriptor
deprecated
func (CheckNamespaceResponse_Namespace) EnumDescriptor() ([]byte, []int)
Deprecated: Use CheckNamespaceResponse_Namespace.Descriptor instead.
func (CheckNamespaceResponse_Namespace) Number ¶
func (x CheckNamespaceResponse_Namespace) Number() protoreflect.EnumNumber
func (CheckNamespaceResponse_Namespace) String ¶
func (x CheckNamespaceResponse_Namespace) String() string
func (CheckNamespaceResponse_Namespace) Type ¶
func (CheckNamespaceResponse_Namespace) Type() protoreflect.EnumType
type CreateOrganizationRequest ¶
type CreateOrganizationRequest struct { // The properties of the organization to be created. Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` // contains filtered or unexported fields }
CreateOrganizationRequest represents a request to create an organization.
func (*CreateOrganizationRequest) Descriptor
deprecated
func (*CreateOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateOrganizationRequest.ProtoReflect.Descriptor instead.
func (*CreateOrganizationRequest) GetOrganization ¶
func (x *CreateOrganizationRequest) GetOrganization() *Organization
func (*CreateOrganizationRequest) ProtoMessage ¶
func (*CreateOrganizationRequest) ProtoMessage()
func (*CreateOrganizationRequest) ProtoReflect ¶
func (x *CreateOrganizationRequest) ProtoReflect() protoreflect.Message
func (*CreateOrganizationRequest) Reset ¶
func (x *CreateOrganizationRequest) Reset()
func (*CreateOrganizationRequest) String ¶
func (x *CreateOrganizationRequest) String() string
type CreateOrganizationResponse ¶
type CreateOrganizationResponse struct { // The organization resource. Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` // contains filtered or unexported fields }
CreateOrganizationResponse contains the created organization.
func (*CreateOrganizationResponse) Descriptor
deprecated
func (*CreateOrganizationResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateOrganizationResponse.ProtoReflect.Descriptor instead.
func (*CreateOrganizationResponse) GetOrganization ¶
func (x *CreateOrganizationResponse) GetOrganization() *Organization
func (*CreateOrganizationResponse) ProtoMessage ¶
func (*CreateOrganizationResponse) ProtoMessage()
func (*CreateOrganizationResponse) ProtoReflect ¶
func (x *CreateOrganizationResponse) ProtoReflect() protoreflect.Message
func (*CreateOrganizationResponse) Reset ¶
func (x *CreateOrganizationResponse) Reset()
func (*CreateOrganizationResponse) String ¶
func (x *CreateOrganizationResponse) String() string
type CreateTokenRequest ¶
type CreateTokenRequest struct { // The properties of the token to be created. Token *ApiToken `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
CreateTokenRequest represents a request to create an API token.
func (*CreateTokenRequest) Descriptor
deprecated
func (*CreateTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateTokenRequest.ProtoReflect.Descriptor instead.
func (*CreateTokenRequest) GetToken ¶
func (x *CreateTokenRequest) GetToken() *ApiToken
func (*CreateTokenRequest) ProtoMessage ¶
func (*CreateTokenRequest) ProtoMessage()
func (*CreateTokenRequest) ProtoReflect ¶
func (x *CreateTokenRequest) ProtoReflect() protoreflect.Message
func (*CreateTokenRequest) Reset ¶
func (x *CreateTokenRequest) Reset()
func (*CreateTokenRequest) String ¶
func (x *CreateTokenRequest) String() string
type CreateTokenResponse ¶
type CreateTokenResponse struct { // The created API token resource. Token *ApiToken `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
CreateTokenResponse contains the created token.
func (*CreateTokenResponse) Descriptor
deprecated
func (*CreateTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateTokenResponse.ProtoReflect.Descriptor instead.
func (*CreateTokenResponse) GetToken ¶
func (x *CreateTokenResponse) GetToken() *ApiToken
func (*CreateTokenResponse) ProtoMessage ¶
func (*CreateTokenResponse) ProtoMessage()
func (*CreateTokenResponse) ProtoReflect ¶
func (x *CreateTokenResponse) ProtoReflect() protoreflect.Message
func (*CreateTokenResponse) Reset ¶
func (x *CreateTokenResponse) Reset()
func (*CreateTokenResponse) String ¶
func (x *CreateTokenResponse) String() string
type CreditConsumptionChartRecord ¶
type CreditConsumptionChartRecord struct { // The ID of the namespace that owns the credit. NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Time buckets. TimeBuckets []*timestamppb.Timestamp `protobuf:"bytes,2,rep,name=time_buckets,json=timeBuckets,proto3" json:"time_buckets,omitempty"` // Total credit consumed in each time bucket. Amount []float32 `protobuf:"fixed32,3,rep,packed,name=amount,proto3" json:"amount,omitempty"` // Credit consumption source (e.g. "pipeline", "model"). Source string `protobuf:"bytes,4,opt,name=source,proto3" json:"source,omitempty"` // contains filtered or unexported fields }
CreditConsumptionChartRecord represents a timeline of Instill Credit consumption. It contains a collection of (timestamp, amount) pairs that represent the total credit consumption in a given time bucket.
func (*CreditConsumptionChartRecord) Descriptor
deprecated
func (*CreditConsumptionChartRecord) Descriptor() ([]byte, []int)
Deprecated: Use CreditConsumptionChartRecord.ProtoReflect.Descriptor instead.
func (*CreditConsumptionChartRecord) GetAmount ¶
func (x *CreditConsumptionChartRecord) GetAmount() []float32
func (*CreditConsumptionChartRecord) GetNamespaceId ¶
func (x *CreditConsumptionChartRecord) GetNamespaceId() string
func (*CreditConsumptionChartRecord) GetSource ¶
func (x *CreditConsumptionChartRecord) GetSource() string
func (*CreditConsumptionChartRecord) GetTimeBuckets ¶
func (x *CreditConsumptionChartRecord) GetTimeBuckets() []*timestamppb.Timestamp
func (*CreditConsumptionChartRecord) ProtoMessage ¶
func (*CreditConsumptionChartRecord) ProtoMessage()
func (*CreditConsumptionChartRecord) ProtoReflect ¶
func (x *CreditConsumptionChartRecord) ProtoReflect() protoreflect.Message
func (*CreditConsumptionChartRecord) Reset ¶
func (x *CreditConsumptionChartRecord) Reset()
func (*CreditConsumptionChartRecord) String ¶
func (x *CreditConsumptionChartRecord) String() string
type DeleteOrganizationMembershipRequest ¶
type DeleteOrganizationMembershipRequest struct { // Organization ID OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // User ID UserId string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
DeleteOrganizationMembershipRequest represents a request to delete an organization membership.
func (*DeleteOrganizationMembershipRequest) Descriptor
deprecated
func (*DeleteOrganizationMembershipRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteOrganizationMembershipRequest.ProtoReflect.Descriptor instead.
func (*DeleteOrganizationMembershipRequest) GetOrganizationId ¶
func (x *DeleteOrganizationMembershipRequest) GetOrganizationId() string
func (*DeleteOrganizationMembershipRequest) GetUserId ¶
func (x *DeleteOrganizationMembershipRequest) GetUserId() string
func (*DeleteOrganizationMembershipRequest) ProtoMessage ¶
func (*DeleteOrganizationMembershipRequest) ProtoMessage()
func (*DeleteOrganizationMembershipRequest) ProtoReflect ¶
func (x *DeleteOrganizationMembershipRequest) ProtoReflect() protoreflect.Message
func (*DeleteOrganizationMembershipRequest) Reset ¶
func (x *DeleteOrganizationMembershipRequest) Reset()
func (*DeleteOrganizationMembershipRequest) String ¶
func (x *DeleteOrganizationMembershipRequest) String() string
type DeleteOrganizationMembershipResponse ¶
type DeleteOrganizationMembershipResponse struct {
// contains filtered or unexported fields
}
DeleteOrganizationMembershipResponse is an empty response.
func (*DeleteOrganizationMembershipResponse) Descriptor
deprecated
func (*DeleteOrganizationMembershipResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteOrganizationMembershipResponse.ProtoReflect.Descriptor instead.
func (*DeleteOrganizationMembershipResponse) ProtoMessage ¶
func (*DeleteOrganizationMembershipResponse) ProtoMessage()
func (*DeleteOrganizationMembershipResponse) ProtoReflect ¶
func (x *DeleteOrganizationMembershipResponse) ProtoReflect() protoreflect.Message
func (*DeleteOrganizationMembershipResponse) Reset ¶
func (x *DeleteOrganizationMembershipResponse) Reset()
func (*DeleteOrganizationMembershipResponse) String ¶
func (x *DeleteOrganizationMembershipResponse) String() string
type DeleteOrganizationRequest ¶
type DeleteOrganizationRequest struct { // Organization ID OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // contains filtered or unexported fields }
DeleteOrganizationRequest represents a request to delete an organization.
func (*DeleteOrganizationRequest) Descriptor
deprecated
func (*DeleteOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteOrganizationRequest.ProtoReflect.Descriptor instead.
func (*DeleteOrganizationRequest) GetOrganizationId ¶
func (x *DeleteOrganizationRequest) GetOrganizationId() string
func (*DeleteOrganizationRequest) ProtoMessage ¶
func (*DeleteOrganizationRequest) ProtoMessage()
func (*DeleteOrganizationRequest) ProtoReflect ¶
func (x *DeleteOrganizationRequest) ProtoReflect() protoreflect.Message
func (*DeleteOrganizationRequest) Reset ¶
func (x *DeleteOrganizationRequest) Reset()
func (*DeleteOrganizationRequest) String ¶
func (x *DeleteOrganizationRequest) String() string
type DeleteOrganizationResponse ¶
type DeleteOrganizationResponse struct {
// contains filtered or unexported fields
}
DeleteOrganizationResponse is an empty response.
func (*DeleteOrganizationResponse) Descriptor
deprecated
func (*DeleteOrganizationResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteOrganizationResponse.ProtoReflect.Descriptor instead.
func (*DeleteOrganizationResponse) ProtoMessage ¶
func (*DeleteOrganizationResponse) ProtoMessage()
func (*DeleteOrganizationResponse) ProtoReflect ¶
func (x *DeleteOrganizationResponse) ProtoReflect() protoreflect.Message
func (*DeleteOrganizationResponse) Reset ¶
func (x *DeleteOrganizationResponse) Reset()
func (*DeleteOrganizationResponse) String ¶
func (x *DeleteOrganizationResponse) String() string
type DeleteTokenRequest ¶
type DeleteTokenRequest struct { // Token ID TokenId string `protobuf:"bytes,2,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"` // contains filtered or unexported fields }
DeleteTokenRequest represents a request to delete an API token resource.
func (*DeleteTokenRequest) Descriptor
deprecated
func (*DeleteTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTokenRequest.ProtoReflect.Descriptor instead.
func (*DeleteTokenRequest) GetTokenId ¶
func (x *DeleteTokenRequest) GetTokenId() string
func (*DeleteTokenRequest) ProtoMessage ¶
func (*DeleteTokenRequest) ProtoMessage()
func (*DeleteTokenRequest) ProtoReflect ¶
func (x *DeleteTokenRequest) ProtoReflect() protoreflect.Message
func (*DeleteTokenRequest) Reset ¶
func (x *DeleteTokenRequest) Reset()
func (*DeleteTokenRequest) String ¶
func (x *DeleteTokenRequest) String() string
type DeleteTokenResponse ¶
type DeleteTokenResponse struct {
// contains filtered or unexported fields
}
DeleteTokenResponse is an empty response.
func (*DeleteTokenResponse) Descriptor
deprecated
func (*DeleteTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTokenResponse.ProtoReflect.Descriptor instead.
func (*DeleteTokenResponse) ProtoMessage ¶
func (*DeleteTokenResponse) ProtoMessage()
func (*DeleteTokenResponse) ProtoReflect ¶
func (x *DeleteTokenResponse) ProtoReflect() protoreflect.Message
func (*DeleteTokenResponse) Reset ¶
func (x *DeleteTokenResponse) Reset()
func (*DeleteTokenResponse) String ¶
func (x *DeleteTokenResponse) String() string
type DeleteUserMembershipRequest ¶
type DeleteUserMembershipRequest struct { // User ID UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // Organization ID OrganizationId string `protobuf:"bytes,3,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // contains filtered or unexported fields }
DeleteUserMembershipRequest represents a request to delete a user membership.
func (*DeleteUserMembershipRequest) Descriptor
deprecated
func (*DeleteUserMembershipRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteUserMembershipRequest.ProtoReflect.Descriptor instead.
func (*DeleteUserMembershipRequest) GetOrganizationId ¶
func (x *DeleteUserMembershipRequest) GetOrganizationId() string
func (*DeleteUserMembershipRequest) GetUserId ¶
func (x *DeleteUserMembershipRequest) GetUserId() string
func (*DeleteUserMembershipRequest) ProtoMessage ¶
func (*DeleteUserMembershipRequest) ProtoMessage()
func (*DeleteUserMembershipRequest) ProtoReflect ¶
func (x *DeleteUserMembershipRequest) ProtoReflect() protoreflect.Message
func (*DeleteUserMembershipRequest) Reset ¶
func (x *DeleteUserMembershipRequest) Reset()
func (*DeleteUserMembershipRequest) String ¶
func (x *DeleteUserMembershipRequest) String() string
type DeleteUserMembershipResponse ¶
type DeleteUserMembershipResponse struct {
// contains filtered or unexported fields
}
DeleteUserMembershipResponse is an empty response.
func (*DeleteUserMembershipResponse) Descriptor
deprecated
func (*DeleteUserMembershipResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteUserMembershipResponse.ProtoReflect.Descriptor instead.
func (*DeleteUserMembershipResponse) ProtoMessage ¶
func (*DeleteUserMembershipResponse) ProtoMessage()
func (*DeleteUserMembershipResponse) ProtoReflect ¶
func (x *DeleteUserMembershipResponse) ProtoReflect() protoreflect.Message
func (*DeleteUserMembershipResponse) Reset ¶
func (x *DeleteUserMembershipResponse) Reset()
func (*DeleteUserMembershipResponse) String ¶
func (x *DeleteUserMembershipResponse) String() string
type GetAuthenticatedUserRequest ¶
type GetAuthenticatedUserRequest struct {
// contains filtered or unexported fields
}
GetAuthenticatedUserRequest represents a request to get the authenticated user.
func (*GetAuthenticatedUserRequest) Descriptor
deprecated
func (*GetAuthenticatedUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAuthenticatedUserRequest.ProtoReflect.Descriptor instead.
func (*GetAuthenticatedUserRequest) ProtoMessage ¶
func (*GetAuthenticatedUserRequest) ProtoMessage()
func (*GetAuthenticatedUserRequest) ProtoReflect ¶
func (x *GetAuthenticatedUserRequest) ProtoReflect() protoreflect.Message
func (*GetAuthenticatedUserRequest) Reset ¶
func (x *GetAuthenticatedUserRequest) Reset()
func (*GetAuthenticatedUserRequest) String ¶
func (x *GetAuthenticatedUserRequest) String() string
type GetAuthenticatedUserResponse ¶
type GetAuthenticatedUserResponse struct { // The authenticated user resource. User *AuthenticatedUser `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
GetAuthenticatedUserResponse contains the requested authenticated user.
func (*GetAuthenticatedUserResponse) Descriptor
deprecated
func (*GetAuthenticatedUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAuthenticatedUserResponse.ProtoReflect.Descriptor instead.
func (*GetAuthenticatedUserResponse) GetUser ¶
func (x *GetAuthenticatedUserResponse) GetUser() *AuthenticatedUser
func (*GetAuthenticatedUserResponse) ProtoMessage ¶
func (*GetAuthenticatedUserResponse) ProtoMessage()
func (*GetAuthenticatedUserResponse) ProtoReflect ¶
func (x *GetAuthenticatedUserResponse) ProtoReflect() protoreflect.Message
func (*GetAuthenticatedUserResponse) Reset ¶
func (x *GetAuthenticatedUserResponse) Reset()
func (*GetAuthenticatedUserResponse) String ¶
func (x *GetAuthenticatedUserResponse) String() string
type GetAuthenticatedUserSubscriptionRequest ¶
type GetAuthenticatedUserSubscriptionRequest struct {
// contains filtered or unexported fields
}
GetAuthenticatedUserSubscriptionRequest represents a query to fetch the subscription details of the authenticated user.
func (*GetAuthenticatedUserSubscriptionRequest) Descriptor
deprecated
func (*GetAuthenticatedUserSubscriptionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAuthenticatedUserSubscriptionRequest.ProtoReflect.Descriptor instead.
func (*GetAuthenticatedUserSubscriptionRequest) ProtoMessage ¶
func (*GetAuthenticatedUserSubscriptionRequest) ProtoMessage()
func (*GetAuthenticatedUserSubscriptionRequest) ProtoReflect ¶
func (x *GetAuthenticatedUserSubscriptionRequest) ProtoReflect() protoreflect.Message
func (*GetAuthenticatedUserSubscriptionRequest) Reset ¶
func (x *GetAuthenticatedUserSubscriptionRequest) Reset()
func (*GetAuthenticatedUserSubscriptionRequest) String ¶
func (x *GetAuthenticatedUserSubscriptionRequest) String() string
type GetAuthenticatedUserSubscriptionResponse ¶
type GetAuthenticatedUserSubscriptionResponse struct { // The subscription resource. Subscription *UserSubscription `protobuf:"bytes,1,opt,name=subscription,proto3" json:"subscription,omitempty"` // contains filtered or unexported fields }
GetAuthenticatedUserSubscriptionResponse contains the requested subscription.
func (*GetAuthenticatedUserSubscriptionResponse) Descriptor
deprecated
func (*GetAuthenticatedUserSubscriptionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAuthenticatedUserSubscriptionResponse.ProtoReflect.Descriptor instead.
func (*GetAuthenticatedUserSubscriptionResponse) GetSubscription ¶
func (x *GetAuthenticatedUserSubscriptionResponse) GetSubscription() *UserSubscription
func (*GetAuthenticatedUserSubscriptionResponse) ProtoMessage ¶
func (*GetAuthenticatedUserSubscriptionResponse) ProtoMessage()
func (*GetAuthenticatedUserSubscriptionResponse) ProtoReflect ¶
func (x *GetAuthenticatedUserSubscriptionResponse) ProtoReflect() protoreflect.Message
func (*GetAuthenticatedUserSubscriptionResponse) Reset ¶
func (x *GetAuthenticatedUserSubscriptionResponse) Reset()
func (*GetAuthenticatedUserSubscriptionResponse) String ¶
func (x *GetAuthenticatedUserSubscriptionResponse) String() string
type GetModelTriggerCountRequest ¶
type GetModelTriggerCountRequest struct { // The ID of the requester that triggered the model. RequesterId string `protobuf:"bytes,1,opt,name=requester_id,json=requesterId,proto3" json:"requester_id,omitempty"` // Beginning of the time range from which the records will be fetched. // The default value is the beginning of the current day, in UTC. Start *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start,proto3,oneof" json:"start,omitempty"` // End of the time range from which the records will be fetched. // The default value is the current timestamp. Stop *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=stop,proto3,oneof" json:"stop,omitempty"` // contains filtered or unexported fields }
GetModelTriggerCountRequest represents a request to fetch the trigger count of a requester over a time period.
func (*GetModelTriggerCountRequest) Descriptor
deprecated
func (*GetModelTriggerCountRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetModelTriggerCountRequest.ProtoReflect.Descriptor instead.
func (*GetModelTriggerCountRequest) GetRequesterId ¶
func (x *GetModelTriggerCountRequest) GetRequesterId() string
func (*GetModelTriggerCountRequest) GetStart ¶
func (x *GetModelTriggerCountRequest) GetStart() *timestamppb.Timestamp
func (*GetModelTriggerCountRequest) GetStop ¶
func (x *GetModelTriggerCountRequest) GetStop() *timestamppb.Timestamp
func (*GetModelTriggerCountRequest) ProtoMessage ¶
func (*GetModelTriggerCountRequest) ProtoMessage()
func (*GetModelTriggerCountRequest) ProtoReflect ¶
func (x *GetModelTriggerCountRequest) ProtoReflect() protoreflect.Message
func (*GetModelTriggerCountRequest) Reset ¶
func (x *GetModelTriggerCountRequest) Reset()
func (*GetModelTriggerCountRequest) String ¶
func (x *GetModelTriggerCountRequest) String() string
type GetModelTriggerCountResponse ¶
type GetModelTriggerCountResponse struct { // The trigger counts, grouped by status. ModelTriggerCounts []*TriggerCount `protobuf:"bytes,1,rep,name=model_trigger_counts,json=modelTriggerCounts,proto3" json:"model_trigger_counts,omitempty"` // contains filtered or unexported fields }
GetModelTriggerCountResponse contains the trigger count, grouped by trigger status.
func (*GetModelTriggerCountResponse) Descriptor
deprecated
func (*GetModelTriggerCountResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetModelTriggerCountResponse.ProtoReflect.Descriptor instead.
func (*GetModelTriggerCountResponse) GetModelTriggerCounts ¶
func (x *GetModelTriggerCountResponse) GetModelTriggerCounts() []*TriggerCount
func (*GetModelTriggerCountResponse) ProtoMessage ¶
func (*GetModelTriggerCountResponse) ProtoMessage()
func (*GetModelTriggerCountResponse) ProtoReflect ¶
func (x *GetModelTriggerCountResponse) ProtoReflect() protoreflect.Message
func (*GetModelTriggerCountResponse) Reset ¶
func (x *GetModelTriggerCountResponse) Reset()
func (*GetModelTriggerCountResponse) String ¶
func (x *GetModelTriggerCountResponse) String() string
type GetOrganizationAdminRequest ¶
type GetOrganizationAdminRequest struct { // View allows clients to specify the desired resource view in the response. View *View `protobuf:"varint,2,opt,name=view,proto3,enum=core.mgmt.v1beta.View,oneof" json:"view,omitempty"` // Organization ID OrganizationId string `protobuf:"bytes,3,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // contains filtered or unexported fields }
GetOrganizationAdminRequest represents a request to query a organization by admin
func (*GetOrganizationAdminRequest) Descriptor
deprecated
func (*GetOrganizationAdminRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationAdminRequest.ProtoReflect.Descriptor instead.
func (*GetOrganizationAdminRequest) GetOrganizationId ¶
func (x *GetOrganizationAdminRequest) GetOrganizationId() string
func (*GetOrganizationAdminRequest) GetView ¶
func (x *GetOrganizationAdminRequest) GetView() View
func (*GetOrganizationAdminRequest) ProtoMessage ¶
func (*GetOrganizationAdminRequest) ProtoMessage()
func (*GetOrganizationAdminRequest) ProtoReflect ¶
func (x *GetOrganizationAdminRequest) ProtoReflect() protoreflect.Message
func (*GetOrganizationAdminRequest) Reset ¶
func (x *GetOrganizationAdminRequest) Reset()
func (*GetOrganizationAdminRequest) String ¶
func (x *GetOrganizationAdminRequest) String() string
type GetOrganizationAdminResponse ¶
type GetOrganizationAdminResponse struct { // A organization resource Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` // contains filtered or unexported fields }
GetOrganizationAdminResponse represents a response for a organization resource
func (*GetOrganizationAdminResponse) Descriptor
deprecated
func (*GetOrganizationAdminResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationAdminResponse.ProtoReflect.Descriptor instead.
func (*GetOrganizationAdminResponse) GetOrganization ¶
func (x *GetOrganizationAdminResponse) GetOrganization() *Organization
func (*GetOrganizationAdminResponse) ProtoMessage ¶
func (*GetOrganizationAdminResponse) ProtoMessage()
func (*GetOrganizationAdminResponse) ProtoReflect ¶
func (x *GetOrganizationAdminResponse) ProtoReflect() protoreflect.Message
func (*GetOrganizationAdminResponse) Reset ¶
func (x *GetOrganizationAdminResponse) Reset()
func (*GetOrganizationAdminResponse) String ¶
func (x *GetOrganizationAdminResponse) String() string
type GetOrganizationMembershipRequest ¶
type GetOrganizationMembershipRequest struct { // View allows clients to specify the desired resource view in the response. View *View `protobuf:"varint,2,opt,name=view,proto3,enum=core.mgmt.v1beta.View,oneof" json:"view,omitempty"` // Organization ID OrganizationId string `protobuf:"bytes,3,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // User ID UserId string `protobuf:"bytes,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
GetOrganizationMembershipRequest represents a request to query a user's membership to an organization.
func (*GetOrganizationMembershipRequest) Descriptor
deprecated
func (*GetOrganizationMembershipRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationMembershipRequest.ProtoReflect.Descriptor instead.
func (*GetOrganizationMembershipRequest) GetOrganizationId ¶
func (x *GetOrganizationMembershipRequest) GetOrganizationId() string
func (*GetOrganizationMembershipRequest) GetUserId ¶
func (x *GetOrganizationMembershipRequest) GetUserId() string
func (*GetOrganizationMembershipRequest) GetView ¶
func (x *GetOrganizationMembershipRequest) GetView() View
func (*GetOrganizationMembershipRequest) ProtoMessage ¶
func (*GetOrganizationMembershipRequest) ProtoMessage()
func (*GetOrganizationMembershipRequest) ProtoReflect ¶
func (x *GetOrganizationMembershipRequest) ProtoReflect() protoreflect.Message
func (*GetOrganizationMembershipRequest) Reset ¶
func (x *GetOrganizationMembershipRequest) Reset()
func (*GetOrganizationMembershipRequest) String ¶
func (x *GetOrganizationMembershipRequest) String() string
type GetOrganizationMembershipResponse ¶
type GetOrganizationMembershipResponse struct { // The requested organization membership. Membership *OrganizationMembership `protobuf:"bytes,1,opt,name=membership,proto3" json:"membership,omitempty"` // contains filtered or unexported fields }
GetOrganizationMembershipResponse contains the organization membership.
func (*GetOrganizationMembershipResponse) Descriptor
deprecated
func (*GetOrganizationMembershipResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationMembershipResponse.ProtoReflect.Descriptor instead.
func (*GetOrganizationMembershipResponse) GetMembership ¶
func (x *GetOrganizationMembershipResponse) GetMembership() *OrganizationMembership
func (*GetOrganizationMembershipResponse) ProtoMessage ¶
func (*GetOrganizationMembershipResponse) ProtoMessage()
func (*GetOrganizationMembershipResponse) ProtoReflect ¶
func (x *GetOrganizationMembershipResponse) ProtoReflect() protoreflect.Message
func (*GetOrganizationMembershipResponse) Reset ¶
func (x *GetOrganizationMembershipResponse) Reset()
func (*GetOrganizationMembershipResponse) String ¶
func (x *GetOrganizationMembershipResponse) String() string
type GetOrganizationRequest ¶
type GetOrganizationRequest struct { // View allows clients to specify the desired resource view in the response. View *View `protobuf:"varint,2,opt,name=view,proto3,enum=core.mgmt.v1beta.View,oneof" json:"view,omitempty"` // Organization ID OrganizationId string `protobuf:"bytes,3,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // contains filtered or unexported fields }
GetOrganizationRequest represents a request to fetch the details of an organization.
func (*GetOrganizationRequest) Descriptor
deprecated
func (*GetOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationRequest.ProtoReflect.Descriptor instead.
func (*GetOrganizationRequest) GetOrganizationId ¶
func (x *GetOrganizationRequest) GetOrganizationId() string
func (*GetOrganizationRequest) GetView ¶
func (x *GetOrganizationRequest) GetView() View
func (*GetOrganizationRequest) ProtoMessage ¶
func (*GetOrganizationRequest) ProtoMessage()
func (*GetOrganizationRequest) ProtoReflect ¶
func (x *GetOrganizationRequest) ProtoReflect() protoreflect.Message
func (*GetOrganizationRequest) Reset ¶
func (x *GetOrganizationRequest) Reset()
func (*GetOrganizationRequest) String ¶
func (x *GetOrganizationRequest) String() string
type GetOrganizationResponse ¶
type GetOrganizationResponse struct { // The organization resource. Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` // contains filtered or unexported fields }
GetOrganizationResponse contains the requested organization.
func (*GetOrganizationResponse) Descriptor
deprecated
func (*GetOrganizationResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationResponse.ProtoReflect.Descriptor instead.
func (*GetOrganizationResponse) GetOrganization ¶
func (x *GetOrganizationResponse) GetOrganization() *Organization
func (*GetOrganizationResponse) ProtoMessage ¶
func (*GetOrganizationResponse) ProtoMessage()
func (*GetOrganizationResponse) ProtoReflect ¶
func (x *GetOrganizationResponse) ProtoReflect() protoreflect.Message
func (*GetOrganizationResponse) Reset ¶
func (x *GetOrganizationResponse) Reset()
func (*GetOrganizationResponse) String ¶
func (x *GetOrganizationResponse) String() string
type GetOrganizationSubscriptionAdminRequest ¶
type GetOrganizationSubscriptionAdminRequest struct { // Oragnization ID OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // contains filtered or unexported fields }
GetOrganizationSubscriptionAdminRequest
func (*GetOrganizationSubscriptionAdminRequest) Descriptor
deprecated
func (*GetOrganizationSubscriptionAdminRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationSubscriptionAdminRequest.ProtoReflect.Descriptor instead.
func (*GetOrganizationSubscriptionAdminRequest) GetOrganizationId ¶
func (x *GetOrganizationSubscriptionAdminRequest) GetOrganizationId() string
func (*GetOrganizationSubscriptionAdminRequest) ProtoMessage ¶
func (*GetOrganizationSubscriptionAdminRequest) ProtoMessage()
func (*GetOrganizationSubscriptionAdminRequest) ProtoReflect ¶
func (x *GetOrganizationSubscriptionAdminRequest) ProtoReflect() protoreflect.Message
func (*GetOrganizationSubscriptionAdminRequest) Reset ¶
func (x *GetOrganizationSubscriptionAdminRequest) Reset()
func (*GetOrganizationSubscriptionAdminRequest) String ¶
func (x *GetOrganizationSubscriptionAdminRequest) String() string
type GetOrganizationSubscriptionAdminResponse ¶
type GetOrganizationSubscriptionAdminResponse struct { // Subscription Subscription *OrganizationSubscription `protobuf:"bytes,1,opt,name=subscription,proto3" json:"subscription,omitempty"` // contains filtered or unexported fields }
GetOrganizationSubscriptionAdminResponse
func (*GetOrganizationSubscriptionAdminResponse) Descriptor
deprecated
func (*GetOrganizationSubscriptionAdminResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationSubscriptionAdminResponse.ProtoReflect.Descriptor instead.
func (*GetOrganizationSubscriptionAdminResponse) GetSubscription ¶
func (x *GetOrganizationSubscriptionAdminResponse) GetSubscription() *OrganizationSubscription
func (*GetOrganizationSubscriptionAdminResponse) ProtoMessage ¶
func (*GetOrganizationSubscriptionAdminResponse) ProtoMessage()
func (*GetOrganizationSubscriptionAdminResponse) ProtoReflect ¶
func (x *GetOrganizationSubscriptionAdminResponse) ProtoReflect() protoreflect.Message
func (*GetOrganizationSubscriptionAdminResponse) Reset ¶
func (x *GetOrganizationSubscriptionAdminResponse) Reset()
func (*GetOrganizationSubscriptionAdminResponse) String ¶
func (x *GetOrganizationSubscriptionAdminResponse) String() string
type GetOrganizationSubscriptionRequest ¶
type GetOrganizationSubscriptionRequest struct { // Oragnization ID OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // contains filtered or unexported fields }
GetOrganizationSubscriptionRequest represents a query to fetch the subscription details of an organization.
func (*GetOrganizationSubscriptionRequest) Descriptor
deprecated
func (*GetOrganizationSubscriptionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationSubscriptionRequest.ProtoReflect.Descriptor instead.
func (*GetOrganizationSubscriptionRequest) GetOrganizationId ¶
func (x *GetOrganizationSubscriptionRequest) GetOrganizationId() string
func (*GetOrganizationSubscriptionRequest) ProtoMessage ¶
func (*GetOrganizationSubscriptionRequest) ProtoMessage()
func (*GetOrganizationSubscriptionRequest) ProtoReflect ¶
func (x *GetOrganizationSubscriptionRequest) ProtoReflect() protoreflect.Message
func (*GetOrganizationSubscriptionRequest) Reset ¶
func (x *GetOrganizationSubscriptionRequest) Reset()
func (*GetOrganizationSubscriptionRequest) String ¶
func (x *GetOrganizationSubscriptionRequest) String() string
type GetOrganizationSubscriptionResponse ¶
type GetOrganizationSubscriptionResponse struct { // The subscription resource. Subscription *OrganizationSubscription `protobuf:"bytes,1,opt,name=subscription,proto3" json:"subscription,omitempty"` // contains filtered or unexported fields }
GetOrganizationSubscriptionResponse contains the requested subscription.
func (*GetOrganizationSubscriptionResponse) Descriptor
deprecated
func (*GetOrganizationSubscriptionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationSubscriptionResponse.ProtoReflect.Descriptor instead.
func (*GetOrganizationSubscriptionResponse) GetSubscription ¶
func (x *GetOrganizationSubscriptionResponse) GetSubscription() *OrganizationSubscription
func (*GetOrganizationSubscriptionResponse) ProtoMessage ¶
func (*GetOrganizationSubscriptionResponse) ProtoMessage()
func (*GetOrganizationSubscriptionResponse) ProtoReflect ¶
func (x *GetOrganizationSubscriptionResponse) ProtoReflect() protoreflect.Message
func (*GetOrganizationSubscriptionResponse) Reset ¶
func (x *GetOrganizationSubscriptionResponse) Reset()
func (*GetOrganizationSubscriptionResponse) String ¶
func (x *GetOrganizationSubscriptionResponse) String() string
type GetPipelineTriggerCountRequest ¶
type GetPipelineTriggerCountRequest struct { // The ID of the namespace that requested the pipeline triggers. RequesterId string `protobuf:"bytes,1,opt,name=requester_id,json=requesterId,proto3" json:"requester_id,omitempty"` // Beginning of the time range from which the records will be fetched. // The default value is the beginning of the current day, in UTC. Start *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start,proto3,oneof" json:"start,omitempty"` // End of the time range from which the records will be fetched. // The default value is the current timestamp. Stop *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=stop,proto3,oneof" json:"stop,omitempty"` // contains filtered or unexported fields }
GetPipelineTriggerCountRequest represents a request to fetch the trigger count of a requester over a time period.
func (*GetPipelineTriggerCountRequest) Descriptor
deprecated
func (*GetPipelineTriggerCountRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPipelineTriggerCountRequest.ProtoReflect.Descriptor instead.
func (*GetPipelineTriggerCountRequest) GetRequesterId ¶
func (x *GetPipelineTriggerCountRequest) GetRequesterId() string
func (*GetPipelineTriggerCountRequest) GetStart ¶
func (x *GetPipelineTriggerCountRequest) GetStart() *timestamppb.Timestamp
func (*GetPipelineTriggerCountRequest) GetStop ¶
func (x *GetPipelineTriggerCountRequest) GetStop() *timestamppb.Timestamp
func (*GetPipelineTriggerCountRequest) ProtoMessage ¶
func (*GetPipelineTriggerCountRequest) ProtoMessage()
func (*GetPipelineTriggerCountRequest) ProtoReflect ¶
func (x *GetPipelineTriggerCountRequest) ProtoReflect() protoreflect.Message
func (*GetPipelineTriggerCountRequest) Reset ¶
func (x *GetPipelineTriggerCountRequest) Reset()
func (*GetPipelineTriggerCountRequest) String ¶
func (x *GetPipelineTriggerCountRequest) String() string
type GetPipelineTriggerCountResponse ¶
type GetPipelineTriggerCountResponse struct { // The trigger counts, grouped by status. PipelineTriggerCounts []*TriggerCount `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
GetPipelineTriggerCountResponse contains the trigger count, grouped by trigger status.
func (*GetPipelineTriggerCountResponse) Descriptor
deprecated
func (*GetPipelineTriggerCountResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPipelineTriggerCountResponse.ProtoReflect.Descriptor instead.
func (*GetPipelineTriggerCountResponse) GetPipelineTriggerCounts ¶
func (x *GetPipelineTriggerCountResponse) GetPipelineTriggerCounts() []*TriggerCount
func (*GetPipelineTriggerCountResponse) ProtoMessage ¶
func (*GetPipelineTriggerCountResponse) ProtoMessage()
func (*GetPipelineTriggerCountResponse) ProtoReflect ¶
func (x *GetPipelineTriggerCountResponse) ProtoReflect() protoreflect.Message
func (*GetPipelineTriggerCountResponse) Reset ¶
func (x *GetPipelineTriggerCountResponse) Reset()
func (*GetPipelineTriggerCountResponse) String ¶
func (x *GetPipelineTriggerCountResponse) String() string
type GetRemainingCreditAdminRequest ¶
type GetRemainingCreditAdminRequest struct { // Namespace UID NamespaceUid string `protobuf:"bytes,2,opt,name=namespace_uid,json=namespaceUid,proto3" json:"namespace_uid,omitempty"` // contains filtered or unexported fields }
GetRemainingCreditAdminRequest represents a request to get the remaining credit of a user or organization without authentication.
func (*GetRemainingCreditAdminRequest) Descriptor
deprecated
func (*GetRemainingCreditAdminRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRemainingCreditAdminRequest.ProtoReflect.Descriptor instead.
func (*GetRemainingCreditAdminRequest) GetNamespaceUid ¶
func (x *GetRemainingCreditAdminRequest) GetNamespaceUid() string
func (*GetRemainingCreditAdminRequest) ProtoMessage ¶
func (*GetRemainingCreditAdminRequest) ProtoMessage()
func (*GetRemainingCreditAdminRequest) ProtoReflect ¶
func (x *GetRemainingCreditAdminRequest) ProtoReflect() protoreflect.Message
func (*GetRemainingCreditAdminRequest) Reset ¶
func (x *GetRemainingCreditAdminRequest) Reset()
func (*GetRemainingCreditAdminRequest) String ¶
func (x *GetRemainingCreditAdminRequest) String() string
type GetRemainingCreditAdminResponse ¶
type GetRemainingCreditAdminResponse struct { // The requested credit. Amount float32 `protobuf:"fixed32,1,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
GetRemainingCreditAdminResponse contains the remaining credit of a user or organization.
func (*GetRemainingCreditAdminResponse) Descriptor
deprecated
func (*GetRemainingCreditAdminResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRemainingCreditAdminResponse.ProtoReflect.Descriptor instead.
func (*GetRemainingCreditAdminResponse) GetAmount ¶
func (x *GetRemainingCreditAdminResponse) GetAmount() float32
func (*GetRemainingCreditAdminResponse) ProtoMessage ¶
func (*GetRemainingCreditAdminResponse) ProtoMessage()
func (*GetRemainingCreditAdminResponse) ProtoReflect ¶
func (x *GetRemainingCreditAdminResponse) ProtoReflect() protoreflect.Message
func (*GetRemainingCreditAdminResponse) Reset ¶
func (x *GetRemainingCreditAdminResponse) Reset()
func (*GetRemainingCreditAdminResponse) String ¶
func (x *GetRemainingCreditAdminResponse) String() string
type GetRemainingCreditRequest ¶
type GetRemainingCreditRequest struct { // Namespace ID NamespaceId string `protobuf:"bytes,2,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // contains filtered or unexported fields }
GetRemainingCreditRequest represents a request to get the remaining credit of a user or organization.
func (*GetRemainingCreditRequest) Descriptor
deprecated
func (*GetRemainingCreditRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRemainingCreditRequest.ProtoReflect.Descriptor instead.
func (*GetRemainingCreditRequest) GetNamespaceId ¶
func (x *GetRemainingCreditRequest) GetNamespaceId() string
func (*GetRemainingCreditRequest) ProtoMessage ¶
func (*GetRemainingCreditRequest) ProtoMessage()
func (*GetRemainingCreditRequest) ProtoReflect ¶
func (x *GetRemainingCreditRequest) ProtoReflect() protoreflect.Message
func (*GetRemainingCreditRequest) Reset ¶
func (x *GetRemainingCreditRequest) Reset()
func (*GetRemainingCreditRequest) String ¶
func (x *GetRemainingCreditRequest) String() string
type GetRemainingCreditResponse ¶
type GetRemainingCreditResponse struct { // Amount of perishable credit, i.e. credit with an expiration date. Perishable float32 `protobuf:"fixed32,2,opt,name=perishable,proto3" json:"perishable,omitempty"` // Amount of imperishable credit, e.g. purchased credit, which doesn't // expire. Imperishable float32 `protobuf:"fixed32,3,opt,name=imperishable,proto3" json:"imperishable,omitempty"` // Total remaining credit. Total float32 `protobuf:"fixed32,4,opt,name=total,proto3" json:"total,omitempty"` // contains filtered or unexported fields }
GetRemainingCreditResponse contains the remaining credit of a user or organization.
func (*GetRemainingCreditResponse) Descriptor
deprecated
func (*GetRemainingCreditResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRemainingCreditResponse.ProtoReflect.Descriptor instead.
func (*GetRemainingCreditResponse) GetImperishable ¶
func (x *GetRemainingCreditResponse) GetImperishable() float32
func (*GetRemainingCreditResponse) GetPerishable ¶
func (x *GetRemainingCreditResponse) GetPerishable() float32
func (*GetRemainingCreditResponse) GetTotal ¶
func (x *GetRemainingCreditResponse) GetTotal() float32
func (*GetRemainingCreditResponse) ProtoMessage ¶
func (*GetRemainingCreditResponse) ProtoMessage()
func (*GetRemainingCreditResponse) ProtoReflect ¶
func (x *GetRemainingCreditResponse) ProtoReflect() protoreflect.Message
func (*GetRemainingCreditResponse) Reset ¶
func (x *GetRemainingCreditResponse) Reset()
func (*GetRemainingCreditResponse) String ¶
func (x *GetRemainingCreditResponse) String() string
type GetTokenRequest ¶
type GetTokenRequest struct { // Token ID TokenId string `protobuf:"bytes,2,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"` // contains filtered or unexported fields }
GetTokenRequest represents a request to fetch the details of an API token
func (*GetTokenRequest) Descriptor
deprecated
func (*GetTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTokenRequest.ProtoReflect.Descriptor instead.
func (*GetTokenRequest) GetTokenId ¶
func (x *GetTokenRequest) GetTokenId() string
func (*GetTokenRequest) ProtoMessage ¶
func (*GetTokenRequest) ProtoMessage()
func (*GetTokenRequest) ProtoReflect ¶
func (x *GetTokenRequest) ProtoReflect() protoreflect.Message
func (*GetTokenRequest) Reset ¶
func (x *GetTokenRequest) Reset()
func (*GetTokenRequest) String ¶
func (x *GetTokenRequest) String() string
type GetTokenResponse ¶
type GetTokenResponse struct { // The API token resource. Token *ApiToken `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
GetTokenResponse contains the requested token.
func (*GetTokenResponse) Descriptor
deprecated
func (*GetTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTokenResponse.ProtoReflect.Descriptor instead.
func (*GetTokenResponse) GetToken ¶
func (x *GetTokenResponse) GetToken() *ApiToken
func (*GetTokenResponse) ProtoMessage ¶
func (*GetTokenResponse) ProtoMessage()
func (*GetTokenResponse) ProtoReflect ¶
func (x *GetTokenResponse) ProtoReflect() protoreflect.Message
func (*GetTokenResponse) Reset ¶
func (x *GetTokenResponse) Reset()
func (*GetTokenResponse) String ¶
func (x *GetTokenResponse) String() string
type GetUserAdminRequest ¶
type GetUserAdminRequest struct { // View allows clients to specify the desired resource view in the response. View *View `protobuf:"varint,2,opt,name=view,proto3,enum=core.mgmt.v1beta.View,oneof" json:"view,omitempty"` // User ID UserId string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
GetUserAdminRequest represents a request to query a user by admin
func (*GetUserAdminRequest) Descriptor
deprecated
func (*GetUserAdminRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserAdminRequest.ProtoReflect.Descriptor instead.
func (*GetUserAdminRequest) GetUserId ¶
func (x *GetUserAdminRequest) GetUserId() string
func (*GetUserAdminRequest) GetView ¶
func (x *GetUserAdminRequest) GetView() View
func (*GetUserAdminRequest) ProtoMessage ¶
func (*GetUserAdminRequest) ProtoMessage()
func (*GetUserAdminRequest) ProtoReflect ¶
func (x *GetUserAdminRequest) ProtoReflect() protoreflect.Message
func (*GetUserAdminRequest) Reset ¶
func (x *GetUserAdminRequest) Reset()
func (*GetUserAdminRequest) String ¶
func (x *GetUserAdminRequest) String() string
type GetUserAdminResponse ¶
type GetUserAdminResponse struct { // A user resource User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
GetUserAdminResponse represents a response for a user resource
func (*GetUserAdminResponse) Descriptor
deprecated
func (*GetUserAdminResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserAdminResponse.ProtoReflect.Descriptor instead.
func (*GetUserAdminResponse) GetUser ¶
func (x *GetUserAdminResponse) GetUser() *User
func (*GetUserAdminResponse) ProtoMessage ¶
func (*GetUserAdminResponse) ProtoMessage()
func (*GetUserAdminResponse) ProtoReflect ¶
func (x *GetUserAdminResponse) ProtoReflect() protoreflect.Message
func (*GetUserAdminResponse) Reset ¶
func (x *GetUserAdminResponse) Reset()
func (*GetUserAdminResponse) String ¶
func (x *GetUserAdminResponse) String() string
type GetUserMembershipRequest ¶
type GetUserMembershipRequest struct { // View allows clients to specify the desired resource view in the response. View *View `protobuf:"varint,2,opt,name=view,proto3,enum=core.mgmt.v1beta.View,oneof" json:"view,omitempty"` // User ID UserId string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // Organization ID OrganizationId string `protobuf:"bytes,4,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // contains filtered or unexported fields }
GetUserMembershipRequest represents a request to query a user's membership.
func (*GetUserMembershipRequest) Descriptor
deprecated
func (*GetUserMembershipRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserMembershipRequest.ProtoReflect.Descriptor instead.
func (*GetUserMembershipRequest) GetOrganizationId ¶
func (x *GetUserMembershipRequest) GetOrganizationId() string
func (*GetUserMembershipRequest) GetUserId ¶
func (x *GetUserMembershipRequest) GetUserId() string
func (*GetUserMembershipRequest) GetView ¶
func (x *GetUserMembershipRequest) GetView() View
func (*GetUserMembershipRequest) ProtoMessage ¶
func (*GetUserMembershipRequest) ProtoMessage()
func (*GetUserMembershipRequest) ProtoReflect ¶
func (x *GetUserMembershipRequest) ProtoReflect() protoreflect.Message
func (*GetUserMembershipRequest) Reset ¶
func (x *GetUserMembershipRequest) Reset()
func (*GetUserMembershipRequest) String ¶
func (x *GetUserMembershipRequest) String() string
type GetUserMembershipResponse ¶
type GetUserMembershipResponse struct { // The requested user membership. Membership *UserMembership `protobuf:"bytes,1,opt,name=membership,proto3" json:"membership,omitempty"` // contains filtered or unexported fields }
GetUserMembershipResponse contains the user membership.
func (*GetUserMembershipResponse) Descriptor
deprecated
func (*GetUserMembershipResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserMembershipResponse.ProtoReflect.Descriptor instead.
func (*GetUserMembershipResponse) GetMembership ¶
func (x *GetUserMembershipResponse) GetMembership() *UserMembership
func (*GetUserMembershipResponse) ProtoMessage ¶
func (*GetUserMembershipResponse) ProtoMessage()
func (*GetUserMembershipResponse) ProtoReflect ¶
func (x *GetUserMembershipResponse) ProtoReflect() protoreflect.Message
func (*GetUserMembershipResponse) Reset ¶
func (x *GetUserMembershipResponse) Reset()
func (*GetUserMembershipResponse) String ¶
func (x *GetUserMembershipResponse) String() string
type GetUserRequest ¶
type GetUserRequest struct { // View allows clients to specify the desired resource view in the response. View *View `protobuf:"varint,2,opt,name=view,proto3,enum=core.mgmt.v1beta.View,oneof" json:"view,omitempty"` // User ID UserId string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
GetUserRequest represents a request to fetch the details of a user.
func (*GetUserRequest) Descriptor
deprecated
func (*GetUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserRequest.ProtoReflect.Descriptor instead.
func (*GetUserRequest) GetUserId ¶
func (x *GetUserRequest) GetUserId() string
func (*GetUserRequest) GetView ¶
func (x *GetUserRequest) GetView() View
func (*GetUserRequest) ProtoMessage ¶
func (*GetUserRequest) ProtoMessage()
func (*GetUserRequest) ProtoReflect ¶
func (x *GetUserRequest) ProtoReflect() protoreflect.Message
func (*GetUserRequest) Reset ¶
func (x *GetUserRequest) Reset()
func (*GetUserRequest) String ¶
func (x *GetUserRequest) String() string
type GetUserResponse ¶
type GetUserResponse struct { // The user resource. User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
GetUserResponse contains the requested user.
func (*GetUserResponse) Descriptor
deprecated
func (*GetUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserResponse.ProtoReflect.Descriptor instead.
func (*GetUserResponse) GetUser ¶
func (x *GetUserResponse) GetUser() *User
func (*GetUserResponse) ProtoMessage ¶
func (*GetUserResponse) ProtoMessage()
func (*GetUserResponse) ProtoReflect ¶
func (x *GetUserResponse) ProtoReflect() protoreflect.Message
func (*GetUserResponse) Reset ¶
func (x *GetUserResponse) Reset()
func (*GetUserResponse) String ¶
func (x *GetUserResponse) String() string
type GetUserSubscriptionAdminRequest ¶
type GetUserSubscriptionAdminRequest struct { // User ID UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
GetUserSubscriptionAdminRequest
func (*GetUserSubscriptionAdminRequest) Descriptor
deprecated
func (*GetUserSubscriptionAdminRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubscriptionAdminRequest.ProtoReflect.Descriptor instead.
func (*GetUserSubscriptionAdminRequest) GetUserId ¶
func (x *GetUserSubscriptionAdminRequest) GetUserId() string
func (*GetUserSubscriptionAdminRequest) ProtoMessage ¶
func (*GetUserSubscriptionAdminRequest) ProtoMessage()
func (*GetUserSubscriptionAdminRequest) ProtoReflect ¶
func (x *GetUserSubscriptionAdminRequest) ProtoReflect() protoreflect.Message
func (*GetUserSubscriptionAdminRequest) Reset ¶
func (x *GetUserSubscriptionAdminRequest) Reset()
func (*GetUserSubscriptionAdminRequest) String ¶
func (x *GetUserSubscriptionAdminRequest) String() string
type GetUserSubscriptionAdminResponse ¶
type GetUserSubscriptionAdminResponse struct { // Subscription Subscription *UserSubscription `protobuf:"bytes,1,opt,name=subscription,proto3" json:"subscription,omitempty"` // contains filtered or unexported fields }
GetUserSubscriptionAdminResponse
func (*GetUserSubscriptionAdminResponse) Descriptor
deprecated
func (*GetUserSubscriptionAdminResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubscriptionAdminResponse.ProtoReflect.Descriptor instead.
func (*GetUserSubscriptionAdminResponse) GetSubscription ¶
func (x *GetUserSubscriptionAdminResponse) GetSubscription() *UserSubscription
func (*GetUserSubscriptionAdminResponse) ProtoMessage ¶
func (*GetUserSubscriptionAdminResponse) ProtoMessage()
func (*GetUserSubscriptionAdminResponse) ProtoReflect ¶
func (x *GetUserSubscriptionAdminResponse) ProtoReflect() protoreflect.Message
func (*GetUserSubscriptionAdminResponse) Reset ¶
func (x *GetUserSubscriptionAdminResponse) Reset()
func (*GetUserSubscriptionAdminResponse) String ¶
func (x *GetUserSubscriptionAdminResponse) String() string
type ListCreditConsumptionChartRecordsRequest ¶
type ListCreditConsumptionChartRecordsRequest struct { // The ID of the namespace that owns the credit. NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Aggregation window. The value is a positive duration string, i.e. a // sequence of decimal numbers, each with optional fraction and a unit // suffix, such as "300ms", "1.5h" or "2h45m". // The minimum (and default) window is 1h. AggregationWindow *string `protobuf:"bytes,2,opt,name=aggregation_window,json=aggregationWindow,proto3,oneof" json:"aggregation_window,omitempty"` // Beginning of the time range from which the records will be fetched. // The default value is the beginning of the current day, in UTC. Start *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=start,proto3,oneof" json:"start,omitempty"` // End of the time range from which the records will be fetched. // The default value is the current timestamp. Stop *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=stop,proto3,oneof" json:"stop,omitempty"` // contains filtered or unexported fields }
ListCreditConsumptionChartRecordsRequest represents a request to list credit consumption chart records for a given owner, grouped by time buckets and consumption sources.
func (*ListCreditConsumptionChartRecordsRequest) Descriptor
deprecated
func (*ListCreditConsumptionChartRecordsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListCreditConsumptionChartRecordsRequest.ProtoReflect.Descriptor instead.
func (*ListCreditConsumptionChartRecordsRequest) GetAggregationWindow ¶
func (x *ListCreditConsumptionChartRecordsRequest) GetAggregationWindow() string
func (*ListCreditConsumptionChartRecordsRequest) GetNamespaceId ¶
func (x *ListCreditConsumptionChartRecordsRequest) GetNamespaceId() string
func (*ListCreditConsumptionChartRecordsRequest) GetStart ¶
func (x *ListCreditConsumptionChartRecordsRequest) GetStart() *timestamppb.Timestamp
func (*ListCreditConsumptionChartRecordsRequest) GetStop ¶
func (x *ListCreditConsumptionChartRecordsRequest) GetStop() *timestamppb.Timestamp
func (*ListCreditConsumptionChartRecordsRequest) ProtoMessage ¶
func (*ListCreditConsumptionChartRecordsRequest) ProtoMessage()
func (*ListCreditConsumptionChartRecordsRequest) ProtoReflect ¶
func (x *ListCreditConsumptionChartRecordsRequest) ProtoReflect() protoreflect.Message
func (*ListCreditConsumptionChartRecordsRequest) Reset ¶
func (x *ListCreditConsumptionChartRecordsRequest) Reset()
func (*ListCreditConsumptionChartRecordsRequest) String ¶
func (x *ListCreditConsumptionChartRecordsRequest) String() string
type ListCreditConsumptionChartRecordsResponse ¶
type ListCreditConsumptionChartRecordsResponse struct { // Credit consumption timelines, aggregated by source. CreditConsumptionChartRecords []*CreditConsumptionChartRecord `` /* 152-byte string literal not displayed */ // contains filtered or unexported fields }
ListCreditConsumptionChartRecordsResponse contains a list of credit consumption chart records.
func (*ListCreditConsumptionChartRecordsResponse) Descriptor
deprecated
func (*ListCreditConsumptionChartRecordsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListCreditConsumptionChartRecordsResponse.ProtoReflect.Descriptor instead.
func (*ListCreditConsumptionChartRecordsResponse) GetCreditConsumptionChartRecords ¶
func (x *ListCreditConsumptionChartRecordsResponse) GetCreditConsumptionChartRecords() []*CreditConsumptionChartRecord
func (*ListCreditConsumptionChartRecordsResponse) ProtoMessage ¶
func (*ListCreditConsumptionChartRecordsResponse) ProtoMessage()
func (*ListCreditConsumptionChartRecordsResponse) ProtoReflect ¶
func (x *ListCreditConsumptionChartRecordsResponse) ProtoReflect() protoreflect.Message
func (*ListCreditConsumptionChartRecordsResponse) Reset ¶
func (x *ListCreditConsumptionChartRecordsResponse) Reset()
func (*ListCreditConsumptionChartRecordsResponse) String ¶
func (x *ListCreditConsumptionChartRecordsResponse) String() string
type ListModelTriggerChartRecordsRequest ¶
type ListModelTriggerChartRecordsRequest struct { // The ID of the namespace that requested the model triggers. RequesterId string `protobuf:"bytes,1,opt,name=requester_id,json=requesterId,proto3" json:"requester_id,omitempty"` // Aggregation window. The value is a positive duration string, i.e. a // sequence of decimal numbers, each with optional fraction and a unit // suffix, such as "300ms", "1.5h" or "2h45m". // The minimum (and default) window is 1h. AggregationWindow *string `protobuf:"bytes,2,opt,name=aggregation_window,json=aggregationWindow,proto3,oneof" json:"aggregation_window,omitempty"` // Beginning of the time range from which the records will be fetched. // The default value is the beginning of the current day, in UTC. Start *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=start,proto3,oneof" json:"start,omitempty"` // End of the time range from which the records will be fetched. // The default value is the current timestamp. Stop *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=stop,proto3,oneof" json:"stop,omitempty"` // contains filtered or unexported fields }
ListModelTriggerChartRecordsRequest represents a request to list model trigger metrics, aggregated by model ID and time frame.
func (*ListModelTriggerChartRecordsRequest) Descriptor
deprecated
func (*ListModelTriggerChartRecordsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListModelTriggerChartRecordsRequest.ProtoReflect.Descriptor instead.
func (*ListModelTriggerChartRecordsRequest) GetAggregationWindow ¶
func (x *ListModelTriggerChartRecordsRequest) GetAggregationWindow() string
func (*ListModelTriggerChartRecordsRequest) GetRequesterId ¶
func (x *ListModelTriggerChartRecordsRequest) GetRequesterId() string
func (*ListModelTriggerChartRecordsRequest) GetStart ¶
func (x *ListModelTriggerChartRecordsRequest) GetStart() *timestamppb.Timestamp
func (*ListModelTriggerChartRecordsRequest) GetStop ¶
func (x *ListModelTriggerChartRecordsRequest) GetStop() *timestamppb.Timestamp
func (*ListModelTriggerChartRecordsRequest) ProtoMessage ¶
func (*ListModelTriggerChartRecordsRequest) ProtoMessage()
func (*ListModelTriggerChartRecordsRequest) ProtoReflect ¶
func (x *ListModelTriggerChartRecordsRequest) ProtoReflect() protoreflect.Message
func (*ListModelTriggerChartRecordsRequest) Reset ¶
func (x *ListModelTriggerChartRecordsRequest) Reset()
func (*ListModelTriggerChartRecordsRequest) String ¶
func (x *ListModelTriggerChartRecordsRequest) String() string
type ListModelTriggerChartRecordsResponse ¶
type ListModelTriggerChartRecordsResponse struct { // Model trigger counts. Until we allow filtering or grouping by fields // like model ID, this list will contain only one element with the // timeline of trigger counts for a given requester, regardless the model // ID, trigger mode, final status or other fields. ModelTriggerChartRecords []*ModelTriggerChartRecord `` /* 137-byte string literal not displayed */ // contains filtered or unexported fields }
ListModelTriggerChartRecordsResponse contains a list of model trigger chart records.
func (*ListModelTriggerChartRecordsResponse) Descriptor
deprecated
func (*ListModelTriggerChartRecordsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListModelTriggerChartRecordsResponse.ProtoReflect.Descriptor instead.
func (*ListModelTriggerChartRecordsResponse) GetModelTriggerChartRecords ¶
func (x *ListModelTriggerChartRecordsResponse) GetModelTriggerChartRecords() []*ModelTriggerChartRecord
func (*ListModelTriggerChartRecordsResponse) ProtoMessage ¶
func (*ListModelTriggerChartRecordsResponse) ProtoMessage()
func (*ListModelTriggerChartRecordsResponse) ProtoReflect ¶
func (x *ListModelTriggerChartRecordsResponse) ProtoReflect() protoreflect.Message
func (*ListModelTriggerChartRecordsResponse) Reset ¶
func (x *ListModelTriggerChartRecordsResponse) Reset()
func (*ListModelTriggerChartRecordsResponse) String ¶
func (x *ListModelTriggerChartRecordsResponse) String() string
type ListOrganizationMembershipsRequest ¶
type ListOrganizationMembershipsRequest struct { // Organization ID OrganizationId string `protobuf:"bytes,6,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // contains filtered or unexported fields }
ListOrganizationMembershipsRequest represents a request to list the memberships of an organization.
func (*ListOrganizationMembershipsRequest) Descriptor
deprecated
func (*ListOrganizationMembershipsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationMembershipsRequest.ProtoReflect.Descriptor instead.
func (*ListOrganizationMembershipsRequest) GetOrganizationId ¶
func (x *ListOrganizationMembershipsRequest) GetOrganizationId() string
func (*ListOrganizationMembershipsRequest) ProtoMessage ¶
func (*ListOrganizationMembershipsRequest) ProtoMessage()
func (*ListOrganizationMembershipsRequest) ProtoReflect ¶
func (x *ListOrganizationMembershipsRequest) ProtoReflect() protoreflect.Message
func (*ListOrganizationMembershipsRequest) Reset ¶
func (x *ListOrganizationMembershipsRequest) Reset()
func (*ListOrganizationMembershipsRequest) String ¶
func (x *ListOrganizationMembershipsRequest) String() string
type ListOrganizationMembershipsResponse ¶
type ListOrganizationMembershipsResponse struct { // The organization memberships, i.e., the users that belong to the // organization. Memberships []*OrganizationMembership `protobuf:"bytes,1,rep,name=memberships,proto3" json:"memberships,omitempty"` // contains filtered or unexported fields }
ListOrganizationMembershipsResponse contains a list of memberships.
func (*ListOrganizationMembershipsResponse) Descriptor
deprecated
func (*ListOrganizationMembershipsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationMembershipsResponse.ProtoReflect.Descriptor instead.
func (*ListOrganizationMembershipsResponse) GetMemberships ¶
func (x *ListOrganizationMembershipsResponse) GetMemberships() []*OrganizationMembership
func (*ListOrganizationMembershipsResponse) ProtoMessage ¶
func (*ListOrganizationMembershipsResponse) ProtoMessage()
func (*ListOrganizationMembershipsResponse) ProtoReflect ¶
func (x *ListOrganizationMembershipsResponse) ProtoReflect() protoreflect.Message
func (*ListOrganizationMembershipsResponse) Reset ¶
func (x *ListOrganizationMembershipsResponse) Reset()
func (*ListOrganizationMembershipsResponse) String ¶
func (x *ListOrganizationMembershipsResponse) String() string
type ListOrganizationsAdminRequest ¶
type ListOrganizationsAdminRequest struct { // The maximum number of organizations to return. If this parameter is // unspecified, at most 10 pipelines will be returned. The cap value for this // parameter is 100 (i.e. any value above that will be coerced to 100). PageSize *int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"` // Page token. PageToken *string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"` // View allows clients to specify the desired resource view in the response. View *View `protobuf:"varint,3,opt,name=view,proto3,enum=core.mgmt.v1beta.View,oneof" json:"view,omitempty"` // Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter // expression. // - Example: `create_time>timestamp("2000-06-19T23:31:08.657Z")`. Filter *string `protobuf:"bytes,4,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // contains filtered or unexported fields }
ListOrganizationsAdminRequest represents a request to list all organizations by admin
func (*ListOrganizationsAdminRequest) Descriptor
deprecated
func (*ListOrganizationsAdminRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationsAdminRequest.ProtoReflect.Descriptor instead.
func (*ListOrganizationsAdminRequest) GetFilter ¶
func (x *ListOrganizationsAdminRequest) GetFilter() string
func (*ListOrganizationsAdminRequest) GetPageSize ¶
func (x *ListOrganizationsAdminRequest) GetPageSize() int32
func (*ListOrganizationsAdminRequest) GetPageToken ¶
func (x *ListOrganizationsAdminRequest) GetPageToken() string
func (*ListOrganizationsAdminRequest) GetView ¶
func (x *ListOrganizationsAdminRequest) GetView() View
func (*ListOrganizationsAdminRequest) ProtoMessage ¶
func (*ListOrganizationsAdminRequest) ProtoMessage()
func (*ListOrganizationsAdminRequest) ProtoReflect ¶
func (x *ListOrganizationsAdminRequest) ProtoReflect() protoreflect.Message
func (*ListOrganizationsAdminRequest) Reset ¶
func (x *ListOrganizationsAdminRequest) Reset()
func (*ListOrganizationsAdminRequest) String ¶
func (x *ListOrganizationsAdminRequest) String() string
type ListOrganizationsAdminResponse ¶
type ListOrganizationsAdminResponse struct { // A list of organizations Organizations []*Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty"` // Next page token. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Total number of organizations. TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
ListOrganizationsAdminResponse represents a response for a list of organizations
func (*ListOrganizationsAdminResponse) Descriptor
deprecated
func (*ListOrganizationsAdminResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationsAdminResponse.ProtoReflect.Descriptor instead.
func (*ListOrganizationsAdminResponse) GetNextPageToken ¶
func (x *ListOrganizationsAdminResponse) GetNextPageToken() string
func (*ListOrganizationsAdminResponse) GetOrganizations ¶
func (x *ListOrganizationsAdminResponse) GetOrganizations() []*Organization
func (*ListOrganizationsAdminResponse) GetTotalSize ¶
func (x *ListOrganizationsAdminResponse) GetTotalSize() int32
func (*ListOrganizationsAdminResponse) ProtoMessage ¶
func (*ListOrganizationsAdminResponse) ProtoMessage()
func (*ListOrganizationsAdminResponse) ProtoReflect ¶
func (x *ListOrganizationsAdminResponse) ProtoReflect() protoreflect.Message
func (*ListOrganizationsAdminResponse) Reset ¶
func (x *ListOrganizationsAdminResponse) Reset()
func (*ListOrganizationsAdminResponse) String ¶
func (x *ListOrganizationsAdminResponse) String() string
type ListOrganizationsRequest ¶
type ListOrganizationsRequest struct { // The maximum number of organizations to return. If this parameter is // unspecified, at most 10 pipelines will be returned. The cap value for this // parameter is 100 (i.e. any value above that will be coerced to 100). PageSize *int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"` // Page token. PageToken *string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"` // View allows clients to specify the desired resource view in the response. View *View `protobuf:"varint,3,opt,name=view,proto3,enum=core.mgmt.v1beta.View,oneof" json:"view,omitempty"` // Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter // expression. // - Example: `create_time>timestamp("2000-06-19T23:31:08.657Z")`. Filter *string `protobuf:"bytes,4,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // contains filtered or unexported fields }
ListOrganizationsRequest represents a request to list all organizations
func (*ListOrganizationsRequest) Descriptor
deprecated
func (*ListOrganizationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationsRequest.ProtoReflect.Descriptor instead.
func (*ListOrganizationsRequest) GetFilter ¶
func (x *ListOrganizationsRequest) GetFilter() string
func (*ListOrganizationsRequest) GetPageSize ¶
func (x *ListOrganizationsRequest) GetPageSize() int32
func (*ListOrganizationsRequest) GetPageToken ¶
func (x *ListOrganizationsRequest) GetPageToken() string
func (*ListOrganizationsRequest) GetView ¶
func (x *ListOrganizationsRequest) GetView() View
func (*ListOrganizationsRequest) ProtoMessage ¶
func (*ListOrganizationsRequest) ProtoMessage()
func (*ListOrganizationsRequest) ProtoReflect ¶
func (x *ListOrganizationsRequest) ProtoReflect() protoreflect.Message
func (*ListOrganizationsRequest) Reset ¶
func (x *ListOrganizationsRequest) Reset()
func (*ListOrganizationsRequest) String ¶
func (x *ListOrganizationsRequest) String() string
type ListOrganizationsResponse ¶
type ListOrganizationsResponse struct { // A list of organizations Organizations []*Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty"` // Next page token. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Total number of organizations. TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
ListOrganizationsResponse represents a response for a list of organizations
func (*ListOrganizationsResponse) Descriptor
deprecated
func (*ListOrganizationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationsResponse.ProtoReflect.Descriptor instead.
func (*ListOrganizationsResponse) GetNextPageToken ¶
func (x *ListOrganizationsResponse) GetNextPageToken() string
func (*ListOrganizationsResponse) GetOrganizations ¶
func (x *ListOrganizationsResponse) GetOrganizations() []*Organization
func (*ListOrganizationsResponse) GetTotalSize ¶
func (x *ListOrganizationsResponse) GetTotalSize() int32
func (*ListOrganizationsResponse) ProtoMessage ¶
func (*ListOrganizationsResponse) ProtoMessage()
func (*ListOrganizationsResponse) ProtoReflect ¶
func (x *ListOrganizationsResponse) ProtoReflect() protoreflect.Message
func (*ListOrganizationsResponse) Reset ¶
func (x *ListOrganizationsResponse) Reset()
func (*ListOrganizationsResponse) String ¶
func (x *ListOrganizationsResponse) String() string
type ListPipelineTriggerChartRecordsRequest ¶
type ListPipelineTriggerChartRecordsRequest struct { // The ID of the namespace that requested the pipeline triggers. RequesterId string `protobuf:"bytes,1,opt,name=requester_id,json=requesterId,proto3" json:"requester_id,omitempty"` // Aggregation window. The value is a positive duration string, i.e. a // sequence of decimal numbers, each with optional fraction and a unit // suffix, such as "300ms", "1.5h" or "2h45m". // The minimum (and default) window is 1h. AggregationWindow *string `protobuf:"bytes,2,opt,name=aggregation_window,json=aggregationWindow,proto3,oneof" json:"aggregation_window,omitempty"` // Beginning of the time range from which the records will be fetched. // The default value is the beginning of the current day, in UTC. Start *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=start,proto3,oneof" json:"start,omitempty"` // End of the time range from which the records will be fetched. // The default value is the current timestamp. Stop *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=stop,proto3,oneof" json:"stop,omitempty"` // contains filtered or unexported fields }
ListPipelineTriggerChartRecordsRequest represents a request to list pipeline trigger chart records for a given requester, grouped by time buckets.
func (*ListPipelineTriggerChartRecordsRequest) Descriptor
deprecated
func (*ListPipelineTriggerChartRecordsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListPipelineTriggerChartRecordsRequest.ProtoReflect.Descriptor instead.
func (*ListPipelineTriggerChartRecordsRequest) GetAggregationWindow ¶
func (x *ListPipelineTriggerChartRecordsRequest) GetAggregationWindow() string
func (*ListPipelineTriggerChartRecordsRequest) GetRequesterId ¶
func (x *ListPipelineTriggerChartRecordsRequest) GetRequesterId() string
func (*ListPipelineTriggerChartRecordsRequest) GetStart ¶
func (x *ListPipelineTriggerChartRecordsRequest) GetStart() *timestamppb.Timestamp
func (*ListPipelineTriggerChartRecordsRequest) GetStop ¶
func (x *ListPipelineTriggerChartRecordsRequest) GetStop() *timestamppb.Timestamp
func (*ListPipelineTriggerChartRecordsRequest) ProtoMessage ¶
func (*ListPipelineTriggerChartRecordsRequest) ProtoMessage()
func (*ListPipelineTriggerChartRecordsRequest) ProtoReflect ¶
func (x *ListPipelineTriggerChartRecordsRequest) ProtoReflect() protoreflect.Message
func (*ListPipelineTriggerChartRecordsRequest) Reset ¶
func (x *ListPipelineTriggerChartRecordsRequest) Reset()
func (*ListPipelineTriggerChartRecordsRequest) String ¶
func (x *ListPipelineTriggerChartRecordsRequest) String() string
type ListPipelineTriggerChartRecordsResponse ¶
type ListPipelineTriggerChartRecordsResponse struct { // Pipeline trigger counts. Until we allow filtering or grouping by fields // like pipeline ID, this list will contain only one element with the // timeline of trigger counts for a given requester, regardless the pipeline // ID, trigger mode, final status or other fields. PipelineTriggerChartRecords []*PipelineTriggerChartRecord `` /* 146-byte string literal not displayed */ // contains filtered or unexported fields }
ListPipelineTriggerChartRecordsResponse contains a list of pipeline trigger chart records.
func (*ListPipelineTriggerChartRecordsResponse) Descriptor
deprecated
func (*ListPipelineTriggerChartRecordsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListPipelineTriggerChartRecordsResponse.ProtoReflect.Descriptor instead.
func (*ListPipelineTriggerChartRecordsResponse) GetPipelineTriggerChartRecords ¶
func (x *ListPipelineTriggerChartRecordsResponse) GetPipelineTriggerChartRecords() []*PipelineTriggerChartRecord
func (*ListPipelineTriggerChartRecordsResponse) ProtoMessage ¶
func (*ListPipelineTriggerChartRecordsResponse) ProtoMessage()
func (*ListPipelineTriggerChartRecordsResponse) ProtoReflect ¶
func (x *ListPipelineTriggerChartRecordsResponse) ProtoReflect() protoreflect.Message
func (*ListPipelineTriggerChartRecordsResponse) Reset ¶
func (x *ListPipelineTriggerChartRecordsResponse) Reset()
func (*ListPipelineTriggerChartRecordsResponse) String ¶
func (x *ListPipelineTriggerChartRecordsResponse) String() string
type ListPipelineTriggerChartRecordsV0Request ¶
type ListPipelineTriggerChartRecordsV0Request struct { // Aggregation window in nanoseconds. AggregationWindow int32 `protobuf:"varint,1,opt,name=aggregation_window,json=aggregationWindow,proto3" json:"aggregation_window,omitempty"` // Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter // expression. // - Example: `create_time>timestamp("2000-06-19T23:31:08.657Z")`. Filter *string `protobuf:"bytes,2,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // contains filtered or unexported fields }
ListPipelineTriggerChartRecordsV0Request represents a request to list pipeline trigger metrics, aggregated by pipeline ID and time frame.
func (*ListPipelineTriggerChartRecordsV0Request) Descriptor
deprecated
func (*ListPipelineTriggerChartRecordsV0Request) Descriptor() ([]byte, []int)
Deprecated: Use ListPipelineTriggerChartRecordsV0Request.ProtoReflect.Descriptor instead.
func (*ListPipelineTriggerChartRecordsV0Request) GetAggregationWindow ¶
func (x *ListPipelineTriggerChartRecordsV0Request) GetAggregationWindow() int32
func (*ListPipelineTriggerChartRecordsV0Request) GetFilter ¶
func (x *ListPipelineTriggerChartRecordsV0Request) GetFilter() string
func (*ListPipelineTriggerChartRecordsV0Request) ProtoMessage ¶
func (*ListPipelineTriggerChartRecordsV0Request) ProtoMessage()
func (*ListPipelineTriggerChartRecordsV0Request) ProtoReflect ¶
func (x *ListPipelineTriggerChartRecordsV0Request) ProtoReflect() protoreflect.Message
func (*ListPipelineTriggerChartRecordsV0Request) Reset ¶
func (x *ListPipelineTriggerChartRecordsV0Request) Reset()
func (*ListPipelineTriggerChartRecordsV0Request) String ¶
func (x *ListPipelineTriggerChartRecordsV0Request) String() string
type ListPipelineTriggerChartRecordsV0Response ¶
type ListPipelineTriggerChartRecordsV0Response struct { // A list of pipeline trigger records. PipelineTriggerChartRecords []*PipelineTriggerChartRecordV0 `` /* 146-byte string literal not displayed */ // contains filtered or unexported fields }
ListPipelineTriggerChartRecordsV0Response contains a list of pipeline trigger chart records.
func (*ListPipelineTriggerChartRecordsV0Response) Descriptor
deprecated
func (*ListPipelineTriggerChartRecordsV0Response) Descriptor() ([]byte, []int)
Deprecated: Use ListPipelineTriggerChartRecordsV0Response.ProtoReflect.Descriptor instead.
func (*ListPipelineTriggerChartRecordsV0Response) GetPipelineTriggerChartRecords ¶
func (x *ListPipelineTriggerChartRecordsV0Response) GetPipelineTriggerChartRecords() []*PipelineTriggerChartRecordV0
func (*ListPipelineTriggerChartRecordsV0Response) ProtoMessage ¶
func (*ListPipelineTriggerChartRecordsV0Response) ProtoMessage()
func (*ListPipelineTriggerChartRecordsV0Response) ProtoReflect ¶
func (x *ListPipelineTriggerChartRecordsV0Response) ProtoReflect() protoreflect.Message
func (*ListPipelineTriggerChartRecordsV0Response) Reset ¶
func (x *ListPipelineTriggerChartRecordsV0Response) Reset()
func (*ListPipelineTriggerChartRecordsV0Response) String ¶
func (x *ListPipelineTriggerChartRecordsV0Response) String() string
type ListPipelineTriggerRecordsRequest ¶
type ListPipelineTriggerRecordsRequest struct { // The maximum number of triggers to return. If this parameter is unspecified, // at most 100 pipelines will be returned. The cap value for this parameter is // 1000 (i.e. any value above that will be coerced to 100). PageSize *int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"` // Page token. PageToken *string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"` // Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter // expression. // - Example: `create_time>timestamp("2000-06-19T23:31:08.657Z")`. Filter *string `protobuf:"bytes,3,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // contains filtered or unexported fields }
ListPipelineTriggerRecordsRequest represents a request to list the triggers of a pipeline.
func (*ListPipelineTriggerRecordsRequest) Descriptor
deprecated
func (*ListPipelineTriggerRecordsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListPipelineTriggerRecordsRequest.ProtoReflect.Descriptor instead.
func (*ListPipelineTriggerRecordsRequest) GetFilter ¶
func (x *ListPipelineTriggerRecordsRequest) GetFilter() string
func (*ListPipelineTriggerRecordsRequest) GetPageSize ¶
func (x *ListPipelineTriggerRecordsRequest) GetPageSize() int32
func (*ListPipelineTriggerRecordsRequest) GetPageToken ¶
func (x *ListPipelineTriggerRecordsRequest) GetPageToken() string
func (*ListPipelineTriggerRecordsRequest) ProtoMessage ¶
func (*ListPipelineTriggerRecordsRequest) ProtoMessage()
func (*ListPipelineTriggerRecordsRequest) ProtoReflect ¶
func (x *ListPipelineTriggerRecordsRequest) ProtoReflect() protoreflect.Message
func (*ListPipelineTriggerRecordsRequest) Reset ¶
func (x *ListPipelineTriggerRecordsRequest) Reset()
func (*ListPipelineTriggerRecordsRequest) String ¶
func (x *ListPipelineTriggerRecordsRequest) String() string
type ListPipelineTriggerRecordsResponse ¶
type ListPipelineTriggerRecordsResponse struct { // A list of pipeline triggers. PipelineTriggerRecords []*PipelineTriggerRecord `` /* 129-byte string literal not displayed */ // Next page token. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Total number of pipeline triggers. TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
ListPipelineTriggerRecordsResponse contains a list of pipeline triggers.
func (*ListPipelineTriggerRecordsResponse) Descriptor
deprecated
func (*ListPipelineTriggerRecordsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListPipelineTriggerRecordsResponse.ProtoReflect.Descriptor instead.
func (*ListPipelineTriggerRecordsResponse) GetNextPageToken ¶
func (x *ListPipelineTriggerRecordsResponse) GetNextPageToken() string
func (*ListPipelineTriggerRecordsResponse) GetPipelineTriggerRecords ¶
func (x *ListPipelineTriggerRecordsResponse) GetPipelineTriggerRecords() []*PipelineTriggerRecord
func (*ListPipelineTriggerRecordsResponse) GetTotalSize ¶
func (x *ListPipelineTriggerRecordsResponse) GetTotalSize() int32
func (*ListPipelineTriggerRecordsResponse) ProtoMessage ¶
func (*ListPipelineTriggerRecordsResponse) ProtoMessage()
func (*ListPipelineTriggerRecordsResponse) ProtoReflect ¶
func (x *ListPipelineTriggerRecordsResponse) ProtoReflect() protoreflect.Message
func (*ListPipelineTriggerRecordsResponse) Reset ¶
func (x *ListPipelineTriggerRecordsResponse) Reset()
func (*ListPipelineTriggerRecordsResponse) String ¶
func (x *ListPipelineTriggerRecordsResponse) String() string
type ListPipelineTriggerTableRecordsRequest ¶
type ListPipelineTriggerTableRecordsRequest struct { // The maximum number of results to return. If this parameter is unspecified, // at most 100 pipelines will be returned. The cap value for this parameter // is 1000 (i.e. any value above that will be coerced to 1000). PageSize *int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"` // Page token. PageToken *string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"` // Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter // expression. // - Example: `create_time>timestamp("2000-06-19T23:31:08.657Z")`. Filter *string `protobuf:"bytes,3,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // contains filtered or unexported fields }
ListPipelineTriggerTableRecordsRequest represents a request to list the pipeline triggers metrics, aggregated by pipeline ID.
func (*ListPipelineTriggerTableRecordsRequest) Descriptor
deprecated
func (*ListPipelineTriggerTableRecordsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListPipelineTriggerTableRecordsRequest.ProtoReflect.Descriptor instead.
func (*ListPipelineTriggerTableRecordsRequest) GetFilter ¶
func (x *ListPipelineTriggerTableRecordsRequest) GetFilter() string
func (*ListPipelineTriggerTableRecordsRequest) GetPageSize ¶
func (x *ListPipelineTriggerTableRecordsRequest) GetPageSize() int32
func (*ListPipelineTriggerTableRecordsRequest) GetPageToken ¶
func (x *ListPipelineTriggerTableRecordsRequest) GetPageToken() string
func (*ListPipelineTriggerTableRecordsRequest) ProtoMessage ¶
func (*ListPipelineTriggerTableRecordsRequest) ProtoMessage()
func (*ListPipelineTriggerTableRecordsRequest) ProtoReflect ¶
func (x *ListPipelineTriggerTableRecordsRequest) ProtoReflect() protoreflect.Message
func (*ListPipelineTriggerTableRecordsRequest) Reset ¶
func (x *ListPipelineTriggerTableRecordsRequest) Reset()
func (*ListPipelineTriggerTableRecordsRequest) String ¶
func (x *ListPipelineTriggerTableRecordsRequest) String() string
type ListPipelineTriggerTableRecordsResponse ¶
type ListPipelineTriggerTableRecordsResponse struct { // A list of pipeline trigger tables. PipelineTriggerTableRecords []*PipelineTriggerTableRecord `` /* 146-byte string literal not displayed */ // Next page token. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Total number of pipeline trigger records TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
ListPipelineTriggerTableRecordsResponse contains the pipeline metrics.
func (*ListPipelineTriggerTableRecordsResponse) Descriptor
deprecated
func (*ListPipelineTriggerTableRecordsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListPipelineTriggerTableRecordsResponse.ProtoReflect.Descriptor instead.
func (*ListPipelineTriggerTableRecordsResponse) GetNextPageToken ¶
func (x *ListPipelineTriggerTableRecordsResponse) GetNextPageToken() string
func (*ListPipelineTriggerTableRecordsResponse) GetPipelineTriggerTableRecords ¶
func (x *ListPipelineTriggerTableRecordsResponse) GetPipelineTriggerTableRecords() []*PipelineTriggerTableRecord
func (*ListPipelineTriggerTableRecordsResponse) GetTotalSize ¶
func (x *ListPipelineTriggerTableRecordsResponse) GetTotalSize() int32
func (*ListPipelineTriggerTableRecordsResponse) ProtoMessage ¶
func (*ListPipelineTriggerTableRecordsResponse) ProtoMessage()
func (*ListPipelineTriggerTableRecordsResponse) ProtoReflect ¶
func (x *ListPipelineTriggerTableRecordsResponse) ProtoReflect() protoreflect.Message
func (*ListPipelineTriggerTableRecordsResponse) Reset ¶
func (x *ListPipelineTriggerTableRecordsResponse) Reset()
func (*ListPipelineTriggerTableRecordsResponse) String ¶
func (x *ListPipelineTriggerTableRecordsResponse) String() string
type ListTokensRequest ¶
type ListTokensRequest struct { // The maximum number of tokens to return. If this parameter is unspecified, // at most 10 pipelines will be returned. The cap value for this parameter is // 100 (i.e. any value above that will be coerced to 100). PageSize *int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"` // Page token. PageToken *string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"` // contains filtered or unexported fields }
ListTokensRequest represents a request to list the API tokens of a user.
func (*ListTokensRequest) Descriptor
deprecated
func (*ListTokensRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListTokensRequest.ProtoReflect.Descriptor instead.
func (*ListTokensRequest) GetPageSize ¶
func (x *ListTokensRequest) GetPageSize() int32
func (*ListTokensRequest) GetPageToken ¶
func (x *ListTokensRequest) GetPageToken() string
func (*ListTokensRequest) ProtoMessage ¶
func (*ListTokensRequest) ProtoMessage()
func (*ListTokensRequest) ProtoReflect ¶
func (x *ListTokensRequest) ProtoReflect() protoreflect.Message
func (*ListTokensRequest) Reset ¶
func (x *ListTokensRequest) Reset()
func (*ListTokensRequest) String ¶
func (x *ListTokensRequest) String() string
type ListTokensResponse ¶
type ListTokensResponse struct { // A list of API token resources. Tokens []*ApiToken `protobuf:"bytes,1,rep,name=tokens,proto3" json:"tokens,omitempty"` // Next page token. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Total number of API token resources. TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
ListTokensResponse contains a list of API tokens.
func (*ListTokensResponse) Descriptor
deprecated
func (*ListTokensResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListTokensResponse.ProtoReflect.Descriptor instead.
func (*ListTokensResponse) GetNextPageToken ¶
func (x *ListTokensResponse) GetNextPageToken() string
func (*ListTokensResponse) GetTokens ¶
func (x *ListTokensResponse) GetTokens() []*ApiToken
func (*ListTokensResponse) GetTotalSize ¶
func (x *ListTokensResponse) GetTotalSize() int32
func (*ListTokensResponse) ProtoMessage ¶
func (*ListTokensResponse) ProtoMessage()
func (*ListTokensResponse) ProtoReflect ¶
func (x *ListTokensResponse) ProtoReflect() protoreflect.Message
func (*ListTokensResponse) Reset ¶
func (x *ListTokensResponse) Reset()
func (*ListTokensResponse) String ¶
func (x *ListTokensResponse) String() string
type ListUserMembershipsRequest ¶
type ListUserMembershipsRequest struct { // User ID UserId string `protobuf:"bytes,6,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
ListUserMembershipsRequest represents a request to list the memberships of a user.
func (*ListUserMembershipsRequest) Descriptor
deprecated
func (*ListUserMembershipsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListUserMembershipsRequest.ProtoReflect.Descriptor instead.
func (*ListUserMembershipsRequest) GetUserId ¶
func (x *ListUserMembershipsRequest) GetUserId() string
func (*ListUserMembershipsRequest) ProtoMessage ¶
func (*ListUserMembershipsRequest) ProtoMessage()
func (*ListUserMembershipsRequest) ProtoReflect ¶
func (x *ListUserMembershipsRequest) ProtoReflect() protoreflect.Message
func (*ListUserMembershipsRequest) Reset ¶
func (x *ListUserMembershipsRequest) Reset()
func (*ListUserMembershipsRequest) String ¶
func (x *ListUserMembershipsRequest) String() string
type ListUserMembershipsResponse ¶
type ListUserMembershipsResponse struct { // The user memberships, i.e., the organizations the user belongs to. Memberships []*UserMembership `protobuf:"bytes,1,rep,name=memberships,proto3" json:"memberships,omitempty"` // contains filtered or unexported fields }
ListUserMembershipsResponse contains a list of memberships.
func (*ListUserMembershipsResponse) Descriptor
deprecated
func (*ListUserMembershipsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListUserMembershipsResponse.ProtoReflect.Descriptor instead.
func (*ListUserMembershipsResponse) GetMemberships ¶
func (x *ListUserMembershipsResponse) GetMemberships() []*UserMembership
func (*ListUserMembershipsResponse) ProtoMessage ¶
func (*ListUserMembershipsResponse) ProtoMessage()
func (*ListUserMembershipsResponse) ProtoReflect ¶
func (x *ListUserMembershipsResponse) ProtoReflect() protoreflect.Message
func (*ListUserMembershipsResponse) Reset ¶
func (x *ListUserMembershipsResponse) Reset()
func (*ListUserMembershipsResponse) String ¶
func (x *ListUserMembershipsResponse) String() string
type ListUsersAdminRequest ¶
type ListUsersAdminRequest struct { // The maximum number of users to return. If this parameter is unspecified, // at most 10 pipelines will be returned. The cap value for this parameter is // 100 (i.e. any value above that will be coerced to 100). PageSize *int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"` // Page token. PageToken *string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"` // View allows clients to specify the desired resource view in the response. View *View `protobuf:"varint,3,opt,name=view,proto3,enum=core.mgmt.v1beta.View,oneof" json:"view,omitempty"` // Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter // expression. // - Example: `create_time>timestamp("2000-06-19T23:31:08.657Z")`. Filter *string `protobuf:"bytes,4,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // contains filtered or unexported fields }
ListUsersAdminRequest represents a request to list all users by admin
func (*ListUsersAdminRequest) Descriptor
deprecated
func (*ListUsersAdminRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListUsersAdminRequest.ProtoReflect.Descriptor instead.
func (*ListUsersAdminRequest) GetFilter ¶
func (x *ListUsersAdminRequest) GetFilter() string
func (*ListUsersAdminRequest) GetPageSize ¶
func (x *ListUsersAdminRequest) GetPageSize() int32
func (*ListUsersAdminRequest) GetPageToken ¶
func (x *ListUsersAdminRequest) GetPageToken() string
func (*ListUsersAdminRequest) GetView ¶
func (x *ListUsersAdminRequest) GetView() View
func (*ListUsersAdminRequest) ProtoMessage ¶
func (*ListUsersAdminRequest) ProtoMessage()
func (*ListUsersAdminRequest) ProtoReflect ¶
func (x *ListUsersAdminRequest) ProtoReflect() protoreflect.Message
func (*ListUsersAdminRequest) Reset ¶
func (x *ListUsersAdminRequest) Reset()
func (*ListUsersAdminRequest) String ¶
func (x *ListUsersAdminRequest) String() string
type ListUsersAdminResponse ¶
type ListUsersAdminResponse struct { // A list of users Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"` // Next page token. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Total number of users. TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
ListUsersAdminResponse represents a response for a list of users
func (*ListUsersAdminResponse) Descriptor
deprecated
func (*ListUsersAdminResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListUsersAdminResponse.ProtoReflect.Descriptor instead.
func (*ListUsersAdminResponse) GetNextPageToken ¶
func (x *ListUsersAdminResponse) GetNextPageToken() string
func (*ListUsersAdminResponse) GetTotalSize ¶
func (x *ListUsersAdminResponse) GetTotalSize() int32
func (*ListUsersAdminResponse) GetUsers ¶
func (x *ListUsersAdminResponse) GetUsers() []*User
func (*ListUsersAdminResponse) ProtoMessage ¶
func (*ListUsersAdminResponse) ProtoMessage()
func (*ListUsersAdminResponse) ProtoReflect ¶
func (x *ListUsersAdminResponse) ProtoReflect() protoreflect.Message
func (*ListUsersAdminResponse) Reset ¶
func (x *ListUsersAdminResponse) Reset()
func (*ListUsersAdminResponse) String ¶
func (x *ListUsersAdminResponse) String() string
type ListUsersRequest ¶
type ListUsersRequest struct { // The maximum number of users to return. If this parameter is unspecified, // at most 10 pipelines will be returned. The cap value for this parameter is // 100 (i.e. any value above that will be coerced to 100). PageSize *int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"` // Page token. PageToken *string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"` // View allows clients to specify the desired resource view in the response. View *View `protobuf:"varint,3,opt,name=view,proto3,enum=core.mgmt.v1beta.View,oneof" json:"view,omitempty"` // Filter can hold an [AIP-160](https://google.aip.dev/160)-compliant filter // expression. // - Example: `create_time>timestamp("2000-06-19T23:31:08.657Z")`. Filter *string `protobuf:"bytes,4,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // contains filtered or unexported fields }
ListUsersRequest represents a request to list all users.
func (*ListUsersRequest) Descriptor
deprecated
func (*ListUsersRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListUsersRequest.ProtoReflect.Descriptor instead.
func (*ListUsersRequest) GetFilter ¶
func (x *ListUsersRequest) GetFilter() string
func (*ListUsersRequest) GetPageSize ¶
func (x *ListUsersRequest) GetPageSize() int32
func (*ListUsersRequest) GetPageToken ¶
func (x *ListUsersRequest) GetPageToken() string
func (*ListUsersRequest) GetView ¶
func (x *ListUsersRequest) GetView() View
func (*ListUsersRequest) ProtoMessage ¶
func (*ListUsersRequest) ProtoMessage()
func (*ListUsersRequest) ProtoReflect ¶
func (x *ListUsersRequest) ProtoReflect() protoreflect.Message
func (*ListUsersRequest) Reset ¶
func (x *ListUsersRequest) Reset()
func (*ListUsersRequest) String ¶
func (x *ListUsersRequest) String() string
type ListUsersResponse ¶
type ListUsersResponse struct { // A list of user resources. Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"` // Next page token. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Total number of users. TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
ListUsersResponse contains a list of users.
func (*ListUsersResponse) Descriptor
deprecated
func (*ListUsersResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListUsersResponse.ProtoReflect.Descriptor instead.
func (*ListUsersResponse) GetNextPageToken ¶
func (x *ListUsersResponse) GetNextPageToken() string
func (*ListUsersResponse) GetTotalSize ¶
func (x *ListUsersResponse) GetTotalSize() int32
func (*ListUsersResponse) GetUsers ¶
func (x *ListUsersResponse) GetUsers() []*User
func (*ListUsersResponse) ProtoMessage ¶
func (*ListUsersResponse) ProtoMessage()
func (*ListUsersResponse) ProtoReflect ¶
func (x *ListUsersResponse) ProtoReflect() protoreflect.Message
func (*ListUsersResponse) Reset ¶
func (x *ListUsersResponse) Reset()
func (*ListUsersResponse) String ¶
func (x *ListUsersResponse) String() string
type LivenessRequest ¶
type LivenessRequest struct { // HealthCheckRequest message HealthCheckRequest *v1beta.HealthCheckRequest `protobuf:"bytes,1,opt,name=health_check_request,json=healthCheckRequest,proto3,oneof" json:"health_check_request,omitempty"` // contains filtered or unexported fields }
LivenessRequest represents a request to check a service liveness status
func (*LivenessRequest) Descriptor
deprecated
func (*LivenessRequest) Descriptor() ([]byte, []int)
Deprecated: Use LivenessRequest.ProtoReflect.Descriptor instead.
func (*LivenessRequest) GetHealthCheckRequest ¶
func (x *LivenessRequest) GetHealthCheckRequest() *v1beta.HealthCheckRequest
func (*LivenessRequest) ProtoMessage ¶
func (*LivenessRequest) ProtoMessage()
func (*LivenessRequest) ProtoReflect ¶
func (x *LivenessRequest) ProtoReflect() protoreflect.Message
func (*LivenessRequest) Reset ¶
func (x *LivenessRequest) Reset()
func (*LivenessRequest) String ¶
func (x *LivenessRequest) String() string
type LivenessResponse ¶
type LivenessResponse struct { // HealthCheckResponse message HealthCheckResponse *v1beta.HealthCheckResponse `protobuf:"bytes,1,opt,name=health_check_response,json=healthCheckResponse,proto3" json:"health_check_response,omitempty"` // contains filtered or unexported fields }
LivenessResponse represents a response for a service liveness status
func (*LivenessResponse) Descriptor
deprecated
func (*LivenessResponse) Descriptor() ([]byte, []int)
Deprecated: Use LivenessResponse.ProtoReflect.Descriptor instead.
func (*LivenessResponse) GetHealthCheckResponse ¶
func (x *LivenessResponse) GetHealthCheckResponse() *v1beta.HealthCheckResponse
func (*LivenessResponse) ProtoMessage ¶
func (*LivenessResponse) ProtoMessage()
func (*LivenessResponse) ProtoReflect ¶
func (x *LivenessResponse) ProtoReflect() protoreflect.Message
func (*LivenessResponse) Reset ¶
func (x *LivenessResponse) Reset()
func (*LivenessResponse) String ¶
func (x *LivenessResponse) String() string
type LookUpOrganizationAdminRequest ¶
type LookUpOrganizationAdminRequest struct { // View allows clients to specify the desired resource view in the response. View *View `protobuf:"varint,2,opt,name=view,proto3,enum=core.mgmt.v1beta.View,oneof" json:"view,omitempty"` // Organization UID OrganizationUid string `protobuf:"bytes,3,opt,name=organization_uid,json=organizationUid,proto3" json:"organization_uid,omitempty"` // contains filtered or unexported fields }
LookUpOrganizationAdminRequest represents a request to query a organization via permalink by admin
func (*LookUpOrganizationAdminRequest) Descriptor
deprecated
func (*LookUpOrganizationAdminRequest) Descriptor() ([]byte, []int)
Deprecated: Use LookUpOrganizationAdminRequest.ProtoReflect.Descriptor instead.
func (*LookUpOrganizationAdminRequest) GetOrganizationUid ¶
func (x *LookUpOrganizationAdminRequest) GetOrganizationUid() string
func (*LookUpOrganizationAdminRequest) GetView ¶
func (x *LookUpOrganizationAdminRequest) GetView() View
func (*LookUpOrganizationAdminRequest) ProtoMessage ¶
func (*LookUpOrganizationAdminRequest) ProtoMessage()
func (*LookUpOrganizationAdminRequest) ProtoReflect ¶
func (x *LookUpOrganizationAdminRequest) ProtoReflect() protoreflect.Message
func (*LookUpOrganizationAdminRequest) Reset ¶
func (x *LookUpOrganizationAdminRequest) Reset()
func (*LookUpOrganizationAdminRequest) String ¶
func (x *LookUpOrganizationAdminRequest) String() string
type LookUpOrganizationAdminResponse ¶
type LookUpOrganizationAdminResponse struct { // A organization resource Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` // contains filtered or unexported fields }
LookUpOrganizationAdminResponse represents a response for a organization resource by admin
func (*LookUpOrganizationAdminResponse) Descriptor
deprecated
func (*LookUpOrganizationAdminResponse) Descriptor() ([]byte, []int)
Deprecated: Use LookUpOrganizationAdminResponse.ProtoReflect.Descriptor instead.
func (*LookUpOrganizationAdminResponse) GetOrganization ¶
func (x *LookUpOrganizationAdminResponse) GetOrganization() *Organization
func (*LookUpOrganizationAdminResponse) ProtoMessage ¶
func (*LookUpOrganizationAdminResponse) ProtoMessage()
func (*LookUpOrganizationAdminResponse) ProtoReflect ¶
func (x *LookUpOrganizationAdminResponse) ProtoReflect() protoreflect.Message
func (*LookUpOrganizationAdminResponse) Reset ¶
func (x *LookUpOrganizationAdminResponse) Reset()
func (*LookUpOrganizationAdminResponse) String ¶
func (x *LookUpOrganizationAdminResponse) String() string
type LookUpUserAdminRequest ¶
type LookUpUserAdminRequest struct { // View allows clients to specify the desired resource view in the response. View *View `protobuf:"varint,2,opt,name=view,proto3,enum=core.mgmt.v1beta.View,oneof" json:"view,omitempty"` // User UUID UserUid string `protobuf:"bytes,3,opt,name=user_uid,json=userUid,proto3" json:"user_uid,omitempty"` // contains filtered or unexported fields }
LookUpUserAdminRequest represents a request to query a user via permalink by admin
func (*LookUpUserAdminRequest) Descriptor
deprecated
func (*LookUpUserAdminRequest) Descriptor() ([]byte, []int)
Deprecated: Use LookUpUserAdminRequest.ProtoReflect.Descriptor instead.
func (*LookUpUserAdminRequest) GetUserUid ¶
func (x *LookUpUserAdminRequest) GetUserUid() string
func (*LookUpUserAdminRequest) GetView ¶
func (x *LookUpUserAdminRequest) GetView() View
func (*LookUpUserAdminRequest) ProtoMessage ¶
func (*LookUpUserAdminRequest) ProtoMessage()
func (*LookUpUserAdminRequest) ProtoReflect ¶
func (x *LookUpUserAdminRequest) ProtoReflect() protoreflect.Message
func (*LookUpUserAdminRequest) Reset ¶
func (x *LookUpUserAdminRequest) Reset()
func (*LookUpUserAdminRequest) String ¶
func (x *LookUpUserAdminRequest) String() string
type LookUpUserAdminResponse ¶
type LookUpUserAdminResponse struct { // A user resource User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
LookUpUserAdminResponse represents a response for a user resource by admin
func (*LookUpUserAdminResponse) Descriptor
deprecated
func (*LookUpUserAdminResponse) Descriptor() ([]byte, []int)
Deprecated: Use LookUpUserAdminResponse.ProtoReflect.Descriptor instead.
func (*LookUpUserAdminResponse) GetUser ¶
func (x *LookUpUserAdminResponse) GetUser() *User
func (*LookUpUserAdminResponse) ProtoMessage ¶
func (*LookUpUserAdminResponse) ProtoMessage()
func (*LookUpUserAdminResponse) ProtoReflect ¶
func (x *LookUpUserAdminResponse) ProtoReflect() protoreflect.Message
func (*LookUpUserAdminResponse) Reset ¶
func (x *LookUpUserAdminResponse) Reset()
func (*LookUpUserAdminResponse) String ¶
func (x *LookUpUserAdminResponse) String() string
type MembershipState ¶
type MembershipState int32
MembershipState describes the state of a user membership to an organization.
const ( // Unspecified. MembershipState_MEMBERSHIP_STATE_UNSPECIFIED MembershipState = 0 // Active. MembershipState_MEMBERSHIP_STATE_ACTIVE MembershipState = 1 // Pending, i.e., a request has been sent to the user to join an // organization. MembershipState_MEMBERSHIP_STATE_PENDING MembershipState = 2 )
func (MembershipState) Descriptor ¶
func (MembershipState) Descriptor() protoreflect.EnumDescriptor
func (MembershipState) Enum ¶
func (x MembershipState) Enum() *MembershipState
func (MembershipState) EnumDescriptor
deprecated
func (MembershipState) EnumDescriptor() ([]byte, []int)
Deprecated: Use MembershipState.Descriptor instead.
func (MembershipState) Number ¶
func (x MembershipState) Number() protoreflect.EnumNumber
func (MembershipState) String ¶
func (x MembershipState) String() string
func (MembershipState) Type ¶
func (MembershipState) Type() protoreflect.EnumType
type MgmtPrivateServiceClient ¶
type MgmtPrivateServiceClient interface { // ListUsersAdmin method receives a ListUsersAdminRequest message and returns // a ListUsersAdminResponse message. ListUsersAdmin(ctx context.Context, in *ListUsersAdminRequest, opts ...grpc.CallOption) (*ListUsersAdminResponse, error) // GetUserAdmin method receives a GetUserAdminRequest message and returns // a GetUserAdminResponse message. GetUserAdmin(ctx context.Context, in *GetUserAdminRequest, opts ...grpc.CallOption) (*GetUserAdminResponse, error) // LookUpUserAdmin method receives a LookUpUserAdminRequest message and // returns a LookUpUserAdminResponse LookUpUserAdmin(ctx context.Context, in *LookUpUserAdminRequest, opts ...grpc.CallOption) (*LookUpUserAdminResponse, error) // ListOrganizationsAdmin method receives a ListOrganizationsAdminRequest message and returns // a ListOrganizationsAdminResponse message. ListOrganizationsAdmin(ctx context.Context, in *ListOrganizationsAdminRequest, opts ...grpc.CallOption) (*ListOrganizationsAdminResponse, error) // GetOrganizationAdmin method receives a GetOrganizationAdminRequest message and returns // a GetOrganizationAdminResponse message. GetOrganizationAdmin(ctx context.Context, in *GetOrganizationAdminRequest, opts ...grpc.CallOption) (*GetOrganizationAdminResponse, error) // LookUpOrganizationAdmin method receives a LookUpOrganizationAdminRequest message and // returns a LookUpOrganizationAdminResponse LookUpOrganizationAdmin(ctx context.Context, in *LookUpOrganizationAdminRequest, opts ...grpc.CallOption) (*LookUpOrganizationAdminResponse, error) // GetUserSubscriptionAdmin GetUserSubscriptionAdmin(ctx context.Context, in *GetUserSubscriptionAdminRequest, opts ...grpc.CallOption) (*GetUserSubscriptionAdminResponse, error) // GetOrganizationSubscriptionAdmin GetOrganizationSubscriptionAdmin(ctx context.Context, in *GetOrganizationSubscriptionAdminRequest, opts ...grpc.CallOption) (*GetOrganizationSubscriptionAdminResponse, error) // Subtract Instill Credit from a user or organization account. // // This endpoint subtracts the specified amount of Instill Credit from an // account. This is intended for processes on Instill Cloud that consume // credit, such as the execution of pre-configured connectors. // Note that if the remaining credit in the account is less than the // requested amount, it will be subtracted anyways, leaving the account // credit at zero. A ResourceExhausted error will be returned in this case. // // On Instill Core, this endpoint will return an Unimplemented status. SubtractCreditAdmin(ctx context.Context, in *SubtractCreditAdminRequest, opts ...grpc.CallOption) (*SubtractCreditAdminResponse, error) // Get the remaining Instill Credit by owner UID // // This endpoint fetches the remaining unexpired credit of a user or // organization, referenced by UID. // // On Instill Core, this endpoint will return a 404 Not Found status. GetRemainingCreditAdmin(ctx context.Context, in *GetRemainingCreditAdminRequest, opts ...grpc.CallOption) (*GetRemainingCreditAdminResponse, error) // Check if a namespace is in use // // Returns the availability of a namespace or, alternatively, the type of // resource that is using it. CheckNamespaceAdmin(ctx context.Context, in *CheckNamespaceAdminRequest, opts ...grpc.CallOption) (*CheckNamespaceAdminResponse, error) // Check if a namespace is in use by UID // // Returns the availability of a namespace or, alternatively, the type of // resource that is using it. CheckNamespaceByUIDAdmin(ctx context.Context, in *CheckNamespaceByUIDAdminRequest, opts ...grpc.CallOption) (*CheckNamespaceByUIDAdminResponse, error) }
MgmtPrivateServiceClient is the client API for MgmtPrivateService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewMgmtPrivateServiceClient ¶
func NewMgmtPrivateServiceClient(cc grpc.ClientConnInterface) MgmtPrivateServiceClient
type MgmtPrivateServiceServer ¶
type MgmtPrivateServiceServer interface { // ListUsersAdmin method receives a ListUsersAdminRequest message and returns // a ListUsersAdminResponse message. ListUsersAdmin(context.Context, *ListUsersAdminRequest) (*ListUsersAdminResponse, error) // GetUserAdmin method receives a GetUserAdminRequest message and returns // a GetUserAdminResponse message. GetUserAdmin(context.Context, *GetUserAdminRequest) (*GetUserAdminResponse, error) // LookUpUserAdmin method receives a LookUpUserAdminRequest message and // returns a LookUpUserAdminResponse LookUpUserAdmin(context.Context, *LookUpUserAdminRequest) (*LookUpUserAdminResponse, error) // ListOrganizationsAdmin method receives a ListOrganizationsAdminRequest message and returns // a ListOrganizationsAdminResponse message. ListOrganizationsAdmin(context.Context, *ListOrganizationsAdminRequest) (*ListOrganizationsAdminResponse, error) // GetOrganizationAdmin method receives a GetOrganizationAdminRequest message and returns // a GetOrganizationAdminResponse message. GetOrganizationAdmin(context.Context, *GetOrganizationAdminRequest) (*GetOrganizationAdminResponse, error) // LookUpOrganizationAdmin method receives a LookUpOrganizationAdminRequest message and // returns a LookUpOrganizationAdminResponse LookUpOrganizationAdmin(context.Context, *LookUpOrganizationAdminRequest) (*LookUpOrganizationAdminResponse, error) // GetUserSubscriptionAdmin GetUserSubscriptionAdmin(context.Context, *GetUserSubscriptionAdminRequest) (*GetUserSubscriptionAdminResponse, error) // GetOrganizationSubscriptionAdmin GetOrganizationSubscriptionAdmin(context.Context, *GetOrganizationSubscriptionAdminRequest) (*GetOrganizationSubscriptionAdminResponse, error) // Subtract Instill Credit from a user or organization account. // // This endpoint subtracts the specified amount of Instill Credit from an // account. This is intended for processes on Instill Cloud that consume // credit, such as the execution of pre-configured connectors. // Note that if the remaining credit in the account is less than the // requested amount, it will be subtracted anyways, leaving the account // credit at zero. A ResourceExhausted error will be returned in this case. // // On Instill Core, this endpoint will return an Unimplemented status. SubtractCreditAdmin(context.Context, *SubtractCreditAdminRequest) (*SubtractCreditAdminResponse, error) // Get the remaining Instill Credit by owner UID // // This endpoint fetches the remaining unexpired credit of a user or // organization, referenced by UID. // // On Instill Core, this endpoint will return a 404 Not Found status. GetRemainingCreditAdmin(context.Context, *GetRemainingCreditAdminRequest) (*GetRemainingCreditAdminResponse, error) // Check if a namespace is in use // // Returns the availability of a namespace or, alternatively, the type of // resource that is using it. CheckNamespaceAdmin(context.Context, *CheckNamespaceAdminRequest) (*CheckNamespaceAdminResponse, error) // Check if a namespace is in use by UID // // Returns the availability of a namespace or, alternatively, the type of // resource that is using it. CheckNamespaceByUIDAdmin(context.Context, *CheckNamespaceByUIDAdminRequest) (*CheckNamespaceByUIDAdminResponse, error) }
MgmtPrivateServiceServer is the server API for MgmtPrivateService service. All implementations should embed UnimplementedMgmtPrivateServiceServer for forward compatibility
type MgmtPublicServiceClient ¶
type MgmtPublicServiceClient interface { // Check if the MGMT server is alive // // See https://github.com/grpc/grpc/blob/master/doc/health-checking.md. Liveness(ctx context.Context, in *LivenessRequest, opts ...grpc.CallOption) (*LivenessResponse, error) // Check if the pipeline server is ready // // See https://github.com/grpc/grpc/blob/master/doc/health-checking.md Readiness(ctx context.Context, in *ReadinessRequest, opts ...grpc.CallOption) (*ReadinessResponse, error) // Get the authenticated user // // Returns the details of the authenticated user. GetAuthenticatedUser(ctx context.Context, in *GetAuthenticatedUserRequest, opts ...grpc.CallOption) (*GetAuthenticatedUserResponse, error) // Update the authenticated user // // Updates the information of the authenticated user. // // In REST requests, only the supplied user fields will be taken into account // when updating the resource. PatchAuthenticatedUser(ctx context.Context, in *PatchAuthenticatedUserRequest, opts ...grpc.CallOption) (*PatchAuthenticatedUserResponse, error) // List users // // Returns a paginated list of users. ListUsers(ctx context.Context, in *ListUsersRequest, opts ...grpc.CallOption) (*ListUsersResponse, error) // Get a user // // Returns the details of a user by their ID. GetUser(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption) (*GetUserResponse, error) // Create an organization // // Creates an organization. CreateOrganization(ctx context.Context, in *CreateOrganizationRequest, opts ...grpc.CallOption) (*CreateOrganizationResponse, error) // List organizations // // Returns a paginated list of organizations. ListOrganizations(ctx context.Context, in *ListOrganizationsRequest, opts ...grpc.CallOption) (*ListOrganizationsResponse, error) // Get an organization // // Returns the organization details by its ID. GetOrganization(ctx context.Context, in *GetOrganizationRequest, opts ...grpc.CallOption) (*GetOrganizationResponse, error) // Update an organization // // Accesses and updates an organization by ID. // // In REST requests, only the supplied organization fields will be taken into // account when updating the resource. UpdateOrganization(ctx context.Context, in *UpdateOrganizationRequest, opts ...grpc.CallOption) (*UpdateOrganizationResponse, error) // Delete an organization // // Accesses and deletes an organization by ID. DeleteOrganization(ctx context.Context, in *DeleteOrganizationRequest, opts ...grpc.CallOption) (*DeleteOrganizationResponse, error) // List user memberships // // Returns the memberships of a user. ListUserMemberships(ctx context.Context, in *ListUserMembershipsRequest, opts ...grpc.CallOption) (*ListUserMembershipsResponse, error) // Get a user membership // // Returns the details of the relationship between a user and an // organization. The authenticated must match the membership parent. GetUserMembership(ctx context.Context, in *GetUserMembershipRequest, opts ...grpc.CallOption) (*GetUserMembershipResponse, error) // Update a user membership // // Accesses and updates a user membership by parent and membership IDs. UpdateUserMembership(ctx context.Context, in *UpdateUserMembershipRequest, opts ...grpc.CallOption) (*UpdateUserMembershipResponse, error) // Delete a user membership // // Accesses and deletes a user membership by parent and membership IDs. DeleteUserMembership(ctx context.Context, in *DeleteUserMembershipRequest, opts ...grpc.CallOption) (*DeleteUserMembershipResponse, error) // List organization memberships // // Returns a paginated list of the user memberships in an organization. ListOrganizationMemberships(ctx context.Context, in *ListOrganizationMembershipsRequest, opts ...grpc.CallOption) (*ListOrganizationMembershipsResponse, error) // Get a an organization membership // // Returns the details of a user membership within an organization. GetOrganizationMembership(ctx context.Context, in *GetOrganizationMembershipRequest, opts ...grpc.CallOption) (*GetOrganizationMembershipResponse, error) // Uppdate an organization membership // // Updates a user membership within an organization. UpdateOrganizationMembership(ctx context.Context, in *UpdateOrganizationMembershipRequest, opts ...grpc.CallOption) (*UpdateOrganizationMembershipResponse, error) // Delete an organization membership // // Deletes a user membership within an organization. DeleteOrganizationMembership(ctx context.Context, in *DeleteOrganizationMembershipRequest, opts ...grpc.CallOption) (*DeleteOrganizationMembershipResponse, error) // Get the subscription of the authenticated user // // Returns the subscription details of the authenticated user. GetAuthenticatedUserSubscription(ctx context.Context, in *GetAuthenticatedUserSubscriptionRequest, opts ...grpc.CallOption) (*GetAuthenticatedUserSubscriptionResponse, error) // Get the subscription of an organization // // Returns the subscription details of an organization. GetOrganizationSubscription(ctx context.Context, in *GetOrganizationSubscriptionRequest, opts ...grpc.CallOption) (*GetOrganizationSubscriptionResponse, error) // Create an API token // // Creates an API token for the authenticated user. CreateToken(ctx context.Context, in *CreateTokenRequest, opts ...grpc.CallOption) (*CreateTokenResponse, error) // List API tokens // // Returns a paginated list of the API tokens of the authenticated user. ListTokens(ctx context.Context, in *ListTokensRequest, opts ...grpc.CallOption) (*ListTokensResponse, error) // Get an API token // // Returns the details of an API token. GetToken(ctx context.Context, in *GetTokenRequest, opts ...grpc.CallOption) (*GetTokenResponse, error) // Delete an API token // // Deletes an API token. DeleteToken(ctx context.Context, in *DeleteTokenRequest, opts ...grpc.CallOption) (*DeleteTokenResponse, error) // Validate an API token // // Validates an API token. ValidateToken(ctx context.Context, in *ValidateTokenRequest, opts ...grpc.CallOption) (*ValidateTokenResponse, error) // Get the remaining Instill Credit // // This endpoint returns the remaining [Instill Credit](https://www.instill.tech/docs/vdp/credit) of a given user or // organization. The requested credit owner must be either the authenticated // user or an organization they belong to. // // On Instill Core, this endpoint will return a 404 Not Found status. GetRemainingCredit(ctx context.Context, in *GetRemainingCreditRequest, opts ...grpc.CallOption) (*GetRemainingCreditResponse, error) // Check if a namespace is in use // // Returns the availability of a namespace or, alternatively, the type of // resource that is using it. CheckNamespace(ctx context.Context, in *CheckNamespaceRequest, opts ...grpc.CallOption) (*CheckNamespaceResponse, error) // Get pipeline trigger count // // Returns the pipeline trigger count of a given requester within a timespan. // Results are grouped by trigger status. GetPipelineTriggerCount(ctx context.Context, in *GetPipelineTriggerCountRequest, opts ...grpc.CallOption) (*GetPipelineTriggerCountResponse, error) // Get model trigger count // // Returns the model trigger count of a given requester within a timespan. // Results are grouped by trigger status. GetModelTriggerCount(ctx context.Context, in *GetModelTriggerCountRequest, opts ...grpc.CallOption) (*GetModelTriggerCountResponse, error) // List pipeline trigger time charts // // Returns a timeline of pipline trigger counts for a given requester. The // response will contain one set of records (datapoints), representing the // amount of triggers in a time bucket. ListPipelineTriggerChartRecords(ctx context.Context, in *ListPipelineTriggerChartRecordsRequest, opts ...grpc.CallOption) (*ListPipelineTriggerChartRecordsResponse, error) // List model trigger time charts // // Returns a timeline of model trigger counts for a given requester. The // response will contain one set of records (datapoints), representing the // amount of triggers in a time bucket. ListModelTriggerChartRecords(ctx context.Context, in *ListModelTriggerChartRecordsRequest, opts ...grpc.CallOption) (*ListModelTriggerChartRecordsResponse, error) // List Instill Credit consumption time charts // // Returns a timeline of Instill Credit consumption for a given owner. The // response will contain one set of records (datapoints) per consumption // source (e.g. "pipeline", "model"). Each datapoint represents the amount // consumed in a time bucket. // // This endpoint is only exposed on Instill Cloud. ListCreditConsumptionChartRecords(ctx context.Context, in *ListCreditConsumptionChartRecordsRequest, opts ...grpc.CallOption) (*ListCreditConsumptionChartRecordsResponse, error) // Get Auth token issuer // // Returns the auth token issuer details. This operation requires admin permissions. AuthTokenIssuer(ctx context.Context, in *AuthTokenIssuerRequest, opts ...grpc.CallOption) (*AuthTokenIssuerResponse, error) // Log in a user // // Authenticates a user and returns an access token. AuthLogin(ctx context.Context, in *AuthLoginRequest, opts ...grpc.CallOption) (*AuthLoginResponse, error) // Log out a user // // Logs out an authenticated user. AuthLogout(ctx context.Context, in *AuthLogoutRequest, opts ...grpc.CallOption) (*AuthLogoutResponse, error) // Change password // // Updates the password of a user. AuthChangePassword(ctx context.Context, in *AuthChangePasswordRequest, opts ...grpc.CallOption) (*AuthChangePasswordResponse, error) // Validate an access token // // Checks the validity of an access token. AuthValidateAccessToken(ctx context.Context, in *AuthValidateAccessTokenRequest, opts ...grpc.CallOption) (*AuthValidateAccessTokenResponse, error) // Deprecated: Do not use. // List pipeline triggers // // Returns a paginated list of pipeline executions. // NOTE: This method is deprecated and will be retired soon. ListPipelineTriggerRecords(ctx context.Context, in *ListPipelineTriggerRecordsRequest, opts ...grpc.CallOption) (*ListPipelineTriggerRecordsResponse, error) // Deprecated: Do not use. // List pipeline trigger metrics // // Returns a paginated list of pipeline executions aggregated by pipeline ID. // NOTE: This method is deprecated and will be retired soon. ListPipelineTriggerTableRecords(ctx context.Context, in *ListPipelineTriggerTableRecordsRequest, opts ...grpc.CallOption) (*ListPipelineTriggerTableRecordsResponse, error) // Deprecated: Do not use. // List pipeline trigger time charts // // Returns a timeline of pipline trigger counts for the pipelines of a given // owner. // NOTE: This method will soon be retired and replaced by // ListPipelineTriggerchartRecords. ListPipelineTriggerChartRecordsV0(ctx context.Context, in *ListPipelineTriggerChartRecordsV0Request, opts ...grpc.CallOption) (*ListPipelineTriggerChartRecordsV0Response, error) }
MgmtPublicServiceClient is the client API for MgmtPublicService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewMgmtPublicServiceClient ¶
func NewMgmtPublicServiceClient(cc grpc.ClientConnInterface) MgmtPublicServiceClient
type MgmtPublicServiceServer ¶
type MgmtPublicServiceServer interface { // Check if the MGMT server is alive // // See https://github.com/grpc/grpc/blob/master/doc/health-checking.md. Liveness(context.Context, *LivenessRequest) (*LivenessResponse, error) // Check if the pipeline server is ready // // See https://github.com/grpc/grpc/blob/master/doc/health-checking.md Readiness(context.Context, *ReadinessRequest) (*ReadinessResponse, error) // Get the authenticated user // // Returns the details of the authenticated user. GetAuthenticatedUser(context.Context, *GetAuthenticatedUserRequest) (*GetAuthenticatedUserResponse, error) // Update the authenticated user // // Updates the information of the authenticated user. // // In REST requests, only the supplied user fields will be taken into account // when updating the resource. PatchAuthenticatedUser(context.Context, *PatchAuthenticatedUserRequest) (*PatchAuthenticatedUserResponse, error) // List users // // Returns a paginated list of users. ListUsers(context.Context, *ListUsersRequest) (*ListUsersResponse, error) // Get a user // // Returns the details of a user by their ID. GetUser(context.Context, *GetUserRequest) (*GetUserResponse, error) // Create an organization // // Creates an organization. CreateOrganization(context.Context, *CreateOrganizationRequest) (*CreateOrganizationResponse, error) // List organizations // // Returns a paginated list of organizations. ListOrganizations(context.Context, *ListOrganizationsRequest) (*ListOrganizationsResponse, error) // Get an organization // // Returns the organization details by its ID. GetOrganization(context.Context, *GetOrganizationRequest) (*GetOrganizationResponse, error) // Update an organization // // Accesses and updates an organization by ID. // // In REST requests, only the supplied organization fields will be taken into // account when updating the resource. UpdateOrganization(context.Context, *UpdateOrganizationRequest) (*UpdateOrganizationResponse, error) // Delete an organization // // Accesses and deletes an organization by ID. DeleteOrganization(context.Context, *DeleteOrganizationRequest) (*DeleteOrganizationResponse, error) // List user memberships // // Returns the memberships of a user. ListUserMemberships(context.Context, *ListUserMembershipsRequest) (*ListUserMembershipsResponse, error) // Get a user membership // // Returns the details of the relationship between a user and an // organization. The authenticated must match the membership parent. GetUserMembership(context.Context, *GetUserMembershipRequest) (*GetUserMembershipResponse, error) // Update a user membership // // Accesses and updates a user membership by parent and membership IDs. UpdateUserMembership(context.Context, *UpdateUserMembershipRequest) (*UpdateUserMembershipResponse, error) // Delete a user membership // // Accesses and deletes a user membership by parent and membership IDs. DeleteUserMembership(context.Context, *DeleteUserMembershipRequest) (*DeleteUserMembershipResponse, error) // List organization memberships // // Returns a paginated list of the user memberships in an organization. ListOrganizationMemberships(context.Context, *ListOrganizationMembershipsRequest) (*ListOrganizationMembershipsResponse, error) // Get a an organization membership // // Returns the details of a user membership within an organization. GetOrganizationMembership(context.Context, *GetOrganizationMembershipRequest) (*GetOrganizationMembershipResponse, error) // Uppdate an organization membership // // Updates a user membership within an organization. UpdateOrganizationMembership(context.Context, *UpdateOrganizationMembershipRequest) (*UpdateOrganizationMembershipResponse, error) // Delete an organization membership // // Deletes a user membership within an organization. DeleteOrganizationMembership(context.Context, *DeleteOrganizationMembershipRequest) (*DeleteOrganizationMembershipResponse, error) // Get the subscription of the authenticated user // // Returns the subscription details of the authenticated user. GetAuthenticatedUserSubscription(context.Context, *GetAuthenticatedUserSubscriptionRequest) (*GetAuthenticatedUserSubscriptionResponse, error) // Get the subscription of an organization // // Returns the subscription details of an organization. GetOrganizationSubscription(context.Context, *GetOrganizationSubscriptionRequest) (*GetOrganizationSubscriptionResponse, error) // Create an API token // // Creates an API token for the authenticated user. CreateToken(context.Context, *CreateTokenRequest) (*CreateTokenResponse, error) // List API tokens // // Returns a paginated list of the API tokens of the authenticated user. ListTokens(context.Context, *ListTokensRequest) (*ListTokensResponse, error) // Get an API token // // Returns the details of an API token. GetToken(context.Context, *GetTokenRequest) (*GetTokenResponse, error) // Delete an API token // // Deletes an API token. DeleteToken(context.Context, *DeleteTokenRequest) (*DeleteTokenResponse, error) // Validate an API token // // Validates an API token. ValidateToken(context.Context, *ValidateTokenRequest) (*ValidateTokenResponse, error) // Get the remaining Instill Credit // // This endpoint returns the remaining [Instill Credit](https://www.instill.tech/docs/vdp/credit) of a given user or // organization. The requested credit owner must be either the authenticated // user or an organization they belong to. // // On Instill Core, this endpoint will return a 404 Not Found status. GetRemainingCredit(context.Context, *GetRemainingCreditRequest) (*GetRemainingCreditResponse, error) // Check if a namespace is in use // // Returns the availability of a namespace or, alternatively, the type of // resource that is using it. CheckNamespace(context.Context, *CheckNamespaceRequest) (*CheckNamespaceResponse, error) // Get pipeline trigger count // // Returns the pipeline trigger count of a given requester within a timespan. // Results are grouped by trigger status. GetPipelineTriggerCount(context.Context, *GetPipelineTriggerCountRequest) (*GetPipelineTriggerCountResponse, error) // Get model trigger count // // Returns the model trigger count of a given requester within a timespan. // Results are grouped by trigger status. GetModelTriggerCount(context.Context, *GetModelTriggerCountRequest) (*GetModelTriggerCountResponse, error) // List pipeline trigger time charts // // Returns a timeline of pipline trigger counts for a given requester. The // response will contain one set of records (datapoints), representing the // amount of triggers in a time bucket. ListPipelineTriggerChartRecords(context.Context, *ListPipelineTriggerChartRecordsRequest) (*ListPipelineTriggerChartRecordsResponse, error) // List model trigger time charts // // Returns a timeline of model trigger counts for a given requester. The // response will contain one set of records (datapoints), representing the // amount of triggers in a time bucket. ListModelTriggerChartRecords(context.Context, *ListModelTriggerChartRecordsRequest) (*ListModelTriggerChartRecordsResponse, error) // List Instill Credit consumption time charts // // Returns a timeline of Instill Credit consumption for a given owner. The // response will contain one set of records (datapoints) per consumption // source (e.g. "pipeline", "model"). Each datapoint represents the amount // consumed in a time bucket. // // This endpoint is only exposed on Instill Cloud. ListCreditConsumptionChartRecords(context.Context, *ListCreditConsumptionChartRecordsRequest) (*ListCreditConsumptionChartRecordsResponse, error) // Get Auth token issuer // // Returns the auth token issuer details. This operation requires admin permissions. AuthTokenIssuer(context.Context, *AuthTokenIssuerRequest) (*AuthTokenIssuerResponse, error) // Log in a user // // Authenticates a user and returns an access token. AuthLogin(context.Context, *AuthLoginRequest) (*AuthLoginResponse, error) // Log out a user // // Logs out an authenticated user. AuthLogout(context.Context, *AuthLogoutRequest) (*AuthLogoutResponse, error) // Change password // // Updates the password of a user. AuthChangePassword(context.Context, *AuthChangePasswordRequest) (*AuthChangePasswordResponse, error) // Validate an access token // // Checks the validity of an access token. AuthValidateAccessToken(context.Context, *AuthValidateAccessTokenRequest) (*AuthValidateAccessTokenResponse, error) // Deprecated: Do not use. // List pipeline triggers // // Returns a paginated list of pipeline executions. // NOTE: This method is deprecated and will be retired soon. ListPipelineTriggerRecords(context.Context, *ListPipelineTriggerRecordsRequest) (*ListPipelineTriggerRecordsResponse, error) // Deprecated: Do not use. // List pipeline trigger metrics // // Returns a paginated list of pipeline executions aggregated by pipeline ID. // NOTE: This method is deprecated and will be retired soon. ListPipelineTriggerTableRecords(context.Context, *ListPipelineTriggerTableRecordsRequest) (*ListPipelineTriggerTableRecordsResponse, error) // Deprecated: Do not use. // List pipeline trigger time charts // // Returns a timeline of pipline trigger counts for the pipelines of a given // owner. // NOTE: This method will soon be retired and replaced by // ListPipelineTriggerchartRecords. ListPipelineTriggerChartRecordsV0(context.Context, *ListPipelineTriggerChartRecordsV0Request) (*ListPipelineTriggerChartRecordsV0Response, error) }
MgmtPublicServiceServer is the server API for MgmtPublicService service. All implementations should embed UnimplementedMgmtPublicServiceServer for forward compatibility
type Mode ¶
type Mode int32
Mode describes the execution mode of the pipeline (sync or async).
func (Mode) Descriptor ¶
func (Mode) Descriptor() protoreflect.EnumDescriptor
func (Mode) EnumDescriptor
deprecated
func (Mode) Number ¶
func (x Mode) Number() protoreflect.EnumNumber
func (Mode) Type ¶
func (Mode) Type() protoreflect.EnumType
type ModelTriggerChartRecord ¶
type ModelTriggerChartRecord struct { // This field will be present present when the information is grouped by model. ModelId *string `protobuf:"bytes,1,opt,name=model_id,json=modelId,proto3,oneof" json:"model_id,omitempty"` // Time buckets. TimeBuckets []*timestamppb.Timestamp `protobuf:"bytes,2,rep,name=time_buckets,json=timeBuckets,proto3" json:"time_buckets,omitempty"` // Aggregated trigger count in each time bucket. TriggerCounts []int32 `protobuf:"varint,3,rep,packed,name=trigger_counts,json=triggerCounts,proto3" json:"trigger_counts,omitempty"` // The ID of the namespace that requested the model triggers. RequesterId string `protobuf:"bytes,4,opt,name=requester_id,json=requesterId,proto3" json:"requester_id,omitempty"` // contains filtered or unexported fields }
ModelTriggerChartRecord represents a timeline of model triggers. It contains a collection of (timestamp, count) pairs that represent the total model triggers in a given time bucket.
func (*ModelTriggerChartRecord) Descriptor
deprecated
func (*ModelTriggerChartRecord) Descriptor() ([]byte, []int)
Deprecated: Use ModelTriggerChartRecord.ProtoReflect.Descriptor instead.
func (*ModelTriggerChartRecord) GetModelId ¶
func (x *ModelTriggerChartRecord) GetModelId() string
func (*ModelTriggerChartRecord) GetRequesterId ¶
func (x *ModelTriggerChartRecord) GetRequesterId() string
func (*ModelTriggerChartRecord) GetTimeBuckets ¶
func (x *ModelTriggerChartRecord) GetTimeBuckets() []*timestamppb.Timestamp
func (*ModelTriggerChartRecord) GetTriggerCounts ¶
func (x *ModelTriggerChartRecord) GetTriggerCounts() []int32
func (*ModelTriggerChartRecord) ProtoMessage ¶
func (*ModelTriggerChartRecord) ProtoMessage()
func (*ModelTriggerChartRecord) ProtoReflect ¶
func (x *ModelTriggerChartRecord) ProtoReflect() protoreflect.Message
func (*ModelTriggerChartRecord) Reset ¶
func (x *ModelTriggerChartRecord) Reset()
func (*ModelTriggerChartRecord) String ¶
func (x *ModelTriggerChartRecord) String() string
type OnboardingStatus ¶
type OnboardingStatus int32
OnboardingStatus describes the status of the user onboarding process.
const ( // Unspecified. OnboardingStatus_ONBOARDING_STATUS_UNSPECIFIED OnboardingStatus = 0 // In progress, i.e., the user has initiated the onboarding process // but has not yet completed it. OnboardingStatus_ONBOARDING_STATUS_IN_PROGRESS OnboardingStatus = 1 // Completed. OnboardingStatus_ONBOARDING_STATUS_COMPLETED OnboardingStatus = 2 )
func (OnboardingStatus) Descriptor ¶
func (OnboardingStatus) Descriptor() protoreflect.EnumDescriptor
func (OnboardingStatus) Enum ¶
func (x OnboardingStatus) Enum() *OnboardingStatus
func (OnboardingStatus) EnumDescriptor
deprecated
func (OnboardingStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use OnboardingStatus.Descriptor instead.
func (OnboardingStatus) Number ¶
func (x OnboardingStatus) Number() protoreflect.EnumNumber
func (OnboardingStatus) String ¶
func (x OnboardingStatus) String() string
func (OnboardingStatus) Type ¶
func (OnboardingStatus) Type() protoreflect.EnumType
type Organization ¶
type Organization struct { // The name of the organization, defined by its ID. // - Format: `organization/{organization.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Organization UUID. Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"` // Resource ID (used in `name` as the last segment). This conforms to // RFC-1034, which restricts to letters, numbers, and hyphen, with the first // character a letter, the last a letter or a number, and a 63 character // maximum. // // Note that the ID can be updated. Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` // Creation time. CreateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Update time. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // The user that owns the organization. Owner *User `protobuf:"bytes,11,opt,name=owner,proto3" json:"owner,omitempty"` // Profile. Profile *OrganizationProfile `protobuf:"bytes,12,opt,name=profile,proto3" json:"profile,omitempty"` // Permission Permission *Permission `protobuf:"bytes,13,opt,name=permission,proto3" json:"permission,omitempty"` // contains filtered or unexported fields }
Organizations group several users. As entities, they can own resources such as pipelines or releases.
func (*Organization) Descriptor
deprecated
func (*Organization) Descriptor() ([]byte, []int)
Deprecated: Use Organization.ProtoReflect.Descriptor instead.
func (*Organization) GetCreateTime ¶
func (x *Organization) GetCreateTime() *timestamppb.Timestamp
func (*Organization) GetId ¶
func (x *Organization) GetId() string
func (*Organization) GetName ¶
func (x *Organization) GetName() string
func (*Organization) GetOwner ¶
func (x *Organization) GetOwner() *User
func (*Organization) GetPermission ¶
func (x *Organization) GetPermission() *Permission
func (*Organization) GetProfile ¶
func (x *Organization) GetProfile() *OrganizationProfile
func (*Organization) GetUid ¶
func (x *Organization) GetUid() string
func (*Organization) GetUpdateTime ¶
func (x *Organization) GetUpdateTime() *timestamppb.Timestamp
func (*Organization) ProtoMessage ¶
func (*Organization) ProtoMessage()
func (*Organization) ProtoReflect ¶
func (x *Organization) ProtoReflect() protoreflect.Message
func (*Organization) Reset ¶
func (x *Organization) Reset()
func (*Organization) String ¶
func (x *Organization) String() string
type OrganizationMembership ¶
type OrganizationMembership struct { // The resource name of the membership, which allows its access by // organization and user ID. // - Format: `organizations/{organization.id}/memberships/{user.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Role of the user in the organization. Role string `protobuf:"bytes,3,opt,name=role,proto3" json:"role,omitempty"` // State of the membership. State MembershipState `protobuf:"varint,4,opt,name=state,proto3,enum=core.mgmt.v1beta.MembershipState" json:"state,omitempty"` // User information. User *User `protobuf:"bytes,5,opt,name=user,proto3" json:"user,omitempty"` // Organization information. Organization *Organization `protobuf:"bytes,6,opt,name=organization,proto3" json:"organization,omitempty"` // contains filtered or unexported fields }
An organization membership defines the relationship between an organization and a user that is attached to it.
func (*OrganizationMembership) Descriptor
deprecated
func (*OrganizationMembership) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationMembership.ProtoReflect.Descriptor instead.
func (*OrganizationMembership) GetName ¶
func (x *OrganizationMembership) GetName() string
func (*OrganizationMembership) GetOrganization ¶
func (x *OrganizationMembership) GetOrganization() *Organization
func (*OrganizationMembership) GetRole ¶
func (x *OrganizationMembership) GetRole() string
func (*OrganizationMembership) GetState ¶
func (x *OrganizationMembership) GetState() MembershipState
func (*OrganizationMembership) GetUser ¶
func (x *OrganizationMembership) GetUser() *User
func (*OrganizationMembership) ProtoMessage ¶
func (*OrganizationMembership) ProtoMessage()
func (*OrganizationMembership) ProtoReflect ¶
func (x *OrganizationMembership) ProtoReflect() protoreflect.Message
func (*OrganizationMembership) Reset ¶
func (x *OrganizationMembership) Reset()
func (*OrganizationMembership) String ¶
func (x *OrganizationMembership) String() string
type OrganizationProfile ¶
type OrganizationProfile struct { // Display name. DisplayName *string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3,oneof" json:"display_name,omitempty"` // Biography. Bio *string `protobuf:"bytes,2,opt,name=bio,proto3,oneof" json:"bio,omitempty"` // Avatar in base64 format. Avatar *string `protobuf:"bytes,3,opt,name=avatar,proto3,oneof" json:"avatar,omitempty"` // Public email. PublicEmail *string `protobuf:"bytes,4,opt,name=public_email,json=publicEmail,proto3,oneof" json:"public_email,omitempty"` // Social profile links list the links to the organization's social profiles. // The key represents the provider, and the value is the corresponding URL. SocialProfileLinks map[string]string `` /* 205-byte string literal not displayed */ // contains filtered or unexported fields }
OrganizationProfile describes the public data of an organization.
func (*OrganizationProfile) Descriptor
deprecated
func (*OrganizationProfile) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationProfile.ProtoReflect.Descriptor instead.
func (*OrganizationProfile) GetAvatar ¶
func (x *OrganizationProfile) GetAvatar() string
func (*OrganizationProfile) GetBio ¶
func (x *OrganizationProfile) GetBio() string
func (*OrganizationProfile) GetDisplayName ¶
func (x *OrganizationProfile) GetDisplayName() string
func (*OrganizationProfile) GetPublicEmail ¶
func (x *OrganizationProfile) GetPublicEmail() string
func (*OrganizationProfile) GetSocialProfileLinks ¶
func (x *OrganizationProfile) GetSocialProfileLinks() map[string]string
func (*OrganizationProfile) ProtoMessage ¶
func (*OrganizationProfile) ProtoMessage()
func (*OrganizationProfile) ProtoReflect ¶
func (x *OrganizationProfile) ProtoReflect() protoreflect.Message
func (*OrganizationProfile) Reset ¶
func (x *OrganizationProfile) Reset()
func (*OrganizationProfile) String ¶
func (x *OrganizationProfile) String() string
type OrganizationSubscription ¶
type OrganizationSubscription struct { // Plan identifier. Plan OrganizationSubscription_Plan `protobuf:"varint,1,opt,name=plan,proto3,enum=core.mgmt.v1beta.OrganizationSubscription_Plan" json:"plan,omitempty"` // Details of the associated Stripe subscription. Detail *StripeSubscriptionDetail `protobuf:"bytes,2,opt,name=detail,proto3" json:"detail,omitempty"` // Number of used seats within the organization subscription. UsedSeats int32 `protobuf:"varint,4,opt,name=used_seats,json=usedSeats,proto3" json:"used_seats,omitempty"` // contains filtered or unexported fields }
OrganizationSubscription details describe the plan (i.e., features) an organization has access to.
func (*OrganizationSubscription) Descriptor
deprecated
func (*OrganizationSubscription) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationSubscription.ProtoReflect.Descriptor instead.
func (*OrganizationSubscription) GetDetail ¶
func (x *OrganizationSubscription) GetDetail() *StripeSubscriptionDetail
func (*OrganizationSubscription) GetPlan ¶
func (x *OrganizationSubscription) GetPlan() OrganizationSubscription_Plan
func (*OrganizationSubscription) GetUsedSeats ¶
func (x *OrganizationSubscription) GetUsedSeats() int32
func (*OrganizationSubscription) ProtoMessage ¶
func (*OrganizationSubscription) ProtoMessage()
func (*OrganizationSubscription) ProtoReflect ¶
func (x *OrganizationSubscription) ProtoReflect() protoreflect.Message
func (*OrganizationSubscription) Reset ¶
func (x *OrganizationSubscription) Reset()
func (*OrganizationSubscription) String ¶
func (x *OrganizationSubscription) String() string
type OrganizationSubscription_Plan ¶
type OrganizationSubscription_Plan int32
Enumerates the plan types for the organization subscription.
const ( // Unspecified plan. OrganizationSubscription_PLAN_UNSPECIFIED OrganizationSubscription_Plan = 0 // Free plan. OrganizationSubscription_PLAN_FREE OrganizationSubscription_Plan = 1 // Team plan. OrganizationSubscription_PLAN_TEAM OrganizationSubscription_Plan = 2 // Enterprise plan. OrganizationSubscription_PLAN_ENTERPRISE OrganizationSubscription_Plan = 3 )
func (OrganizationSubscription_Plan) Descriptor ¶
func (OrganizationSubscription_Plan) Descriptor() protoreflect.EnumDescriptor
func (OrganizationSubscription_Plan) Enum ¶
func (x OrganizationSubscription_Plan) Enum() *OrganizationSubscription_Plan
func (OrganizationSubscription_Plan) EnumDescriptor
deprecated
func (OrganizationSubscription_Plan) EnumDescriptor() ([]byte, []int)
Deprecated: Use OrganizationSubscription_Plan.Descriptor instead.
func (OrganizationSubscription_Plan) Number ¶
func (x OrganizationSubscription_Plan) Number() protoreflect.EnumNumber
func (OrganizationSubscription_Plan) String ¶
func (x OrganizationSubscription_Plan) String() string
func (OrganizationSubscription_Plan) Type ¶
func (OrganizationSubscription_Plan) Type() protoreflect.EnumType
type Owner ¶
type Owner struct { // The owner, which can be either a User or an Organization. // // Types that are assignable to Owner: // // *Owner_User // *Owner_Organization Owner isOwner_Owner `protobuf_oneof:"owner"` // contains filtered or unexported fields }
Owner is a wrapper for User and Organization, used to embed owner information in other resources.
func (*Owner) Descriptor
deprecated
func (*Owner) GetOrganization ¶
func (x *Owner) GetOrganization() *Organization
func (*Owner) ProtoMessage ¶
func (*Owner) ProtoMessage()
func (*Owner) ProtoReflect ¶
func (x *Owner) ProtoReflect() protoreflect.Message
type OwnerType ¶
type OwnerType int32
OwnerType enumerates the owner type of any resource
func (OwnerType) Descriptor ¶
func (OwnerType) Descriptor() protoreflect.EnumDescriptor
func (OwnerType) EnumDescriptor
deprecated
func (OwnerType) Number ¶
func (x OwnerType) Number() protoreflect.EnumNumber
func (OwnerType) Type ¶
func (OwnerType) Type() protoreflect.EnumType
type Owner_Organization ¶
type Owner_Organization struct { // Organization. Organization *Organization `protobuf:"bytes,2,opt,name=organization,proto3,oneof"` }
type Owner_User ¶
type Owner_User struct { // User. User *User `protobuf:"bytes,1,opt,name=user,proto3,oneof"` }
type PatchAuthenticatedUserRequest ¶
type PatchAuthenticatedUserRequest struct { // The user fields that will replace the existing ones. User *AuthenticatedUser `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // The update mask specifies the subset of fields that should be modified. // // For more information about this field, see // https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#field-mask. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
PatchAuthenticatedUserRequest represents a request to update the authenticated user.
func (*PatchAuthenticatedUserRequest) Descriptor
deprecated
func (*PatchAuthenticatedUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use PatchAuthenticatedUserRequest.ProtoReflect.Descriptor instead.
func (*PatchAuthenticatedUserRequest) GetUpdateMask ¶
func (x *PatchAuthenticatedUserRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*PatchAuthenticatedUserRequest) GetUser ¶
func (x *PatchAuthenticatedUserRequest) GetUser() *AuthenticatedUser
func (*PatchAuthenticatedUserRequest) ProtoMessage ¶
func (*PatchAuthenticatedUserRequest) ProtoMessage()
func (*PatchAuthenticatedUserRequest) ProtoReflect ¶
func (x *PatchAuthenticatedUserRequest) ProtoReflect() protoreflect.Message
func (*PatchAuthenticatedUserRequest) Reset ¶
func (x *PatchAuthenticatedUserRequest) Reset()
func (*PatchAuthenticatedUserRequest) String ¶
func (x *PatchAuthenticatedUserRequest) String() string
type PatchAuthenticatedUserResponse ¶
type PatchAuthenticatedUserResponse struct { // The updated user resource. User *AuthenticatedUser `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
PatchAuthenticatedUserResponse contains the updated user. the authenticated user resource
func (*PatchAuthenticatedUserResponse) Descriptor
deprecated
func (*PatchAuthenticatedUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use PatchAuthenticatedUserResponse.ProtoReflect.Descriptor instead.
func (*PatchAuthenticatedUserResponse) GetUser ¶
func (x *PatchAuthenticatedUserResponse) GetUser() *AuthenticatedUser
func (*PatchAuthenticatedUserResponse) ProtoMessage ¶
func (*PatchAuthenticatedUserResponse) ProtoMessage()
func (*PatchAuthenticatedUserResponse) ProtoReflect ¶
func (x *PatchAuthenticatedUserResponse) ProtoReflect() protoreflect.Message
func (*PatchAuthenticatedUserResponse) Reset ¶
func (x *PatchAuthenticatedUserResponse) Reset()
func (*PatchAuthenticatedUserResponse) String ¶
func (x *PatchAuthenticatedUserResponse) String() string
type Permission ¶
type Permission struct { // Defines whether the resource can be modified. CanEdit bool `protobuf:"varint,1,opt,name=can_edit,json=canEdit,proto3" json:"can_edit,omitempty"` // contains filtered or unexported fields }
Permission defines how a resource can be used.
func (*Permission) Descriptor
deprecated
func (*Permission) Descriptor() ([]byte, []int)
Deprecated: Use Permission.ProtoReflect.Descriptor instead.
func (*Permission) GetCanEdit ¶
func (x *Permission) GetCanEdit() bool
func (*Permission) ProtoMessage ¶
func (*Permission) ProtoMessage()
func (*Permission) ProtoReflect ¶
func (x *Permission) ProtoReflect() protoreflect.Message
func (*Permission) Reset ¶
func (x *Permission) Reset()
func (*Permission) String ¶
func (x *Permission) String() string
type PipelineTriggerChartRecord ¶
type PipelineTriggerChartRecord struct { // This field will be present present when the information is grouped by pipeline. PipelineId *string `protobuf:"bytes,1,opt,name=pipeline_id,json=pipelineId,proto3,oneof" json:"pipeline_id,omitempty"` // Time buckets. TimeBuckets []*timestamppb.Timestamp `protobuf:"bytes,2,rep,name=time_buckets,json=timeBuckets,proto3" json:"time_buckets,omitempty"` // Aggregated trigger count in each time bucket. TriggerCounts []int32 `protobuf:"varint,3,rep,packed,name=trigger_counts,json=triggerCounts,proto3" json:"trigger_counts,omitempty"` // The ID of the namespace that requested the pipeline triggers. RequesterId string `protobuf:"bytes,4,opt,name=requester_id,json=requesterId,proto3" json:"requester_id,omitempty"` // contains filtered or unexported fields }
PipelineTriggerChartRecord represents a timeline of pipeline triggers. It contains a collection of (timestamp, count) pairs that represent the total pipeline triggers in a given time bucket. pipeline ID and time frame.
func (*PipelineTriggerChartRecord) Descriptor
deprecated
func (*PipelineTriggerChartRecord) Descriptor() ([]byte, []int)
Deprecated: Use PipelineTriggerChartRecord.ProtoReflect.Descriptor instead.
func (*PipelineTriggerChartRecord) GetPipelineId ¶
func (x *PipelineTriggerChartRecord) GetPipelineId() string
func (*PipelineTriggerChartRecord) GetRequesterId ¶
func (x *PipelineTriggerChartRecord) GetRequesterId() string
func (*PipelineTriggerChartRecord) GetTimeBuckets ¶
func (x *PipelineTriggerChartRecord) GetTimeBuckets() []*timestamppb.Timestamp
func (*PipelineTriggerChartRecord) GetTriggerCounts ¶
func (x *PipelineTriggerChartRecord) GetTriggerCounts() []int32
func (*PipelineTriggerChartRecord) ProtoMessage ¶
func (*PipelineTriggerChartRecord) ProtoMessage()
func (*PipelineTriggerChartRecord) ProtoReflect ¶
func (x *PipelineTriggerChartRecord) ProtoReflect() protoreflect.Message
func (*PipelineTriggerChartRecord) Reset ¶
func (x *PipelineTriggerChartRecord) Reset()
func (*PipelineTriggerChartRecord) String ¶
func (x *PipelineTriggerChartRecord) String() string
type PipelineTriggerChartRecordV0 ¶
type PipelineTriggerChartRecordV0 struct { // Pipeline ID. PipelineId string `protobuf:"bytes,1,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` // Pipeline UUID. PipelineUid string `protobuf:"bytes,2,opt,name=pipeline_uid,json=pipelineUid,proto3" json:"pipeline_uid,omitempty"` // Trigger mode. TriggerMode Mode `protobuf:"varint,3,opt,name=trigger_mode,json=triggerMode,proto3,enum=core.mgmt.v1beta.Mode" json:"trigger_mode,omitempty"` // Final status. Status Status `protobuf:"varint,4,opt,name=status,proto3,enum=core.mgmt.v1beta.Status" json:"status,omitempty"` // Time buckets. TimeBuckets []*timestamppb.Timestamp `protobuf:"bytes,5,rep,name=time_buckets,json=timeBuckets,proto3" json:"time_buckets,omitempty"` // Aggregated trigger count in each time bucket. TriggerCounts []int32 `protobuf:"varint,6,rep,packed,name=trigger_counts,json=triggerCounts,proto3" json:"trigger_counts,omitempty"` // Total computation time duration in each time bucket. ComputeTimeDuration []float32 `` /* 129-byte string literal not displayed */ // Version for the triggered pipeline if it is a release pipeline. PipelineReleaseId string `protobuf:"bytes,8,opt,name=pipeline_release_id,json=pipelineReleaseId,proto3" json:"pipeline_release_id,omitempty"` // Release UUID for the triggered pipeline if it is a release pipeline. PipelineReleaseUid string `protobuf:"bytes,9,opt,name=pipeline_release_uid,json=pipelineReleaseUid,proto3" json:"pipeline_release_uid,omitempty"` // contains filtered or unexported fields }
PipelineTriggerChartRecordV0 contains pipeline trigger metrics, aggregated by pipeline ID and time frame.
func (*PipelineTriggerChartRecordV0) Descriptor
deprecated
func (*PipelineTriggerChartRecordV0) Descriptor() ([]byte, []int)
Deprecated: Use PipelineTriggerChartRecordV0.ProtoReflect.Descriptor instead.
func (*PipelineTriggerChartRecordV0) GetComputeTimeDuration ¶
func (x *PipelineTriggerChartRecordV0) GetComputeTimeDuration() []float32
func (*PipelineTriggerChartRecordV0) GetPipelineId ¶
func (x *PipelineTriggerChartRecordV0) GetPipelineId() string
func (*PipelineTriggerChartRecordV0) GetPipelineReleaseId ¶
func (x *PipelineTriggerChartRecordV0) GetPipelineReleaseId() string
func (*PipelineTriggerChartRecordV0) GetPipelineReleaseUid ¶
func (x *PipelineTriggerChartRecordV0) GetPipelineReleaseUid() string
func (*PipelineTriggerChartRecordV0) GetPipelineUid ¶
func (x *PipelineTriggerChartRecordV0) GetPipelineUid() string
func (*PipelineTriggerChartRecordV0) GetStatus ¶
func (x *PipelineTriggerChartRecordV0) GetStatus() Status
func (*PipelineTriggerChartRecordV0) GetTimeBuckets ¶
func (x *PipelineTriggerChartRecordV0) GetTimeBuckets() []*timestamppb.Timestamp
func (*PipelineTriggerChartRecordV0) GetTriggerCounts ¶
func (x *PipelineTriggerChartRecordV0) GetTriggerCounts() []int32
func (*PipelineTriggerChartRecordV0) GetTriggerMode ¶
func (x *PipelineTriggerChartRecordV0) GetTriggerMode() Mode
func (*PipelineTriggerChartRecordV0) ProtoMessage ¶
func (*PipelineTriggerChartRecordV0) ProtoMessage()
func (*PipelineTriggerChartRecordV0) ProtoReflect ¶
func (x *PipelineTriggerChartRecordV0) ProtoReflect() protoreflect.Message
func (*PipelineTriggerChartRecordV0) Reset ¶
func (x *PipelineTriggerChartRecordV0) Reset()
func (*PipelineTriggerChartRecordV0) String ¶
func (x *PipelineTriggerChartRecordV0) String() string
type PipelineTriggerRecord ¶
type PipelineTriggerRecord struct { // The moment when the pipeline was triggered. TriggerTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=trigger_time,json=triggerTime,proto3" json:"trigger_time,omitempty"` // UUID of the trigger. PipelineTriggerId string `protobuf:"bytes,2,opt,name=pipeline_trigger_id,json=pipelineTriggerId,proto3" json:"pipeline_trigger_id,omitempty"` // Pipeline ID. PipelineId string `protobuf:"bytes,3,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` // Pipeline UUID. PipelineUid string `protobuf:"bytes,4,opt,name=pipeline_uid,json=pipelineUid,proto3" json:"pipeline_uid,omitempty"` // Trigger mode. TriggerMode Mode `protobuf:"varint,5,opt,name=trigger_mode,json=triggerMode,proto3,enum=core.mgmt.v1beta.Mode" json:"trigger_mode,omitempty"` // Total execution duration. ComputeTimeDuration float32 `protobuf:"fixed32,6,opt,name=compute_time_duration,json=computeTimeDuration,proto3" json:"compute_time_duration,omitempty"` // Final status. Status Status `protobuf:"varint,7,opt,name=status,proto3,enum=core.mgmt.v1beta.Status" json:"status,omitempty"` // If a release of the pipeline was triggered, pipeline version. PipelineReleaseId string `protobuf:"bytes,8,opt,name=pipeline_release_id,json=pipelineReleaseId,proto3" json:"pipeline_release_id,omitempty"` // If a release of the pipeline was triggered, release UUID. PipelineReleaseUid string `protobuf:"bytes,9,opt,name=pipeline_release_uid,json=pipelineReleaseUid,proto3" json:"pipeline_release_uid,omitempty"` // contains filtered or unexported fields }
PipelineTriggerRecord represents a pipeline execution event.
func (*PipelineTriggerRecord) Descriptor
deprecated
func (*PipelineTriggerRecord) Descriptor() ([]byte, []int)
Deprecated: Use PipelineTriggerRecord.ProtoReflect.Descriptor instead.
func (*PipelineTriggerRecord) GetComputeTimeDuration ¶
func (x *PipelineTriggerRecord) GetComputeTimeDuration() float32
func (*PipelineTriggerRecord) GetPipelineId ¶
func (x *PipelineTriggerRecord) GetPipelineId() string
func (*PipelineTriggerRecord) GetPipelineReleaseId ¶
func (x *PipelineTriggerRecord) GetPipelineReleaseId() string
func (*PipelineTriggerRecord) GetPipelineReleaseUid ¶
func (x *PipelineTriggerRecord) GetPipelineReleaseUid() string
func (*PipelineTriggerRecord) GetPipelineTriggerId ¶
func (x *PipelineTriggerRecord) GetPipelineTriggerId() string
func (*PipelineTriggerRecord) GetPipelineUid ¶
func (x *PipelineTriggerRecord) GetPipelineUid() string
func (*PipelineTriggerRecord) GetStatus ¶
func (x *PipelineTriggerRecord) GetStatus() Status
func (*PipelineTriggerRecord) GetTriggerMode ¶
func (x *PipelineTriggerRecord) GetTriggerMode() Mode
func (*PipelineTriggerRecord) GetTriggerTime ¶
func (x *PipelineTriggerRecord) GetTriggerTime() *timestamppb.Timestamp
func (*PipelineTriggerRecord) ProtoMessage ¶
func (*PipelineTriggerRecord) ProtoMessage()
func (*PipelineTriggerRecord) ProtoReflect ¶
func (x *PipelineTriggerRecord) ProtoReflect() protoreflect.Message
func (*PipelineTriggerRecord) Reset ¶
func (x *PipelineTriggerRecord) Reset()
func (*PipelineTriggerRecord) String ¶
func (x *PipelineTriggerRecord) String() string
type PipelineTriggerTableRecord ¶
type PipelineTriggerTableRecord struct { // Pipeline ID. PipelineId string `protobuf:"bytes,1,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` // Pipeline UUID. PipelineUid string `protobuf:"bytes,2,opt,name=pipeline_uid,json=pipelineUid,proto3" json:"pipeline_uid,omitempty"` // Number of triggers with `STATUS_COMPLETED`. TriggerCountCompleted int32 `` /* 127-byte string literal not displayed */ // Number of triggers with `STATUS_ERRORED`. TriggerCountErrored int32 `protobuf:"varint,4,opt,name=trigger_count_errored,json=triggerCountErrored,proto3" json:"trigger_count_errored,omitempty"` // Version for the triggered pipeline if it is a release pipeline. PipelineReleaseId string `protobuf:"bytes,5,opt,name=pipeline_release_id,json=pipelineReleaseId,proto3" json:"pipeline_release_id,omitempty"` // Release UUID for the triggered pipeline if it is a release pipeline. PipelineReleaseUid string `protobuf:"bytes,6,opt,name=pipeline_release_uid,json=pipelineReleaseUid,proto3" json:"pipeline_release_uid,omitempty"` // contains filtered or unexported fields }
PipelineTriggerTableRecord contains pipeline trigger metrics, aggregated by pipeline ID.
func (*PipelineTriggerTableRecord) Descriptor
deprecated
func (*PipelineTriggerTableRecord) Descriptor() ([]byte, []int)
Deprecated: Use PipelineTriggerTableRecord.ProtoReflect.Descriptor instead.
func (*PipelineTriggerTableRecord) GetPipelineId ¶
func (x *PipelineTriggerTableRecord) GetPipelineId() string
func (*PipelineTriggerTableRecord) GetPipelineReleaseId ¶
func (x *PipelineTriggerTableRecord) GetPipelineReleaseId() string
func (*PipelineTriggerTableRecord) GetPipelineReleaseUid ¶
func (x *PipelineTriggerTableRecord) GetPipelineReleaseUid() string
func (*PipelineTriggerTableRecord) GetPipelineUid ¶
func (x *PipelineTriggerTableRecord) GetPipelineUid() string
func (*PipelineTriggerTableRecord) GetTriggerCountCompleted ¶
func (x *PipelineTriggerTableRecord) GetTriggerCountCompleted() int32
func (*PipelineTriggerTableRecord) GetTriggerCountErrored ¶
func (x *PipelineTriggerTableRecord) GetTriggerCountErrored() int32
func (*PipelineTriggerTableRecord) ProtoMessage ¶
func (*PipelineTriggerTableRecord) ProtoMessage()
func (*PipelineTriggerTableRecord) ProtoReflect ¶
func (x *PipelineTriggerTableRecord) ProtoReflect() protoreflect.Message
func (*PipelineTriggerTableRecord) Reset ¶
func (x *PipelineTriggerTableRecord) Reset()
func (*PipelineTriggerTableRecord) String ¶
func (x *PipelineTriggerTableRecord) String() string
type ReadinessRequest ¶
type ReadinessRequest struct { // HealthCheckRequest message HealthCheckRequest *v1beta.HealthCheckRequest `protobuf:"bytes,1,opt,name=health_check_request,json=healthCheckRequest,proto3,oneof" json:"health_check_request,omitempty"` // contains filtered or unexported fields }
ReadinessRequest represents a request to check a service readiness status
func (*ReadinessRequest) Descriptor
deprecated
func (*ReadinessRequest) Descriptor() ([]byte, []int)
Deprecated: Use ReadinessRequest.ProtoReflect.Descriptor instead.
func (*ReadinessRequest) GetHealthCheckRequest ¶
func (x *ReadinessRequest) GetHealthCheckRequest() *v1beta.HealthCheckRequest
func (*ReadinessRequest) ProtoMessage ¶
func (*ReadinessRequest) ProtoMessage()
func (*ReadinessRequest) ProtoReflect ¶
func (x *ReadinessRequest) ProtoReflect() protoreflect.Message
func (*ReadinessRequest) Reset ¶
func (x *ReadinessRequest) Reset()
func (*ReadinessRequest) String ¶
func (x *ReadinessRequest) String() string
type ReadinessResponse ¶
type ReadinessResponse struct { // HealthCheckResponse message HealthCheckResponse *v1beta.HealthCheckResponse `protobuf:"bytes,1,opt,name=health_check_response,json=healthCheckResponse,proto3" json:"health_check_response,omitempty"` // contains filtered or unexported fields }
ReadinessResponse represents a response for a service readiness status
func (*ReadinessResponse) Descriptor
deprecated
func (*ReadinessResponse) Descriptor() ([]byte, []int)
Deprecated: Use ReadinessResponse.ProtoReflect.Descriptor instead.
func (*ReadinessResponse) GetHealthCheckResponse ¶
func (x *ReadinessResponse) GetHealthCheckResponse() *v1beta.HealthCheckResponse
func (*ReadinessResponse) ProtoMessage ¶
func (*ReadinessResponse) ProtoMessage()
func (*ReadinessResponse) ProtoReflect ¶
func (x *ReadinessResponse) ProtoReflect() protoreflect.Message
func (*ReadinessResponse) Reset ¶
func (x *ReadinessResponse) Reset()
func (*ReadinessResponse) String ¶
func (x *ReadinessResponse) String() string
type Status ¶
type Status int32
Status describes the output of an execution.
func (Status) Descriptor ¶
func (Status) Descriptor() protoreflect.EnumDescriptor
func (Status) EnumDescriptor
deprecated
func (Status) Number ¶
func (x Status) Number() protoreflect.EnumNumber
func (Status) Type ¶
func (Status) Type() protoreflect.EnumType
type StripeSubscriptionDetail ¶
type StripeSubscriptionDetail struct { // Product name associated with the subscription in Stripe. ProductName string `protobuf:"bytes,1,opt,name=product_name,json=productName,proto3" json:"product_name,omitempty"` // Unique identifier for the subscription. Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // Identifier for the specific item within the subscription. ItemId string `protobuf:"bytes,3,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"` // Price of the subscription. Price float32 `protobuf:"fixed32,4,opt,name=price,proto3" json:"price,omitempty"` // Optional timestamp indicating when the subscription was canceled, if applicable. CanceledAt *int32 `protobuf:"varint,5,opt,name=canceled_at,json=canceledAt,proto3,oneof" json:"canceled_at,omitempty"` // Optional timestamp indicating when the trial ended, if applicable. TrialEnd *int32 `protobuf:"varint,6,opt,name=trial_end,json=trialEnd,proto3,oneof" json:"trial_end,omitempty"` // Status of the subscription. Status StripeSubscriptionDetail_Status `protobuf:"varint,7,opt,name=status,proto3,enum=core.mgmt.v1beta.StripeSubscriptionDetail_Status" json:"status,omitempty"` // Description of the subscription. Description string `protobuf:"bytes,8,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
StripeSubscriptionDetail describes the details of a subscription in Stripe.
func (*StripeSubscriptionDetail) Descriptor
deprecated
func (*StripeSubscriptionDetail) Descriptor() ([]byte, []int)
Deprecated: Use StripeSubscriptionDetail.ProtoReflect.Descriptor instead.
func (*StripeSubscriptionDetail) GetCanceledAt ¶
func (x *StripeSubscriptionDetail) GetCanceledAt() int32
func (*StripeSubscriptionDetail) GetDescription ¶
func (x *StripeSubscriptionDetail) GetDescription() string
func (*StripeSubscriptionDetail) GetId ¶
func (x *StripeSubscriptionDetail) GetId() string
func (*StripeSubscriptionDetail) GetItemId ¶
func (x *StripeSubscriptionDetail) GetItemId() string
func (*StripeSubscriptionDetail) GetPrice ¶
func (x *StripeSubscriptionDetail) GetPrice() float32
func (*StripeSubscriptionDetail) GetProductName ¶
func (x *StripeSubscriptionDetail) GetProductName() string
func (*StripeSubscriptionDetail) GetStatus ¶
func (x *StripeSubscriptionDetail) GetStatus() StripeSubscriptionDetail_Status
func (*StripeSubscriptionDetail) GetTrialEnd ¶
func (x *StripeSubscriptionDetail) GetTrialEnd() int32
func (*StripeSubscriptionDetail) ProtoMessage ¶
func (*StripeSubscriptionDetail) ProtoMessage()
func (*StripeSubscriptionDetail) ProtoReflect ¶
func (x *StripeSubscriptionDetail) ProtoReflect() protoreflect.Message
func (*StripeSubscriptionDetail) Reset ¶
func (x *StripeSubscriptionDetail) Reset()
func (*StripeSubscriptionDetail) String ¶
func (x *StripeSubscriptionDetail) String() string
type StripeSubscriptionDetail_Status ¶
type StripeSubscriptionDetail_Status int32
Enumerates the status types for the user's subscription.
const ( // Unspecified status. StripeSubscriptionDetail_STATUS_UNSPECIFIED StripeSubscriptionDetail_Status = 0 // Incomplete. StripeSubscriptionDetail_STATUS_INCOMPLETE StripeSubscriptionDetail_Status = 1 // Incomplete Expired. StripeSubscriptionDetail_STATUS_INCOMPLETE_EXPIRED StripeSubscriptionDetail_Status = 2 // Trialing. StripeSubscriptionDetail_STATUS_TRIALING StripeSubscriptionDetail_Status = 3 // Active. StripeSubscriptionDetail_STATUS_ACTIVE StripeSubscriptionDetail_Status = 4 // Past due. StripeSubscriptionDetail_STATUS_PAST_DUE StripeSubscriptionDetail_Status = 5 // Canceled. StripeSubscriptionDetail_STATUS_CANCELED StripeSubscriptionDetail_Status = 6 // Unpaid. StripeSubscriptionDetail_STATUS_UNPAID StripeSubscriptionDetail_Status = 7 // Paused. StripeSubscriptionDetail_STATUS_PAUSED StripeSubscriptionDetail_Status = 8 )
func (StripeSubscriptionDetail_Status) Descriptor ¶
func (StripeSubscriptionDetail_Status) Descriptor() protoreflect.EnumDescriptor
func (StripeSubscriptionDetail_Status) Enum ¶
func (x StripeSubscriptionDetail_Status) Enum() *StripeSubscriptionDetail_Status
func (StripeSubscriptionDetail_Status) EnumDescriptor
deprecated
func (StripeSubscriptionDetail_Status) EnumDescriptor() ([]byte, []int)
Deprecated: Use StripeSubscriptionDetail_Status.Descriptor instead.
func (StripeSubscriptionDetail_Status) Number ¶
func (x StripeSubscriptionDetail_Status) Number() protoreflect.EnumNumber
func (StripeSubscriptionDetail_Status) String ¶
func (x StripeSubscriptionDetail_Status) String() string
func (StripeSubscriptionDetail_Status) Type ¶
func (StripeSubscriptionDetail_Status) Type() protoreflect.EnumType
type SubtractCreditAdminRequest ¶
type SubtractCreditAdminRequest struct { // The credit amount to subtract. Amount float32 `protobuf:"fixed32,2,opt,name=amount,proto3" json:"amount,omitempty"` // The description of the entry, for traceability. Concept string `protobuf:"bytes,3,opt,name=concept,proto3" json:"concept,omitempty"` // Namespace UID NamespaceUid string `protobuf:"bytes,4,opt,name=namespace_uid,json=namespaceUid,proto3" json:"namespace_uid,omitempty"` // contains filtered or unexported fields }
SubtractCreditAdminRequest represents a request to subtract Instill Credit from an account.
func (*SubtractCreditAdminRequest) Descriptor
deprecated
func (*SubtractCreditAdminRequest) Descriptor() ([]byte, []int)
Deprecated: Use SubtractCreditAdminRequest.ProtoReflect.Descriptor instead.
func (*SubtractCreditAdminRequest) GetAmount ¶
func (x *SubtractCreditAdminRequest) GetAmount() float32
func (*SubtractCreditAdminRequest) GetConcept ¶
func (x *SubtractCreditAdminRequest) GetConcept() string
func (*SubtractCreditAdminRequest) GetNamespaceUid ¶
func (x *SubtractCreditAdminRequest) GetNamespaceUid() string
func (*SubtractCreditAdminRequest) ProtoMessage ¶
func (*SubtractCreditAdminRequest) ProtoMessage()
func (*SubtractCreditAdminRequest) ProtoReflect ¶
func (x *SubtractCreditAdminRequest) ProtoReflect() protoreflect.Message
func (*SubtractCreditAdminRequest) Reset ¶
func (x *SubtractCreditAdminRequest) Reset()
func (*SubtractCreditAdminRequest) String ¶
func (x *SubtractCreditAdminRequest) String() string
type SubtractCreditAdminResponse ¶
type SubtractCreditAdminResponse struct { // The remaining credit. Amount float32 `protobuf:"fixed32,1,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
SubtractCreditResponse contains the remaining credit of an account after the subtraction.
func (*SubtractCreditAdminResponse) Descriptor
deprecated
func (*SubtractCreditAdminResponse) Descriptor() ([]byte, []int)
Deprecated: Use SubtractCreditAdminResponse.ProtoReflect.Descriptor instead.
func (*SubtractCreditAdminResponse) GetAmount ¶
func (x *SubtractCreditAdminResponse) GetAmount() float32
func (*SubtractCreditAdminResponse) ProtoMessage ¶
func (*SubtractCreditAdminResponse) ProtoMessage()
func (*SubtractCreditAdminResponse) ProtoReflect ¶
func (x *SubtractCreditAdminResponse) ProtoReflect() protoreflect.Message
func (*SubtractCreditAdminResponse) Reset ¶
func (x *SubtractCreditAdminResponse) Reset()
func (*SubtractCreditAdminResponse) String ¶
func (x *SubtractCreditAdminResponse) String() string
type TriggerCount ¶
type TriggerCount struct { // Number of triggers. TriggerCount int32 `protobuf:"varint,1,opt,name=trigger_count,json=triggerCount,proto3" json:"trigger_count,omitempty"` // This field will be present when results are grouped by trigger status. Status *Status `protobuf:"varint,2,opt,name=status,proto3,enum=core.mgmt.v1beta.Status,oneof" json:"status,omitempty"` // contains filtered or unexported fields }
TriggerCount represents a execution count with some aggregation params (e.g. trigger status).
func (*TriggerCount) Descriptor
deprecated
func (*TriggerCount) Descriptor() ([]byte, []int)
Deprecated: Use TriggerCount.ProtoReflect.Descriptor instead.
func (*TriggerCount) GetStatus ¶
func (x *TriggerCount) GetStatus() Status
func (*TriggerCount) GetTriggerCount ¶
func (x *TriggerCount) GetTriggerCount() int32
func (*TriggerCount) ProtoMessage ¶
func (*TriggerCount) ProtoMessage()
func (*TriggerCount) ProtoReflect ¶
func (x *TriggerCount) ProtoReflect() protoreflect.Message
func (*TriggerCount) Reset ¶
func (x *TriggerCount) Reset()
func (*TriggerCount) String ¶
func (x *TriggerCount) String() string
type UnimplementedMgmtPrivateServiceServer ¶
type UnimplementedMgmtPrivateServiceServer struct { }
UnimplementedMgmtPrivateServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedMgmtPrivateServiceServer) CheckNamespaceAdmin ¶
func (UnimplementedMgmtPrivateServiceServer) CheckNamespaceAdmin(context.Context, *CheckNamespaceAdminRequest) (*CheckNamespaceAdminResponse, error)
func (UnimplementedMgmtPrivateServiceServer) CheckNamespaceByUIDAdmin ¶
func (UnimplementedMgmtPrivateServiceServer) CheckNamespaceByUIDAdmin(context.Context, *CheckNamespaceByUIDAdminRequest) (*CheckNamespaceByUIDAdminResponse, error)
func (UnimplementedMgmtPrivateServiceServer) GetOrganizationAdmin ¶
func (UnimplementedMgmtPrivateServiceServer) GetOrganizationAdmin(context.Context, *GetOrganizationAdminRequest) (*GetOrganizationAdminResponse, error)
func (UnimplementedMgmtPrivateServiceServer) GetOrganizationSubscriptionAdmin ¶
func (UnimplementedMgmtPrivateServiceServer) GetOrganizationSubscriptionAdmin(context.Context, *GetOrganizationSubscriptionAdminRequest) (*GetOrganizationSubscriptionAdminResponse, error)
func (UnimplementedMgmtPrivateServiceServer) GetRemainingCreditAdmin ¶
func (UnimplementedMgmtPrivateServiceServer) GetRemainingCreditAdmin(context.Context, *GetRemainingCreditAdminRequest) (*GetRemainingCreditAdminResponse, error)
func (UnimplementedMgmtPrivateServiceServer) GetUserAdmin ¶
func (UnimplementedMgmtPrivateServiceServer) GetUserAdmin(context.Context, *GetUserAdminRequest) (*GetUserAdminResponse, error)
func (UnimplementedMgmtPrivateServiceServer) GetUserSubscriptionAdmin ¶
func (UnimplementedMgmtPrivateServiceServer) GetUserSubscriptionAdmin(context.Context, *GetUserSubscriptionAdminRequest) (*GetUserSubscriptionAdminResponse, error)
func (UnimplementedMgmtPrivateServiceServer) ListOrganizationsAdmin ¶
func (UnimplementedMgmtPrivateServiceServer) ListOrganizationsAdmin(context.Context, *ListOrganizationsAdminRequest) (*ListOrganizationsAdminResponse, error)
func (UnimplementedMgmtPrivateServiceServer) ListUsersAdmin ¶
func (UnimplementedMgmtPrivateServiceServer) ListUsersAdmin(context.Context, *ListUsersAdminRequest) (*ListUsersAdminResponse, error)
func (UnimplementedMgmtPrivateServiceServer) LookUpOrganizationAdmin ¶
func (UnimplementedMgmtPrivateServiceServer) LookUpOrganizationAdmin(context.Context, *LookUpOrganizationAdminRequest) (*LookUpOrganizationAdminResponse, error)
func (UnimplementedMgmtPrivateServiceServer) LookUpUserAdmin ¶
func (UnimplementedMgmtPrivateServiceServer) LookUpUserAdmin(context.Context, *LookUpUserAdminRequest) (*LookUpUserAdminResponse, error)
func (UnimplementedMgmtPrivateServiceServer) SubtractCreditAdmin ¶
func (UnimplementedMgmtPrivateServiceServer) SubtractCreditAdmin(context.Context, *SubtractCreditAdminRequest) (*SubtractCreditAdminResponse, error)
type UnimplementedMgmtPublicServiceServer ¶
type UnimplementedMgmtPublicServiceServer struct { }
UnimplementedMgmtPublicServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedMgmtPublicServiceServer) AuthChangePassword ¶
func (UnimplementedMgmtPublicServiceServer) AuthChangePassword(context.Context, *AuthChangePasswordRequest) (*AuthChangePasswordResponse, error)
func (UnimplementedMgmtPublicServiceServer) AuthLogin ¶
func (UnimplementedMgmtPublicServiceServer) AuthLogin(context.Context, *AuthLoginRequest) (*AuthLoginResponse, error)
func (UnimplementedMgmtPublicServiceServer) AuthLogout ¶
func (UnimplementedMgmtPublicServiceServer) AuthLogout(context.Context, *AuthLogoutRequest) (*AuthLogoutResponse, error)
func (UnimplementedMgmtPublicServiceServer) AuthTokenIssuer ¶
func (UnimplementedMgmtPublicServiceServer) AuthTokenIssuer(context.Context, *AuthTokenIssuerRequest) (*AuthTokenIssuerResponse, error)
func (UnimplementedMgmtPublicServiceServer) AuthValidateAccessToken ¶
func (UnimplementedMgmtPublicServiceServer) AuthValidateAccessToken(context.Context, *AuthValidateAccessTokenRequest) (*AuthValidateAccessTokenResponse, error)
func (UnimplementedMgmtPublicServiceServer) CheckNamespace ¶
func (UnimplementedMgmtPublicServiceServer) CheckNamespace(context.Context, *CheckNamespaceRequest) (*CheckNamespaceResponse, error)
func (UnimplementedMgmtPublicServiceServer) CreateOrganization ¶
func (UnimplementedMgmtPublicServiceServer) CreateOrganization(context.Context, *CreateOrganizationRequest) (*CreateOrganizationResponse, error)
func (UnimplementedMgmtPublicServiceServer) CreateToken ¶
func (UnimplementedMgmtPublicServiceServer) CreateToken(context.Context, *CreateTokenRequest) (*CreateTokenResponse, error)
func (UnimplementedMgmtPublicServiceServer) DeleteOrganization ¶
func (UnimplementedMgmtPublicServiceServer) DeleteOrganization(context.Context, *DeleteOrganizationRequest) (*DeleteOrganizationResponse, error)
func (UnimplementedMgmtPublicServiceServer) DeleteOrganizationMembership ¶
func (UnimplementedMgmtPublicServiceServer) DeleteOrganizationMembership(context.Context, *DeleteOrganizationMembershipRequest) (*DeleteOrganizationMembershipResponse, error)
func (UnimplementedMgmtPublicServiceServer) DeleteToken ¶
func (UnimplementedMgmtPublicServiceServer) DeleteToken(context.Context, *DeleteTokenRequest) (*DeleteTokenResponse, error)
func (UnimplementedMgmtPublicServiceServer) DeleteUserMembership ¶
func (UnimplementedMgmtPublicServiceServer) DeleteUserMembership(context.Context, *DeleteUserMembershipRequest) (*DeleteUserMembershipResponse, error)
func (UnimplementedMgmtPublicServiceServer) GetAuthenticatedUser ¶
func (UnimplementedMgmtPublicServiceServer) GetAuthenticatedUser(context.Context, *GetAuthenticatedUserRequest) (*GetAuthenticatedUserResponse, error)
func (UnimplementedMgmtPublicServiceServer) GetAuthenticatedUserSubscription ¶
func (UnimplementedMgmtPublicServiceServer) GetAuthenticatedUserSubscription(context.Context, *GetAuthenticatedUserSubscriptionRequest) (*GetAuthenticatedUserSubscriptionResponse, error)
func (UnimplementedMgmtPublicServiceServer) GetModelTriggerCount ¶
func (UnimplementedMgmtPublicServiceServer) GetModelTriggerCount(context.Context, *GetModelTriggerCountRequest) (*GetModelTriggerCountResponse, error)
func (UnimplementedMgmtPublicServiceServer) GetOrganization ¶
func (UnimplementedMgmtPublicServiceServer) GetOrganization(context.Context, *GetOrganizationRequest) (*GetOrganizationResponse, error)
func (UnimplementedMgmtPublicServiceServer) GetOrganizationMembership ¶
func (UnimplementedMgmtPublicServiceServer) GetOrganizationMembership(context.Context, *GetOrganizationMembershipRequest) (*GetOrganizationMembershipResponse, error)
func (UnimplementedMgmtPublicServiceServer) GetOrganizationSubscription ¶
func (UnimplementedMgmtPublicServiceServer) GetOrganizationSubscription(context.Context, *GetOrganizationSubscriptionRequest) (*GetOrganizationSubscriptionResponse, error)
func (UnimplementedMgmtPublicServiceServer) GetPipelineTriggerCount ¶
func (UnimplementedMgmtPublicServiceServer) GetPipelineTriggerCount(context.Context, *GetPipelineTriggerCountRequest) (*GetPipelineTriggerCountResponse, error)
func (UnimplementedMgmtPublicServiceServer) GetRemainingCredit ¶
func (UnimplementedMgmtPublicServiceServer) GetRemainingCredit(context.Context, *GetRemainingCreditRequest) (*GetRemainingCreditResponse, error)
func (UnimplementedMgmtPublicServiceServer) GetToken ¶
func (UnimplementedMgmtPublicServiceServer) GetToken(context.Context, *GetTokenRequest) (*GetTokenResponse, error)
func (UnimplementedMgmtPublicServiceServer) GetUser ¶
func (UnimplementedMgmtPublicServiceServer) GetUser(context.Context, *GetUserRequest) (*GetUserResponse, error)
func (UnimplementedMgmtPublicServiceServer) GetUserMembership ¶
func (UnimplementedMgmtPublicServiceServer) GetUserMembership(context.Context, *GetUserMembershipRequest) (*GetUserMembershipResponse, error)
func (UnimplementedMgmtPublicServiceServer) ListCreditConsumptionChartRecords ¶
func (UnimplementedMgmtPublicServiceServer) ListCreditConsumptionChartRecords(context.Context, *ListCreditConsumptionChartRecordsRequest) (*ListCreditConsumptionChartRecordsResponse, error)
func (UnimplementedMgmtPublicServiceServer) ListModelTriggerChartRecords ¶
func (UnimplementedMgmtPublicServiceServer) ListModelTriggerChartRecords(context.Context, *ListModelTriggerChartRecordsRequest) (*ListModelTriggerChartRecordsResponse, error)
func (UnimplementedMgmtPublicServiceServer) ListOrganizationMemberships ¶
func (UnimplementedMgmtPublicServiceServer) ListOrganizationMemberships(context.Context, *ListOrganizationMembershipsRequest) (*ListOrganizationMembershipsResponse, error)
func (UnimplementedMgmtPublicServiceServer) ListOrganizations ¶
func (UnimplementedMgmtPublicServiceServer) ListOrganizations(context.Context, *ListOrganizationsRequest) (*ListOrganizationsResponse, error)
func (UnimplementedMgmtPublicServiceServer) ListPipelineTriggerChartRecords ¶
func (UnimplementedMgmtPublicServiceServer) ListPipelineTriggerChartRecords(context.Context, *ListPipelineTriggerChartRecordsRequest) (*ListPipelineTriggerChartRecordsResponse, error)
func (UnimplementedMgmtPublicServiceServer) ListPipelineTriggerChartRecordsV0 ¶
func (UnimplementedMgmtPublicServiceServer) ListPipelineTriggerChartRecordsV0(context.Context, *ListPipelineTriggerChartRecordsV0Request) (*ListPipelineTriggerChartRecordsV0Response, error)
func (UnimplementedMgmtPublicServiceServer) ListPipelineTriggerRecords ¶
func (UnimplementedMgmtPublicServiceServer) ListPipelineTriggerRecords(context.Context, *ListPipelineTriggerRecordsRequest) (*ListPipelineTriggerRecordsResponse, error)
func (UnimplementedMgmtPublicServiceServer) ListPipelineTriggerTableRecords ¶
func (UnimplementedMgmtPublicServiceServer) ListPipelineTriggerTableRecords(context.Context, *ListPipelineTriggerTableRecordsRequest) (*ListPipelineTriggerTableRecordsResponse, error)
func (UnimplementedMgmtPublicServiceServer) ListTokens ¶
func (UnimplementedMgmtPublicServiceServer) ListTokens(context.Context, *ListTokensRequest) (*ListTokensResponse, error)
func (UnimplementedMgmtPublicServiceServer) ListUserMemberships ¶
func (UnimplementedMgmtPublicServiceServer) ListUserMemberships(context.Context, *ListUserMembershipsRequest) (*ListUserMembershipsResponse, error)
func (UnimplementedMgmtPublicServiceServer) ListUsers ¶
func (UnimplementedMgmtPublicServiceServer) ListUsers(context.Context, *ListUsersRequest) (*ListUsersResponse, error)
func (UnimplementedMgmtPublicServiceServer) Liveness ¶
func (UnimplementedMgmtPublicServiceServer) Liveness(context.Context, *LivenessRequest) (*LivenessResponse, error)
func (UnimplementedMgmtPublicServiceServer) PatchAuthenticatedUser ¶
func (UnimplementedMgmtPublicServiceServer) PatchAuthenticatedUser(context.Context, *PatchAuthenticatedUserRequest) (*PatchAuthenticatedUserResponse, error)
func (UnimplementedMgmtPublicServiceServer) Readiness ¶
func (UnimplementedMgmtPublicServiceServer) Readiness(context.Context, *ReadinessRequest) (*ReadinessResponse, error)
func (UnimplementedMgmtPublicServiceServer) UpdateOrganization ¶
func (UnimplementedMgmtPublicServiceServer) UpdateOrganization(context.Context, *UpdateOrganizationRequest) (*UpdateOrganizationResponse, error)
func (UnimplementedMgmtPublicServiceServer) UpdateOrganizationMembership ¶
func (UnimplementedMgmtPublicServiceServer) UpdateOrganizationMembership(context.Context, *UpdateOrganizationMembershipRequest) (*UpdateOrganizationMembershipResponse, error)
func (UnimplementedMgmtPublicServiceServer) UpdateUserMembership ¶
func (UnimplementedMgmtPublicServiceServer) UpdateUserMembership(context.Context, *UpdateUserMembershipRequest) (*UpdateUserMembershipResponse, error)
func (UnimplementedMgmtPublicServiceServer) ValidateToken ¶
func (UnimplementedMgmtPublicServiceServer) ValidateToken(context.Context, *ValidateTokenRequest) (*ValidateTokenResponse, error)
type UnsafeMgmtPrivateServiceServer ¶
type UnsafeMgmtPrivateServiceServer interface {
// contains filtered or unexported methods
}
UnsafeMgmtPrivateServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MgmtPrivateServiceServer will result in compilation errors.
type UnsafeMgmtPublicServiceServer ¶
type UnsafeMgmtPublicServiceServer interface {
// contains filtered or unexported methods
}
UnsafeMgmtPublicServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MgmtPublicServiceServer will result in compilation errors.
type UpdateOrganizationMembershipRequest ¶
type UpdateOrganizationMembershipRequest struct { // The membership fields to update. Membership *OrganizationMembership `protobuf:"bytes,1,opt,name=membership,proto3" json:"membership,omitempty"` // The update mask specifies the subset of fields that should be modified. // // For more information about this field, see // https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#field-mask. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Organization ID OrganizationId string `protobuf:"bytes,3,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // User ID UserId string `protobuf:"bytes,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
UpdateOrganizationMembershipRequest represents a request to update an organization membership.
func (*UpdateOrganizationMembershipRequest) Descriptor
deprecated
func (*UpdateOrganizationMembershipRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationMembershipRequest.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationMembershipRequest) GetMembership ¶
func (x *UpdateOrganizationMembershipRequest) GetMembership() *OrganizationMembership
func (*UpdateOrganizationMembershipRequest) GetOrganizationId ¶
func (x *UpdateOrganizationMembershipRequest) GetOrganizationId() string
func (*UpdateOrganizationMembershipRequest) GetUpdateMask ¶
func (x *UpdateOrganizationMembershipRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateOrganizationMembershipRequest) GetUserId ¶
func (x *UpdateOrganizationMembershipRequest) GetUserId() string
func (*UpdateOrganizationMembershipRequest) ProtoMessage ¶
func (*UpdateOrganizationMembershipRequest) ProtoMessage()
func (*UpdateOrganizationMembershipRequest) ProtoReflect ¶
func (x *UpdateOrganizationMembershipRequest) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationMembershipRequest) Reset ¶
func (x *UpdateOrganizationMembershipRequest) Reset()
func (*UpdateOrganizationMembershipRequest) String ¶
func (x *UpdateOrganizationMembershipRequest) String() string
type UpdateOrganizationMembershipResponse ¶
type UpdateOrganizationMembershipResponse struct { // The updated membership resource. Membership *OrganizationMembership `protobuf:"bytes,1,opt,name=membership,proto3" json:"membership,omitempty"` // contains filtered or unexported fields }
UpdateOrganizationMembershipResponse contains the updated membership.
func (*UpdateOrganizationMembershipResponse) Descriptor
deprecated
func (*UpdateOrganizationMembershipResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationMembershipResponse.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationMembershipResponse) GetMembership ¶
func (x *UpdateOrganizationMembershipResponse) GetMembership() *OrganizationMembership
func (*UpdateOrganizationMembershipResponse) ProtoMessage ¶
func (*UpdateOrganizationMembershipResponse) ProtoMessage()
func (*UpdateOrganizationMembershipResponse) ProtoReflect ¶
func (x *UpdateOrganizationMembershipResponse) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationMembershipResponse) Reset ¶
func (x *UpdateOrganizationMembershipResponse) Reset()
func (*UpdateOrganizationMembershipResponse) String ¶
func (x *UpdateOrganizationMembershipResponse) String() string
type UpdateOrganizationRequest ¶
type UpdateOrganizationRequest struct { // The organization fields that will replace the existing ones. Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` // The update mask specifies the subset of fields that should be modified. // // For more information about this field, see // https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#field-mask. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Organization ID OrganizationId string `protobuf:"bytes,3,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // contains filtered or unexported fields }
UpdateOrganizationRequest represents a request to update an organization.
func (*UpdateOrganizationRequest) Descriptor
deprecated
func (*UpdateOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationRequest.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationRequest) GetOrganization ¶
func (x *UpdateOrganizationRequest) GetOrganization() *Organization
func (*UpdateOrganizationRequest) GetOrganizationId ¶
func (x *UpdateOrganizationRequest) GetOrganizationId() string
func (*UpdateOrganizationRequest) GetUpdateMask ¶
func (x *UpdateOrganizationRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateOrganizationRequest) ProtoMessage ¶
func (*UpdateOrganizationRequest) ProtoMessage()
func (*UpdateOrganizationRequest) ProtoReflect ¶
func (x *UpdateOrganizationRequest) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationRequest) Reset ¶
func (x *UpdateOrganizationRequest) Reset()
func (*UpdateOrganizationRequest) String ¶
func (x *UpdateOrganizationRequest) String() string
type UpdateOrganizationResponse ¶
type UpdateOrganizationResponse struct { // The organization resource. Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` // contains filtered or unexported fields }
UpdateOrganizationResponse contains the updated organization.
func (*UpdateOrganizationResponse) Descriptor
deprecated
func (*UpdateOrganizationResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationResponse.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationResponse) GetOrganization ¶
func (x *UpdateOrganizationResponse) GetOrganization() *Organization
func (*UpdateOrganizationResponse) ProtoMessage ¶
func (*UpdateOrganizationResponse) ProtoMessage()
func (*UpdateOrganizationResponse) ProtoReflect ¶
func (x *UpdateOrganizationResponse) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationResponse) Reset ¶
func (x *UpdateOrganizationResponse) Reset()
func (*UpdateOrganizationResponse) String ¶
func (x *UpdateOrganizationResponse) String() string
type UpdateUserMembershipRequest ¶
type UpdateUserMembershipRequest struct { // The membership fields to update. Membership *UserMembership `protobuf:"bytes,1,opt,name=membership,proto3" json:"membership,omitempty"` // The update mask specifies the subset of fields that should be modified. // // For more information about this field, see // https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#field-mask. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // User ID UserId string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // Organization ID OrganizationId string `protobuf:"bytes,4,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // contains filtered or unexported fields }
UpdateUserMembershipRequest represents a request to update a user membership.
func (*UpdateUserMembershipRequest) Descriptor
deprecated
func (*UpdateUserMembershipRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserMembershipRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserMembershipRequest) GetMembership ¶
func (x *UpdateUserMembershipRequest) GetMembership() *UserMembership
func (*UpdateUserMembershipRequest) GetOrganizationId ¶
func (x *UpdateUserMembershipRequest) GetOrganizationId() string
func (*UpdateUserMembershipRequest) GetUpdateMask ¶
func (x *UpdateUserMembershipRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateUserMembershipRequest) GetUserId ¶
func (x *UpdateUserMembershipRequest) GetUserId() string
func (*UpdateUserMembershipRequest) ProtoMessage ¶
func (*UpdateUserMembershipRequest) ProtoMessage()
func (*UpdateUserMembershipRequest) ProtoReflect ¶
func (x *UpdateUserMembershipRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserMembershipRequest) Reset ¶
func (x *UpdateUserMembershipRequest) Reset()
func (*UpdateUserMembershipRequest) String ¶
func (x *UpdateUserMembershipRequest) String() string
type UpdateUserMembershipResponse ¶
type UpdateUserMembershipResponse struct { // The updated membership resource. Membership *UserMembership `protobuf:"bytes,1,opt,name=membership,proto3" json:"membership,omitempty"` // contains filtered or unexported fields }
UpdateUserMembershipResponse contains the updated membership.
func (*UpdateUserMembershipResponse) Descriptor
deprecated
func (*UpdateUserMembershipResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserMembershipResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserMembershipResponse) GetMembership ¶
func (x *UpdateUserMembershipResponse) GetMembership() *UserMembership
func (*UpdateUserMembershipResponse) ProtoMessage ¶
func (*UpdateUserMembershipResponse) ProtoMessage()
func (*UpdateUserMembershipResponse) ProtoReflect ¶
func (x *UpdateUserMembershipResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserMembershipResponse) Reset ¶
func (x *UpdateUserMembershipResponse) Reset()
func (*UpdateUserMembershipResponse) String ¶
func (x *UpdateUserMembershipResponse) String() string
type User ¶
type User struct { // The name of the user, defined by its ID. // - Format: `users/{user.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // User UUID. This field is optionally set by users on creation (it will be // server-generated if unspecified). Uid *string `protobuf:"bytes,2,opt,name=uid,proto3,oneof" json:"uid,omitempty"` // Resource ID (used in `name` as the last segment). This conforms to // RFC-1034, which restricts to letters, numbers, and hyphen, with the first // character a letter, the last a letter or a number, and a 63 character // maximum. // // Note that the ID can be updated. Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` // Creation time. CreateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Update time. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Profile. Profile *UserProfile `protobuf:"bytes,11,opt,name=profile,proto3" json:"profile,omitempty"` // contains filtered or unexported fields }
User describes an individual that interacts with Instill AI. It doesn't contain any private information about the user.
func (*User) Descriptor
deprecated
func (*User) GetCreateTime ¶
func (x *User) GetCreateTime() *timestamppb.Timestamp
func (*User) GetProfile ¶
func (x *User) GetProfile() *UserProfile
func (*User) GetUpdateTime ¶
func (x *User) GetUpdateTime() *timestamppb.Timestamp
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
type UserMembership ¶
type UserMembership struct { // The resource name of the membership, which allows its access by user and // organization ID. // - Format: `users/{user.id}/memberships/{organization.id}`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Role of the user in the organization. Role string `protobuf:"bytes,3,opt,name=role,proto3" json:"role,omitempty"` // State of the membership. State MembershipState `protobuf:"varint,4,opt,name=state,proto3,enum=core.mgmt.v1beta.MembershipState" json:"state,omitempty"` // User information. User *User `protobuf:"bytes,5,opt,name=user,proto3" json:"user,omitempty"` // Organization information. Organization *Organization `protobuf:"bytes,6,opt,name=organization,proto3" json:"organization,omitempty"` // contains filtered or unexported fields }
A user membership defines the relationship between a user and an organization they belong to.
func (*UserMembership) Descriptor
deprecated
func (*UserMembership) Descriptor() ([]byte, []int)
Deprecated: Use UserMembership.ProtoReflect.Descriptor instead.
func (*UserMembership) GetName ¶
func (x *UserMembership) GetName() string
func (*UserMembership) GetOrganization ¶
func (x *UserMembership) GetOrganization() *Organization
func (*UserMembership) GetRole ¶
func (x *UserMembership) GetRole() string
func (*UserMembership) GetState ¶
func (x *UserMembership) GetState() MembershipState
func (*UserMembership) GetUser ¶
func (x *UserMembership) GetUser() *User
func (*UserMembership) ProtoMessage ¶
func (*UserMembership) ProtoMessage()
func (*UserMembership) ProtoReflect ¶
func (x *UserMembership) ProtoReflect() protoreflect.Message
func (*UserMembership) Reset ¶
func (x *UserMembership) Reset()
func (*UserMembership) String ¶
func (x *UserMembership) String() string
type UserProfile ¶
type UserProfile struct { // Display name. DisplayName *string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3,oneof" json:"display_name,omitempty"` // Biography. Bio *string `protobuf:"bytes,2,opt,name=bio,proto3,oneof" json:"bio,omitempty"` // Avatar in base64 format. Avatar *string `protobuf:"bytes,3,opt,name=avatar,proto3,oneof" json:"avatar,omitempty"` // Public email. PublicEmail *string `protobuf:"bytes,4,opt,name=public_email,json=publicEmail,proto3,oneof" json:"public_email,omitempty"` // Company name. CompanyName *string `protobuf:"bytes,5,opt,name=company_name,json=companyName,proto3,oneof" json:"company_name,omitempty"` // Social profile links list the links to the user's social profiles. // The key represents the provider, and the value is the corresponding URL. SocialProfileLinks map[string]string `` /* 205-byte string literal not displayed */ // contains filtered or unexported fields }
UserProfile describes the public data of a user.
func (*UserProfile) Descriptor
deprecated
func (*UserProfile) Descriptor() ([]byte, []int)
Deprecated: Use UserProfile.ProtoReflect.Descriptor instead.
func (*UserProfile) GetAvatar ¶
func (x *UserProfile) GetAvatar() string
func (*UserProfile) GetBio ¶
func (x *UserProfile) GetBio() string
func (*UserProfile) GetCompanyName ¶
func (x *UserProfile) GetCompanyName() string
func (*UserProfile) GetDisplayName ¶
func (x *UserProfile) GetDisplayName() string
func (*UserProfile) GetPublicEmail ¶
func (x *UserProfile) GetPublicEmail() string
func (*UserProfile) GetSocialProfileLinks ¶
func (x *UserProfile) GetSocialProfileLinks() map[string]string
func (*UserProfile) ProtoMessage ¶
func (*UserProfile) ProtoMessage()
func (*UserProfile) ProtoReflect ¶
func (x *UserProfile) ProtoReflect() protoreflect.Message
func (*UserProfile) Reset ¶
func (x *UserProfile) Reset()
func (*UserProfile) String ¶
func (x *UserProfile) String() string
type UserSubscription ¶
type UserSubscription struct { // Plan identifier. Plan UserSubscription_Plan `protobuf:"varint,1,opt,name=plan,proto3,enum=core.mgmt.v1beta.UserSubscription_Plan" json:"plan,omitempty"` // Details of the associated Stripe subscription. Detail *StripeSubscriptionDetail `protobuf:"bytes,2,opt,name=detail,proto3" json:"detail,omitempty"` // contains filtered or unexported fields }
UserSubscription details describe the plan (i.e., features) a user has access to.
func (*UserSubscription) Descriptor
deprecated
func (*UserSubscription) Descriptor() ([]byte, []int)
Deprecated: Use UserSubscription.ProtoReflect.Descriptor instead.
func (*UserSubscription) GetDetail ¶
func (x *UserSubscription) GetDetail() *StripeSubscriptionDetail
func (*UserSubscription) GetPlan ¶
func (x *UserSubscription) GetPlan() UserSubscription_Plan
func (*UserSubscription) ProtoMessage ¶
func (*UserSubscription) ProtoMessage()
func (*UserSubscription) ProtoReflect ¶
func (x *UserSubscription) ProtoReflect() protoreflect.Message
func (*UserSubscription) Reset ¶
func (x *UserSubscription) Reset()
func (*UserSubscription) String ¶
func (x *UserSubscription) String() string
type UserSubscription_Plan ¶
type UserSubscription_Plan int32
Enumerates the plan types for the user subscription.
const ( // Unspecified plan. UserSubscription_PLAN_UNSPECIFIED UserSubscription_Plan = 0 // Free plan. UserSubscription_PLAN_FREE UserSubscription_Plan = 1 // Pro plan. UserSubscription_PLAN_PRO UserSubscription_Plan = 2 )
func (UserSubscription_Plan) Descriptor ¶
func (UserSubscription_Plan) Descriptor() protoreflect.EnumDescriptor
func (UserSubscription_Plan) Enum ¶
func (x UserSubscription_Plan) Enum() *UserSubscription_Plan
func (UserSubscription_Plan) EnumDescriptor
deprecated
func (UserSubscription_Plan) EnumDescriptor() ([]byte, []int)
Deprecated: Use UserSubscription_Plan.Descriptor instead.
func (UserSubscription_Plan) Number ¶
func (x UserSubscription_Plan) Number() protoreflect.EnumNumber
func (UserSubscription_Plan) String ¶
func (x UserSubscription_Plan) String() string
func (UserSubscription_Plan) Type ¶
func (UserSubscription_Plan) Type() protoreflect.EnumType
type ValidateTokenRequest ¶
type ValidateTokenRequest struct {
// contains filtered or unexported fields
}
ValidateTokenRequest represents a request to validate a token.
func (*ValidateTokenRequest) Descriptor
deprecated
func (*ValidateTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use ValidateTokenRequest.ProtoReflect.Descriptor instead.
func (*ValidateTokenRequest) ProtoMessage ¶
func (*ValidateTokenRequest) ProtoMessage()
func (*ValidateTokenRequest) ProtoReflect ¶
func (x *ValidateTokenRequest) ProtoReflect() protoreflect.Message
func (*ValidateTokenRequest) Reset ¶
func (x *ValidateTokenRequest) Reset()
func (*ValidateTokenRequest) String ¶
func (x *ValidateTokenRequest) String() string
type ValidateTokenResponse ¶
type ValidateTokenResponse struct { // If token is valid, UUID of the user that owns it. UserUid string `protobuf:"bytes,1,opt,name=user_uid,json=userUid,proto3" json:"user_uid,omitempty"` // contains filtered or unexported fields }
ValidateTokenResponse contains the validation of a token.
func (*ValidateTokenResponse) Descriptor
deprecated
func (*ValidateTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use ValidateTokenResponse.ProtoReflect.Descriptor instead.
func (*ValidateTokenResponse) GetUserUid ¶
func (x *ValidateTokenResponse) GetUserUid() string
func (*ValidateTokenResponse) ProtoMessage ¶
func (*ValidateTokenResponse) ProtoMessage()
func (*ValidateTokenResponse) ProtoReflect ¶
func (x *ValidateTokenResponse) ProtoReflect() protoreflect.Message
func (*ValidateTokenResponse) Reset ¶
func (x *ValidateTokenResponse) Reset()
func (*ValidateTokenResponse) String ¶
func (x *ValidateTokenResponse) String() string
type View ¶
type View int32
View defines how a resource is presented. It can be used as a parameter in a method request to allow clients to select the amount of information they want in the response.
func (View) Descriptor ¶
func (View) Descriptor() protoreflect.EnumDescriptor
func (View) EnumDescriptor
deprecated
func (View) Number ¶
func (x View) Number() protoreflect.EnumNumber
func (View) Type ¶
func (View) Type() protoreflect.EnumType