imagecache

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_imagecache_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CreateImageCacheRequest

type CreateImageCacheRequest struct {
	SecurityGroupId          string                                    `protobuf:"bytes,1,opt,name=securityGroupId,proto3" form:"securityGroupId" json:"securityGroupId,omitempty"`
	VSwitchId                string                                    `protobuf:"bytes,2,opt,name=vSwitchId,proto3" form:"vSwitchId" json:"vSwitchId,omitempty"`
	VpcId                    string                                    `protobuf:"bytes,3,opt,name=vpcId,proto3" form:"vpcId" json:"vpcId,omitempty"`
	ImageCacheName           string                                    `protobuf:"bytes,4,opt,name=imageCacheName,proto3" form:"imageCacheName" json:"imageCacheName,omitempty"`
	ImageCacheSize           int32                                     `protobuf:"varint,5,opt,name=imageCacheSize,proto3" form:"imageCacheSize" json:"imageCacheSize,omitempty"`
	RetentionDays            int32                                     `protobuf:"varint,6,opt,name=retentionDays,proto3" form:"retentionDays" json:"retentionDays,omitempty"`
	Images                   []string                                  `protobuf:"bytes,7,rep,name=images,proto3" form:"images" json:"images,omitempty"`
	Tags                     []*containergroup.Tag                     `protobuf:"bytes,8,rep,name=tags,proto3" form:"tags" json:"tags,omitempty"`
	AzInfo                   *containergroup.AzInfo                    `protobuf:"bytes,9,opt,name=azInfo,proto3" form:"azInfo" json:"azInfo,omitempty"`
	Eip                      *containergroup.Eip                       `protobuf:"bytes,10,opt,name=eip,proto3" form:"eip" json:"eip,omitempty"`
	ImageRegistryCredentials []*containergroup.ImageRegistryCredential `` /* 134-byte string literal not displayed */
	RegionId                 string                                    `protobuf:"bytes,12,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateImageCacheRequest) Descriptor deprecated

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

Deprecated: Use CreateImageCacheRequest.ProtoReflect.Descriptor instead.

func (*CreateImageCacheRequest) GetAzInfo

func (*CreateImageCacheRequest) GetEip

func (*CreateImageCacheRequest) GetImageCacheName

func (x *CreateImageCacheRequest) GetImageCacheName() string

func (*CreateImageCacheRequest) GetImageCacheSize

func (x *CreateImageCacheRequest) GetImageCacheSize() int32

func (*CreateImageCacheRequest) GetImageRegistryCredentials

func (x *CreateImageCacheRequest) GetImageRegistryCredentials() []*containergroup.ImageRegistryCredential

func (*CreateImageCacheRequest) GetImages

func (x *CreateImageCacheRequest) GetImages() []string

func (*CreateImageCacheRequest) GetRegionId

func (x *CreateImageCacheRequest) GetRegionId() string

func (*CreateImageCacheRequest) GetRetentionDays

func (x *CreateImageCacheRequest) GetRetentionDays() int32

func (*CreateImageCacheRequest) GetSecurityGroupId

func (x *CreateImageCacheRequest) GetSecurityGroupId() string

func (*CreateImageCacheRequest) GetTags

func (x *CreateImageCacheRequest) GetTags() []*containergroup.Tag

func (*CreateImageCacheRequest) GetVSwitchId

func (x *CreateImageCacheRequest) GetVSwitchId() string

func (*CreateImageCacheRequest) GetVpcId

func (x *CreateImageCacheRequest) GetVpcId() string

func (*CreateImageCacheRequest) ProtoMessage

func (*CreateImageCacheRequest) ProtoMessage()

func (*CreateImageCacheRequest) ProtoReflect

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

func (*CreateImageCacheRequest) Reset

func (x *CreateImageCacheRequest) Reset()

func (*CreateImageCacheRequest) String

func (x *CreateImageCacheRequest) String() string

type CreateImageCacheResponse

type CreateImageCacheResponse struct {
	RequestId      string   `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	ImageCacheId   string   `protobuf:"bytes,2,opt,name=imageCacheId,proto3" form:"imageCacheId" json:"imageCacheId,omitempty" query:"imageCacheId"`
	ImageCacheName string   `` /* 126-byte string literal not displayed */
	ImageCacheSize int32    `` /* 127-byte string literal not displayed */
	Images         []string `protobuf:"bytes,5,rep,name=images,proto3" form:"images" json:"images,omitempty" query:"images"`
	// contains filtered or unexported fields
}

