pb

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2021 License: Apache-2.0 Imports: 25 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_mysql_proto protoreflect.FileDescriptor

Functions

func AddonMySQLServiceClientType

func AddonMySQLServiceClientType() reflect.Type

AddonMySQLServiceClientType .

func AddonMySQLServiceHandlerType

func AddonMySQLServiceHandlerType() reflect.Type

AddonMySQLServiceHandlerType .

func AddonMySQLServiceServerType

func AddonMySQLServiceServerType() reflect.Type

AddonMySQLServiceServerType .

func RegisterAddonMySQLServiceHandler

func RegisterAddonMySQLServiceHandler(r http.Router, srv AddonMySQLServiceHandler, opts ...http.HandleOption)

RegisterAddonMySQLServiceHandler register AddonMySQLServiceHandler to http.Router.

func RegisterAddonMySQLServiceImp

func RegisterAddonMySQLServiceImp(regester transport.Register, srv AddonMySQLServiceServer, opts ...transport.ServiceOption)

RegisterAddonMySQLServiceImp mysql.proto

func RegisterAddonMySQLServiceServer

func RegisterAddonMySQLServiceServer(s grpc1.ServiceRegistrar, srv AddonMySQLServiceServer, opts ...grpc1.HandleOption)

func ServiceNames

func ServiceNames(svr ...string) []string

ServiceNames return all service names

func Types

func Types() []reflect.Type

Types

type AddonMySQLServiceClient

type AddonMySQLServiceClient interface {
	ListMySQLAccount(ctx context.Context, in *ListMySQLAccountRequest, opts ...grpc.CallOption) (*ListMySQLAccountResponse, error)
	GenerateMySQLAccount(ctx context.Context, in *GenerateMySQLAccountRequest, opts ...grpc.CallOption) (*GenerateMySQLAccountResponse, error)
	DeleteMySQLAccount(ctx context.Context, in *DeleteMySQLAccountRequest, opts ...grpc.CallOption) (*DeleteMySQLAccountResponse, error)
	ListAttachment(ctx context.Context, in *ListAttachmentRequest, opts ...grpc.CallOption) (*ListAttachmentResponse, error)
	UpdateAttachmentAccount(ctx context.Context, in *UpdateAttachmentAccountRequest, opts ...grpc.CallOption) (*UpdateAttachmentAccountResponse, error)
}

AddonMySQLServiceClient is the client API for AddonMySQLService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type AddonMySQLServiceHandler

type AddonMySQLServiceHandler interface {
	// GET /api/addon-mysql/actions/list-mysql-account
	ListMySQLAccount(context.Context, *ListMySQLAccountRequest) (*ListMySQLAccountResponse, error)
	// POST /api/addon-mysql/actions/generate-mysql-account
	GenerateMySQLAccount(context.Context, *GenerateMySQLAccountRequest) (*GenerateMySQLAccountResponse, error)
	// POST /api/addon-mysql/actions/delete-mysql-account
	DeleteMySQLAccount(context.Context, *DeleteMySQLAccountRequest) (*DeleteMySQLAccountResponse, error)
	// GET /api/addon-mysql/actions/list-attachment
	ListAttachment(context.Context, *ListAttachmentRequest) (*ListAttachmentResponse, error)
	// POST /api/addon-mysql/actions/update-attachment-account
	UpdateAttachmentAccount(context.Context, *UpdateAttachmentAccountRequest) (*UpdateAttachmentAccountResponse, error)
}

AddonMySQLServiceHandler is the server API for AddonMySQLService service.

type AddonMySQLServiceServer

AddonMySQLServiceServer is the server API for AddonMySQLService service. All implementations should embed UnimplementedAddonMySQLServiceServer for forward compatibility

type Attachment

type Attachment struct {
	Id           uint64            `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	InstanceId   string            `protobuf:"bytes,2,opt,name=instanceId,proto3" json:"instanceId,omitempty"`
	AppId        string            `protobuf:"bytes,3,opt,name=appId,proto3" json:"appId,omitempty"`
	RuntimeId    string            `protobuf:"bytes,4,opt,name=runtimeId,proto3" json:"runtimeId,omitempty"`
	RuntimeName  string            `protobuf:"bytes,5,opt,name=runtimeName,proto3" json:"runtimeName,omitempty"`
	AccountId    string            `protobuf:"bytes,6,opt,name=accountId,proto3" json:"accountId,omitempty"`
	PreAccountId string            `protobuf:"bytes,7,opt,name=preAccountId,proto3" json:"preAccountId,omitempty"`
	AccountState string            `protobuf:"bytes,8,opt,name=accountState,proto3" json:"accountState,omitempty"`
	Configs      map[string]string `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Attachment) Descriptor deprecated

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

