Documentation
¶
Index ¶
- type AppInfoServer
- func (s *AppInfoServer) DescribeContents(_ context.Context, req *pb.AppInfoDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *AppInfoServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
- func (s *AppInfoServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *AppInfoServer) IsInstalled(_ context.Context, req *pb.IsInstalledRequest) (*pb.IsInstalledResponse, error)
- func (s *AppInfoServer) NewAppInfo(_ context.Context, req *pb.NewAppInfoRequest) (*pb.NewAppInfoResponse, error)
- func (s *AppInfoServer) WriteToParcel(_ context.Context, req *pb.AppInfoWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type DownloadCompletedInputServer
- func (s *DownloadCompletedInputServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
- func (s *DownloadCompletedInputServer) GetDownloadedContents(_ context.Context, req *pb.GetDownloadedContentsRequest) (*pb.GetDownloadedContentsResponse, error)
- func (s *DownloadCompletedInputServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *DownloadCompletedInputServer) NewDownloadCompletedInput(_ context.Context, req *pb.NewDownloadCompletedInputRequest) (*pb.NewDownloadCompletedInputResponse, error)
- type EventInputServer
- func (s *EventInputServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
- func (s *EventInputServer) GetParameters(_ context.Context, req *pb.GetParametersRequest) (*pb.GetParametersResponse, error)
- func (s *EventInputServer) GetRequestLogRecord(_ context.Context, req *pb.EventInputGetRequestLogRecordRequest) (*pb.GetRequestLogRecordResponse, error)
- func (s *EventInputServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *EventInputServer) NewEventInput(_ context.Context, req *pb.NewEventInputRequest) (*pb.NewEventInputResponse, error)
- type ExecuteInIsolatedServiceResponseServer
- func (s *ExecuteInIsolatedServiceResponseServer) GetBestValue(_ context.Context, req *pb.ExecuteInIsolatedServiceResponseGetBestValueRequest) (*pb.GetBestValueResponse, error)
- func (s *ExecuteInIsolatedServiceResponseServer) GetSurfacePackageToken(_ context.Context, ...) (*pb.GetSurfacePackageTokenResponse, error)
- func (s *ExecuteInIsolatedServiceResponseServer) NewExecuteInIsolatedServiceResponse(_ context.Context, req *pb.NewExecuteInIsolatedServiceResponseRequest) (*pb.NewExecuteInIsolatedServiceResponseResponse, error)
- type ExecuteInputServer
- func (s *ExecuteInputServer) GetAppPackageName(_ context.Context, req *pb.GetAppPackageNameRequest) (*pb.GetAppPackageNameResponse, error)
- func (s *ExecuteInputServer) GetAppParams(_ context.Context, req *pb.GetAppParamsRequest) (*pb.GetAppParamsResponse, error)
- func (s *ExecuteInputServer) NewExecuteInput(_ context.Context, req *pb.NewExecuteInputRequest) (*pb.NewExecuteInputResponse, error)
- type IsolatedServiceExceptionServer
- func (s *IsolatedServiceExceptionServer) GetErrorCode(_ context.Context, req *pb.GetErrorCodeRequest) (*pb.GetErrorCodeResponse, error)
- func (s *IsolatedServiceExceptionServer) NewIsolatedServiceException(_ context.Context, req *pb.NewIsolatedServiceExceptionRequest) (*pb.NewIsolatedServiceExceptionResponse, error)
- type RenderInputServer
- func (s *RenderInputServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
- func (s *RenderInputServer) GetHeight(_ context.Context, req *pb.GetHeightRequest) (*pb.GetHeightResponse, error)
- func (s *RenderInputServer) GetRenderingConfig(_ context.Context, req *pb.GetRenderingConfigRequest) (*pb.GetRenderingConfigResponse, error)
- func (s *RenderInputServer) GetWidth(_ context.Context, req *pb.GetWidthRequest) (*pb.GetWidthResponse, error)
- func (s *RenderInputServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *RenderInputServer) NewRenderInput(_ context.Context, req *pb.NewRenderInputRequest) (*pb.NewRenderInputResponse, error)
- type TrainingExamplesInputServer
- func (s *TrainingExamplesInputServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
- func (s *TrainingExamplesInputServer) GetCollectionName(_ context.Context, req *pb.GetCollectionNameRequest) (*pb.GetCollectionNameResponse, error)
- func (s *TrainingExamplesInputServer) GetPopulationName(_ context.Context, req *pb.GetPopulationNameRequest) (*pb.GetPopulationNameResponse, error)
- func (s *TrainingExamplesInputServer) GetResumptionToken(_ context.Context, req *pb.TrainingExamplesInputGetResumptionTokenRequest) (*pb.GetResumptionTokenResponse, error)
- func (s *TrainingExamplesInputServer) GetTaskName(_ context.Context, req *pb.GetTaskNameRequest) (*pb.GetTaskNameResponse, error)
- func (s *TrainingExamplesInputServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *TrainingExamplesInputServer) NewTrainingExamplesInput(_ context.Context, req *pb.NewTrainingExamplesInputRequest) (*pb.NewTrainingExamplesInputResponse, error)
- type WebTriggerInputServer
- func (s *WebTriggerInputServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
- func (s *WebTriggerInputServer) GetAppPackageName(_ context.Context, req *pb.GetAppPackageNameRequest) (*pb.GetAppPackageNameResponse, error)
- func (s *WebTriggerInputServer) GetData(_ context.Context, req *pb.GetDataRequest) (*pb.GetDataResponse, error)
- func (s *WebTriggerInputServer) GetDestinationUrl(_ context.Context, req *pb.GetDestinationUrlRequest) (*pb.GetDestinationUrlResponse, error)
- func (s *WebTriggerInputServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *WebTriggerInputServer) NewWebTriggerInput(_ context.Context, req *pb.NewWebTriggerInputRequest) (*pb.NewWebTriggerInputResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppInfoServer ¶
type AppInfoServer struct {
pb.UnimplementedAppInfoServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
AppInfoServer implements pb.AppInfoServiceServer.
func (*AppInfoServer) DescribeContents ¶
func (s *AppInfoServer) DescribeContents(_ context.Context, req *pb.AppInfoDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*AppInfoServer) Equals ¶
func (s *AppInfoServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
func (*AppInfoServer) HashCode ¶
func (s *AppInfoServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
func (*AppInfoServer) IsInstalled ¶
func (s *AppInfoServer) IsInstalled(_ context.Context, req *pb.IsInstalledRequest) (*pb.IsInstalledResponse, error)
func (*AppInfoServer) NewAppInfo ¶
func (s *AppInfoServer) NewAppInfo(_ context.Context, req *pb.NewAppInfoRequest) (*pb.NewAppInfoResponse, error)
func (*AppInfoServer) WriteToParcel ¶
func (s *AppInfoServer) WriteToParcel(_ context.Context, req *pb.AppInfoWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type DownloadCompletedInputServer ¶
type DownloadCompletedInputServer struct {
pb.UnimplementedDownloadCompletedInputServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
DownloadCompletedInputServer implements pb.DownloadCompletedInputServiceServer.
func (*DownloadCompletedInputServer) Equals ¶
func (s *DownloadCompletedInputServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
func (*DownloadCompletedInputServer) GetDownloadedContents ¶
func (s *DownloadCompletedInputServer) GetDownloadedContents(_ context.Context, req *pb.GetDownloadedContentsRequest) (*pb.GetDownloadedContentsResponse, error)
func (*DownloadCompletedInputServer) HashCode ¶
func (s *DownloadCompletedInputServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
func (*DownloadCompletedInputServer) NewDownloadCompletedInput ¶
func (s *DownloadCompletedInputServer) NewDownloadCompletedInput(_ context.Context, req *pb.NewDownloadCompletedInputRequest) (*pb.NewDownloadCompletedInputResponse, error)
type EventInputServer ¶
type EventInputServer struct {
pb.UnimplementedEventInputServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
EventInputServer implements pb.EventInputServiceServer.
func (*EventInputServer) Equals ¶
func (s *EventInputServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
func (*EventInputServer) GetParameters ¶
func (s *EventInputServer) GetParameters(_ context.Context, req *pb.GetParametersRequest) (*pb.GetParametersResponse, error)
func (*EventInputServer) GetRequestLogRecord ¶
func (s *EventInputServer) GetRequestLogRecord(_ context.Context, req *pb.EventInputGetRequestLogRecordRequest) (*pb.GetRequestLogRecordResponse, error)
func (*EventInputServer) HashCode ¶
func (s *EventInputServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
func (*EventInputServer) NewEventInput ¶
func (s *EventInputServer) NewEventInput(_ context.Context, req *pb.NewEventInputRequest) (*pb.NewEventInputResponse, error)
type ExecuteInIsolatedServiceResponseServer ¶
type ExecuteInIsolatedServiceResponseServer struct {
pb.UnimplementedExecuteInIsolatedServiceResponseServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ExecuteInIsolatedServiceResponseServer implements pb.ExecuteInIsolatedServiceResponseServiceServer.
func (*ExecuteInIsolatedServiceResponseServer) GetBestValue ¶
func (s *ExecuteInIsolatedServiceResponseServer) GetBestValue(_ context.Context, req *pb.ExecuteInIsolatedServiceResponseGetBestValueRequest) (*pb.GetBestValueResponse, error)
func (*ExecuteInIsolatedServiceResponseServer) GetSurfacePackageToken ¶
func (s *ExecuteInIsolatedServiceResponseServer) GetSurfacePackageToken(_ context.Context, req *pb.ExecuteInIsolatedServiceResponseGetSurfacePackageTokenRequest) (*pb.GetSurfacePackageTokenResponse, error)
func (*ExecuteInIsolatedServiceResponseServer) NewExecuteInIsolatedServiceResponse ¶
func (s *ExecuteInIsolatedServiceResponseServer) NewExecuteInIsolatedServiceResponse(_ context.Context, req *pb.NewExecuteInIsolatedServiceResponseRequest) (*pb.NewExecuteInIsolatedServiceResponseResponse, error)
type ExecuteInputServer ¶
type ExecuteInputServer struct {
pb.UnimplementedExecuteInputServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ExecuteInputServer implements pb.ExecuteInputServiceServer.
func (*ExecuteInputServer) GetAppPackageName ¶
func (s *ExecuteInputServer) GetAppPackageName(_ context.Context, req *pb.GetAppPackageNameRequest) (*pb.GetAppPackageNameResponse, error)
func (*ExecuteInputServer) GetAppParams ¶
func (s *ExecuteInputServer) GetAppParams(_ context.Context, req *pb.GetAppParamsRequest) (*pb.GetAppParamsResponse, error)
func (*ExecuteInputServer) NewExecuteInput ¶
func (s *ExecuteInputServer) NewExecuteInput(_ context.Context, req *pb.NewExecuteInputRequest) (*pb.NewExecuteInputResponse, error)
type IsolatedServiceExceptionServer ¶
type IsolatedServiceExceptionServer struct {
pb.UnimplementedIsolatedServiceExceptionServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
IsolatedServiceExceptionServer implements pb.IsolatedServiceExceptionServiceServer.
func (*IsolatedServiceExceptionServer) GetErrorCode ¶
func (s *IsolatedServiceExceptionServer) GetErrorCode(_ context.Context, req *pb.GetErrorCodeRequest) (*pb.GetErrorCodeResponse, error)
func (*IsolatedServiceExceptionServer) NewIsolatedServiceException ¶
func (s *IsolatedServiceExceptionServer) NewIsolatedServiceException(_ context.Context, req *pb.NewIsolatedServiceExceptionRequest) (*pb.NewIsolatedServiceExceptionResponse, error)
type RenderInputServer ¶
type RenderInputServer struct {
pb.UnimplementedRenderInputServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
RenderInputServer implements pb.RenderInputServiceServer.
func (*RenderInputServer) Equals ¶
func (s *RenderInputServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
func (*RenderInputServer) GetHeight ¶
func (s *RenderInputServer) GetHeight(_ context.Context, req *pb.GetHeightRequest) (*pb.GetHeightResponse, error)
func (*RenderInputServer) GetRenderingConfig ¶
func (s *RenderInputServer) GetRenderingConfig(_ context.Context, req *pb.GetRenderingConfigRequest) (*pb.GetRenderingConfigResponse, error)
func (*RenderInputServer) GetWidth ¶
func (s *RenderInputServer) GetWidth(_ context.Context, req *pb.GetWidthRequest) (*pb.GetWidthResponse, error)
func (*RenderInputServer) HashCode ¶
func (s *RenderInputServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
func (*RenderInputServer) NewRenderInput ¶
func (s *RenderInputServer) NewRenderInput(_ context.Context, req *pb.NewRenderInputRequest) (*pb.NewRenderInputResponse, error)
type TrainingExamplesInputServer ¶
type TrainingExamplesInputServer struct {
pb.UnimplementedTrainingExamplesInputServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
TrainingExamplesInputServer implements pb.TrainingExamplesInputServiceServer.
func (*TrainingExamplesInputServer) Equals ¶
func (s *TrainingExamplesInputServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
func (*TrainingExamplesInputServer) GetCollectionName ¶
func (s *TrainingExamplesInputServer) GetCollectionName(_ context.Context, req *pb.GetCollectionNameRequest) (*pb.GetCollectionNameResponse, error)
func (*TrainingExamplesInputServer) GetPopulationName ¶
func (s *TrainingExamplesInputServer) GetPopulationName(_ context.Context, req *pb.GetPopulationNameRequest) (*pb.GetPopulationNameResponse, error)
func (*TrainingExamplesInputServer) GetResumptionToken ¶
func (s *TrainingExamplesInputServer) GetResumptionToken(_ context.Context, req *pb.TrainingExamplesInputGetResumptionTokenRequest) (*pb.GetResumptionTokenResponse, error)
func (*TrainingExamplesInputServer) GetTaskName ¶
func (s *TrainingExamplesInputServer) GetTaskName(_ context.Context, req *pb.GetTaskNameRequest) (*pb.GetTaskNameResponse, error)
func (*TrainingExamplesInputServer) HashCode ¶
func (s *TrainingExamplesInputServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
func (*TrainingExamplesInputServer) NewTrainingExamplesInput ¶
func (s *TrainingExamplesInputServer) NewTrainingExamplesInput(_ context.Context, req *pb.NewTrainingExamplesInputRequest) (*pb.NewTrainingExamplesInputResponse, error)
type WebTriggerInputServer ¶
type WebTriggerInputServer struct {
pb.UnimplementedWebTriggerInputServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
WebTriggerInputServer implements pb.WebTriggerInputServiceServer.
func (*WebTriggerInputServer) Equals ¶
func (s *WebTriggerInputServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
func (*WebTriggerInputServer) GetAppPackageName ¶
func (s *WebTriggerInputServer) GetAppPackageName(_ context.Context, req *pb.GetAppPackageNameRequest) (*pb.GetAppPackageNameResponse, error)
func (*WebTriggerInputServer) GetData ¶
func (s *WebTriggerInputServer) GetData(_ context.Context, req *pb.GetDataRequest) (*pb.GetDataResponse, error)
func (*WebTriggerInputServer) GetDestinationUrl ¶
func (s *WebTriggerInputServer) GetDestinationUrl(_ context.Context, req *pb.GetDestinationUrlRequest) (*pb.GetDestinationUrlResponse, error)
func (*WebTriggerInputServer) HashCode ¶
func (s *WebTriggerInputServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
func (*WebTriggerInputServer) NewWebTriggerInput ¶
func (s *WebTriggerInputServer) NewWebTriggerInput(_ context.Context, req *pb.NewWebTriggerInputRequest) (*pb.NewWebTriggerInputResponse, error)