func (*CreateImageCacheResponse) Descriptor deprecated

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

Deprecated: Use CreateImageCacheResponse.ProtoReflect.Descriptor instead.

func (*CreateImageCacheResponse) GetImageCacheId

func (x *CreateImageCacheResponse) GetImageCacheId() string

func (*CreateImageCacheResponse) GetImageCacheName

func (x *CreateImageCacheResponse) GetImageCacheName() string

func (*CreateImageCacheResponse) GetImageCacheSize

func (x *CreateImageCacheResponse) GetImageCacheSize() int32

func (*CreateImageCacheResponse) GetImages

func (x *CreateImageCacheResponse) GetImages() []string

func (*CreateImageCacheResponse) GetRequestId

func (x *CreateImageCacheResponse) GetRequestId() string

func (*CreateImageCacheResponse) ProtoMessage

func (*CreateImageCacheResponse) ProtoMessage()

func (*CreateImageCacheResponse) ProtoReflect

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

func (*CreateImageCacheResponse) Reset

func (x *CreateImageCacheResponse) Reset()

func (*CreateImageCacheResponse) String

func (x *CreateImageCacheResponse) String() string

type DeleteImageCacheRequest

type DeleteImageCacheRequest struct {
	ImageCacheId string `protobuf:"bytes,1,opt,name=imageCacheId,proto3" json:"imageCacheId,omitempty" path:"imageCacheId"`
	RegionId     string `protobuf:"bytes,2,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteImageCacheRequest) Descriptor deprecated

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

Deprecated: Use DeleteImageCacheRequest.ProtoReflect.Descriptor instead.

func (*DeleteImageCacheRequest) GetImageCacheId

func (x *DeleteImageCacheRequest) GetImageCacheId() string

func (*DeleteImageCacheRequest) GetRegionId

func (x *DeleteImageCacheRequest) GetRegionId() string

func (*DeleteImageCacheRequest) ProtoMessage

func (*DeleteImageCacheRequest) ProtoMessage()

func (*DeleteImageCacheRequest) ProtoReflect

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

func (*DeleteImageCacheRequest) Reset

func (x *DeleteImageCacheRequest) Reset()

func (*DeleteImageCacheRequest) String

func (x *DeleteImageCacheRequest) String() string

type DeleteImageCacheResponse

type DeleteImageCacheResponse struct {
	RequestId string `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	// contains filtered or unexported fields
}

func (*DeleteImageCacheResponse) Descriptor deprecated

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

Deprecated: Use DeleteImageCacheResponse.ProtoReflect.Descriptor instead.

func (*DeleteImageCacheResponse) GetRequestId

func (x *DeleteImageCacheResponse) GetRequestId() string

func (*DeleteImageCacheResponse) ProtoMessage

func (*DeleteImageCacheResponse) ProtoMessage()

func (*DeleteImageCacheResponse) ProtoReflect

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

func (*DeleteImageCacheResponse) Reset

func (x *DeleteImageCacheResponse) Reset()

func (*DeleteImageCacheResponse) String

func (x *DeleteImageCacheResponse) String() string

type DescribeImageCacheRequest