Deprecated: Use Attachment.ProtoReflect.Descriptor instead.

func (*Attachment) GetAccountId

func (x *Attachment) GetAccountId() string

func (*Attachment) GetAccountState

func (x *Attachment) GetAccountState() string

func (*Attachment) GetAppId

func (x *Attachment) GetAppId() string

func (*Attachment) GetConfigs

func (x *Attachment) GetConfigs() map[string]string

func (*Attachment) GetId

func (x *Attachment) GetId() uint64

func (*Attachment) GetInstanceId

func (x *Attachment) GetInstanceId() string

func (*Attachment) GetPreAccountId

func (x *Attachment) GetPreAccountId() string

func (*Attachment) GetRuntimeId

func (x *Attachment) GetRuntimeId() string

func (*Attachment) GetRuntimeName

func (x *Attachment) GetRuntimeName() string

func (*Attachment) MarshalJSON

func (m *Attachment) MarshalJSON() ([]byte, error)

Attachment implement json.Marshaler.

func (*Attachment) ProtoMessage

func (*Attachment) ProtoMessage()

func (*Attachment) ProtoReflect

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

func (*Attachment) Reset

func (x *Attachment) Reset()

func (*Attachment) String

func (x *Attachment) String() string

func (*Attachment) UnmarshalJSON

func (m *Attachment) UnmarshalJSON(b []byte) error

Attachment implement json.Marshaler.

func (*Attachment) UnmarshalURLValues

func (m *Attachment) UnmarshalURLValues(prefix string, values url.Values) error

Attachment implement urlenc.URLValuesUnmarshaler.

func (*Attachment) Validate

func (this *Attachment) Validate() error

type DeleteMySQLAccountRequest

type DeleteMySQLAccountRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instanceId,proto3" json:"instanceId,omitempty"`
	Id         string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteMySQLAccountRequest) Descriptor deprecated

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

Deprecated: Use DeleteMySQLAccountRequest.ProtoReflect.Descriptor instead.

func (*DeleteMySQLAccountRequest) GetId

func (x *DeleteMySQLAccountRequest) GetId() string

func (*DeleteMySQLAccountRequest) GetInstanceId

func (x *DeleteMySQLAccountRequest) GetInstanceId() string

func (*DeleteMySQLAccountRequest) MarshalJSON

func (m *DeleteMySQLAccountRequest) MarshalJSON() ([]byte, error)

DeleteMySQLAccountRequest implement json.Marshaler.

func (*DeleteMySQLAccountRequest) ProtoMessage

func (*DeleteMySQLAccountRequest) ProtoMessage()

func (*DeleteMySQLAccountRequest) ProtoReflect

func (*DeleteMySQLAccountRequest) Reset

func (x *DeleteMySQLAccountRequest) Reset()

func (*DeleteMySQLAccountRequest) String

func (x *DeleteMySQLAccountRequest) String() string

func (*DeleteMySQLAccountRequest) UnmarshalJSON

func (m *DeleteMySQLAccountRequest) UnmarshalJSON(b []byte) error

DeleteMySQLAccountRequest implement json.Marshaler.

func (*DeleteMySQLAccountRequest) UnmarshalURLValues

func (m *DeleteMySQLAccountRequest) UnmarshalURLValues(prefix string, values url.Values) error

DeleteMySQLAccountRequest implement urlenc.URLValuesUnmarshaler.

func (*DeleteMySQLAccountRequest) Validate

func (this *DeleteMySQLAccountRequest) Validate() error

type DeleteMySQLAccountResponse

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

func (*DeleteMySQLAccountResponse) Descriptor deprecated

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

Deprecated: Use DeleteMySQLAccountResponse.ProtoReflect.Descriptor instead.

