Documentation ¶
Index ¶
- Variables
- type CreateWriteTokenRequest
- type CreateWriteTokenResponse
- func (*CreateWriteTokenResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateWriteTokenResponse) GetId() string
- func (x *CreateWriteTokenResponse) GetWriteToken() string
- func (*CreateWriteTokenResponse) ProtoMessage()
- func (x *CreateWriteTokenResponse) ProtoReflect() protoreflect.Message
- func (x *CreateWriteTokenResponse) Reset()
- func (x *CreateWriteTokenResponse) String() string
- type ValidateWriteTokenRequest
- func (*ValidateWriteTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateWriteTokenRequest) GetWriteToken() string
- func (*ValidateWriteTokenRequest) ProtoMessage()
- func (x *ValidateWriteTokenRequest) ProtoReflect() protoreflect.Message
- func (x *ValidateWriteTokenRequest) Reset()
- func (x *ValidateWriteTokenRequest) String() string
- type ValidateWriteTokenResponse
- func (*ValidateWriteTokenResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateWriteTokenResponse) GetAccountId() string
- func (x *ValidateWriteTokenResponse) GetDeploymentId() string
- func (*ValidateWriteTokenResponse) ProtoMessage()
- func (x *ValidateWriteTokenResponse) ProtoReflect() protoreflect.Message
- func (x *ValidateWriteTokenResponse) Reset()
- func (x *ValidateWriteTokenResponse) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_commonfate_factory_monitoring_v1alpha1_token_proto protoreflect.FileDescriptor
View Source
var File_commonfate_factory_monitoring_v1alpha1_validate_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CreateWriteTokenRequest ¶
type CreateWriteTokenRequest struct {
// contains filtered or unexported fields
}
func (*CreateWriteTokenRequest) Descriptor
deprecated
func (*CreateWriteTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateWriteTokenRequest.ProtoReflect.Descriptor instead.
func (*CreateWriteTokenRequest) ProtoMessage ¶
func (*CreateWriteTokenRequest) ProtoMessage()
func (*CreateWriteTokenRequest) ProtoReflect ¶
func (x *CreateWriteTokenRequest) ProtoReflect() protoreflect.Message
func (*CreateWriteTokenRequest) Reset ¶
func (x *CreateWriteTokenRequest) Reset()
func (*CreateWriteTokenRequest) String ¶
func (x *CreateWriteTokenRequest) String() string
type CreateWriteTokenResponse ¶
type CreateWriteTokenResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // A write token which gives access to write OpenTelemetry data to our collector. WriteToken string `protobuf:"bytes,2,opt,name=write_token,json=writeToken,proto3" json:"write_token,omitempty"` // contains filtered or unexported fields }
func (*CreateWriteTokenResponse) Descriptor
deprecated
func (*CreateWriteTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateWriteTokenResponse.ProtoReflect.Descriptor instead.
func (*CreateWriteTokenResponse) GetId ¶
func (x *CreateWriteTokenResponse) GetId() string
func (*CreateWriteTokenResponse) GetWriteToken ¶
func (x *CreateWriteTokenResponse) GetWriteToken() string
func (*CreateWriteTokenResponse) ProtoMessage ¶
func (*CreateWriteTokenResponse) ProtoMessage()
func (*CreateWriteTokenResponse) ProtoReflect ¶
func (x *CreateWriteTokenResponse) ProtoReflect() protoreflect.Message
func (*CreateWriteTokenResponse) Reset ¶
func (x *CreateWriteTokenResponse) Reset()
func (*CreateWriteTokenResponse) String ¶
func (x *CreateWriteTokenResponse) String() string
type ValidateWriteTokenRequest ¶
type ValidateWriteTokenRequest struct { WriteToken string `protobuf:"bytes,1,opt,name=write_token,json=writeToken,proto3" json:"write_token,omitempty"` // contains filtered or unexported fields }
func (*ValidateWriteTokenRequest) Descriptor
deprecated
func (*ValidateWriteTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use ValidateWriteTokenRequest.ProtoReflect.Descriptor instead.
func (*ValidateWriteTokenRequest) GetWriteToken ¶
func (x *ValidateWriteTokenRequest) GetWriteToken() string
func (*ValidateWriteTokenRequest) ProtoMessage ¶
func (*ValidateWriteTokenRequest) ProtoMessage()
func (*ValidateWriteTokenRequest) ProtoReflect ¶
func (x *ValidateWriteTokenRequest) ProtoReflect() protoreflect.Message
func (*ValidateWriteTokenRequest) Reset ¶
func (x *ValidateWriteTokenRequest) Reset()
func (*ValidateWriteTokenRequest) String ¶
func (x *ValidateWriteTokenRequest) String() string
type ValidateWriteTokenResponse ¶
type ValidateWriteTokenResponse struct { // The deployment ID associated with the write token. DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"` // The Common Fate account ID associated with the write token. AccountId string `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` // contains filtered or unexported fields }
func (*ValidateWriteTokenResponse) Descriptor
deprecated
func (*ValidateWriteTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use ValidateWriteTokenResponse.ProtoReflect.Descriptor instead.
func (*ValidateWriteTokenResponse) GetAccountId ¶
func (x *ValidateWriteTokenResponse) GetAccountId() string
func (*ValidateWriteTokenResponse) GetDeploymentId ¶
func (x *ValidateWriteTokenResponse) GetDeploymentId() string
func (*ValidateWriteTokenResponse) ProtoMessage ¶
func (*ValidateWriteTokenResponse) ProtoMessage()
func (*ValidateWriteTokenResponse) ProtoReflect ¶
func (x *ValidateWriteTokenResponse) ProtoReflect() protoreflect.Message
func (*ValidateWriteTokenResponse) Reset ¶
func (x *ValidateWriteTokenResponse) Reset()
func (*ValidateWriteTokenResponse) String ¶
func (x *ValidateWriteTokenResponse) String() string
Click to show internal directories.
Click to hide internal directories.