Versions in this module Expand all Collapse all v0 v0.25.2 May 21, 2020 Changes in this version + const CloudPlatformScope + type ActionResultsGetCall struct + func (c *ActionResultsGetCall) Context(ctx context.Context) *ActionResultsGetCall + func (c *ActionResultsGetCall) Do(opts ...googleapi.CallOption) (*BuildBazelRemoteExecutionV2ActionResult, error) + func (c *ActionResultsGetCall) Fields(s ...googleapi.Field) *ActionResultsGetCall + func (c *ActionResultsGetCall) Header() http.Header + func (c *ActionResultsGetCall) IfNoneMatch(entityTag string) *ActionResultsGetCall + func (c *ActionResultsGetCall) InlineOutputFiles(inlineOutputFiles ...string) *ActionResultsGetCall + func (c *ActionResultsGetCall) InlineStderr(inlineStderr bool) *ActionResultsGetCall + func (c *ActionResultsGetCall) InlineStdout(inlineStdout bool) *ActionResultsGetCall + type ActionResultsService struct + func NewActionResultsService(s *Service) *ActionResultsService + func (r *ActionResultsService) Get(instanceName string, hash string, sizeBytes int64) *ActionResultsGetCall + func (r *ActionResultsService) Update(instanceName string, hash string, sizeBytes int64, ...) *ActionResultsUpdateCall + type ActionResultsUpdateCall struct + func (c *ActionResultsUpdateCall) Context(ctx context.Context) *ActionResultsUpdateCall + func (c *ActionResultsUpdateCall) Do(opts ...googleapi.CallOption) (*BuildBazelRemoteExecutionV2ActionResult, error) + func (c *ActionResultsUpdateCall) Fields(s ...googleapi.Field) *ActionResultsUpdateCall + func (c *ActionResultsUpdateCall) Header() http.Header + func (c *ActionResultsUpdateCall) ResultsCachePolicyPriority(resultsCachePolicyPriority int64) *ActionResultsUpdateCall + type ActionsExecuteCall struct + func (c *ActionsExecuteCall) Context(ctx context.Context) *ActionsExecuteCall + func (c *ActionsExecuteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error) + func (c *ActionsExecuteCall) Fields(s ...googleapi.Field) *ActionsExecuteCall + func (c *ActionsExecuteCall) Header() http.Header + type ActionsService struct + func NewActionsService(s *Service) *ActionsService + func (r *ActionsService) Execute(instanceName string, ...) *ActionsExecuteCall + type BlobsBatchReadCall struct + func (c *BlobsBatchReadCall) Context(ctx context.Context) *BlobsBatchReadCall + func (c *BlobsBatchReadCall) Do(opts ...googleapi.CallOption) (*BuildBazelRemoteExecutionV2BatchReadBlobsResponse, error) + func (c *BlobsBatchReadCall) Fields(s ...googleapi.Field) *BlobsBatchReadCall + func (c *BlobsBatchReadCall) Header() http.Header + type BlobsBatchUpdateCall struct + func (c *BlobsBatchUpdateCall) Context(ctx context.Context) *BlobsBatchUpdateCall + func (c *BlobsBatchUpdateCall) Do(opts ...googleapi.CallOption) (*BuildBazelRemoteExecutionV2BatchUpdateBlobsResponse, error) + func (c *BlobsBatchUpdateCall) Fields(s ...googleapi.Field) *BlobsBatchUpdateCall + func (c *BlobsBatchUpdateCall) Header() http.Header + type BlobsFindMissingCall struct + func (c *BlobsFindMissingCall) Context(ctx context.Context) *BlobsFindMissingCall + func (c *BlobsFindMissingCall) Do(opts ...googleapi.CallOption) (*BuildBazelRemoteExecutionV2FindMissingBlobsResponse, error) + func (c *BlobsFindMissingCall) Fields(s ...googleapi.Field) *BlobsFindMissingCall + func (c *BlobsFindMissingCall) Header() http.Header + type BlobsGetTreeCall struct + func (c *BlobsGetTreeCall) Context(ctx context.Context) *BlobsGetTreeCall + func (c *BlobsGetTreeCall) Do(opts ...googleapi.CallOption) (*BuildBazelRemoteExecutionV2GetTreeResponse, error) + func (c *BlobsGetTreeCall) Fields(s ...googleapi.Field) *BlobsGetTreeCall + func (c *BlobsGetTreeCall) Header() http.Header + func (c *BlobsGetTreeCall) IfNoneMatch(entityTag string) *BlobsGetTreeCall + func (c *BlobsGetTreeCall) PageSize(pageSize int64) *BlobsGetTreeCall + func (c *BlobsGetTreeCall) PageToken(pageToken string) *BlobsGetTreeCall + func (c *BlobsGetTreeCall) Pages(ctx context.Context, f func(*BuildBazelRemoteExecutionV2GetTreeResponse) error) error + type BlobsService struct + func NewBlobsService(s *Service) *BlobsService + func (r *BlobsService) BatchRead(instanceName string, ...) *BlobsBatchReadCall + func (r *BlobsService) BatchUpdate(instanceName string, ...) *BlobsBatchUpdateCall + func (r *BlobsService) FindMissing(instanceName string, ...) *BlobsFindMissingCall + func (r *BlobsService) GetTree(instanceName string, hash string, sizeBytes int64) *BlobsGetTreeCall + type BuildBazelRemoteExecutionV2Action struct + CommandDigest *BuildBazelRemoteExecutionV2Digest + DoNotCache bool + ForceSendFields []string + InputRootDigest *BuildBazelRemoteExecutionV2Digest + NullFields []string + OutputNodeProperties []string + Timeout string + func (s *BuildBazelRemoteExecutionV2Action) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2ActionCacheUpdateCapabilities struct + ForceSendFields []string + NullFields []string + UpdateEnabled bool + func (s *BuildBazelRemoteExecutionV2ActionCacheUpdateCapabilities) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2ActionResult struct + ExecutionMetadata *BuildBazelRemoteExecutionV2ExecutedActionMetadata + ExitCode int64 + ForceSendFields []string + NullFields []string + OutputDirectories []*BuildBazelRemoteExecutionV2OutputDirectory + OutputDirectorySymlinks []*BuildBazelRemoteExecutionV2OutputSymlink + OutputFileSymlinks []*BuildBazelRemoteExecutionV2OutputSymlink + OutputFiles []*BuildBazelRemoteExecutionV2OutputFile + OutputSymlinks []*BuildBazelRemoteExecutionV2OutputSymlink + StderrDigest *BuildBazelRemoteExecutionV2Digest + StderrRaw string + StdoutDigest *BuildBazelRemoteExecutionV2Digest + StdoutRaw string + func (s *BuildBazelRemoteExecutionV2ActionResult) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2BatchReadBlobsRequest struct + Digests []*BuildBazelRemoteExecutionV2Digest + ForceSendFields []string + NullFields []string + func (s *BuildBazelRemoteExecutionV2BatchReadBlobsRequest) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2BatchReadBlobsResponse struct + ForceSendFields []string + NullFields []string + Responses []*BuildBazelRemoteExecutionV2BatchReadBlobsResponseResponse + func (s *BuildBazelRemoteExecutionV2BatchReadBlobsResponse) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2BatchReadBlobsResponseResponse struct + Data string + Digest *BuildBazelRemoteExecutionV2Digest + ForceSendFields []string + NullFields []string + Status *GoogleRpcStatus + func (s *BuildBazelRemoteExecutionV2BatchReadBlobsResponseResponse) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2BatchUpdateBlobsRequest struct + ForceSendFields []string + NullFields []string + Requests []*BuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest + func (s *BuildBazelRemoteExecutionV2BatchUpdateBlobsRequest) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest struct + Data string + Digest *BuildBazelRemoteExecutionV2Digest + ForceSendFields []string + NullFields []string + func (s *BuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2BatchUpdateBlobsResponse struct + ForceSendFields []string + NullFields []string + Responses []*BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse + func (s *BuildBazelRemoteExecutionV2BatchUpdateBlobsResponse) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse struct + Digest *BuildBazelRemoteExecutionV2Digest + ForceSendFields []string + NullFields []string + Status *GoogleRpcStatus + func (s *BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2CacheCapabilities struct + ActionCacheUpdateCapabilities *BuildBazelRemoteExecutionV2ActionCacheUpdateCapabilities + CachePriorityCapabilities *BuildBazelRemoteExecutionV2PriorityCapabilities + DigestFunction []string + ForceSendFields []string + MaxBatchTotalSizeBytes int64 + NullFields []string + SymlinkAbsolutePathStrategy string + func (s *BuildBazelRemoteExecutionV2CacheCapabilities) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2Command struct + Arguments []string + EnvironmentVariables []*BuildBazelRemoteExecutionV2CommandEnvironmentVariable + ForceSendFields []string + NullFields []string + OutputDirectories []string + OutputFiles []string + OutputPaths []string + Platform *BuildBazelRemoteExecutionV2Platform + WorkingDirectory string + func (s *BuildBazelRemoteExecutionV2Command) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2CommandEnvironmentVariable struct + ForceSendFields []string + Name string + NullFields []string + Value string + func (s *BuildBazelRemoteExecutionV2CommandEnvironmentVariable) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2Digest struct + ForceSendFields []string + Hash string + NullFields []string + SizeBytes int64 + func (s *BuildBazelRemoteExecutionV2Digest) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2Directory struct + Directories []*BuildBazelRemoteExecutionV2DirectoryNode + Files []*BuildBazelRemoteExecutionV2FileNode + ForceSendFields []string + NodeProperties []*BuildBazelRemoteExecutionV2NodeProperty + NullFields []string + Symlinks []*BuildBazelRemoteExecutionV2SymlinkNode + func (s *BuildBazelRemoteExecutionV2Directory) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2DirectoryNode struct + Digest *BuildBazelRemoteExecutionV2Digest + ForceSendFields []string + Name string + NullFields []string + func (s *BuildBazelRemoteExecutionV2DirectoryNode) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2ExecuteOperationMetadata struct + ActionDigest *BuildBazelRemoteExecutionV2Digest + ForceSendFields []string + NullFields []string + Stage string + StderrStreamName string + StdoutStreamName string + func (s *BuildBazelRemoteExecutionV2ExecuteOperationMetadata) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2ExecuteRequest struct + ActionDigest *BuildBazelRemoteExecutionV2Digest + ExecutionPolicy *BuildBazelRemoteExecutionV2ExecutionPolicy + ForceSendFields []string + NullFields []string + ResultsCachePolicy *BuildBazelRemoteExecutionV2ResultsCachePolicy + SkipCacheLookup bool + func (s *BuildBazelRemoteExecutionV2ExecuteRequest) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2ExecuteResponse struct + CachedResult bool + ForceSendFields []string + Message string + NullFields []string + Result *BuildBazelRemoteExecutionV2ActionResult + ServerLogs map[string]BuildBazelRemoteExecutionV2LogFile + Status *GoogleRpcStatus + func (s *BuildBazelRemoteExecutionV2ExecuteResponse) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2ExecutedActionMetadata struct + ExecutionCompletedTimestamp string + ExecutionStartTimestamp string + ForceSendFields []string + InputFetchCompletedTimestamp string + InputFetchStartTimestamp string + NullFields []string + OutputUploadCompletedTimestamp string + OutputUploadStartTimestamp string + QueuedTimestamp string + Worker string + WorkerCompletedTimestamp string + WorkerStartTimestamp string + func (s *BuildBazelRemoteExecutionV2ExecutedActionMetadata) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2ExecutionCapabilities struct + DigestFunction string + ExecEnabled bool + ExecutionPriorityCapabilities *BuildBazelRemoteExecutionV2PriorityCapabilities + ForceSendFields []string + NullFields []string + SupportedNodeProperties []string + func (s *BuildBazelRemoteExecutionV2ExecutionCapabilities) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2ExecutionPolicy struct + ForceSendFields []string + NullFields []string + Priority int64 + func (s *BuildBazelRemoteExecutionV2ExecutionPolicy) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2FileNode struct + Digest *BuildBazelRemoteExecutionV2Digest + ForceSendFields []string + IsExecutable bool + Name string + NodeProperties []*BuildBazelRemoteExecutionV2NodeProperty + NullFields []string + func (s *BuildBazelRemoteExecutionV2FileNode) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2FindMissingBlobsRequest struct + BlobDigests []*BuildBazelRemoteExecutionV2Digest + ForceSendFields []string + NullFields []string + func (s *BuildBazelRemoteExecutionV2FindMissingBlobsRequest) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2FindMissingBlobsResponse struct + ForceSendFields []string + MissingBlobDigests []*BuildBazelRemoteExecutionV2Digest + NullFields []string + func (s *BuildBazelRemoteExecutionV2FindMissingBlobsResponse) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2GetTreeResponse struct + Directories []*BuildBazelRemoteExecutionV2Directory + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *BuildBazelRemoteExecutionV2GetTreeResponse) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2LogFile struct + Digest *BuildBazelRemoteExecutionV2Digest + ForceSendFields []string + HumanReadable bool + NullFields []string + func (s *BuildBazelRemoteExecutionV2LogFile) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2NodeProperty struct + ForceSendFields []string + Name string + NullFields []string + Value string + func (s *BuildBazelRemoteExecutionV2NodeProperty) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2OutputDirectory struct + ForceSendFields []string + NullFields []string + Path string + TreeDigest *BuildBazelRemoteExecutionV2Digest + func (s *BuildBazelRemoteExecutionV2OutputDirectory) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2OutputFile struct + Contents string + Digest *BuildBazelRemoteExecutionV2Digest + ForceSendFields []string + IsExecutable bool + NodeProperties []*BuildBazelRemoteExecutionV2NodeProperty + NullFields []string + Path string + func (s *BuildBazelRemoteExecutionV2OutputFile) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2OutputSymlink struct + ForceSendFields []string + NodeProperties []*BuildBazelRemoteExecutionV2NodeProperty + NullFields []string + Path string + Target string + func (s *BuildBazelRemoteExecutionV2OutputSymlink) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2Platform struct + ForceSendFields []string + NullFields []string + Properties []*BuildBazelRemoteExecutionV2PlatformProperty + func (s *BuildBazelRemoteExecutionV2Platform) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2PlatformProperty struct + ForceSendFields []string + Name string + NullFields []string + Value string + func (s *BuildBazelRemoteExecutionV2PlatformProperty) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2PriorityCapabilities struct + ForceSendFields []string + NullFields []string + Priorities []*BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange + func (s *BuildBazelRemoteExecutionV2PriorityCapabilities) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange struct + ForceSendFields []string + MaxPriority int64 + MinPriority int64 + NullFields []string + func (s *BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2RequestMetadata struct + ActionId string + CorrelatedInvocationsId string + ForceSendFields []string + NullFields []string + ToolDetails *BuildBazelRemoteExecutionV2ToolDetails + ToolInvocationId string + func (s *BuildBazelRemoteExecutionV2RequestMetadata) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2ResultsCachePolicy struct + ForceSendFields []string + NullFields []string + Priority int64 + func (s *BuildBazelRemoteExecutionV2ResultsCachePolicy) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2ServerCapabilities struct + CacheCapabilities *BuildBazelRemoteExecutionV2CacheCapabilities + DeprecatedApiVersion *BuildBazelSemverSemVer + ExecutionCapabilities *BuildBazelRemoteExecutionV2ExecutionCapabilities + ForceSendFields []string + HighApiVersion *BuildBazelSemverSemVer + LowApiVersion *BuildBazelSemverSemVer + NullFields []string + func (s *BuildBazelRemoteExecutionV2ServerCapabilities) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2SymlinkNode struct + ForceSendFields []string + Name string + NodeProperties []*BuildBazelRemoteExecutionV2NodeProperty + NullFields []string + Target string + func (s *BuildBazelRemoteExecutionV2SymlinkNode) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2ToolDetails struct + ForceSendFields []string + NullFields []string + ToolName string + ToolVersion string + func (s *BuildBazelRemoteExecutionV2ToolDetails) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2Tree struct + Children []*BuildBazelRemoteExecutionV2Directory + ForceSendFields []string + NullFields []string + Root *BuildBazelRemoteExecutionV2Directory + func (s *BuildBazelRemoteExecutionV2Tree) MarshalJSON() ([]byte, error) + type BuildBazelRemoteExecutionV2WaitExecutionRequest struct + type BuildBazelSemverSemVer struct + ForceSendFields []string + Major int64 + Minor int64 + NullFields []string + Patch int64 + Prerelease string + func (s *BuildBazelSemverSemVer) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemotebuildbotCommandDurations struct + DockerPrep string + DockerPrepStartTime string + Download string + DownloadStartTime string + ExecStartTime string + Execution string + ForceSendFields []string + IsoPrepDone string + NullFields []string + Overall string + Stdout string + Upload string + UploadStartTime string + func (s *GoogleDevtoolsRemotebuildbotCommandDurations) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemotebuildbotCommandEvents struct + DockerCacheHit bool + ForceSendFields []string + InputCacheMiss float64 + NullFields []string + NumErrors uint64 + NumWarnings uint64 + func (s *GoogleDevtoolsRemotebuildbotCommandEvents) MarshalJSON() ([]byte, error) + func (s *GoogleDevtoolsRemotebuildbotCommandEvents) UnmarshalJSON(data []byte) error + type GoogleDevtoolsRemotebuildbotCommandStatus struct + Code string + ForceSendFields []string + Message string + NullFields []string + func (s *GoogleDevtoolsRemotebuildbotCommandStatus) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemotebuildbotResourceUsage struct + CpuUsedPercent float64 + DiskUsage *GoogleDevtoolsRemotebuildbotResourceUsageStat + ForceSendFields []string + MemoryUsage *GoogleDevtoolsRemotebuildbotResourceUsageStat + NullFields []string + func (s *GoogleDevtoolsRemotebuildbotResourceUsage) MarshalJSON() ([]byte, error) + func (s *GoogleDevtoolsRemotebuildbotResourceUsage) UnmarshalJSON(data []byte) error + type GoogleDevtoolsRemotebuildbotResourceUsageStat struct + ForceSendFields []string + NullFields []string + Total uint64 + Used uint64 + func (s *GoogleDevtoolsRemotebuildbotResourceUsageStat) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfig struct + AcceleratorCount int64 + AcceleratorType string + ForceSendFields []string + NullFields []string + func (s *GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfig) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscale struct + ForceSendFields []string + MaxSize int64 + MinSize int64 + NullFields []string + func (s *GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscale) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemotebuildexecutionAdminV1alphaCreateInstanceRequest struct + ForceSendFields []string + Instance *GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance + InstanceId string + NullFields []string + Parent string + func (s *GoogleDevtoolsRemotebuildexecutionAdminV1alphaCreateInstanceRequest) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemotebuildexecutionAdminV1alphaCreateWorkerPoolRequest struct + ForceSendFields []string + NullFields []string + Parent string + PoolId string + WorkerPool *GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool + func (s *GoogleDevtoolsRemotebuildexecutionAdminV1alphaCreateWorkerPoolRequest) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemotebuildexecutionAdminV1alphaDeleteInstanceRequest struct + ForceSendFields []string + Name string + NullFields []string + func (s *GoogleDevtoolsRemotebuildexecutionAdminV1alphaDeleteInstanceRequest) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemotebuildexecutionAdminV1alphaDeleteWorkerPoolRequest struct + ForceSendFields []string + Name string + NullFields []string + func (s *GoogleDevtoolsRemotebuildexecutionAdminV1alphaDeleteWorkerPoolRequest) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemotebuildexecutionAdminV1alphaGetInstanceRequest struct + ForceSendFields []string + Name string + NullFields []string + func (s *GoogleDevtoolsRemotebuildexecutionAdminV1alphaGetInstanceRequest) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemotebuildexecutionAdminV1alphaGetWorkerPoolRequest struct + ForceSendFields []string + Name string + NullFields []string + func (s *GoogleDevtoolsRemotebuildexecutionAdminV1alphaGetWorkerPoolRequest) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance struct + ForceSendFields []string + Location string + LoggingEnabled bool + Name string + NullFields []string + State string + func (s *GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemotebuildexecutionAdminV1alphaListInstancesRequest struct + ForceSendFields []string + NullFields []string + Parent string + func (s *GoogleDevtoolsRemotebuildexecutionAdminV1alphaListInstancesRequest) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemotebuildexecutionAdminV1alphaListInstancesResponse struct + ForceSendFields []string + Instances []*GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance + NullFields []string + func (s *GoogleDevtoolsRemotebuildexecutionAdminV1alphaListInstancesResponse) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsRequest struct + Filter string + ForceSendFields []string + NullFields []string + Parent string + func (s *GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsRequest) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsResponse struct + ForceSendFields []string + NullFields []string + WorkerPools []*GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool + func (s *GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsResponse) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemotebuildexecutionAdminV1alphaUpdateInstanceRequest struct + ForceSendFields []string + Instance *GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance + LoggingEnabled bool + Name string + NullFields []string + UpdateMask string + func (s *GoogleDevtoolsRemotebuildexecutionAdminV1alphaUpdateInstanceRequest) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemotebuildexecutionAdminV1alphaUpdateWorkerPoolRequest struct + ForceSendFields []string + NullFields []string + UpdateMask string + WorkerPool *GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool + func (s *GoogleDevtoolsRemotebuildexecutionAdminV1alphaUpdateWorkerPoolRequest) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig struct + Accelerator *GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfig + DiskSizeGb int64 + DiskType string + ForceSendFields []string + Labels map[string]string + MachineType string + MaxConcurrentActions int64 + MinCpuPlatform string + NetworkAccess string + NullFields []string + Reserved bool + func (s *GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool struct + Autoscale *GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscale + Channel string + ForceSendFields []string + Name string + NullFields []string + State string + WorkerConfig *GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig + WorkerCount int64 + func (s *GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemoteworkersV1test2AdminTemp struct + Arg string + Command string + ForceSendFields []string + NullFields []string + func (s *GoogleDevtoolsRemoteworkersV1test2AdminTemp) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemoteworkersV1test2Blob struct + Contents string + Digest *GoogleDevtoolsRemoteworkersV1test2Digest + ForceSendFields []string + NullFields []string + func (s *GoogleDevtoolsRemoteworkersV1test2Blob) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemoteworkersV1test2CommandOutputs struct + ExitCode int64 + ForceSendFields []string + NullFields []string + Outputs *GoogleDevtoolsRemoteworkersV1test2Digest + func (s *GoogleDevtoolsRemoteworkersV1test2CommandOutputs) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemoteworkersV1test2CommandOverhead struct + Duration string + ForceSendFields []string + NullFields []string + Overhead string + func (s *GoogleDevtoolsRemoteworkersV1test2CommandOverhead) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemoteworkersV1test2CommandResult struct + Duration string + ExitCode int64 + ForceSendFields []string + Metadata []googleapi.RawMessage + NullFields []string + Outputs *GoogleDevtoolsRemoteworkersV1test2Digest + Overhead string + Status *GoogleRpcStatus + func (s *GoogleDevtoolsRemoteworkersV1test2CommandResult) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemoteworkersV1test2CommandTask struct + ExpectedOutputs *GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs + ForceSendFields []string + Inputs *GoogleDevtoolsRemoteworkersV1test2CommandTaskInputs + NullFields []string + Timeouts *GoogleDevtoolsRemoteworkersV1test2CommandTaskTimeouts + func (s *GoogleDevtoolsRemoteworkersV1test2CommandTask) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemoteworkersV1test2CommandTaskInputs struct + Arguments []string + EnvironmentVariables []*GoogleDevtoolsRemoteworkersV1test2CommandTaskInputsEnvironmentVariable + Files []*GoogleDevtoolsRemoteworkersV1test2Digest + ForceSendFields []string + InlineBlobs []*GoogleDevtoolsRemoteworkersV1test2Blob + NullFields []string + WorkingDirectory string + func (s *GoogleDevtoolsRemoteworkersV1test2CommandTaskInputs) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemoteworkersV1test2CommandTaskInputsEnvironmentVariable struct + ForceSendFields []string + Name string + NullFields []string + Value string + func (s *GoogleDevtoolsRemoteworkersV1test2CommandTaskInputsEnvironmentVariable) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs struct + Directories []string + Files []string + ForceSendFields []string + NullFields []string + StderrDestination string + StdoutDestination string + func (s *GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemoteworkersV1test2CommandTaskTimeouts struct + Execution string + ForceSendFields []string + Idle string + NullFields []string + Shutdown string + func (s *GoogleDevtoolsRemoteworkersV1test2CommandTaskTimeouts) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemoteworkersV1test2Digest struct + ForceSendFields []string + Hash string + NullFields []string + SizeBytes int64 + func (s *GoogleDevtoolsRemoteworkersV1test2Digest) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemoteworkersV1test2Directory struct + Directories []*GoogleDevtoolsRemoteworkersV1test2DirectoryMetadata + Files []*GoogleDevtoolsRemoteworkersV1test2FileMetadata + ForceSendFields []string + NullFields []string + func (s *GoogleDevtoolsRemoteworkersV1test2Directory) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemoteworkersV1test2DirectoryMetadata struct + Digest *GoogleDevtoolsRemoteworkersV1test2Digest + ForceSendFields []string + NullFields []string + Path string + func (s *GoogleDevtoolsRemoteworkersV1test2DirectoryMetadata) MarshalJSON() ([]byte, error) + type GoogleDevtoolsRemoteworkersV1test2FileMetadata struct + Contents string + Digest *GoogleDevtoolsRemoteworkersV1test2Digest + ForceSendFields []string + IsExecutable bool + NullFields []string + Path string + func (s *GoogleDevtoolsRemoteworkersV1test2FileMetadata) MarshalJSON() ([]byte, error) + type GoogleLongrunningOperation struct + Done bool + Error *GoogleRpcStatus + ForceSendFields []string + Metadata googleapi.RawMessage + Name string + NullFields []string + Response googleapi.RawMessage + func (s *GoogleLongrunningOperation) MarshalJSON() ([]byte, error) + type GoogleRpcStatus struct + Code int64 + Details []googleapi.RawMessage + ForceSendFields []string + Message string + NullFields []string + func (s *GoogleRpcStatus) MarshalJSON() ([]byte, error) + type OperationsService struct + func NewOperationsService(s *Service) *OperationsService + func (r *OperationsService) WaitExecution(name string, ...) *OperationsWaitExecutionCall + type OperationsWaitExecutionCall struct + func (c *OperationsWaitExecutionCall) Context(ctx context.Context) *OperationsWaitExecutionCall + func (c *OperationsWaitExecutionCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error) + func (c *OperationsWaitExecutionCall) Fields(s ...googleapi.Field) *OperationsWaitExecutionCall + func (c *OperationsWaitExecutionCall) Header() http.Header + type Service struct + ActionResults *ActionResultsService + Actions *ActionsService + BasePath string + Blobs *BlobsService + Operations *OperationsService + UserAgent string + V2 *V2Service + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type V2GetCapabilitiesCall struct + func (c *V2GetCapabilitiesCall) Context(ctx context.Context) *V2GetCapabilitiesCall + func (c *V2GetCapabilitiesCall) Do(opts ...googleapi.CallOption) (*BuildBazelRemoteExecutionV2ServerCapabilities, error) + func (c *V2GetCapabilitiesCall) Fields(s ...googleapi.Field) *V2GetCapabilitiesCall + func (c *V2GetCapabilitiesCall) Header() http.Header + func (c *V2GetCapabilitiesCall) IfNoneMatch(entityTag string) *V2GetCapabilitiesCall + type V2Service struct + func NewV2Service(s *Service) *V2Service + func (r *V2Service) GetCapabilities(instanceName string) *V2GetCapabilitiesCall