type DescribeImageCacheRequest struct {
	ImageCacheId   string                `protobuf:"bytes,1,opt,name=imageCacheId,proto3" form:"imageCacheId" json:"imageCacheId,omitempty"`
	ImageCacheName string                `protobuf:"bytes,2,opt,name=imageCacheName,proto3" form:"imageCacheName" json:"imageCacheName,omitempty"`
	Images         []string              `protobuf:"bytes,3,rep,name=images,proto3" form:"images" json:"images,omitempty"`
	Tags           []*containergroup.Tag `protobuf:"bytes,4,rep,name=tags,proto3" form:"tags" json:"tags,omitempty"`
	Limit          int32                 `protobuf:"varint,5,opt,name=limit,proto3" form:"limit" json:"limit,omitempty"`
	NextToken      string                `protobuf:"bytes,6,opt,name=nextToken,proto3" form:"nextToken" json:"nextToken,omitempty"`
	RegionId       string                `protobuf:"bytes,7,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeImageCacheRequest) Descriptor deprecated

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

Deprecated: Use DescribeImageCacheRequest.ProtoReflect.Descriptor instead.

func (*DescribeImageCacheRequest) GetImageCacheId

func (x *DescribeImageCacheRequest) GetImageCacheId() string

func (*DescribeImageCacheRequest) GetImageCacheName

func (x *DescribeImageCacheRequest) GetImageCacheName() string

func (*DescribeImageCacheRequest) GetImages

func (x *DescribeImageCacheRequest) GetImages() []string

func (*DescribeImageCacheRequest) GetLimit

func (x *DescribeImageCacheRequest) GetLimit() int32

func (*DescribeImageCacheRequest) GetNextToken

func (x *DescribeImageCacheRequest) GetNextToken() string

func (*DescribeImageCacheRequest) GetRegionId

func (x *DescribeImageCacheRequest) GetRegionId() string

func (*DescribeImageCacheRequest) GetTags

func (*DescribeImageCacheRequest) ProtoMessage

func (*DescribeImageCacheRequest) ProtoMessage()

func (*DescribeImageCacheRequest) ProtoReflect

func (*DescribeImageCacheRequest) Reset

func (x *DescribeImageCacheRequest) Reset()

func (*DescribeImageCacheRequest) String

func (x *DescribeImageCacheRequest) String() string

type DescribeImageCacheResponse

type DescribeImageCacheResponse struct {
	RequestId   string        `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	ImageCaches []*ImageCache `protobuf:"bytes,2,rep,name=imageCaches,proto3" form:"imageCaches" json:"imageCaches,omitempty" query:"imageCaches"`
	Total       int32         `protobuf:"varint,3,opt,name=total,proto3" form:"total" json:"total,omitempty" query:"total"`
	NextToken   string        `protobuf:"bytes,4,opt,name=nextToken,proto3" form:"nextToken" json:"nextToken,omitempty" query:"nextToken"`
	// contains filtered or unexported fields
}

func (*DescribeImageCacheResponse) Descriptor deprecated

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

Deprecated: Use DescribeImageCacheResponse.ProtoReflect.Descriptor instead.

func (*DescribeImageCacheResponse) GetImageCaches

func (x *DescribeImageCacheResponse) GetImageCaches() []*ImageCache

func (*DescribeImageCacheResponse) GetNextToken

func (x *DescribeImageCacheResponse) GetNextToken() string

func (*DescribeImageCacheResponse) GetRequestId

func (x *DescribeImageCacheResponse) GetRequestId() string

func (*DescribeImageCacheResponse) GetTotal

func (x *DescribeImageCacheResponse) GetTotal() int32

func (*DescribeImageCacheResponse) ProtoMessage

func (*DescribeImageCacheResponse) ProtoMessage()

func (*DescribeImageCacheResponse) ProtoReflect

func (*DescribeImageCacheResponse) Reset

func (x *DescribeImageCacheResponse) Reset()

func (*DescribeImageCacheResponse) String

func (x *DescribeImageCacheResponse) String() string

type GetImageCacheRequest

type GetImageCacheRequest struct {
	ImageCacheId string `protobuf:"bytes,1,opt,name=imageCacheId,proto3" json:"imageCacheId,omitempty" path:"imageCacheId"`
	RegionId     string `protobuf:"bytes,2,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	// contains filtered or unexported fields
}

func (*GetImageCacheRequest) Descriptor deprecated

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

Deprecated: Use GetImageCacheRequest.ProtoReflect.Descriptor instead.

func (*GetImageCacheRequest) GetImageCacheId

func (x *GetImageCacheRequest) GetImageCacheId() string

func (*GetImageCacheRequest) GetRegionId

func (x *GetImageCacheRequest) GetRegionId() string

func (*GetImageCacheRequest) ProtoMessage

func (*GetImageCacheRequest) ProtoMessage()

func (*GetImageCacheRequest) ProtoReflect

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

func (*GetImageCacheRequest) Reset

func (x *GetImageCacheRequest) Reset()

func (*GetImageCacheRequest) String

func (x *GetImageCacheRequest) String() string

type GetImageCacheResponse

type GetImageCacheResponse struct {
	RequestId       string                `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	ImageCacheId    string                `protobuf:"bytes,2,opt,name=imageCacheId,proto3" form:"imageCacheId" json:"imageCacheId,omitempty" query:"imageCacheId"`
	ImageCacheName  string                `` /* 126-byte string literal not displayed */
	ImageCacheSize  int32                 `` /* 127-byte string literal not displayed */
	Images          []string              `protobuf:"bytes,5,rep,name=images,proto3" form:"images" json:"images,omitempty" query:"images"`
	Status          string                `protobuf:"bytes,6,opt,name=status,proto3" form:"status" json:"status,omitempty" query:"status"`
	Process         string                `protobuf:"bytes,7,opt,name=process,proto3" form:"process" json:"process,omitempty" query:"process"`
	ResourceGroupId string                `` /* 130-byte string literal not displayed */
	CreationTime    string                `protobuf:"bytes,9,opt,name=creationTime,proto3" form:"creationTime" json:"creationTime,omitempty" query:"creationTime"`
	ExpireDateTime  string                `` /* 127-byte string literal not displayed */
	LastMatchedTime string                `` /* 131-byte string literal not displayed */
	Tags            []*containergroup.Tag `protobuf:"bytes,12,rep,name=tags,proto3" form:"tags" json:"tags,omitempty" query:"tags"`
	Events          []*ImageCacheEvent    `protobuf:"bytes,13,rep,name=events,proto3" form:"events" json:"events,omitempty" query:"events"`
	AzName          string                `protobuf:"bytes,14,opt,name=azName,proto3" form:"azName" json:"azName,omitempty" query:"azName"`
	// contains filtered or unexported fields
}

func (*GetImageCacheResponse) Descriptor deprecated

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

Deprecated: Use GetImageCacheResponse.ProtoReflect.Descriptor instead.

func (*GetImageCacheResponse) GetAzName

func (x *GetImageCacheResponse) GetAzName() string

func (*GetImageCacheResponse) GetCreationTime

func (x *GetImageCacheResponse) GetCreationTime() string

func (*GetImageCacheResponse) GetEvents

func (x *GetImageCacheResponse) GetEvents() []*ImageCacheEvent

func (*GetImageCacheResponse) GetExpireDateTime

func (x *GetImageCacheResponse) GetExpireDateTime() string

func (*GetImageCacheResponse) GetImageCacheId

func (x *GetImageCacheResponse) GetImageCacheId() string

func (*GetImageCacheResponse) GetImageCacheName

func (x *GetImageCacheResponse) GetImageCacheName() string

func (*GetImageCacheResponse) GetImageCacheSize

func (x *GetImageCacheResponse) GetImageCacheSize() int32

func (*GetImageCacheResponse) GetImages

func (x *GetImageCacheResponse) GetImages() []string

func (*GetImageCacheResponse) GetLastMatchedTime

func (x *GetImageCacheResponse) GetLastMatchedTime() string

func (*GetImageCacheResponse) GetProcess

func (x *GetImageCacheResponse) GetProcess() string

func (*GetImageCacheResponse) GetRequestId

func (x *GetImageCacheResponse) GetRequestId() string

func (*GetImageCacheResponse) GetResourceGroupId

func (x *GetImageCacheResponse) GetResourceGroupId() string

func (*GetImageCacheResponse) GetStatus

func (x *GetImageCacheResponse) GetStatus() string

