credential

package
v1.36.11-2023053111370... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: unknown License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_nuntio_management_model_credential_credential_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Credential

type Credential struct {
	Name      string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Credential) ClearCreatedAt

func (x *Credential) ClearCreatedAt()

func (*Credential) GetCreatedAt

func (x *Credential) GetCreatedAt() *timestamppb.Timestamp

func (*Credential) GetName

func (x *Credential) GetName() string

func (*Credential) HasCreatedAt

func (x *Credential) HasCreatedAt() bool

func (*Credential) ProtoMessage

func (*Credential) ProtoMessage()

func (*Credential) ProtoReflect

func (x *Credential) ProtoReflect() protoreflect.Message

func (*Credential) Reset

func (x *Credential) Reset()

func (*Credential) SetCreatedAt

func (x *Credential) SetCreatedAt(v *timestamppb.Timestamp)

func (*Credential) SetName

func (x *Credential) SetName(v string)

func (*Credential) String

func (x *Credential) String() string

type Credential_builder

type Credential_builder struct {
	Name      string
	CreatedAt *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (Credential_builder) Build

func (b0 Credential_builder) Build() *Credential

type Entry

type Entry struct {
	CredentialId *model.UUID `protobuf:"bytes,1,opt,name=credential_id,json=credentialId,proto3" json:"credential_id,omitempty"`
	Credential   *Credential `protobuf:"bytes,2,opt,name=credential,proto3" json:"credential,omitempty"`
	ClientId     string      `protobuf:"bytes,3,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Entry) ClearCredential

func (x *Entry) ClearCredential()

func (*Entry) ClearCredentialId

func (x *Entry) ClearCredentialId()

func (*Entry) GetClientId

func (x *Entry) GetClientId() string

func (*Entry) GetCredential

func (x *Entry) GetCredential() *Credential

func (*Entry) GetCredentialId

func (x *Entry) GetCredentialId() *model.UUID

func (*Entry) HasCredential

func (x *Entry) HasCredential() bool

func (*Entry) HasCredentialId

func (x *Entry) HasCredentialId() bool

func (*Entry) ProtoMessage

func (*Entry) ProtoMessage()

func (*Entry) ProtoReflect

func (x *Entry) ProtoReflect() protoreflect.Message

func (*Entry) Reset

func (x *Entry) Reset()

func (*Entry) SetClientId

func (x *Entry) SetClientId(v string)

func (*Entry) SetCredential

func (x *Entry) SetCredential(v *Credential)

func (*Entry) SetCredentialId

func (x *Entry) SetCredentialId(v *model.UUID)

func (*Entry) String

func (x *Entry) String() string

type Entry_builder

type Entry_builder struct {
	CredentialId *model.UUID
	Credential   *Credential
	ClientId     string
	// contains filtered or unexported fields
}

func (Entry_builder) Build

func (b0 Entry_builder) Build() *Entry

Source Files

  • credential.pb.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL