Documentation ¶
Index ¶
- Variables
- type CallRequest
- func (*CallRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CallRequest) GetArgs() []*v1.Value
- func (x *CallRequest) GetFunction() *v1.Value
- func (x *CallRequest) GetIntegrationId() string
- func (x *CallRequest) GetKwargs() map[string]*v1.Value
- func (*CallRequest) ProtoMessage()
- func (x *CallRequest) ProtoReflect() protoreflect.Message
- func (x *CallRequest) Reset()
- func (x *CallRequest) String() string
- type CallResponse
- func (*CallResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CallResponse) GetError() *v11.Error
- func (x *CallResponse) GetValue() *v1.Value
- func (*CallResponse) ProtoMessage()
- func (x *CallResponse) ProtoReflect() protoreflect.Message
- func (x *CallResponse) Reset()
- func (x *CallResponse) String() string
- type ConfigureRequest
- func (*ConfigureRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigureRequest) GetConnectionId() string
- func (x *ConfigureRequest) GetIntegrationId() string
- func (*ConfigureRequest) ProtoMessage()
- func (x *ConfigureRequest) ProtoReflect() protoreflect.Message
- func (x *ConfigureRequest) Reset()
- func (x *ConfigureRequest) String() string
- type ConfigureResponse
- func (*ConfigureResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigureResponse) GetConfig() map[string]string
- func (x *ConfigureResponse) GetValues() map[string]*v1.Value
- func (*ConfigureResponse) ProtoMessage()
- func (x *ConfigureResponse) ProtoReflect() protoreflect.Message
- func (x *ConfigureResponse) Reset()
- func (x *ConfigureResponse) String() string
- type GetConnectionConfigRequest
- func (*GetConnectionConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionConfigRequest) GetConnectionId() string
- func (x *GetConnectionConfigRequest) GetIntegrationId() string
- func (*GetConnectionConfigRequest) ProtoMessage()
- func (x *GetConnectionConfigRequest) ProtoReflect() protoreflect.Message
- func (x *GetConnectionConfigRequest) Reset()
- func (x *GetConnectionConfigRequest) String() string
- type GetConnectionConfigResponse
- func (*GetConnectionConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionConfigResponse) GetConfig() map[string]string
- func (*GetConnectionConfigResponse) ProtoMessage()
- func (x *GetConnectionConfigResponse) ProtoReflect() protoreflect.Message
- func (x *GetConnectionConfigResponse) Reset()
- func (x *GetConnectionConfigResponse) String() string
- type GetConnectionStatusRequest
- func (*GetConnectionStatusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionStatusRequest) GetConnectionId() string
- func (x *GetConnectionStatusRequest) GetIntegrationId() string
- func (*GetConnectionStatusRequest) ProtoMessage()
- func (x *GetConnectionStatusRequest) ProtoReflect() protoreflect.Message
- func (x *GetConnectionStatusRequest) Reset()
- func (x *GetConnectionStatusRequest) String() string
- type GetConnectionStatusResponse
- func (*GetConnectionStatusResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionStatusResponse) GetStatus() *v12.Status
- func (*GetConnectionStatusResponse) ProtoMessage()
- func (x *GetConnectionStatusResponse) ProtoReflect() protoreflect.Message
- func (x *GetConnectionStatusResponse) Reset()
- func (x *GetConnectionStatusResponse) String() string
- type GetRequest
- type GetResponse
- type Integration
- func (*Integration) Descriptor() ([]byte, []int)deprecated
- func (x *Integration) GetConnectionCapabilities() *v11.Capabilities
- func (x *Integration) GetConnectionUrl() string
- func (x *Integration) GetDescription() string
- func (x *Integration) GetDisplayName() string
- func (x *Integration) GetInitialConnectionStatus() *v12.Status
- func (x *Integration) GetIntegrationId() string
- func (x *Integration) GetLogoUrl() string
- func (x *Integration) GetModule() *v1.Module
- func (x *Integration) GetUniqueName() string
- func (x *Integration) GetUserLinks() map[string]string
- func (*Integration) ProtoMessage()
- func (x *Integration) ProtoReflect() protoreflect.Message
- func (x *Integration) Reset()
- func (x *Integration) String() string
- type ListRequest
- type ListResponse
- type TestConnectionRequest
- func (*TestConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TestConnectionRequest) GetConnectionId() string
- func (x *TestConnectionRequest) GetIntegrationId() string
- func (*TestConnectionRequest) ProtoMessage()
- func (x *TestConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *TestConnectionRequest) Reset()
- func (x *TestConnectionRequest) String() string
- type TestConnectionResponse
- func (*TestConnectionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TestConnectionResponse) GetStatus() *v12.Status
- func (*TestConnectionResponse) ProtoMessage()
- func (x *TestConnectionResponse) ProtoReflect() protoreflect.Message
- func (x *TestConnectionResponse) Reset()
- func (x *TestConnectionResponse) String() string
Constants ¶
This section is empty.
Variables ¶
var File_autokitteh_integrations_v1_integration_proto protoreflect.FileDescriptor
var File_autokitteh_integrations_v1_svc_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CallRequest ¶
type CallRequest struct { IntegrationId string `protobuf:"bytes,1,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"` Function *v1.Value `protobuf:"bytes,2,opt,name=function,proto3" json:"function,omitempty"` Args []*v1.Value `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"` Kwargs map[string]*v1.Value `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*CallRequest) Descriptor
deprecated
func (*CallRequest) Descriptor() ([]byte, []int)
Deprecated: Use CallRequest.ProtoReflect.Descriptor instead.
func (*CallRequest) GetArgs ¶
func (x *CallRequest) GetArgs() []*v1.Value
func (*CallRequest) GetFunction ¶
func (x *CallRequest) GetFunction() *v1.Value
func (*CallRequest) GetIntegrationId ¶
func (x *CallRequest) GetIntegrationId() string
func (*CallRequest) ProtoMessage ¶
func (*CallRequest) ProtoMessage()
func (*CallRequest) ProtoReflect ¶
func (x *CallRequest) ProtoReflect() protoreflect.Message
func (*CallRequest) Reset ¶
func (x *CallRequest) Reset()
func (*CallRequest) String ¶
func (x *CallRequest) String() string
type CallResponse ¶
type CallResponse struct { Value *v1.Value `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` Error *v11.Error `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*CallResponse) Descriptor
deprecated
func (*CallResponse) Descriptor() ([]byte, []int)
Deprecated: Use CallResponse.ProtoReflect.Descriptor instead.
func (*CallResponse) GetError ¶
func (x *CallResponse) GetError() *v11.Error
func (*CallResponse) GetValue ¶
func (x *CallResponse) GetValue() *v1.Value
func (*CallResponse) ProtoMessage ¶
func (*CallResponse) ProtoMessage()
func (*CallResponse) ProtoReflect ¶
func (x *CallResponse) ProtoReflect() protoreflect.Message
func (*CallResponse) Reset ¶
func (x *CallResponse) Reset()
func (*CallResponse) String ¶
func (x *CallResponse) String() string
type ConfigureRequest ¶
type ConfigureRequest struct { IntegrationId string `protobuf:"bytes,1,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"` ConnectionId string `protobuf:"bytes,2,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"` // contains filtered or unexported fields }
func (*ConfigureRequest) Descriptor
deprecated
func (*ConfigureRequest) Descriptor() ([]byte, []int)
Deprecated: Use ConfigureRequest.ProtoReflect.Descriptor instead.
func (*ConfigureRequest) GetConnectionId ¶ added in v0.5.0
func (x *ConfigureRequest) GetConnectionId() string
func (*ConfigureRequest) GetIntegrationId ¶
func (x *ConfigureRequest) GetIntegrationId() string
func (*ConfigureRequest) ProtoMessage ¶
func (*ConfigureRequest) ProtoMessage()
func (*ConfigureRequest) ProtoReflect ¶
func (x *ConfigureRequest) ProtoReflect() protoreflect.Message
func (*ConfigureRequest) Reset ¶
func (x *ConfigureRequest) Reset()
func (*ConfigureRequest) String ¶
func (x *ConfigureRequest) String() string
type ConfigureResponse ¶
type ConfigureResponse struct { Config map[string]string `` /* 153-byte string literal not displayed */ Values map[string]*v1.Value `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ConfigureResponse) Descriptor
deprecated
func (*ConfigureResponse) Descriptor() ([]byte, []int)
Deprecated: Use ConfigureResponse.ProtoReflect.Descriptor instead.
func (*ConfigureResponse) GetConfig ¶ added in v0.6.6
func (x *ConfigureResponse) GetConfig() map[string]string
func (*ConfigureResponse) ProtoMessage ¶
func (*ConfigureResponse) ProtoMessage()
func (*ConfigureResponse) ProtoReflect ¶
func (x *ConfigureResponse) ProtoReflect() protoreflect.Message
func (*ConfigureResponse) Reset ¶
func (x *ConfigureResponse) Reset()
func (*ConfigureResponse) String ¶
func (x *ConfigureResponse) String() string
type GetConnectionConfigRequest ¶ added in v0.6.6
type GetConnectionConfigRequest struct { IntegrationId string `protobuf:"bytes,1,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"` ConnectionId string `protobuf:"bytes,2,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"` // contains filtered or unexported fields }
func (*GetConnectionConfigRequest) Descriptor
deprecated
added in
v0.6.6
func (*GetConnectionConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetConnectionConfigRequest.ProtoReflect.Descriptor instead.
func (*GetConnectionConfigRequest) GetConnectionId ¶ added in v0.6.6
func (x *GetConnectionConfigRequest) GetConnectionId() string
func (*GetConnectionConfigRequest) GetIntegrationId ¶ added in v0.6.6
func (x *GetConnectionConfigRequest) GetIntegrationId() string
func (*GetConnectionConfigRequest) ProtoMessage ¶ added in v0.6.6
func (*GetConnectionConfigRequest) ProtoMessage()
func (*GetConnectionConfigRequest) ProtoReflect ¶ added in v0.6.6
func (x *GetConnectionConfigRequest) ProtoReflect() protoreflect.Message
func (*GetConnectionConfigRequest) Reset ¶ added in v0.6.6
func (x *GetConnectionConfigRequest) Reset()
func (*GetConnectionConfigRequest) String ¶ added in v0.6.6
func (x *GetConnectionConfigRequest) String() string
type GetConnectionConfigResponse ¶ added in v0.6.6
type GetConnectionConfigResponse struct { Config map[string]string `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetConnectionConfigResponse) Descriptor
deprecated
added in
v0.6.6
func (*GetConnectionConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetConnectionConfigResponse.ProtoReflect.Descriptor instead.
func (*GetConnectionConfigResponse) GetConfig ¶ added in v0.6.6
func (x *GetConnectionConfigResponse) GetConfig() map[string]string
func (*GetConnectionConfigResponse) ProtoMessage ¶ added in v0.6.6
func (*GetConnectionConfigResponse) ProtoMessage()
func (*GetConnectionConfigResponse) ProtoReflect ¶ added in v0.6.6
func (x *GetConnectionConfigResponse) ProtoReflect() protoreflect.Message
func (*GetConnectionConfigResponse) Reset ¶ added in v0.6.6
func (x *GetConnectionConfigResponse) Reset()
func (*GetConnectionConfigResponse) String ¶ added in v0.6.6
func (x *GetConnectionConfigResponse) String() string
type GetConnectionStatusRequest ¶ added in v0.5.13
type GetConnectionStatusRequest struct { IntegrationId string `protobuf:"bytes,1,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"` ConnectionId string `protobuf:"bytes,2,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"` // if not provided, will return the status of a new connection. // contains filtered or unexported fields }
func (*GetConnectionStatusRequest) Descriptor
deprecated
added in
v0.5.13
func (*GetConnectionStatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetConnectionStatusRequest.ProtoReflect.Descriptor instead.
func (*GetConnectionStatusRequest) GetConnectionId ¶ added in v0.5.13
func (x *GetConnectionStatusRequest) GetConnectionId() string
func (*GetConnectionStatusRequest) GetIntegrationId ¶ added in v0.5.13
func (x *GetConnectionStatusRequest) GetIntegrationId() string
func (*GetConnectionStatusRequest) ProtoMessage ¶ added in v0.5.13
func (*GetConnectionStatusRequest) ProtoMessage()
func (*GetConnectionStatusRequest) ProtoReflect ¶ added in v0.5.13
func (x *GetConnectionStatusRequest) ProtoReflect() protoreflect.Message
func (*GetConnectionStatusRequest) Reset ¶ added in v0.5.13
func (x *GetConnectionStatusRequest) Reset()
func (*GetConnectionStatusRequest) String ¶ added in v0.5.13
func (x *GetConnectionStatusRequest) String() string
type GetConnectionStatusResponse ¶ added in v0.5.13
type GetConnectionStatusResponse struct { Status *v12.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*GetConnectionStatusResponse) Descriptor
deprecated
added in
v0.5.13
func (*GetConnectionStatusResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetConnectionStatusResponse.ProtoReflect.Descriptor instead.
func (*GetConnectionStatusResponse) GetStatus ¶ added in v0.5.13
func (x *GetConnectionStatusResponse) GetStatus() *v12.Status
func (*GetConnectionStatusResponse) ProtoMessage ¶ added in v0.5.13
func (*GetConnectionStatusResponse) ProtoMessage()
func (*GetConnectionStatusResponse) ProtoReflect ¶ added in v0.5.13
func (x *GetConnectionStatusResponse) ProtoReflect() protoreflect.Message
func (*GetConnectionStatusResponse) Reset ¶ added in v0.5.13
func (x *GetConnectionStatusResponse) Reset()
func (*GetConnectionStatusResponse) String ¶ added in v0.5.13
func (x *GetConnectionStatusResponse) String() string
type GetRequest ¶
type GetRequest struct { IntegrationId string `protobuf:"bytes,1,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*GetRequest) Descriptor
deprecated
func (*GetRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRequest.ProtoReflect.Descriptor instead.
func (*GetRequest) GetIntegrationId ¶
func (x *GetRequest) GetIntegrationId() string
func (*GetRequest) GetName ¶ added in v0.5.0
func (x *GetRequest) GetName() 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 { Integration *Integration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"` // contains filtered or unexported fields }
func (*GetResponse) Descriptor
deprecated
func (*GetResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetResponse.ProtoReflect.Descriptor instead.
func (*GetResponse) GetIntegration ¶
func (x *GetResponse) GetIntegration() *Integration
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 Integration ¶
type Integration struct { // Unique internal identifier. Required, except in creation requests. IntegrationId string `protobuf:"bytes,1,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"` // Unique external (and URL-safe) identifier. Required. UniqueName string `protobuf:"bytes,2,opt,name=unique_name,json=uniqueName,proto3" json:"unique_name,omitempty"` DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` LogoUrl string `protobuf:"bytes,5,opt,name=logo_url,json=logoUrl,proto3" json:"logo_url,omitempty"` UserLinks map[string]string `` /* 176-byte string literal not displayed */ // TODO(ENG-346): Connection UI specification instead of a URL. ConnectionUrl string `protobuf:"bytes,8,opt,name=connection_url,json=connectionUrl,proto3" json:"connection_url,omitempty"` Module *v1.Module `protobuf:"bytes,9,opt,name=module,proto3" json:"module,omitempty"` ConnectionCapabilities *v11.Capabilities `` /* 128-byte string literal not displayed */ InitialConnectionStatus *v12.Status `` /* 133-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Integration) Descriptor
deprecated
func (*Integration) Descriptor() ([]byte, []int)
Deprecated: Use Integration.ProtoReflect.Descriptor instead.
func (*Integration) GetConnectionCapabilities ¶ added in v0.5.13
func (x *Integration) GetConnectionCapabilities() *v11.Capabilities
func (*Integration) GetConnectionUrl ¶
func (x *Integration) GetConnectionUrl() string
func (*Integration) GetDescription ¶
func (x *Integration) GetDescription() string
func (*Integration) GetDisplayName ¶
func (x *Integration) GetDisplayName() string
func (*Integration) GetInitialConnectionStatus ¶ added in v0.5.13
func (x *Integration) GetInitialConnectionStatus() *v12.Status
func (*Integration) GetIntegrationId ¶
func (x *Integration) GetIntegrationId() string
func (*Integration) GetLogoUrl ¶
func (x *Integration) GetLogoUrl() string
func (*Integration) GetModule ¶
func (x *Integration) GetModule() *v1.Module
func (*Integration) GetUniqueName ¶
func (x *Integration) GetUniqueName() string
func (*Integration) GetUserLinks ¶
func (x *Integration) GetUserLinks() map[string]string
func (*Integration) ProtoMessage ¶
func (*Integration) ProtoMessage()
func (*Integration) ProtoReflect ¶
func (x *Integration) ProtoReflect() protoreflect.Message
func (*Integration) Reset ¶
func (x *Integration) Reset()
func (*Integration) String ¶
func (x *Integration) String() string
type ListRequest ¶
type ListRequest struct { NameSubstring string `protobuf:"bytes,1,opt,name=name_substring,json=nameSubstring,proto3" json:"name_substring,omitempty"` // contains filtered or unexported fields }
All filering fields are optional.
func (*ListRequest) Descriptor
deprecated
func (*ListRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRequest.ProtoReflect.Descriptor instead.
func (*ListRequest) GetNameSubstring ¶
func (x *ListRequest) GetNameSubstring() string
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 { Integrations []*Integration `protobuf:"bytes,1,rep,name=integrations,proto3" json:"integrations,omitempty"` // contains filtered or unexported fields }
func (*ListResponse) Descriptor
deprecated
func (*ListResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListResponse.ProtoReflect.Descriptor instead.
func (*ListResponse) GetIntegrations ¶
func (x *ListResponse) GetIntegrations() []*Integration
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 TestConnectionRequest ¶ added in v0.5.13
type TestConnectionRequest struct { IntegrationId string `protobuf:"bytes,1,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"` ConnectionId string `protobuf:"bytes,2,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"` // contains filtered or unexported fields }
func (*TestConnectionRequest) Descriptor
deprecated
added in
v0.5.13
func (*TestConnectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use TestConnectionRequest.ProtoReflect.Descriptor instead.
func (*TestConnectionRequest) GetConnectionId ¶ added in v0.5.13
func (x *TestConnectionRequest) GetConnectionId() string
func (*TestConnectionRequest) GetIntegrationId ¶ added in v0.5.13
func (x *TestConnectionRequest) GetIntegrationId() string
func (*TestConnectionRequest) ProtoMessage ¶ added in v0.5.13
func (*TestConnectionRequest) ProtoMessage()
func (*TestConnectionRequest) ProtoReflect ¶ added in v0.5.13
func (x *TestConnectionRequest) ProtoReflect() protoreflect.Message
func (*TestConnectionRequest) Reset ¶ added in v0.5.13
func (x *TestConnectionRequest) Reset()
func (*TestConnectionRequest) String ¶ added in v0.5.13
func (x *TestConnectionRequest) String() string
type TestConnectionResponse ¶ added in v0.5.13
type TestConnectionResponse struct { Status *v12.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*TestConnectionResponse) Descriptor
deprecated
added in
v0.5.13
func (*TestConnectionResponse) Descriptor() ([]byte, []int)
Deprecated: Use TestConnectionResponse.ProtoReflect.Descriptor instead.
func (*TestConnectionResponse) GetStatus ¶ added in v0.5.13
func (x *TestConnectionResponse) GetStatus() *v12.Status
func (*TestConnectionResponse) ProtoMessage ¶ added in v0.5.13
func (*TestConnectionResponse) ProtoMessage()
func (*TestConnectionResponse) ProtoReflect ¶ added in v0.5.13
func (x *TestConnectionResponse) ProtoReflect() protoreflect.Message
func (*TestConnectionResponse) Reset ¶ added in v0.5.13
func (x *TestConnectionResponse) Reset()
func (*TestConnectionResponse) String ¶ added in v0.5.13
func (x *TestConnectionResponse) String() string