func (*GetImageCacheResponse) GetTags

func (x *GetImageCacheResponse) GetTags() []*containergroup.Tag

func (*GetImageCacheResponse) ProtoMessage

func (*GetImageCacheResponse) ProtoMessage()

func (*GetImageCacheResponse) ProtoReflect

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

func (*GetImageCacheResponse) Reset

func (x *GetImageCacheResponse) Reset()

func (*GetImageCacheResponse) String

func (x *GetImageCacheResponse) String() string

type ImageCache

type ImageCache struct {
	ImageCacheId    string                `protobuf:"bytes,1,opt,name=imageCacheId,proto3" form:"imageCacheId" json:"imageCacheId,omitempty" query:"imageCacheId"`
	ImageCacheName  string                `` /* 126-byte string literal not displayed */
	ImageCacheSize  int32                 `` /* 127-byte string literal not displayed */
	Images          []string              `protobuf:"bytes,4,rep,name=images,proto3" form:"images" json:"images,omitempty" query:"images"`
	Status          string                `protobuf:"bytes,5,opt,name=status,proto3" form:"status" json:"status,omitempty" query:"status"`
	Process         string                `protobuf:"bytes,6,opt,name=process,proto3" form:"process" json:"process,omitempty" query:"process"`
	ResourceGroupId string                `` /* 130-byte string literal not displayed */
	CreationTime    string                `protobuf:"bytes,8,opt,name=creationTime,proto3" form:"creationTime" json:"creationTime,omitempty" query:"creationTime"`
	ExpireDateTime  string                `` /* 126-byte string literal not displayed */
	LastMatchedTime string                `` /* 131-byte string literal not displayed */
	Tags            []*containergroup.Tag `protobuf:"bytes,11,rep,name=tags,proto3" form:"tags" json:"tags,omitempty" query:"tags"`
	Events          []*ImageCacheEvent    `protobuf:"bytes,12,rep,name=events,proto3" form:"events" json:"events,omitempty" query:"events"`
	AzName          string                `protobuf:"bytes,13,opt,name=azName,proto3" form:"azName" json:"azName,omitempty" query:"azName"`
	// contains filtered or unexported fields
}

func (*ImageCache) Descriptor deprecated

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

Deprecated: Use ImageCache.ProtoReflect.Descriptor instead.

func (*ImageCache) GetAzName

func (x *ImageCache) GetAzName() string

func (*ImageCache) GetCreationTime

func (x *ImageCache) GetCreationTime() string

func (*ImageCache) GetEvents

func (x *ImageCache) GetEvents() []*ImageCacheEvent

func (*ImageCache) GetExpireDateTime

func (x *ImageCache) GetExpireDateTime() string

func (*ImageCache) GetImageCacheId

func (x *ImageCache) GetImageCacheId() string

func (*ImageCache) GetImageCacheName

func (x *ImageCache) GetImageCacheName() string

func (*ImageCache) GetImageCacheSize

func (x *ImageCache) GetImageCacheSize() int32

func (*ImageCache) GetImages

func (x *ImageCache) GetImages() []string

func (*ImageCache) GetLastMatchedTime

func (x *ImageCache) GetLastMatchedTime() string

func (*ImageCache) GetProcess

func (x *ImageCache) GetProcess() string

func (*ImageCache) GetResourceGroupId

func (x *ImageCache) GetResourceGroupId() string

func (*ImageCache) GetStatus

func (x *ImageCache) GetStatus() string

func (*ImageCache) GetTags

func (x *ImageCache) GetTags() []*containergroup.Tag

func (*ImageCache) ProtoMessage

func (*ImageCache) ProtoMessage()

func (*ImageCache) ProtoReflect

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

func (*ImageCache) Reset

func (x *ImageCache) Reset()

func (*ImageCache) String

func (x *ImageCache) String() string

type ImageCacheEvent

