connectionsv1

package
v0.6.3 Latest Latest
Warning

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

Go to latest
Published: May 30, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_autokitteh_connections_v1_connection_proto protoreflect.FileDescriptor
View Source
var File_autokitteh_connections_v1_svc_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Capabilities added in v0.5.13

type Capabilities struct {
	SupportsConnectionTest bool `` /* 130-byte string literal not displayed */
	SupportsConnectionInit bool `` /* 130-byte string literal not displayed */
	RequiresConnectionInit bool `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Capabilities) Descriptor deprecated added in v0.5.13

func (*Capabilities) Descriptor() ([]byte, []int)

Deprecated: Use Capabilities.ProtoReflect.Descriptor instead.

func (*Capabilities) GetRequiresConnectionInit added in v0.5.13

func (x *Capabilities) GetRequiresConnectionInit() bool

func (*Capabilities) GetSupportsConnectionInit added in v0.5.13

func (x *Capabilities) GetSupportsConnectionInit() bool

func (*Capabilities) GetSupportsConnectionTest added in v0.5.13

func (x *Capabilities) GetSupportsConnectionTest() bool

func (*Capabilities) ProtoMessage added in v0.5.13

func (*Capabilities) ProtoMessage()

func (*Capabilities) ProtoReflect added in v0.5.13

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

func (*Capabilities) Reset added in v0.5.13

func (x *Capabilities) Reset()

func (*Capabilities) String added in v0.5.13

func (x *Capabilities) String() string

type Connection

type Connection struct {
	ConnectionId  string `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	IntegrationId string `protobuf:"bytes,2,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"`
	ProjectId     string `protobuf:"bytes,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Name          string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// Read only fields that are filled by the server.
	Status       *v1.Status        `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	Capabilities *Capabilities     `protobuf:"bytes,6,opt,name=capabilities,proto3" json:"capabilities,omitempty"`
	Links        map[string]string `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Connection) Descriptor deprecated

func (*Connection) Descriptor() ([]byte, []int)

Deprecated: Use Connection.ProtoReflect.Descriptor instead.

func (*Connection) GetCapabilities added in v0.5.13

func (x *Connection) GetCapabilities() *Capabilities

func (*Connection) GetConnectionId

func (x *Connection) GetConnectionId() string

func (*Connection) GetIntegrationId

func (x *Connection) GetIntegrationId() string
func (x *Connection) GetLinks() map[string]string

func (*Connection) GetName

func (x *Connection) GetName() string

func (*Connection) GetProjectId

func (x *Connection) GetProjectId() string

func (*Connection) GetStatus added in v0.5.13

func (x *Connection) GetStatus() *v1.Status

func (*Connection) ProtoMessage

func (*Connection) ProtoMessage()

func (*Connection) ProtoReflect

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

func (*Connection) Reset

func (x *Connection) Reset()

func (*Connection) String

func (x *Connection) String() string

type CreateRequest

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

func (*CreateRequest) Descriptor deprecated

func (*CreateRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateRequest.ProtoReflect.Descriptor instead.

func (*CreateRequest) GetConnection

func (x *CreateRequest) GetConnection() *Connection

func (*CreateRequest) ProtoMessage

func (*CreateRequest) ProtoMessage()

func (*CreateRequest) ProtoReflect

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

func (*CreateRequest) Reset

func (x *CreateRequest) Reset()

func (*CreateRequest) String

func (x *CreateRequest) String() string

type CreateResponse

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

func (*CreateResponse) Descriptor deprecated

func (*CreateResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateResponse.ProtoReflect.Descriptor instead.

func (*CreateResponse) GetConnectionId

func (x *CreateResponse) GetConnectionId() string

func (*CreateResponse) ProtoMessage

func (*CreateResponse) ProtoMessage()

func (*CreateResponse) ProtoReflect

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

func (*CreateResponse) Reset

func (x *CreateResponse) Reset()

func (*CreateResponse) String

func (x *CreateResponse) String() string

type DeleteRequest

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

func (*DeleteRequest) Descriptor deprecated

func (*DeleteRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRequest.ProtoReflect.Descriptor instead.

func (*DeleteRequest) GetConnectionId

func (x *DeleteRequest) GetConnectionId() string

func (*DeleteRequest) ProtoMessage

func (*DeleteRequest) ProtoMessage()

func (*DeleteRequest) ProtoReflect

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

func (*DeleteRequest) Reset

func (x *DeleteRequest) Reset()

func (*DeleteRequest) String

func (x *DeleteRequest) String() string

type DeleteResponse

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

func (*DeleteResponse) Descriptor deprecated

func (*DeleteResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteResponse.ProtoReflect.Descriptor instead.

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 GetRequest

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

func (*GetRequest) Descriptor deprecated

func (*GetRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRequest.ProtoReflect.Descriptor instead.

func (*GetRequest) GetConnectionId

func (x *GetRequest) GetConnectionId() string

func (*GetRequest) ProtoMessage

func (*GetRequest) ProtoMessage()

func (*GetRequest) ProtoReflect

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

func (*GetRequest) Reset

func (x *GetRequest) Reset()

func (*GetRequest) String

func (x *GetRequest) String() string

type GetResponse

type GetResponse struct {
	Connection *Connection `protobuf:"bytes,1,opt,name=connection,proto3" json:"connection,omitempty"`
	// contains filtered or unexported fields
}

func (*GetResponse) Descriptor deprecated

func (*GetResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetResponse.ProtoReflect.Descriptor instead.

func (*GetResponse) GetConnection

func (x *GetResponse) GetConnection() *Connection

func (*GetResponse) ProtoMessage

func (*GetResponse) ProtoMessage()

func (*GetResponse) ProtoReflect

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

func (*GetResponse) Reset

func (x *GetResponse) Reset()

func (*GetResponse) String

func (x *GetResponse) String() string

type ListRequest

type ListRequest struct {
	IntegrationId string         `protobuf:"bytes,1,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"` // Optional.
	ProjectId     string         `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`             // Optional.
	StatusCode    v1.Status_Code ``                                                                                                     // Optional.
	/* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListRequest) Descriptor deprecated

func (*ListRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRequest.ProtoReflect.Descriptor instead.

func (*ListRequest) GetIntegrationId

func (x *ListRequest) GetIntegrationId() string

func (*ListRequest) GetProjectId

func (x *ListRequest) GetProjectId() string

func (*ListRequest) GetStatusCode added in v0.5.13

func (x *ListRequest) GetStatusCode() v1.Status_Code

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 ListResponse

type ListResponse struct {
	Connections []*Connection `protobuf:"bytes,1,rep,name=connections,proto3" json:"connections,omitempty"`
	// contains filtered or unexported fields
}

func (*ListResponse) Descriptor deprecated

func (*ListResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListResponse.ProtoReflect.Descriptor instead.

func (*ListResponse) GetConnections

func (x *ListResponse) GetConnections() []*Connection

func (*ListResponse) ProtoMessage

func (*ListResponse) ProtoMessage()

func (*ListResponse) ProtoReflect

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

func (*ListResponse) Reset

func (x *ListResponse) Reset()

func (*ListResponse) String

func (x *ListResponse) String() string

type RefreshStatusRequest added in v0.5.13

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

func (*RefreshStatusRequest) Descriptor deprecated added in v0.5.13

func (*RefreshStatusRequest) Descriptor() ([]byte, []int)

Deprecated: Use RefreshStatusRequest.ProtoReflect.Descriptor instead.

func (*RefreshStatusRequest) GetConnectionId added in v0.5.13

func (x *RefreshStatusRequest) GetConnectionId() string

func (*RefreshStatusRequest) ProtoMessage added in v0.5.13

func (*RefreshStatusRequest) ProtoMessage()

func (*RefreshStatusRequest) ProtoReflect added in v0.5.13

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

func (*RefreshStatusRequest) Reset added in v0.5.13

func (x *RefreshStatusRequest) Reset()

func (*RefreshStatusRequest) String added in v0.5.13

func (x *RefreshStatusRequest) String() string

type RefreshStatusResponse added in v0.5.13

type RefreshStatusResponse struct {
	Status *v1.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshStatusResponse) Descriptor deprecated added in v0.5.13

func (*RefreshStatusResponse) Descriptor() ([]byte, []int)

Deprecated: Use RefreshStatusResponse.ProtoReflect.Descriptor instead.

func (*RefreshStatusResponse) GetStatus added in v0.5.13

func (x *RefreshStatusResponse) GetStatus() *v1.Status

func (*RefreshStatusResponse) ProtoMessage added in v0.5.13

func (*RefreshStatusResponse) ProtoMessage()

func (*RefreshStatusResponse) ProtoReflect added in v0.5.13

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

func (*RefreshStatusResponse) Reset added in v0.5.13

func (x *RefreshStatusResponse) Reset()

func (*RefreshStatusResponse) String added in v0.5.13

func (x *RefreshStatusResponse) String() string

type TestRequest added in v0.5.13

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

func (*TestRequest) Descriptor deprecated added in v0.5.13

func (*TestRequest) Descriptor() ([]byte, []int)

Deprecated: Use TestRequest.ProtoReflect.Descriptor instead.

func (*TestRequest) GetConnectionId added in v0.5.13

func (x *TestRequest) GetConnectionId() string

func (*TestRequest) ProtoMessage added in v0.5.13

func (*TestRequest) ProtoMessage()

func (*TestRequest) ProtoReflect added in v0.5.13

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

func (*TestRequest) Reset added in v0.5.13

func (x *TestRequest) Reset()

func (*TestRequest) String added in v0.5.13

func (x *TestRequest) String() string

type TestResponse added in v0.5.13

type TestResponse struct {
	Status *v1.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*TestResponse) Descriptor deprecated added in v0.5.13

func (*TestResponse) Descriptor() ([]byte, []int)

Deprecated: Use TestResponse.ProtoReflect.Descriptor instead.

func (*TestResponse) GetStatus added in v0.5.13

func (x *TestResponse) GetStatus() *v1.Status

func (*TestResponse) ProtoMessage added in v0.5.13

func (*TestResponse) ProtoMessage()

func (*TestResponse) ProtoReflect added in v0.5.13

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

func (*TestResponse) Reset added in v0.5.13

func (x *TestResponse) Reset()

func (*TestResponse) String added in v0.5.13

func (x *TestResponse) String() string

type UpdateRequest

type UpdateRequest struct {
	Connection *Connection `protobuf:"bytes,1,opt,name=connection,proto3" json:"connection,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRequest) Descriptor deprecated

func (*UpdateRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRequest.ProtoReflect.Descriptor instead.

func (*UpdateRequest) GetConnection

func (x *UpdateRequest) GetConnection() *Connection

func (*UpdateRequest) ProtoMessage

func (*UpdateRequest) ProtoMessage()

func (*UpdateRequest) ProtoReflect

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

func (*UpdateRequest) Reset

func (x *UpdateRequest) Reset()

func (*UpdateRequest) String

func (x *UpdateRequest) String() string

type UpdateResponse

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

func (*UpdateResponse) Descriptor deprecated

func (*UpdateResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateResponse.ProtoReflect.Descriptor instead.

func (*UpdateResponse) ProtoMessage

func (*UpdateResponse) ProtoMessage()

func (*UpdateResponse) ProtoReflect

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

func (*UpdateResponse) Reset

func (x *UpdateResponse) Reset()

func (*UpdateResponse) String

func (x *UpdateResponse) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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