func (*DeleteMySQLAccountResponse) MarshalJSON

func (m *DeleteMySQLAccountResponse) MarshalJSON() ([]byte, error)

DeleteMySQLAccountResponse implement json.Marshaler.

func (*DeleteMySQLAccountResponse) ProtoMessage

func (*DeleteMySQLAccountResponse) ProtoMessage()

func (*DeleteMySQLAccountResponse) ProtoReflect

func (*DeleteMySQLAccountResponse) Reset

func (x *DeleteMySQLAccountResponse) Reset()

func (*DeleteMySQLAccountResponse) String

func (x *DeleteMySQLAccountResponse) String() string

func (*DeleteMySQLAccountResponse) UnmarshalJSON

func (m *DeleteMySQLAccountResponse) UnmarshalJSON(b []byte) error

DeleteMySQLAccountResponse implement json.Marshaler.

func (*DeleteMySQLAccountResponse) UnmarshalURLValues

func (m *DeleteMySQLAccountResponse) UnmarshalURLValues(prefix string, values url.Values) error

DeleteMySQLAccountResponse implement urlenc.URLValuesUnmarshaler.

func (*DeleteMySQLAccountResponse) Validate

func (this *DeleteMySQLAccountResponse) Validate() error

type GenerateMySQLAccountRequest

type GenerateMySQLAccountRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instanceId,proto3" json:"instanceId,omitempty"`
	UserID     string `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateMySQLAccountRequest) Descriptor deprecated

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

Deprecated: Use GenerateMySQLAccountRequest.ProtoReflect.Descriptor instead.

func (*GenerateMySQLAccountRequest) GetInstanceId

func (x *GenerateMySQLAccountRequest) GetInstanceId() string

func (*GenerateMySQLAccountRequest) GetUserID

func (x *GenerateMySQLAccountRequest) GetUserID() string

func (*GenerateMySQLAccountRequest) MarshalJSON

func (m *GenerateMySQLAccountRequest) MarshalJSON() ([]byte, error)

GenerateMySQLAccountRequest implement json.Marshaler.

func (*GenerateMySQLAccountRequest) ProtoMessage

func (*GenerateMySQLAccountRequest) ProtoMessage()

func (*GenerateMySQLAccountRequest) ProtoReflect

func (*GenerateMySQLAccountRequest) Reset

func (x *GenerateMySQLAccountRequest) Reset()

func (*GenerateMySQLAccountRequest) String

func (x *GenerateMySQLAccountRequest) String() string

func (*GenerateMySQLAccountRequest) UnmarshalJSON

func (m *GenerateMySQLAccountRequest) UnmarshalJSON(b []byte) error

GenerateMySQLAccountRequest implement json.Marshaler.

func (*GenerateMySQLAccountRequest) UnmarshalURLValues

func (m *GenerateMySQLAccountRequest) UnmarshalURLValues(prefix string, values url.Values) error

GenerateMySQLAccountRequest implement urlenc.URLValuesUnmarshaler.

func (*GenerateMySQLAccountRequest) Validate

func (this *GenerateMySQLAccountRequest) Validate() error

type GenerateMySQLAccountResponse

type GenerateMySQLAccountResponse struct {
	Account *MySQLAccount `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateMySQLAccountResponse) Descriptor deprecated

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

Deprecated: Use GenerateMySQLAccountResponse.ProtoReflect.Descriptor instead.

func (*GenerateMySQLAccountResponse) GetAccount

func (x *GenerateMySQLAccountResponse) GetAccount() *MySQLAccount

func (*GenerateMySQLAccountResponse) MarshalJSON

func (m *GenerateMySQLAccountResponse) MarshalJSON() ([]byte, error)

GenerateMySQLAccountResponse implement json.Marshaler.

func (*GenerateMySQLAccountResponse) ProtoMessage

func (*GenerateMySQLAccountResponse) ProtoMessage()

func (*GenerateMySQLAccountResponse) ProtoReflect

func (*GenerateMySQLAccountResponse) Reset

func (x *GenerateMySQLAccountResponse) Reset()

func (*GenerateMySQLAccountResponse) String

func (*GenerateMySQLAccountResponse) UnmarshalJSON

func (m *GenerateMySQLAccountResponse) UnmarshalJSON(b []byte) error

