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: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_nuntio_management_api_credential_service_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CreateRequest

type CreateRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRequest) GetName

func (x *CreateRequest) GetName() string

func (*CreateRequest) ProtoMessage

func (*CreateRequest) ProtoMessage()

func (*CreateRequest) ProtoReflect

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

func (*CreateRequest) Reset

func (x *CreateRequest) Reset()

func (*CreateRequest) SetName

func (x *CreateRequest) SetName(v string)

func (*CreateRequest) String

func (x *CreateRequest) String() string

type CreateRequest_builder

type CreateRequest_builder struct {
	Name string
	// contains filtered or unexported fields
}

func (CreateRequest_builder) Build

type CreateResponse

type CreateResponse struct {
	Credential   *credential.Credential `protobuf:"bytes,1,opt,name=credential,proto3" json:"credential,omitempty"`
	ClientId     string                 `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	ClientSecret string                 `protobuf:"bytes,3,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateResponse) ClearCredential

func (x *CreateResponse) ClearCredential()

func (*CreateResponse) GetClientId

func (x *CreateResponse) GetClientId() string

func (*CreateResponse) GetClientSecret

func (x *CreateResponse) GetClientSecret() string

func (*CreateResponse) GetCredential

func (x *CreateResponse) GetCredential() *credential.Credential

func (*CreateResponse) HasCredential

func (x *CreateResponse) HasCredential() bool

func (*CreateResponse) ProtoMessage

func (*CreateResponse) ProtoMessage()

func (*CreateResponse) ProtoReflect

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

func (*CreateResponse) Reset

func (x *CreateResponse) Reset()

func (*CreateResponse) SetClientId

func (x *CreateResponse) SetClientId(v string)

func (*CreateResponse) SetClientSecret

func (x *CreateResponse) SetClientSecret(v string)

func (*CreateResponse) SetCredential

func (x *CreateResponse) SetCredential(v *credential.Credential)

func (*CreateResponse) String

func (x *CreateResponse) String() string

type CreateResponse_builder

type CreateResponse_builder struct {
	Credential   *credential.Credential
	ClientId     string
	ClientSecret string
	// contains filtered or unexported fields
}

func (CreateResponse_builder) Build

type DeleteRequest

type DeleteRequest struct {
	CredentialId *model.UUID `protobuf:"bytes,1,opt,name=credential_id,json=credentialId,proto3" json:"credential_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteRequest) ClearCredentialId

func (x *DeleteRequest) ClearCredentialId()

func (*DeleteRequest) GetCredentialId

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

func (*DeleteRequest) HasCredentialId

func (x *DeleteRequest) HasCredentialId() bool

func (*DeleteRequest) ProtoMessage

func (*DeleteRequest) ProtoMessage()

func (*DeleteRequest) ProtoReflect

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

func (*DeleteRequest) Reset

func (x *DeleteRequest) Reset()

func (*DeleteRequest) SetCredentialId

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

func (*DeleteRequest) String

func (x *DeleteRequest) String() string

type DeleteRequest_builder

type DeleteRequest_builder struct {
	CredentialId *model.UUID
	// contains filtered or unexported fields
}

func (DeleteRequest_builder) Build

type DeleteResponse

type DeleteResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteResponse) ProtoMessage

func (*DeleteResponse) ProtoMessage()

func (*DeleteResponse) ProtoReflect

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

func (*DeleteResponse) Reset

func (x *DeleteResponse) Reset()

func (*DeleteResponse) String

func (x *DeleteResponse) String() string

type DeleteResponse_builder

type DeleteResponse_builder struct {
	// contains filtered or unexported fields
}

func (DeleteResponse_builder) Build

type ListRequest

type ListRequest struct {
	// contains filtered or unexported fields
}

func (*ListRequest) ProtoMessage

func (*ListRequest) ProtoMessage()

func (*ListRequest) ProtoReflect

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

func (*ListRequest) Reset

func (x *ListRequest) Reset()

func (*ListRequest) String

func (x *ListRequest) String() string

type ListRequest_builder

type ListRequest_builder struct {
	// contains filtered or unexported fields
}

func (ListRequest_builder) Build

func (b0 ListRequest_builder) Build() *ListRequest

type ListResponse

type ListResponse struct {
	Credentials []*credential.Entry `protobuf:"bytes,1,rep,name=credentials,proto3" json:"credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ListResponse) GetCredentials

func (x *ListResponse) GetCredentials() []*credential.Entry

func (*ListResponse) ProtoMessage

func (*ListResponse) ProtoMessage()

func (*ListResponse) ProtoReflect

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

func (*ListResponse) Reset

func (x *ListResponse) Reset()

func (*ListResponse) SetCredentials

func (x *ListResponse) SetCredentials(v []*credential.Entry)

func (*ListResponse) String

func (x *ListResponse) String() string

type ListResponse_builder

type ListResponse_builder struct {
	Credentials []*credential.Entry
	// contains filtered or unexported fields
}

func (ListResponse_builder) Build

func (b0 ListResponse_builder) Build() *ListResponse

type PingRequest

type PingRequest struct {
	// contains filtered or unexported fields
}

func (*PingRequest) ProtoMessage

func (*PingRequest) ProtoMessage()

func (*PingRequest) ProtoReflect

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

func (*PingRequest) Reset

func (x *PingRequest) Reset()

func (*PingRequest) String

func (x *PingRequest) String() string

type PingRequest_builder

type PingRequest_builder struct {
	// contains filtered or unexported fields
}

func (PingRequest_builder) Build

func (b0 PingRequest_builder) Build() *PingRequest

type PingResponse

type PingResponse struct {
	// contains filtered or unexported fields
}

func (*PingResponse) ProtoMessage

func (*PingResponse) ProtoMessage()

func (*PingResponse) ProtoReflect

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

func (*PingResponse) Reset

func (x *PingResponse) Reset()

func (*PingResponse) String

func (x *PingResponse) String() string

type PingResponse_builder

type PingResponse_builder struct {
	// contains filtered or unexported fields
}

func (PingResponse_builder) Build

func (b0 PingResponse_builder) Build() *PingResponse

Source Files

  • service.pb.go

Jump to

Keyboard shortcuts

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