type ImageCacheEvent struct {
	Type           string `protobuf:"bytes,1,opt,name=type,proto3" form:"type" json:"type,omitempty" query:"type"`
	Message        string `protobuf:"bytes,2,opt,name=message,proto3" form:"message" json:"message,omitempty" query:"message"`
	Name           string `protobuf:"bytes,3,opt,name=name,proto3" form:"name" json:"name,omitempty" query:"name"`
	Count          int32  `protobuf:"varint,4,opt,name=count,proto3" form:"count" json:"count,omitempty" query:"count"`
	FirstTimestamp string `` /* 126-byte string literal not displayed */
	LastTimestamp  string `protobuf:"bytes,6,opt,name=lastTimestamp,proto3" form:"lastTimestamp" json:"lastTimestamp,omitempty" query:"lastTimestamp"`
	// contains filtered or unexported fields
}

func (*ImageCacheEvent) Descriptor deprecated

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

Deprecated: Use ImageCacheEvent.ProtoReflect.Descriptor instead.

func (*ImageCacheEvent) GetCount

func (x *ImageCacheEvent) GetCount() int32

func (*ImageCacheEvent) GetFirstTimestamp

func (x *ImageCacheEvent) GetFirstTimestamp() string

func (*ImageCacheEvent) GetLastTimestamp

func (x *ImageCacheEvent) GetLastTimestamp() string

func (*ImageCacheEvent) GetMessage

func (x *ImageCacheEvent) GetMessage() string

func (*ImageCacheEvent) GetName

func (x *ImageCacheEvent) GetName() string

func (*ImageCacheEvent) GetType

func (x *ImageCacheEvent) GetType() string

func (*ImageCacheEvent) ProtoMessage

func (*ImageCacheEvent) ProtoMessage()

func (*ImageCacheEvent) ProtoReflect

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

func (*ImageCacheEvent) Reset

func (x *ImageCacheEvent) Reset()

func (*ImageCacheEvent) String

func (x *ImageCacheEvent) String() string

type UpdateImageCacheRequest

type UpdateImageCacheRequest struct {
	ImageCacheId string                `protobuf:"bytes,1,opt,name=imageCacheId,proto3" json:"imageCacheId,omitempty" path:"imageCacheId"`
	Tags         []*containergroup.Tag `protobuf:"bytes,2,rep,name=tags,proto3" form:"tags" json:"tags,omitempty"`
	RegionId     string                `protobuf:"bytes,3,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateImageCacheRequest) Descriptor deprecated

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

Deprecated: Use UpdateImageCacheRequest.ProtoReflect.Descriptor instead.

func (*UpdateImageCacheRequest) GetImageCacheId

func (x *UpdateImageCacheRequest) GetImageCacheId() string

func (*UpdateImageCacheRequest) GetRegionId

func (x *UpdateImageCacheRequest) GetRegionId() string

func (*UpdateImageCacheRequest) GetTags

func (x *UpdateImageCacheRequest) GetTags() []*containergroup.Tag

func (*UpdateImageCacheRequest) ProtoMessage

func (*UpdateImageCacheRequest) ProtoMessage()

func (*UpdateImageCacheRequest) ProtoReflect

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

func (*UpdateImageCacheRequest) Reset

func (x *UpdateImageCacheRequest) Reset()

func (*UpdateImageCacheRequest) String

func (x *UpdateImageCacheRequest) String() string

type UpdateImageCacheResponse

type UpdateImageCacheResponse struct {
	RequestId string `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	// contains filtered or unexported fields
}

func (*UpdateImageCacheResponse) Descriptor deprecated

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

Deprecated: Use UpdateImageCacheResponse.ProtoReflect.Descriptor instead.

func (*UpdateImageCacheResponse) GetRequestId

func (x *UpdateImageCacheResponse) GetRequestId() string

func (*UpdateImageCacheResponse) ProtoMessage

func (*UpdateImageCacheResponse) ProtoMessage()

func (*UpdateImageCacheResponse) ProtoReflect

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

func (*UpdateImageCacheResponse) Reset

func (x *UpdateImageCacheResponse) Reset()

func (*UpdateImageCacheResponse) String

func (x *UpdateImageCacheResponse) String() string

Jump to

Keyboard shortcuts

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