GenerateMySQLAccountResponse implement json.Marshaler.

func (*GenerateMySQLAccountResponse) UnmarshalURLValues

func (m *GenerateMySQLAccountResponse) UnmarshalURLValues(prefix string, values url.Values) error

GenerateMySQLAccountResponse implement urlenc.URLValuesUnmarshaler.

func (*GenerateMySQLAccountResponse) Validate

func (this *GenerateMySQLAccountResponse) Validate() error

type ListAttachmentRequest

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

func (*ListAttachmentRequest) Descriptor deprecated

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

Deprecated: Use ListAttachmentRequest.ProtoReflect.Descriptor instead.

func (*ListAttachmentRequest) GetInstanceId

func (x *ListAttachmentRequest) GetInstanceId() string

func (*ListAttachmentRequest) MarshalJSON

func (m *ListAttachmentRequest) MarshalJSON() ([]byte, error)

ListAttachmentRequest implement json.Marshaler.

func (*ListAttachmentRequest) ProtoMessage

func (*ListAttachmentRequest) ProtoMessage()

func (*ListAttachmentRequest) ProtoReflect

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

func (*ListAttachmentRequest) Reset

func (x *ListAttachmentRequest) Reset()

func (*ListAttachmentRequest) String

func (x *ListAttachmentRequest) String() string

func (*ListAttachmentRequest) UnmarshalJSON

func (m *ListAttachmentRequest) UnmarshalJSON(b []byte) error

ListAttachmentRequest implement json.Marshaler.

func (*ListAttachmentRequest) UnmarshalURLValues

func (m *ListAttachmentRequest) UnmarshalURLValues(prefix string, values url.Values) error

ListAttachmentRequest implement urlenc.URLValuesUnmarshaler.

func (*ListAttachmentRequest) Validate

func (this *ListAttachmentRequest) Validate() error

type ListAttachmentResponse

type ListAttachmentResponse struct {
	Attachments []*Attachment `protobuf:"bytes,1,rep,name=attachments,proto3" json:"attachments,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAttachmentResponse) Descriptor deprecated

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

Deprecated: Use ListAttachmentResponse.ProtoReflect.Descriptor instead.

func (*ListAttachmentResponse) GetAttachments

func (x *ListAttachmentResponse) GetAttachments() []*Attachment

func (*ListAttachmentResponse) MarshalJSON

func (m *ListAttachmentResponse) MarshalJSON() ([]byte, error)

ListAttachmentResponse implement json.Marshaler.

func (*ListAttachmentResponse) ProtoMessage

func (*ListAttachmentResponse) ProtoMessage()

func (*ListAttachmentResponse) ProtoReflect

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

func (*ListAttachmentResponse) Reset

func (x *ListAttachmentResponse) Reset()

func (*ListAttachmentResponse) String

func (x *ListAttachmentResponse) String() string

func (*ListAttachmentResponse) UnmarshalJSON

func (m *ListAttachmentResponse) UnmarshalJSON(b []byte) error

ListAttachmentResponse implement json.Marshaler.

func (*ListAttachmentResponse) UnmarshalURLValues

func (m *ListAttachmentResponse) UnmarshalURLValues(prefix string, values url.Values) error

ListAttachmentResponse implement urlenc.URLValuesUnmarshaler.

func (*ListAttachmentResponse) Validate

func (this *ListAttachmentResponse) Validate() error

type ListMySQLAccountRequest

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

func (*ListMySQLAccountRequest) Descriptor deprecated

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

Deprecated: Use ListMySQLAccountRequest.ProtoReflect.Descriptor instead.

func (*ListMySQLAccountRequest) GetInstanceId

func (x *ListMySQLAccountRequest) GetInstanceId() string

func (*ListMySQLAccountRequest) MarshalJSON

func (m *ListMySQLAccountRequest) MarshalJSON() ([]byte, error)

ListMySQLAccountRequest implement json.Marshaler.

func (*ListMySQLAccountRequest) ProtoMessage

func (*ListMySQLAccountRequest) ProtoMessage()

func (*ListMySQLAccountRequest) ProtoReflect

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

func (*ListMySQLAccountRequest) Reset

func (x *ListMySQLAccountRequest) Reset()

func (*ListMySQLAccountRequest) String

func (x *ListMySQLAccountRequest) String() string

func (*ListMySQLAccountRequest) UnmarshalJSON

func (m *ListMySQLAccountRequest) UnmarshalJSON(b []byte) error

ListMySQLAccountRequest implement json.Marshaler.

func (*ListMySQLAccountRequest) UnmarshalURLValues

func (m *ListMySQLAccountRequest) UnmarshalURLValues(prefix string, values url.Values) error

ListMySQLAccountRequest implement urlenc.URLValuesUnmarshaler.

func (*ListMySQLAccountRequest) Validate

func (this *ListMySQLAccountRequest) Validate() error

type ListMySQLAccountResponse

type ListMySQLAccountResponse struct {
	Accounts []*MySQLAccount `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMySQLAccountResponse) Descriptor deprecated

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

