GetEnvironmentRequest

public abstract class GetEnvironmentRequest


对 GetEnvironment API 的请求。

摘要

嵌套类型

public abstract class GetEnvironmentRequest.Builder

GetEnvironmentRequest 的构建器。

公共方法

static GetEnvironmentRequest.Builder
static GetEnvironmentRequest
abstract ImmutableList<Role>

调用方请求环境信息的角色。

abstract GetEnvironmentRequest.Builder

公共方法

builder

public static GetEnvironmentRequest.Builder builder()

getDefaultInstance

public static GetEnvironmentRequest getDefaultInstance()

getRoles

public abstract ImmutableList<RolegetRoles()

调用方请求环境信息的角色。调用方必须有权使用这些角色。必须至少指定一个角色。

toBuilder

public abstract GetEnvironmentRequest.Builder toBuilder()