public class DescribeImageRepositoryRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeImageRepositoryRequest() |
DescribeImageRepositoryRequest(DescribeImageRepositoryRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getApplicationId()
Get 应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
Long |
getLimit()
Get 数量限制,默认为20,最大值为100。关于Limit详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)
|
Long |
getOffset()
Get 偏移量,默认为0。关于Offset详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)
|
String |
getRepoName()
Get 镜像仓库名称
|
String |
getRepoType()
Get 企业: tcr ;个人: personal或者不填
|
String |
getSearchWord()
Get 仓库名,搜索关键字,不带命名空间的
|
TcrRepoInfo |
getTcrRepoInfo()
Get TcrRepoInfo值
|
void |
setApplicationId(String ApplicationId)
Set 应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
void |
setLimit(Long Limit)
Set 数量限制,默认为20,最大值为100。关于Limit详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0。关于Offset详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)
|
void |
setRepoName(String RepoName)
Set 镜像仓库名称
|
void |
setRepoType(String RepoType)
Set 企业: tcr ;个人: personal或者不填
|
void |
setSearchWord(String SearchWord)
Set 仓库名,搜索关键字,不带命名空间的
|
void |
setTcrRepoInfo(TcrRepoInfo TcrRepoInfo)
Set TcrRepoInfo值
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeImageRepositoryRequest()
public DescribeImageRepositoryRequest(DescribeImageRepositoryRequest source)
public String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord
- 仓库名,搜索关键字,不带命名空间的public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。关于Offset详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)public Long getLimit()
public void setLimit(Long Limit)
Limit
- 数量限制,默认为20,最大值为100。关于Limit详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)public String getRepoType()
public void setRepoType(String RepoType)
RepoType
- 企业: tcr ;个人: personal或者不填public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- 应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。public TcrRepoInfo getTcrRepoInfo()
public void setTcrRepoInfo(TcrRepoInfo TcrRepoInfo)
TcrRepoInfo
- TcrRepoInfo值public String getRepoName()
public void setRepoName(String RepoName)
RepoName
- 镜像仓库名称Copyright © 2025. All rights reserved.