Deprecated: Use ListMySQLAccountResponse.ProtoReflect.Descriptor instead.

func (*ListMySQLAccountResponse) GetAccounts

func (x *ListMySQLAccountResponse) GetAccounts() []*MySQLAccount

func (*ListMySQLAccountResponse) MarshalJSON

func (m *ListMySQLAccountResponse) MarshalJSON() ([]byte, error)

ListMySQLAccountResponse implement json.Marshaler.

func (*ListMySQLAccountResponse) ProtoMessage

func (*ListMySQLAccountResponse) ProtoMessage()

func (*ListMySQLAccountResponse) ProtoReflect

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

func (*ListMySQLAccountResponse) Reset

func (x *ListMySQLAccountResponse) Reset()

func (*ListMySQLAccountResponse) String

func (x *ListMySQLAccountResponse) String() string

func (*ListMySQLAccountResponse) UnmarshalJSON

func (m *ListMySQLAccountResponse) UnmarshalJSON(b []byte) error

ListMySQLAccountResponse implement json.Marshaler.

func (*ListMySQLAccountResponse) UnmarshalURLValues

func (m *ListMySQLAccountResponse) UnmarshalURLValues(prefix string, values url.Values) error

ListMySQLAccountResponse implement urlenc.URLValuesUnmarshaler.

func (*ListMySQLAccountResponse) Validate

func (this *ListMySQLAccountResponse) Validate() error

type MySQLAccount

type MySQLAccount struct {
	Id         string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	InstanceId string                 `protobuf:"bytes,2,opt,name=instanceId,proto3" json:"instanceId,omitempty"`
	Creator    string                 `protobuf:"bytes,3,opt,name=creator,proto3" json:"creator,omitempty"`
	CreateAt   *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=createAt,proto3" json:"createAt,omitempty"`
	Username   string                 `protobuf:"bytes,5,opt,name=username,proto3" json:"username,omitempty"`
	Password   string                 `protobuf:"bytes,6,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*MySQLAccount) Descriptor deprecated

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

Deprecated: Use MySQLAccount.ProtoReflect.Descriptor instead.

func (*MySQLAccount) GetCreateAt

func (x *MySQLAccount) GetCreateAt() *timestamppb.Timestamp

func (*MySQLAccount) GetCreator

func (x *MySQLAccount) GetCreator() string

func (*MySQLAccount) GetId

func (x *MySQLAccount) GetId() string

func (*MySQLAccount) GetInstanceId

func (x *MySQLAccount) GetInstanceId() string

func (*MySQLAccount) GetPassword

func (x *MySQLAccount) GetPassword() string

func (*MySQLAccount) GetUsername

func (x *MySQLAccount) GetUsername() string

func (*MySQLAccount) MarshalJSON

func (m *MySQLAccount) MarshalJSON() ([]byte, error)

MySQLAccount implement json.Marshaler.

func (*MySQLAccount) ProtoMessage

func (*MySQLAccount) ProtoMessage()

func (*MySQLAccount) ProtoReflect

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

func (*MySQLAccount) Reset

func (x *MySQLAccount) Reset()

func (*MySQLAccount) String

func (x *MySQLAccount) String() string

func (*MySQLAccount) UnmarshalJSON

func (m *MySQLAccount) UnmarshalJSON(b []byte) error

MySQLAccount implement json.Marshaler.

func (*MySQLAccount) UnmarshalURLValues

func (m *MySQLAccount) UnmarshalURLValues(prefix string, values url.Values) error

MySQLAccount implement urlenc.URLValuesUnmarshaler.

func (*MySQLAccount) Validate

func (this *MySQLAccount) Validate() error

type UnimplementedAddonMySQLServiceServer

type UnimplementedAddonMySQLServiceServer struct {
}

UnimplementedAddonMySQLServiceServer should be embedded to have forward compatible implementations.

func (*UnimplementedAddonMySQLServiceServer) DeleteMySQLAccount

func (*UnimplementedAddonMySQLServiceServer) GenerateMySQLAccount

func (*UnimplementedAddonMySQLServiceServer) ListAttachment

func (*UnimplementedAddonMySQLServiceServer) ListMySQLAccount

type UpdateAttachmentAccountRequest

type UpdateAttachmentAccountRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instanceId,proto3" json:"instanceId,omitempty"`
	Id         uint64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	AccountId  string `protobuf:"bytes,3,opt,name=accountId,proto3" json:"accountId,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateAttachmentAccountRequest) Descriptor deprecated

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

Deprecated: Use UpdateAttachmentAccountRequest.ProtoReflect.Descriptor instead.

func (*UpdateAttachmentAccountRequest) GetAccountId

func (x *UpdateAttachmentAccountRequest) GetAccountId() string

func (*UpdateAttachmentAccountRequest) GetId

func (*UpdateAttachmentAccountRequest) GetInstanceId

func (x *UpdateAttachmentAccountRequest) GetInstanceId() string

func (*UpdateAttachmentAccountRequest) MarshalJSON

func (m *UpdateAttachmentAccountRequest) MarshalJSON() ([]byte, error)

UpdateAttachmentAccountRequest implement json.Marshaler.

func (*UpdateAttachmentAccountRequest) ProtoMessage

func (*UpdateAttachmentAccountRequest) ProtoMessage()

func (*UpdateAttachmentAccountRequest) ProtoReflect

func (*UpdateAttachmentAccountRequest) Reset

func (x *UpdateAttachmentAccountRequest) Reset()

func (*UpdateAttachmentAccountRequest) String

func (*UpdateAttachmentAccountRequest) UnmarshalJSON

func (m *UpdateAttachmentAccountRequest) UnmarshalJSON(b []byte) error

UpdateAttachmentAccountRequest implement json.Marshaler.

func (*UpdateAttachmentAccountRequest) UnmarshalURLValues

func (m *UpdateAttachmentAccountRequest) UnmarshalURLValues(prefix string, values url.Values) error

UpdateAttachmentAccountRequest implement urlenc.URLValuesUnmarshaler.

func (*UpdateAttachmentAccountRequest) Validate

func (this *UpdateAttachmentAccountRequest) Validate() error

type UpdateAttachmentAccountResponse

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

func (*UpdateAttachmentAccountResponse) Descriptor deprecated

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

Deprecated: Use UpdateAttachmentAccountResponse.ProtoReflect.Descriptor instead.

func (*UpdateAttachmentAccountResponse) MarshalJSON

func (m *UpdateAttachmentAccountResponse) MarshalJSON() ([]byte, error)

UpdateAttachmentAccountResponse implement json.Marshaler.

func (*UpdateAttachmentAccountResponse) ProtoMessage

func (*UpdateAttachmentAccountResponse) ProtoMessage()

func (*UpdateAttachmentAccountResponse) ProtoReflect

func (*UpdateAttachmentAccountResponse) Reset

func (*UpdateAttachmentAccountResponse) String

func (*UpdateAttachmentAccountResponse) UnmarshalJSON

func (m *UpdateAttachmentAccountResponse) UnmarshalJSON(b []byte) error

UpdateAttachmentAccountResponse implement json.Marshaler.

func (*UpdateAttachmentAccountResponse) UnmarshalURLValues

func (m *UpdateAttachmentAccountResponse) UnmarshalURLValues(prefix string, values url.Values) error

UpdateAttachmentAccountResponse implement urlenc.URLValuesUnmarshaler.

func (*UpdateAttachmentAccountResponse) Validate

func (this *UpdateAttachmentAccountResponse) Validate() error

Jump to

Keyboard shortcuts

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