genproto

package
v0.0.16 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2019 License: Apache-2.0 Imports: 13 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Issue_Severity_name = map[int32]string{
	0: "SEVERITY_UNSPECIFIED",
	1: "ERROR",
	2: "WARNING",
}
View Source
var Issue_Severity_value = map[string]int32{
	"SEVERITY_UNSPECIFIED": 0,
	"ERROR":                1,
	"WARNING":              2,
}
View Source
var Issue_Type_name = map[int32]string{
	0: "TYPE_UNSPECIFIED",
	1: "SKIPPED",
	2: "PENDING",
	3: "INCORRECT_CONFIRMATION",
}
View Source
var Issue_Type_value = map[string]int32{
	"TYPE_UNSPECIFIED":       0,
	"SKIPPED":                1,
	"PENDING":                2,
	"INCORRECT_CONFIRMATION": 3,
}
View Source
var ReportSessionResponse_Result_name = map[int32]string{
	0: "RESULT_UNSPECIFIED",
	1: "PASSED",
	2: "FAILED",
	3: "INCOMPLETE",
}
View Source
var ReportSessionResponse_Result_value = map[string]int32{
	"RESULT_UNSPECIFIED": 0,
	"PASSED":             1,
	"FAILED":             2,
	"INCOMPLETE":         3,
}
View Source
var Session_Version_name = map[int32]string{
	0: "VERSION_UNSPECIFIED",
	1: "V1_LATEST",
	2: "V1_0",
}
View Source
var Session_Version_value = map[string]int32{
	"VERSION_UNSPECIFIED": 0,
	"V1_LATEST":           1,
	"V1_0":                2,
}
View Source
var StreamBlurbsResponse_Action_name = map[int32]string{
	0: "ACTION_UNSPECIFIED",
	1: "CREATE",
	2: "UPDATE",
	3: "DELETE",
}
View Source
var StreamBlurbsResponse_Action_value = map[string]int32{
	"ACTION_UNSPECIFIED": 0,
	"CREATE":             1,
	"UPDATE":             2,
	"DELETE":             3,
}
View Source
var Test_ExpectationLevel_name = map[int32]string{
	0: "EXPECTATION_LEVEL_UNSPECIFIED",
	1: "REQUIRED",
	2: "RECOMMENDED",
	3: "OPTIONAL",
}
View Source
var Test_ExpectationLevel_value = map[string]int32{
	"EXPECTATION_LEVEL_UNSPECIFIED": 0,
	"REQUIRED":                      1,
	"RECOMMENDED":                   2,
	"OPTIONAL":                      3,
}

Functions

func RegisterEchoServer added in v0.0.4

func RegisterEchoServer(s *grpc.Server, srv EchoServer)

func RegisterIdentityServer added in v0.0.9

func RegisterIdentityServer(s *grpc.Server, srv IdentityServer)

func RegisterMessagingServer added in v0.0.9

func RegisterMessagingServer(s *grpc.Server, srv MessagingServer)

func RegisterTestingServer added in v0.0.5

func RegisterTestingServer(s *grpc.Server, srv TestingServer)

Types

type Blurb added in v0.0.9

type Blurb struct {
	// The resource name of the chat room.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The resource name of the blurb's author.
	User string `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	// Types that are valid to be assigned to Content:
	//	*Blurb_Text
	//	*Blurb_Image
	Content isBlurb_Content `protobuf_oneof:"content"`
	// The timestamp at which the blurb was created.
	CreateTime *timestamp.Timestamp `protobuf:"bytes,5,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// The latest timestamp at which the blurb was updated.
	UpdateTime           *timestamp.Timestamp `protobuf:"bytes,6,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

This protocol buffer message represents a blurb sent to a chat room or posted on a user profile.

func (*Blurb) Descriptor added in v0.0.9

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

func (*Blurb) GetContent added in v0.0.9

func (m *Blurb) GetContent() isBlurb_Content

func (*Blurb) GetCreateTime added in v0.0.9

func (m *Blurb) GetCreateTime() *timestamp.Timestamp

func (*Blurb) GetImage added in v0.0.9

func (m *Blurb) GetImage() []byte

func (*Blurb) GetName added in v0.0.9

func (m *Blurb) GetName() string

func (*Blurb) GetText added in v0.0.9

func (m *Blurb) GetText() string

func (*Blurb) GetUpdateTime added in v0.0.9

func (m *Blurb) GetUpdateTime() *timestamp.Timestamp

func (*Blurb) GetUser added in v0.0.9

func (m *Blurb) GetUser() string

func (*Blurb) ProtoMessage added in v0.0.9

func (*Blurb) ProtoMessage()

func (*Blurb) Reset added in v0.0.9

func (m *Blurb) Reset()

func (*Blurb) String added in v0.0.9

func (m *Blurb) String() string

func (*Blurb) XXX_DiscardUnknown added in v0.0.9

func (m *Blurb) XXX_DiscardUnknown()

func (*Blurb) XXX_Marshal added in v0.0.9

func (m *Blurb) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Blurb) XXX_Merge added in v0.0.9

func (dst *Blurb) XXX_Merge(src proto.Message)

func (*Blurb) XXX_OneofFuncs added in v0.0.9

func (*Blurb) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*Blurb) XXX_Size added in v0.0.9

func (m *Blurb) XXX_Size() int

func (*Blurb) XXX_Unmarshal added in v0.0.9

func (m *Blurb) XXX_Unmarshal(b []byte) error

type Blurb_Image added in v0.0.9

type Blurb_Image struct {
	Image []byte `protobuf:"bytes,4,opt,name=image,proto3,oneof"`
}

type Blurb_Text added in v0.0.9

type Blurb_Text struct {
	Text string `protobuf:"bytes,3,opt,name=text,proto3,oneof"`
}

type ConnectRequest added in v0.0.9

type ConnectRequest struct {
	// Types that are valid to be assigned to Request:
	//	*ConnectRequest_Config
	//	*ConnectRequest_Blurb
	Request              isConnectRequest_Request `protobuf_oneof:"request"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

The request message for the google.showcase.v1alpha3.Messaging\Connect method.

func (*ConnectRequest) Descriptor added in v0.0.9

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

func (*ConnectRequest) GetBlurb added in v0.0.9

func (m *ConnectRequest) GetBlurb() *Blurb

func (*ConnectRequest) GetConfig added in v0.0.9

func (*ConnectRequest) GetRequest added in v0.0.9

func (m *ConnectRequest) GetRequest() isConnectRequest_Request

func (*ConnectRequest) ProtoMessage added in v0.0.9

func (*ConnectRequest) ProtoMessage()

func (*ConnectRequest) Reset added in v0.0.9

func (m *ConnectRequest) Reset()

func (*ConnectRequest) String added in v0.0.9

func (m *ConnectRequest) String() string

func (*ConnectRequest) XXX_DiscardUnknown added in v0.0.9

func (m *ConnectRequest) XXX_DiscardUnknown()

func (*ConnectRequest) XXX_Marshal added in v0.0.9

func (m *ConnectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConnectRequest) XXX_Merge added in v0.0.9

func (dst *ConnectRequest) XXX_Merge(src proto.Message)

func (*ConnectRequest) XXX_OneofFuncs added in v0.0.9

func (*ConnectRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*ConnectRequest) XXX_Size added in v0.0.9

func (m *ConnectRequest) XXX_Size() int

func (*ConnectRequest) XXX_Unmarshal added in v0.0.9

func (m *ConnectRequest) XXX_Unmarshal(b []byte) error

type ConnectRequest_Blurb added in v0.0.9

type ConnectRequest_Blurb struct {
	Blurb *Blurb `protobuf:"bytes,2,opt,name=blurb,proto3,oneof"`
}

type ConnectRequest_Config added in v0.0.9

type ConnectRequest_Config struct {
	Config *ConnectRequest_ConnectConfig `protobuf:"bytes,1,opt,name=config,proto3,oneof"`
}

type ConnectRequest_ConnectConfig added in v0.0.9

type ConnectRequest_ConnectConfig struct {
	// The room or profile to follow and create messages for.
	Parent               string   `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ConnectRequest_ConnectConfig) Descriptor added in v0.0.9

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

func (*ConnectRequest_ConnectConfig) GetParent added in v0.0.9

func (m *ConnectRequest_ConnectConfig) GetParent() string

func (*ConnectRequest_ConnectConfig) ProtoMessage added in v0.0.9

func (*ConnectRequest_ConnectConfig) ProtoMessage()

func (*ConnectRequest_ConnectConfig) Reset added in v0.0.9

func (m *ConnectRequest_ConnectConfig) Reset()

func (*ConnectRequest_ConnectConfig) String added in v0.0.9

func (*ConnectRequest_ConnectConfig) XXX_DiscardUnknown added in v0.0.9

func (m *ConnectRequest_ConnectConfig) XXX_DiscardUnknown()

func (*ConnectRequest_ConnectConfig) XXX_Marshal added in v0.0.9

func (m *ConnectRequest_ConnectConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConnectRequest_ConnectConfig) XXX_Merge added in v0.0.9

func (dst *ConnectRequest_ConnectConfig) XXX_Merge(src proto.Message)

func (*ConnectRequest_ConnectConfig) XXX_Size added in v0.0.9

func (m *ConnectRequest_ConnectConfig) XXX_Size() int

func (*ConnectRequest_ConnectConfig) XXX_Unmarshal added in v0.0.9

func (m *ConnectRequest_ConnectConfig) XXX_Unmarshal(b []byte) error

type CreateBlurbRequest added in v0.0.9

type CreateBlurbRequest struct {
	// The resource name of the chat room or user profile that this blurb will
	// be tied to.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// The blurb to create.
	Blurb                *Blurb   `protobuf:"bytes,2,opt,name=blurb,proto3" json:"blurb,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The request message for the google.showcase.v1alpha3.Messaging\CreateBlurb method.

func (*CreateBlurbRequest) Descriptor added in v0.0.9

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

func (*CreateBlurbRequest) GetBlurb added in v0.0.9

func (m *CreateBlurbRequest) GetBlurb() *Blurb

func (*CreateBlurbRequest) GetParent added in v0.0.9

func (m *CreateBlurbRequest) GetParent() string

func (*CreateBlurbRequest) ProtoMessage added in v0.0.9

func (*CreateBlurbRequest) ProtoMessage()

func (*CreateBlurbRequest) Reset added in v0.0.9

func (m *CreateBlurbRequest) Reset()

func (*CreateBlurbRequest) String added in v0.0.9

func (m *CreateBlurbRequest) String() string

func (*CreateBlurbRequest) XXX_DiscardUnknown added in v0.0.9

func (m *CreateBlurbRequest) XXX_DiscardUnknown()

func (*CreateBlurbRequest) XXX_Marshal added in v0.0.9

func (m *CreateBlurbRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateBlurbRequest) XXX_Merge added in v0.0.9

func (dst *CreateBlurbRequest) XXX_Merge(src proto.Message)

func (*CreateBlurbRequest) XXX_Size added in v0.0.9

func (m *CreateBlurbRequest) XXX_Size() int

func (*CreateBlurbRequest) XXX_Unmarshal added in v0.0.9

func (m *CreateBlurbRequest) XXX_Unmarshal(b []byte) error

type CreateRoomRequest added in v0.0.9

type CreateRoomRequest struct {
	// The room to create.
	Room                 *Room    `protobuf:"bytes,1,opt,name=room,proto3" json:"room,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The request message for the google.showcase.v1alpha3.Messaging\CreateRoom method.

func (*CreateRoomRequest) Descriptor added in v0.0.9

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

func (*CreateRoomRequest) GetRoom added in v0.0.9

func (m *CreateRoomRequest) GetRoom() *Room

func (*CreateRoomRequest) ProtoMessage added in v0.0.9

func (*CreateRoomRequest) ProtoMessage()

func (*CreateRoomRequest) Reset added in v0.0.9

func (m *CreateRoomRequest) Reset()

func (*CreateRoomRequest) String added in v0.0.9

func (m *CreateRoomRequest) String() string

func (*CreateRoomRequest) XXX_DiscardUnknown added in v0.0.9

func (m *CreateRoomRequest) XXX_DiscardUnknown()

func (*CreateRoomRequest) XXX_Marshal added in v0.0.9

func (m *CreateRoomRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateRoomRequest) XXX_Merge added in v0.0.9

func (dst *CreateRoomRequest) XXX_Merge(src proto.Message)

func (*CreateRoomRequest) XXX_Size added in v0.0.9

func (m *CreateRoomRequest) XXX_Size() int

func (*CreateRoomRequest) XXX_Unmarshal added in v0.0.9

func (m *CreateRoomRequest) XXX_Unmarshal(b []byte) error

type CreateSessionRequest added in v0.0.10

type CreateSessionRequest struct {
	// The session to be created.
	// Sessions are immutable once they are created (although they can
	// be deleted).
	Session              *Session `protobuf:"bytes,1,opt,name=session,proto3" json:"session,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The request for the CreateSession method.

func (*CreateSessionRequest) Descriptor added in v0.0.10

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

func (*CreateSessionRequest) GetSession added in v0.0.10

func (m *CreateSessionRequest) GetSession() *Session

func (*CreateSessionRequest) ProtoMessage added in v0.0.10

func (*CreateSessionRequest) ProtoMessage()

func (*CreateSessionRequest) Reset added in v0.0.10

func (m *CreateSessionRequest) Reset()

func (*CreateSessionRequest) String added in v0.0.10

func (m *CreateSessionRequest) String() string

func (*CreateSessionRequest) XXX_DiscardUnknown added in v0.0.10

func (m *CreateSessionRequest) XXX_DiscardUnknown()

func (*CreateSessionRequest) XXX_Marshal added in v0.0.10

func (m *CreateSessionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateSessionRequest) XXX_Merge added in v0.0.10

func (dst *CreateSessionRequest) XXX_Merge(src proto.Message)

func (*CreateSessionRequest) XXX_Size added in v0.0.10

func (m *CreateSessionRequest) XXX_Size() int

func (*CreateSessionRequest) XXX_Unmarshal added in v0.0.10

func (m *CreateSessionRequest) XXX_Unmarshal(b []byte) error

type CreateUserRequest added in v0.0.9

type CreateUserRequest struct {
	// The user to create.
	User                 *User    `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The request message for the google.showcase.v1alpha3.Identity\CreateUser method.

func (*CreateUserRequest) Descriptor added in v0.0.9

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

func (*CreateUserRequest) GetUser added in v0.0.9

func (m *CreateUserRequest) GetUser() *User

func (*CreateUserRequest) ProtoMessage added in v0.0.9

func (*CreateUserRequest) ProtoMessage()

func (*CreateUserRequest) Reset added in v0.0.9

func (m *CreateUserRequest) Reset()

func (*CreateUserRequest) String added in v0.0.9

func (m *CreateUserRequest) String() string

func (*CreateUserRequest) XXX_DiscardUnknown added in v0.0.9

func (m *CreateUserRequest) XXX_DiscardUnknown()

func (*CreateUserRequest) XXX_Marshal added in v0.0.9

func (m *CreateUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateUserRequest) XXX_Merge added in v0.0.9

func (dst *CreateUserRequest) XXX_Merge(src proto.Message)

func (*CreateUserRequest) XXX_Size added in v0.0.9

func (m *CreateUserRequest) XXX_Size() int

func (*CreateUserRequest) XXX_Unmarshal added in v0.0.9

func (m *CreateUserRequest) XXX_Unmarshal(b []byte) error

type DeleteBlurbRequest added in v0.0.9

type DeleteBlurbRequest struct {
	// The resource name of the requested blurb.
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The request message for the google.showcase.v1alpha3.Messaging\DeleteBlurb method.

func (*DeleteBlurbRequest) Descriptor added in v0.0.9

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

func (*DeleteBlurbRequest) GetName added in v0.0.9

func (m *DeleteBlurbRequest) GetName() string

func (*DeleteBlurbRequest) ProtoMessage added in v0.0.9

func (*DeleteBlurbRequest) ProtoMessage()

func (*DeleteBlurbRequest) Reset added in v0.0.9

func (m *DeleteBlurbRequest) Reset()

func (*DeleteBlurbRequest) String added in v0.0.9

func (m *DeleteBlurbRequest) String() string

func (*DeleteBlurbRequest) XXX_DiscardUnknown added in v0.0.9

func (m *DeleteBlurbRequest) XXX_DiscardUnknown()

func (*DeleteBlurbRequest) XXX_Marshal added in v0.0.9

func (m *DeleteBlurbRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteBlurbRequest) XXX_Merge added in v0.0.9

func (dst *DeleteBlurbRequest) XXX_Merge(src proto.Message)

func (*DeleteBlurbRequest) XXX_Size added in v0.0.9

func (m *DeleteBlurbRequest) XXX_Size() int

func (*DeleteBlurbRequest) XXX_Unmarshal added in v0.0.9

func (m *DeleteBlurbRequest) XXX_Unmarshal(b []byte) error

type DeleteRoomRequest added in v0.0.9

type DeleteRoomRequest struct {
	// The resource name of the requested room.
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The request message for the google.showcase.v1alpha3.Messaging\DeleteRoom method.

func (*DeleteRoomRequest) Descriptor added in v0.0.9

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

func (*DeleteRoomRequest) GetName added in v0.0.9

func (m *DeleteRoomRequest) GetName() string

func (*DeleteRoomRequest) ProtoMessage added in v0.0.9

func (*DeleteRoomRequest) ProtoMessage()

func (*DeleteRoomRequest) Reset added in v0.0.9

func (m *DeleteRoomRequest) Reset()

func (*DeleteRoomRequest) String added in v0.0.9

func (m *DeleteRoomRequest) String() string

func (*DeleteRoomRequest) XXX_DiscardUnknown added in v0.0.9

func (m *DeleteRoomRequest) XXX_DiscardUnknown()

func (*DeleteRoomRequest) XXX_Marshal added in v0.0.9

func (m *DeleteRoomRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteRoomRequest) XXX_Merge added in v0.0.9

func (dst *DeleteRoomRequest) XXX_Merge(src proto.Message)

func (*DeleteRoomRequest) XXX_Size added in v0.0.9

func (m *DeleteRoomRequest) XXX_Size() int

func (*DeleteRoomRequest) XXX_Unmarshal added in v0.0.9

func (m *DeleteRoomRequest) XXX_Unmarshal(b []byte) error

type DeleteSessionRequest added in v0.0.10

type DeleteSessionRequest struct {
	// The session to be deleted.
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Request for the DeleteSession method.

func (*DeleteSessionRequest) Descriptor added in v0.0.10

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

func (*DeleteSessionRequest) GetName added in v0.0.10

func (m *DeleteSessionRequest) GetName() string

func (*DeleteSessionRequest) ProtoMessage added in v0.0.10

func (*DeleteSessionRequest) ProtoMessage()

func (*DeleteSessionRequest) Reset added in v0.0.10

func (m *DeleteSessionRequest) Reset()

func (*DeleteSessionRequest) String added in v0.0.10

func (m *DeleteSessionRequest) String() string

func (*DeleteSessionRequest) XXX_DiscardUnknown added in v0.0.10

func (m *DeleteSessionRequest) XXX_DiscardUnknown()

func (*DeleteSessionRequest) XXX_Marshal added in v0.0.10

func (m *DeleteSessionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteSessionRequest) XXX_Merge added in v0.0.10

func (dst *DeleteSessionRequest) XXX_Merge(src proto.Message)

func (*DeleteSessionRequest) XXX_Size added in v0.0.10

func (m *DeleteSessionRequest) XXX_Size() int

func (*DeleteSessionRequest) XXX_Unmarshal added in v0.0.10

func (m *DeleteSessionRequest) XXX_Unmarshal(b []byte) error

type DeleteTestRequest added in v0.0.5

type DeleteTestRequest struct {
	// The test to be deleted.
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Request message for deleting a test.

func (*DeleteTestRequest) Descriptor added in v0.0.5

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

func (*DeleteTestRequest) GetName added in v0.0.5

func (m *DeleteTestRequest) GetName() string

func (*DeleteTestRequest) ProtoMessage added in v0.0.5

func (*DeleteTestRequest) ProtoMessage()

func (*DeleteTestRequest) Reset added in v0.0.5

func (m *DeleteTestRequest) Reset()

func (*DeleteTestRequest) String added in v0.0.5

func (m *DeleteTestRequest) String() string

func (*DeleteTestRequest) XXX_DiscardUnknown added in v0.0.5

func (m *DeleteTestRequest) XXX_DiscardUnknown()

func (*DeleteTestRequest) XXX_Marshal added in v0.0.5

func (m *DeleteTestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteTestRequest) XXX_Merge added in v0.0.5

func (dst *DeleteTestRequest) XXX_Merge(src proto.Message)

func (*DeleteTestRequest) XXX_Size added in v0.0.5

func (m *DeleteTestRequest) XXX_Size() int

func (*DeleteTestRequest) XXX_Unmarshal added in v0.0.5

func (m *DeleteTestRequest) XXX_Unmarshal(b []byte) error

type DeleteUserRequest added in v0.0.9

type DeleteUserRequest struct {
	// The resource name of the user to delete.
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The request message for the google.showcase.v1alpha3.Identity\DeleteUser method.

func (*DeleteUserRequest) Descriptor added in v0.0.9

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

func (*DeleteUserRequest) GetName added in v0.0.9

func (m *DeleteUserRequest) GetName() string

func (*DeleteUserRequest) ProtoMessage added in v0.0.9

func (*DeleteUserRequest) ProtoMessage()

func (*DeleteUserRequest) Reset added in v0.0.9

func (m *DeleteUserRequest) Reset()

func (*DeleteUserRequest) String added in v0.0.9

func (m *DeleteUserRequest) String() string

func (*DeleteUserRequest) XXX_DiscardUnknown added in v0.0.9

func (m *DeleteUserRequest) XXX_DiscardUnknown()

func (*DeleteUserRequest) XXX_Marshal added in v0.0.9

func (m *DeleteUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteUserRequest) XXX_Merge added in v0.0.9

func (dst *DeleteUserRequest) XXX_Merge(src proto.Message)

func (*DeleteUserRequest) XXX_Size added in v0.0.9

func (m *DeleteUserRequest) XXX_Size() int

func (*DeleteUserRequest) XXX_Unmarshal added in v0.0.9

func (m *DeleteUserRequest) XXX_Unmarshal(b []byte) error

type EchoClient added in v0.0.4

type EchoClient interface {
	// This method simply echos the request. This method is showcases unary rpcs.
	Echo(ctx context.Context, in *EchoRequest, opts ...grpc.CallOption) (*EchoResponse, error)
	// This method split the given content into words and will pass each word back
	// through the stream. This method showcases server-side streaming rpcs.
	Expand(ctx context.Context, in *ExpandRequest, opts ...grpc.CallOption) (Echo_ExpandClient, error)
	// This method will collect the words given to it. When the stream is closed
	// by the client, this method will return the a concatenation of the strings
	// passed to it. This method showcases client-side streaming rpcs.
	Collect(ctx context.Context, opts ...grpc.CallOption) (Echo_CollectClient, error)
	// This method, upon receiving a request on the stream, the same content will
	// be passed  back on the stream. This method showcases bidirectional
	// streaming rpcs.
	Chat(ctx context.Context, opts ...grpc.CallOption) (Echo_ChatClient, error)
	// This is similar to the Expand method but instead of returning a stream of
	// expanded words, this method returns a paged list of expanded words.
	PagedExpand(ctx context.Context, in *PagedExpandRequest, opts ...grpc.CallOption) (*PagedExpandResponse, error)
	// This method will wait the requested amount of and then return.
	// This method showcases how a client handles a request timing out.
	Wait(ctx context.Context, in *WaitRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
}

EchoClient is the client API for Echo service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewEchoClient added in v0.0.4

func NewEchoClient(cc *grpc.ClientConn) EchoClient

type EchoRequest

type EchoRequest struct {
	// Types that are valid to be assigned to Response:
	//	*EchoRequest_Content
	//	*EchoRequest_Error
	Response             isEchoRequest_Response `protobuf_oneof:"response"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

The request message used for the Echo, Collect and Chat methods. If content is set in this message then the request will succeed. If a status is

func (*EchoRequest) Descriptor

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

func (*EchoRequest) GetContent

func (m *EchoRequest) GetContent() string

func (*EchoRequest) GetError

func (m *EchoRequest) GetError() *status.Status

func (*EchoRequest) GetResponse

func (m *EchoRequest) GetResponse() isEchoRequest_Response

func (*EchoRequest) ProtoMessage

func (*EchoRequest) ProtoMessage()

func (*EchoRequest) Reset

func (m *EchoRequest) Reset()

func (*EchoRequest) String

func (m *EchoRequest) String() string

func (*EchoRequest) XXX_DiscardUnknown

func (m *EchoRequest) XXX_DiscardUnknown()

func (*EchoRequest) XXX_Marshal

func (m *EchoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EchoRequest) XXX_Merge

func (dst *EchoRequest) XXX_Merge(src proto.Message)

func (*EchoRequest) XXX_OneofFuncs

func (*EchoRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*EchoRequest) XXX_Size

func (m *EchoRequest) XXX_Size() int

func (*EchoRequest) XXX_Unmarshal

func (m *EchoRequest) XXX_Unmarshal(b []byte) error

type EchoRequest_Content

type EchoRequest_Content struct {
	Content string `protobuf:"bytes,1,opt,name=content,proto3,oneof"`
}

type EchoRequest_Error

type EchoRequest_Error struct {
	Error *status.Status `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type EchoResponse

type EchoResponse struct {
	// The content specified in the request.
	Content              string   `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The response message for the Echo methods.

func (*EchoResponse) Descriptor

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

func (*EchoResponse) GetContent

func (m *EchoResponse) GetContent() string

func (*EchoResponse) ProtoMessage

func (*EchoResponse) ProtoMessage()

func (*EchoResponse) Reset

func (m *EchoResponse) Reset()

func (*EchoResponse) String

func (m *EchoResponse) String() string

func (*EchoResponse) XXX_DiscardUnknown

func (m *EchoResponse) XXX_DiscardUnknown()

func (*EchoResponse) XXX_Marshal

func (m *EchoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EchoResponse) XXX_Merge

func (dst *EchoResponse) XXX_Merge(src proto.Message)

func (*EchoResponse) XXX_Size

func (m *EchoResponse) XXX_Size() int

func (*EchoResponse) XXX_Unmarshal

func (m *EchoResponse) XXX_Unmarshal(b []byte) error

type EchoServer added in v0.0.4

type EchoServer interface {
	// This method simply echos the request. This method is showcases unary rpcs.
	Echo(context.Context, *EchoRequest) (*EchoResponse, error)
	// This method split the given content into words and will pass each word back
	// through the stream. This method showcases server-side streaming rpcs.
	Expand(*ExpandRequest, Echo_ExpandServer) error
	// This method will collect the words given to it. When the stream is closed
	// by the client, this method will return the a concatenation of the strings
	// passed to it. This method showcases client-side streaming rpcs.
	Collect(Echo_CollectServer) error
	// This method, upon receiving a request on the stream, the same content will
	// be passed  back on the stream. This method showcases bidirectional
	// streaming rpcs.
	Chat(Echo_ChatServer) error
	// This is similar to the Expand method but instead of returning a stream of
	// expanded words, this method returns a paged list of expanded words.
	PagedExpand(context.Context, *PagedExpandRequest) (*PagedExpandResponse, error)
	// This method will wait the requested amount of and then return.
	// This method showcases how a client handles a request timing out.
	Wait(context.Context, *WaitRequest) (*longrunning.Operation, error)
}

EchoServer is the server API for Echo service.

type Echo_ChatClient added in v0.0.4

type Echo_ChatClient interface {
	Send(*EchoRequest) error
	Recv() (*EchoResponse, error)
	grpc.ClientStream
}

type Echo_ChatServer added in v0.0.4

type Echo_ChatServer interface {
	Send(*EchoResponse) error
	Recv() (*EchoRequest, error)
	grpc.ServerStream
}

type Echo_CollectClient added in v0.0.4

type Echo_CollectClient interface {
	Send(*EchoRequest) error
	CloseAndRecv() (*EchoResponse, error)
	grpc.ClientStream
}

type Echo_CollectServer added in v0.0.4

type Echo_CollectServer interface {
	SendAndClose(*EchoResponse) error
	Recv() (*EchoRequest, error)
	grpc.ServerStream
}

type Echo_ExpandClient added in v0.0.4

type Echo_ExpandClient interface {
	Recv() (*EchoResponse, error)
	grpc.ClientStream
}

type Echo_ExpandServer added in v0.0.4

type Echo_ExpandServer interface {
	Send(*EchoResponse) error
	grpc.ServerStream
}

type ExpandRequest

type ExpandRequest struct {
	// The content that will be split into words and returned on the stream.
	Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	// The error that is thrown after all words are sent on the stream.
	Error                *status.Status `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

The request message for the Expand method.

func (*ExpandRequest) Descriptor

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

func (*ExpandRequest) GetContent

func (m *ExpandRequest) GetContent() string

func (*ExpandRequest) GetError

func (m *ExpandRequest) GetError() *status.Status

func (*ExpandRequest) ProtoMessage

func (*ExpandRequest) ProtoMessage()

func (*ExpandRequest) Reset

func (m *ExpandRequest) Reset()

func (*ExpandRequest) String

func (m *ExpandRequest) String() string

func (*ExpandRequest) XXX_DiscardUnknown

func (m *ExpandRequest) XXX_DiscardUnknown()

func (*ExpandRequest) XXX_Marshal

func (m *ExpandRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExpandRequest) XXX_Merge

func (dst *ExpandRequest) XXX_Merge(src proto.Message)

func (*ExpandRequest) XXX_Size

func (m *ExpandRequest) XXX_Size() int

func (*ExpandRequest) XXX_Unmarshal

func (m *ExpandRequest) XXX_Unmarshal(b []byte) error

type GetBlurbRequest added in v0.0.9

type GetBlurbRequest struct {
	// The resource name of the requested blurb.
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The request message for the google.showcase.v1alpha3.Messaging\GetBlurb method.

func (*GetBlurbRequest) Descriptor added in v0.0.9

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

func (*GetBlurbRequest) GetName added in v0.0.9

func (m *GetBlurbRequest) GetName() string

func (*GetBlurbRequest) ProtoMessage added in v0.0.9

func (*GetBlurbRequest) ProtoMessage()

func (*GetBlurbRequest) Reset added in v0.0.9

func (m *GetBlurbRequest) Reset()

func (*GetBlurbRequest) String added in v0.0.9

func (m *GetBlurbRequest) String() string

func (*GetBlurbRequest) XXX_DiscardUnknown added in v0.0.9

func (m *GetBlurbRequest) XXX_DiscardUnknown()

func (*GetBlurbRequest) XXX_Marshal added in v0.0.9

func (m *GetBlurbRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlurbRequest) XXX_Merge added in v0.0.9

func (dst *GetBlurbRequest) XXX_Merge(src proto.Message)

func (*GetBlurbRequest) XXX_Size added in v0.0.9

func (m *GetBlurbRequest) XXX_Size() int

func (*GetBlurbRequest) XXX_Unmarshal added in v0.0.9

func (m *GetBlurbRequest) XXX_Unmarshal(b []byte) error

type GetRoomRequest added in v0.0.9

type GetRoomRequest struct {
	// The resource name of the requested room.
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The request message for the google.showcase.v1alpha3.Messaging\GetRoom method.

func (*GetRoomRequest) Descriptor added in v0.0.9

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

func (*GetRoomRequest) GetName added in v0.0.9

func (m *GetRoomRequest) GetName() string

func (*GetRoomRequest) ProtoMessage added in v0.0.9

func (*GetRoomRequest) ProtoMessage()

func (*GetRoomRequest) Reset added in v0.0.9

func (m *GetRoomRequest) Reset()

func (*GetRoomRequest) String added in v0.0.9

func (m *GetRoomRequest) String() string

func (*GetRoomRequest) XXX_DiscardUnknown added in v0.0.9

func (m *GetRoomRequest) XXX_DiscardUnknown()

func (*GetRoomRequest) XXX_Marshal added in v0.0.9

func (m *GetRoomRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetRoomRequest) XXX_Merge added in v0.0.9

func (dst *GetRoomRequest) XXX_Merge(src proto.Message)

func (*GetRoomRequest) XXX_Size added in v0.0.9

func (m *GetRoomRequest) XXX_Size() int

func (*GetRoomRequest) XXX_Unmarshal added in v0.0.9

func (m *GetRoomRequest) XXX_Unmarshal(b []byte) error

type GetSessionRequest added in v0.0.10

type GetSessionRequest struct {
	// The session to be retrieved.
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The request for the GetSession method.

func (*GetSessionRequest) Descriptor added in v0.0.10

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

func (*GetSessionRequest) GetName added in v0.0.10

func (m *GetSessionRequest) GetName() string

func (*GetSessionRequest) ProtoMessage added in v0.0.10

func (*GetSessionRequest) ProtoMessage()

func (*GetSessionRequest) Reset added in v0.0.10

func (m *GetSessionRequest) Reset()

func (*GetSessionRequest) String added in v0.0.10

func (m *GetSessionRequest) String() string

func (*GetSessionRequest) XXX_DiscardUnknown added in v0.0.10

func (m *GetSessionRequest) XXX_DiscardUnknown()

func (*GetSessionRequest) XXX_Marshal added in v0.0.10

func (m *GetSessionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSessionRequest) XXX_Merge added in v0.0.10

func (dst *GetSessionRequest) XXX_Merge(src proto.Message)

func (*GetSessionRequest) XXX_Size added in v0.0.10

func (m *GetSessionRequest) XXX_Size() int

func (*GetSessionRequest) XXX_Unmarshal added in v0.0.10

func (m *GetSessionRequest) XXX_Unmarshal(b []byte) error

type GetUserRequest added in v0.0.9

type GetUserRequest struct {
	// The resource name of the requested user.
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The request message for the google.showcase.v1alpha3.Identity\GetUser method.

func (*GetUserRequest) Descriptor added in v0.0.9

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

func (*GetUserRequest) GetName added in v0.0.9

func (m *GetUserRequest) GetName() string

func (*GetUserRequest) ProtoMessage added in v0.0.9

func (*GetUserRequest) ProtoMessage()

func (*GetUserRequest) Reset added in v0.0.9

func (m *GetUserRequest) Reset()

func (*GetUserRequest) String added in v0.0.9

func (m *GetUserRequest) String() string

func (*GetUserRequest) XXX_DiscardUnknown added in v0.0.9

func (m *GetUserRequest) XXX_DiscardUnknown()

func (*GetUserRequest) XXX_Marshal added in v0.0.9

func (m *GetUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserRequest) XXX_Merge added in v0.0.9

func (dst *GetUserRequest) XXX_Merge(src proto.Message)

func (*GetUserRequest) XXX_Size added in v0.0.9

func (m *GetUserRequest) XXX_Size() int

func (*GetUserRequest) XXX_Unmarshal added in v0.0.9

func (m *GetUserRequest) XXX_Unmarshal(b []byte) error

type IdentityClient added in v0.0.9

type IdentityClient interface {
	// Creates a user.
	CreateUser(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption) (*User, error)
	// Retrieves the User with the given uri.
	GetUser(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption) (*User, error)
	// Updates a user.
	UpdateUser(ctx context.Context, in *UpdateUserRequest, opts ...grpc.CallOption) (*User, error)
	// Deletes a user, their profile, and all of their authored messages.
	DeleteUser(ctx context.Context, in *DeleteUserRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// Lists all users.
	ListUsers(ctx context.Context, in *ListUsersRequest, opts ...grpc.CallOption) (*ListUsersResponse, error)
}

IdentityClient is the client API for Identity service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewIdentityClient added in v0.0.9

func NewIdentityClient(cc *grpc.ClientConn) IdentityClient

type IdentityServer added in v0.0.9

type IdentityServer interface {
	// Creates a user.
	CreateUser(context.Context, *CreateUserRequest) (*User, error)
	// Retrieves the User with the given uri.
	GetUser(context.Context, *GetUserRequest) (*User, error)
	// Updates a user.
	UpdateUser(context.Context, *UpdateUserRequest) (*User, error)
	// Deletes a user, their profile, and all of their authored messages.
	DeleteUser(context.Context, *DeleteUserRequest) (*empty.Empty, error)
	// Lists all users.
	ListUsers(context.Context, *ListUsersRequest) (*ListUsersResponse, error)
}

IdentityServer is the server API for Identity service.

type Issue added in v0.0.10

type Issue struct {
	// The type of the issue.
	Type Issue_Type `protobuf:"varint,1,opt,name=type,proto3,enum=google.showcase.v1alpha3.Issue_Type" json:"type,omitempty"`
	// The severity of the issue.
	Severity Issue_Severity `protobuf:"varint,2,opt,name=severity,proto3,enum=google.showcase.v1alpha3.Issue_Severity" json:"severity,omitempty"`
	// A description of the issue.
	Description          string   `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

An issue found in the test.

func (*Issue) Descriptor added in v0.0.10

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

func (*Issue) GetDescription added in v0.0.10

func (m *Issue) GetDescription() string

func (*Issue) GetSeverity added in v0.0.10

func (m *Issue) GetSeverity() Issue_Severity

func (*Issue) GetType added in v0.0.10

func (m *Issue) GetType() Issue_Type

func (*Issue) ProtoMessage added in v0.0.10

func (*Issue) ProtoMessage()

func (*Issue) Reset added in v0.0.10

func (m *Issue) Reset()

func (*Issue) String added in v0.0.10

func (m *Issue) String() string

func (*Issue) XXX_DiscardUnknown added in v0.0.10

func (m *Issue) XXX_DiscardUnknown()

func (*Issue) XXX_Marshal added in v0.0.10

func (m *Issue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Issue) XXX_Merge added in v0.0.10

func (dst *Issue) XXX_Merge(src proto.Message)

func (*Issue) XXX_Size added in v0.0.10

func (m *Issue) XXX_Size() int

func (*Issue) XXX_Unmarshal added in v0.0.10

func (m *Issue) XXX_Unmarshal(b []byte) error

type Issue_Severity added in v0.0.10

type Issue_Severity int32

Severity levels.

const (
	Issue_SEVERITY_UNSPECIFIED Issue_Severity = 0
	// Errors.
	Issue_ERROR Issue_Severity = 1
	// Warnings.
	Issue_WARNING Issue_Severity = 2
)

func (Issue_Severity) EnumDescriptor added in v0.0.10

func (Issue_Severity) EnumDescriptor() ([]byte, []int)

func (Issue_Severity) String added in v0.0.10

func (x Issue_Severity) String() string

type Issue_Type added in v0.0.10

type Issue_Type int32

The different potential types of issues.

const (
	Issue_TYPE_UNSPECIFIED Issue_Type = 0
	// The test was never instrumented.
	Issue_SKIPPED Issue_Type = 1
	// The test was started but never confirmed.
	Issue_PENDING Issue_Type = 2
	// The test was instrumented, but Showcase got an unexpected
	// value when the generator tried to confirm success.
	Issue_INCORRECT_CONFIRMATION Issue_Type = 3
)

func (Issue_Type) EnumDescriptor added in v0.0.10

func (Issue_Type) EnumDescriptor() ([]byte, []int)

func (Issue_Type) String added in v0.0.10

func (x Issue_Type) String() string

type ListBlurbsRequest added in v0.0.9

type ListBlurbsRequest struct {
	// The resource name of the requested room or profile whos blurbs to list.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// The maximum number of blurbs to return. Server may return fewer
	// blurbs than requested. If unspecified, server will pick an appropriate
	// default.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The value of google.showcase.v1alpha3.ListBlurbsResponse.next_page_token
	// returned from the previous call to
	// `google.showcase.v1alpha3.Messaging\ListBlurbs` method.
	PageToken            string   `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The request message for the google.showcase.v1alpha3.Messaging\ListBlurbs method.

func (*ListBlurbsRequest) Descriptor added in v0.0.9

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

func (*ListBlurbsRequest) GetPageSize added in v0.0.9

func (m *ListBlurbsRequest) GetPageSize() int32

func (*ListBlurbsRequest) GetPageToken added in v0.0.9

func (m *ListBlurbsRequest) GetPageToken() string

func (*ListBlurbsRequest) GetParent added in v0.0.9

func (m *ListBlurbsRequest) GetParent() string

func (*ListBlurbsRequest) ProtoMessage added in v0.0.9

func (*ListBlurbsRequest) ProtoMessage()

func (*ListBlurbsRequest) Reset added in v0.0.9

func (m *ListBlurbsRequest) Reset()

func (*ListBlurbsRequest) String added in v0.0.9

func (m *ListBlurbsRequest) String() string

func (*ListBlurbsRequest) XXX_DiscardUnknown added in v0.0.9

func (m *ListBlurbsRequest) XXX_DiscardUnknown()

func (*ListBlurbsRequest) XXX_Marshal added in v0.0.9

func (m *ListBlurbsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListBlurbsRequest) XXX_Merge added in v0.0.9

func (dst *ListBlurbsRequest) XXX_Merge(src proto.Message)

func (*ListBlurbsRequest) XXX_Size added in v0.0.9

func (m *ListBlurbsRequest) XXX_Size() int

func (*ListBlurbsRequest) XXX_Unmarshal added in v0.0.9

func (m *ListBlurbsRequest) XXX_Unmarshal(b []byte) error

type ListBlurbsResponse added in v0.0.9

type ListBlurbsResponse struct {
	// The list of blurbs.
	Blurbs []*Blurb `protobuf:"bytes,1,rep,name=blurbs,proto3" json:"blurbs,omitempty"`
	// A token to retrieve next page of results.
	// Pass this value in ListBlurbsRequest.page_token field in the subsequent
	// call to `google.showcase.v1alpha3.Blurb\ListBlurbs` method to retrieve
	// the next page of results.
	NextPageToken        string   `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The response message for the google.showcase.v1alpha3.Messaging\ListBlurbs method.

func (*ListBlurbsResponse) Descriptor added in v0.0.9

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

func (*ListBlurbsResponse) GetBlurbs added in v0.0.9

func (m *ListBlurbsResponse) GetBlurbs() []*Blurb

func (*ListBlurbsResponse) GetNextPageToken added in v0.0.9

func (m *ListBlurbsResponse) GetNextPageToken() string

func (*ListBlurbsResponse) ProtoMessage added in v0.0.9

func (*ListBlurbsResponse) ProtoMessage()

func (*ListBlurbsResponse) Reset added in v0.0.9

func (m *ListBlurbsResponse) Reset()

func (*ListBlurbsResponse) String added in v0.0.9

func (m *ListBlurbsResponse) String() string

func (*ListBlurbsResponse) XXX_DiscardUnknown added in v0.0.9

func (m *ListBlurbsResponse) XXX_DiscardUnknown()

func (*ListBlurbsResponse) XXX_Marshal added in v0.0.9

func (m *ListBlurbsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListBlurbsResponse) XXX_Merge added in v0.0.9

func (dst *ListBlurbsResponse) XXX_Merge(src proto.Message)

func (*ListBlurbsResponse) XXX_Size added in v0.0.9

func (m *ListBlurbsResponse) XXX_Size() int

func (*ListBlurbsResponse) XXX_Unmarshal added in v0.0.9

func (m *ListBlurbsResponse) XXX_Unmarshal(b []byte) error

type ListRoomsRequest added in v0.0.9

type ListRoomsRequest struct {
	// The maximum number of rooms return. Server may return fewer rooms
	// than requested. If unspecified, server will pick an appropriate default.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The value of google.showcase.v1alpha3.ListRoomsResponse.next_page_token
	// returned from the previous call to
	// `google.showcase.v1alpha3.Messaging\ListRooms` method.
	PageToken            string   `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The request message for the google.showcase.v1alpha3.Messaging\ListRooms method.

func (*ListRoomsRequest) Descriptor added in v0.0.9

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

func (*ListRoomsRequest) GetPageSize added in v0.0.9

func (m *ListRoomsRequest) GetPageSize() int32

func (*ListRoomsRequest) GetPageToken added in v0.0.9

func (m *ListRoomsRequest) GetPageToken() string

func (*ListRoomsRequest) ProtoMessage added in v0.0.9

func (*ListRoomsRequest) ProtoMessage()

func (*ListRoomsRequest) Reset added in v0.0.9

func (m *ListRoomsRequest) Reset()

func (*ListRoomsRequest) String added in v0.0.9

func (m *ListRoomsRequest) String() string

func (*ListRoomsRequest) XXX_DiscardUnknown added in v0.0.9

func (m *ListRoomsRequest) XXX_DiscardUnknown()

func (*ListRoomsRequest) XXX_Marshal added in v0.0.9

func (m *ListRoomsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListRoomsRequest) XXX_Merge added in v0.0.9

func (dst *ListRoomsRequest) XXX_Merge(src proto.Message)

func (*ListRoomsRequest) XXX_Size added in v0.0.9

func (m *ListRoomsRequest) XXX_Size() int

func (*ListRoomsRequest) XXX_Unmarshal added in v0.0.9

func (m *ListRoomsRequest) XXX_Unmarshal(b []byte) error

type ListRoomsResponse added in v0.0.9

type ListRoomsResponse struct {
	// The list of rooms.
	Rooms []*Room `protobuf:"bytes,1,rep,name=rooms,proto3" json:"rooms,omitempty"`
	// A token to retrieve next page of results.
	// Pass this value in ListRoomsRequest.page_token field in the subsequent
	// call to `google.showcase.v1alpha3.Messaging\ListRooms` method to retrieve the
	// next page of results.
	NextPageToken        string   `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The response message for the google.showcase.v1alpha3.Messaging\ListRooms method.

func (*ListRoomsResponse) Descriptor added in v0.0.9

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

func (*ListRoomsResponse) GetNextPageToken added in v0.0.9

func (m *ListRoomsResponse) GetNextPageToken() string

func (*ListRoomsResponse) GetRooms added in v0.0.9

func (m *ListRoomsResponse) GetRooms() []*Room

func (*ListRoomsResponse) ProtoMessage added in v0.0.9

func (*ListRoomsResponse) ProtoMessage()

func (*ListRoomsResponse) Reset added in v0.0.9

func (m *ListRoomsResponse) Reset()

func (*ListRoomsResponse) String added in v0.0.9

func (m *ListRoomsResponse) String() string

func (*ListRoomsResponse) XXX_DiscardUnknown added in v0.0.9

func (m *ListRoomsResponse) XXX_DiscardUnknown()

func (*ListRoomsResponse) XXX_Marshal added in v0.0.9

func (m *ListRoomsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListRoomsResponse) XXX_Merge added in v0.0.9

func (dst *ListRoomsResponse) XXX_Merge(src proto.Message)

func (*ListRoomsResponse) XXX_Size added in v0.0.9

func (m *ListRoomsResponse) XXX_Size() int

func (*ListRoomsResponse) XXX_Unmarshal added in v0.0.9

func (m *ListRoomsResponse) XXX_Unmarshal(b []byte) error

type ListSessionsRequest added in v0.0.10

type ListSessionsRequest struct {
	// The maximum number of sessions to return per page.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The page token, for retrieving subsequent pages.
	PageToken            string   `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The request for the ListSessions method.

func (*ListSessionsRequest) Descriptor added in v0.0.10

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

func (*ListSessionsRequest) GetPageSize added in v0.0.10

func (m *ListSessionsRequest) GetPageSize() int32

func (*ListSessionsRequest) GetPageToken added in v0.0.10

func (m *ListSessionsRequest) GetPageToken() string

func (*ListSessionsRequest) ProtoMessage added in v0.0.10

func (*ListSessionsRequest) ProtoMessage()

func (*ListSessionsRequest) Reset added in v0.0.10

func (m *ListSessionsRequest) Reset()

func (*ListSessionsRequest) String added in v0.0.10

func (m *ListSessionsRequest) String() string

func (*ListSessionsRequest) XXX_DiscardUnknown added in v0.0.10

func (m *ListSessionsRequest) XXX_DiscardUnknown()

func (*ListSessionsRequest) XXX_Marshal added in v0.0.10

func (m *ListSessionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListSessionsRequest) XXX_Merge added in v0.0.10

func (dst *ListSessionsRequest) XXX_Merge(src proto.Message)

func (*ListSessionsRequest) XXX_Size added in v0.0.10

func (m *ListSessionsRequest) XXX_Size() int

func (*ListSessionsRequest) XXX_Unmarshal added in v0.0.10

func (m *ListSessionsRequest) XXX_Unmarshal(b []byte) error

type ListSessionsResponse added in v0.0.10

type ListSessionsResponse struct {
	// The sessions being returned.
	Sessions []*Session `protobuf:"bytes,1,rep,name=sessions,proto3" json:"sessions,omitempty"`
	// The next page token, if any.
	// An empty value here means the last page has been reached.
	NextPageToken        string   `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Response for the ListSessions method.

func (*ListSessionsResponse) Descriptor added in v0.0.10

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

func (*ListSessionsResponse) GetNextPageToken added in v0.0.10

func (m *ListSessionsResponse) GetNextPageToken() string

func (*ListSessionsResponse) GetSessions added in v0.0.10

func (m *ListSessionsResponse) GetSessions() []*Session

func (*ListSessionsResponse) ProtoMessage added in v0.0.10

func (*ListSessionsResponse) ProtoMessage()

func (*ListSessionsResponse) Reset added in v0.0.10

func (m *ListSessionsResponse) Reset()

func (*ListSessionsResponse) String added in v0.0.10

func (m *ListSessionsResponse) String() string

func (*ListSessionsResponse) XXX_DiscardUnknown added in v0.0.10

func (m *ListSessionsResponse) XXX_DiscardUnknown()

func (*ListSessionsResponse) XXX_Marshal added in v0.0.10

func (m *ListSessionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListSessionsResponse) XXX_Merge added in v0.0.10

func (dst *ListSessionsResponse) XXX_Merge(src proto.Message)

func (*ListSessionsResponse) XXX_Size added in v0.0.10

func (m *ListSessionsResponse) XXX_Size() int

func (*ListSessionsResponse) XXX_Unmarshal added in v0.0.10

func (m *ListSessionsResponse) XXX_Unmarshal(b []byte) error

type ListTestsRequest added in v0.0.10

type ListTestsRequest struct {
	// The session.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// The maximum number of tests to return per page.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The page token, for retrieving subsequent pages.
	PageToken            string   `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The request for the ListTests method.

func (*ListTestsRequest) Descriptor added in v0.0.10

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

func (*ListTestsRequest) GetPageSize added in v0.0.10

func (m *ListTestsRequest) GetPageSize() int32

func (*ListTestsRequest) GetPageToken added in v0.0.10

func (m *ListTestsRequest) GetPageToken() string

func (*ListTestsRequest) GetParent added in v0.0.10

func (m *ListTestsRequest) GetParent() string

func (*ListTestsRequest) ProtoMessage added in v0.0.10

func (*ListTestsRequest) ProtoMessage()

func (*ListTestsRequest) Reset added in v0.0.10

func (m *ListTestsRequest) Reset()

func (*ListTestsRequest) String added in v0.0.10

func (m *ListTestsRequest) String() string

func (*ListTestsRequest) XXX_DiscardUnknown added in v0.0.10

func (m *ListTestsRequest) XXX_DiscardUnknown()

func (*ListTestsRequest) XXX_Marshal added in v0.0.10

func (m *ListTestsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListTestsRequest) XXX_Merge added in v0.0.10

func (dst *ListTestsRequest) XXX_Merge(src proto.Message)

func (*ListTestsRequest) XXX_Size added in v0.0.10

func (m *ListTestsRequest) XXX_Size() int

func (*ListTestsRequest) XXX_Unmarshal added in v0.0.10

func (m *ListTestsRequest) XXX_Unmarshal(b []byte) error

type ListTestsResponse added in v0.0.10

type ListTestsResponse struct {
	// The tests being returned.
	Tests []*Test `protobuf:"bytes,1,rep,name=tests,proto3" json:"tests,omitempty"`
	// The next page token, if any.
	// An empty value here means the last page has been reached.
	NextPageToken        string   `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The response for the ListTests method.

func (*ListTestsResponse) Descriptor added in v0.0.10

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

func (*ListTestsResponse) GetNextPageToken added in v0.0.10

func (m *ListTestsResponse) GetNextPageToken() string

func (*ListTestsResponse) GetTests added in v0.0.10

func (m *ListTestsResponse) GetTests() []*Test

func (*ListTestsResponse) ProtoMessage added in v0.0.10

func (*ListTestsResponse) ProtoMessage()

func (*ListTestsResponse) Reset added in v0.0.10

func (m *ListTestsResponse) Reset()

func (*ListTestsResponse) String added in v0.0.10

func (m *ListTestsResponse) String() string

func (*ListTestsResponse) XXX_DiscardUnknown added in v0.0.10

func (m *ListTestsResponse) XXX_DiscardUnknown()

func (*ListTestsResponse) XXX_Marshal added in v0.0.10

func (m *ListTestsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListTestsResponse) XXX_Merge added in v0.0.10

func (dst *ListTestsResponse) XXX_Merge(src proto.Message)

func (*ListTestsResponse) XXX_Size added in v0.0.10

func (m *ListTestsResponse) XXX_Size() int

func (*ListTestsResponse) XXX_Unmarshal added in v0.0.10

func (m *ListTestsResponse) XXX_Unmarshal(b []byte) error

type ListUsersRequest added in v0.0.9

type ListUsersRequest struct {
	// The maximum number of users to return. Server may return fewer users
	// than requested. If unspecified, server will pick an appropriate default.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The value of google.showcase.v1alpha3.ListUsersResponse.next_page_token
	// returned from the previous call to
	// `google.showcase.v1alpha3.Identity\ListUsers` method.
	PageToken            string   `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The request message for the google.showcase.v1alpha3.Identity\ListUsers method.

func (*ListUsersRequest) Descriptor added in v0.0.9

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

func (*ListUsersRequest) GetPageSize added in v0.0.9

func (m *ListUsersRequest) GetPageSize() int32

func (*ListUsersRequest) GetPageToken added in v0.0.9

func (m *ListUsersRequest) GetPageToken() string

func (*ListUsersRequest) ProtoMessage added in v0.0.9

func (*ListUsersRequest) ProtoMessage()

func (*ListUsersRequest) Reset added in v0.0.9

func (m *ListUsersRequest) Reset()

func (*ListUsersRequest) String added in v0.0.9

func (m *ListUsersRequest) String() string

func (*ListUsersRequest) XXX_DiscardUnknown added in v0.0.9

func (m *ListUsersRequest) XXX_DiscardUnknown()

func (*ListUsersRequest) XXX_Marshal added in v0.0.9

func (m *ListUsersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListUsersRequest) XXX_Merge added in v0.0.9

func (dst *ListUsersRequest) XXX_Merge(src proto.Message)

func (*ListUsersRequest) XXX_Size added in v0.0.9

func (m *ListUsersRequest) XXX_Size() int

func (*ListUsersRequest) XXX_Unmarshal added in v0.0.9

func (m *ListUsersRequest) XXX_Unmarshal(b []byte) error

type ListUsersResponse added in v0.0.9

type ListUsersResponse struct {
	// The list of users.
	Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// A token to retrieve next page of results.
	// Pass this value in ListUsersRequest.page_token field in the subsequent
	// call to `google.showcase.v1alpha3.Message\ListUsers` method to retrieve the
	// next page of results.
	NextPageToken        string   `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The response message for the google.showcase.v1alpha3.Identity\ListUsers method.

func (*ListUsersResponse) Descriptor added in v0.0.9

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

func (*ListUsersResponse) GetNextPageToken added in v0.0.9

func (m *ListUsersResponse) GetNextPageToken() string

func (*ListUsersResponse) GetUsers added in v0.0.9

func (m *ListUsersResponse) GetUsers() []*User

func (*ListUsersResponse) ProtoMessage added in v0.0.9

func (*ListUsersResponse) ProtoMessage()

func (*ListUsersResponse) Reset added in v0.0.9

func (m *ListUsersResponse) Reset()

func (*ListUsersResponse) String added in v0.0.9

func (m *ListUsersResponse) String() string

func (*ListUsersResponse) XXX_DiscardUnknown added in v0.0.9

func (m *ListUsersResponse) XXX_DiscardUnknown()

func (*ListUsersResponse) XXX_Marshal added in v0.0.9

func (m *ListUsersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListUsersResponse) XXX_Merge added in v0.0.9

func (dst *ListUsersResponse) XXX_Merge(src proto.Message)

func (*ListUsersResponse) XXX_Size added in v0.0.9

func (m *ListUsersResponse) XXX_Size() int

func (*ListUsersResponse) XXX_Unmarshal added in v0.0.9

func (m *ListUsersResponse) XXX_Unmarshal(b []byte) error

type MessagingClient added in v0.0.9

type MessagingClient interface {
	// Creates a room.
	CreateRoom(ctx context.Context, in *CreateRoomRequest, opts ...grpc.CallOption) (*Room, error)
	// Retrieves the Room with the given resource name.
	GetRoom(ctx context.Context, in *GetRoomRequest, opts ...grpc.CallOption) (*Room, error)
	// Updates a room.
	UpdateRoom(ctx context.Context, in *UpdateRoomRequest, opts ...grpc.CallOption) (*Room, error)
	// Deletes a room and all of its blurbs.
	DeleteRoom(ctx context.Context, in *DeleteRoomRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// Lists all chat rooms.
	ListRooms(ctx context.Context, in *ListRoomsRequest, opts ...grpc.CallOption) (*ListRoomsResponse, error)
	// Creates a blurb. If the parent is a room, the blurb is understood to be a
	// message in that room. If the parent is a profile, the blurb is understood
	// to be a post on the profile.
	CreateBlurb(ctx context.Context, in *CreateBlurbRequest, opts ...grpc.CallOption) (*Blurb, error)
	// Retrieves the Blurb with the given resource name.
	GetBlurb(ctx context.Context, in *GetBlurbRequest, opts ...grpc.CallOption) (*Blurb, error)
	// Updates a blurb.
	UpdateBlurb(ctx context.Context, in *UpdateBlurbRequest, opts ...grpc.CallOption) (*Blurb, error)
	// Deletes a blurb.
	DeleteBlurb(ctx context.Context, in *DeleteBlurbRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// Lists blurbs for a specific chat room or user profile depending on the
	// parent resource name.
	ListBlurbs(ctx context.Context, in *ListBlurbsRequest, opts ...grpc.CallOption) (*ListBlurbsResponse, error)
	// This method searches through all blurbs across all rooms and profiles
	// for blurbs containing to words found in the query. Only posts that
	// contain an exact match of a queried word will be returned.
	SearchBlurbs(ctx context.Context, in *SearchBlurbsRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// This returns a stream that emits the blurbs that are created for a
	// particular chat room or user profile.
	StreamBlurbs(ctx context.Context, in *StreamBlurbsRequest, opts ...grpc.CallOption) (Messaging_StreamBlurbsClient, error)
	// This is a stream to create multiple blurbs. If an invalid blurb is
	// requested to be created, the stream will close with an error.
	SendBlurbs(ctx context.Context, opts ...grpc.CallOption) (Messaging_SendBlurbsClient, error)
	// This method starts a bidirectional stream that receives all blurbs that
	// are being created after the stream has started and sends requests to create
	// blurbs. If an invalid blurb is requested to be created, the stream will
	// close with an error.
	Connect(ctx context.Context, opts ...grpc.CallOption) (Messaging_ConnectClient, error)
}

MessagingClient is the client API for Messaging service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewMessagingClient added in v0.0.9

func NewMessagingClient(cc *grpc.ClientConn) MessagingClient

type MessagingServer added in v0.0.9

type MessagingServer interface {
	// Creates a room.
	CreateRoom(context.Context, *CreateRoomRequest) (*Room, error)
	// Retrieves the Room with the given resource name.
	GetRoom(context.Context, *GetRoomRequest) (*Room, error)
	// Updates a room.
	UpdateRoom(context.Context, *UpdateRoomRequest) (*Room, error)
	// Deletes a room and all of its blurbs.
	DeleteRoom(context.Context, *DeleteRoomRequest) (*empty.Empty, error)
	// Lists all chat rooms.
	ListRooms(context.Context, *ListRoomsRequest) (*ListRoomsResponse, error)
	// Creates a blurb. If the parent is a room, the blurb is understood to be a
	// message in that room. If the parent is a profile, the blurb is understood
	// to be a post on the profile.
	CreateBlurb(context.Context, *CreateBlurbRequest) (*Blurb, error)
	// Retrieves the Blurb with the given resource name.
	GetBlurb(context.Context, *GetBlurbRequest) (*Blurb, error)
	// Updates a blurb.
	UpdateBlurb(context.Context, *UpdateBlurbRequest) (*Blurb, error)
	// Deletes a blurb.
	DeleteBlurb(context.Context, *DeleteBlurbRequest) (*empty.Empty, error)
	// Lists blurbs for a specific chat room or user profile depending on the
	// parent resource name.
	ListBlurbs(context.Context, *ListBlurbsRequest) (*ListBlurbsResponse, error)
	// This method searches through all blurbs across all rooms and profiles
	// for blurbs containing to words found in the query. Only posts that
	// contain an exact match of a queried word will be returned.
	SearchBlurbs(context.Context, *SearchBlurbsRequest) (*longrunning.Operation, error)
	// This returns a stream that emits the blurbs that are created for a
	// particular chat room or user profile.
	StreamBlurbs(*StreamBlurbsRequest, Messaging_StreamBlurbsServer) error
	// This is a stream to create multiple blurbs. If an invalid blurb is
	// requested to be created, the stream will close with an error.
	SendBlurbs(Messaging_SendBlurbsServer) error
	// This method starts a bidirectional stream that receives all blurbs that
	// are being created after the stream has started and sends requests to create
	// blurbs. If an invalid blurb is requested to be created, the stream will
	// close with an error.
	Connect(Messaging_ConnectServer) error
}

MessagingServer is the server API for Messaging service.

type Messaging_ConnectClient added in v0.0.9

type Messaging_ConnectClient interface {
	Send(*ConnectRequest) error
	Recv() (*StreamBlurbsResponse, error)
	grpc.ClientStream
}

type Messaging_ConnectServer added in v0.0.9

type Messaging_ConnectServer interface {
	Send(*StreamBlurbsResponse) error
	Recv() (*ConnectRequest, error)
	grpc.ServerStream
}

type Messaging_SendBlurbsClient added in v0.0.9

type Messaging_SendBlurbsClient interface {
	Send(*CreateBlurbRequest) error
	CloseAndRecv() (*SendBlurbsResponse, error)
	grpc.ClientStream
}

type Messaging_SendBlurbsServer added in v0.0.9

type Messaging_SendBlurbsServer interface {
	SendAndClose(*SendBlurbsResponse) error
	Recv() (*CreateBlurbRequest, error)
	grpc.ServerStream
}

type Messaging_StreamBlurbsClient added in v0.0.9

type Messaging_StreamBlurbsClient interface {
	Recv() (*StreamBlurbsResponse, error)
	grpc.ClientStream
}

type Messaging_StreamBlurbsServer added in v0.0.9

type Messaging_StreamBlurbsServer interface {
	Send(*StreamBlurbsResponse) error
	grpc.ServerStream
}

type PagedExpandRequest added in v0.0.8

type PagedExpandRequest struct {
	// The string to expand.
	Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	// The amount of words to returned in each page.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The position of the page to be returned.
	PageToken            string   `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The request for the PagedExpand method.

func (*PagedExpandRequest) Descriptor added in v0.0.8

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

func (*PagedExpandRequest) GetContent added in v0.0.8

func (m *PagedExpandRequest) GetContent() string

func (*PagedExpandRequest) GetPageSize added in v0.0.8

func (m *PagedExpandRequest) GetPageSize() int32

func (*PagedExpandRequest) GetPageToken added in v0.0.8

func (m *PagedExpandRequest) GetPageToken() string

func (*PagedExpandRequest) ProtoMessage added in v0.0.8

func (*PagedExpandRequest) ProtoMessage()

func (*PagedExpandRequest) Reset added in v0.0.8

func (m *PagedExpandRequest) Reset()

func (*PagedExpandRequest) String added in v0.0.8

func (m *PagedExpandRequest) String() string

func (*PagedExpandRequest) XXX_DiscardUnknown added in v0.0.8

func (m *PagedExpandRequest) XXX_DiscardUnknown()

func (*PagedExpandRequest) XXX_Marshal added in v0.0.8

func (m *PagedExpandRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PagedExpandRequest) XXX_Merge added in v0.0.8

func (dst *PagedExpandRequest) XXX_Merge(src proto.Message)

func (*PagedExpandRequest) XXX_Size added in v0.0.8

func (m *PagedExpandRequest) XXX_Size() int

func (*PagedExpandRequest) XXX_Unmarshal added in v0.0.8

func (m *PagedExpandRequest) XXX_Unmarshal(b []byte) error

type PagedExpandResponse added in v0.0.8

type PagedExpandResponse struct {
	// The words that were expanded.
	Responses []*EchoResponse `protobuf:"bytes,1,rep,name=responses,proto3" json:"responses,omitempty"`
	// The next page token.
	NextPageToken        string   `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The response for the PagedExpand method.

func (*PagedExpandResponse) Descriptor added in v0.0.8

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

func (*PagedExpandResponse) GetNextPageToken added in v0.0.8

func (m *PagedExpandResponse) GetNextPageToken() string

func (*PagedExpandResponse) GetResponses added in v0.0.8

func (m *PagedExpandResponse) GetResponses() []*EchoResponse

func (*PagedExpandResponse) ProtoMessage added in v0.0.8

func (*PagedExpandResponse) ProtoMessage()

func (*PagedExpandResponse) Reset added in v0.0.8

func (m *PagedExpandResponse) Reset()

func (*PagedExpandResponse) String added in v0.0.8

func (m *PagedExpandResponse) String() string

func (*PagedExpandResponse) XXX_DiscardUnknown added in v0.0.8

func (m *PagedExpandResponse) XXX_DiscardUnknown()

func (*PagedExpandResponse) XXX_Marshal added in v0.0.8

func (m *PagedExpandResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PagedExpandResponse) XXX_Merge added in v0.0.8

func (dst *PagedExpandResponse) XXX_Merge(src proto.Message)

func (*PagedExpandResponse) XXX_Size added in v0.0.8

func (m *PagedExpandResponse) XXX_Size() int

func (*PagedExpandResponse) XXX_Unmarshal added in v0.0.8

func (m *PagedExpandResponse) XXX_Unmarshal(b []byte) error

type ReportSessionRequest added in v0.0.5

type ReportSessionRequest struct {
	// The session to be reported on.
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Request message for reporting on a session.

func (*ReportSessionRequest) Descriptor added in v0.0.5

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

func (*ReportSessionRequest) GetName added in v0.0.5

func (m *ReportSessionRequest) GetName() string

func (*ReportSessionRequest) ProtoMessage added in v0.0.5

func (*ReportSessionRequest) ProtoMessage()

func (*ReportSessionRequest) Reset added in v0.0.5

func (m *ReportSessionRequest) Reset()

func (*ReportSessionRequest) String added in v0.0.5

func (m *ReportSessionRequest) String() string

func (*ReportSessionRequest) XXX_DiscardUnknown added in v0.0.5

func (m *ReportSessionRequest) XXX_DiscardUnknown()

func (*ReportSessionRequest) XXX_Marshal added in v0.0.5

func (m *ReportSessionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReportSessionRequest) XXX_Merge added in v0.0.5

func (dst *ReportSessionRequest) XXX_Merge(src proto.Message)

func (*ReportSessionRequest) XXX_Size added in v0.0.5

func (m *ReportSessionRequest) XXX_Size() int

func (*ReportSessionRequest) XXX_Unmarshal added in v0.0.5

func (m *ReportSessionRequest) XXX_Unmarshal(b []byte) error

type ReportSessionResponse added in v0.0.5

type ReportSessionResponse struct {
	// The state of the report.
	Result ReportSessionResponse_Result `protobuf:"varint,1,opt,name=result,proto3,enum=google.showcase.v1alpha3.ReportSessionResponse_Result" json:"result,omitempty"`
	// The test runs of this session.
	TestRuns             []*TestRun `protobuf:"bytes,2,rep,name=test_runs,json=testRuns,proto3" json:"test_runs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

Response message for reporting on a session.

func (*ReportSessionResponse) Descriptor added in v0.0.5

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

func (*ReportSessionResponse) GetResult added in v0.0.10

func (*ReportSessionResponse) GetTestRuns added in v0.0.10

func (m *ReportSessionResponse) GetTestRuns() []*TestRun

func (*ReportSessionResponse) ProtoMessage added in v0.0.5

func (*ReportSessionResponse) ProtoMessage()

func (*ReportSessionResponse) Reset added in v0.0.5

func (m *ReportSessionResponse) Reset()

func (*ReportSessionResponse) String added in v0.0.5

func (m *ReportSessionResponse) String() string

func (*ReportSessionResponse) XXX_DiscardUnknown added in v0.0.5

func (m *ReportSessionResponse) XXX_DiscardUnknown()

func (*ReportSessionResponse) XXX_Marshal added in v0.0.5

func (m *ReportSessionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReportSessionResponse) XXX_Merge added in v0.0.5

func (dst *ReportSessionResponse) XXX_Merge(src proto.Message)

func (*ReportSessionResponse) XXX_Size added in v0.0.5

func (m *ReportSessionResponse) XXX_Size() int

func (*ReportSessionResponse) XXX_Unmarshal added in v0.0.5

func (m *ReportSessionResponse) XXX_Unmarshal(b []byte) error

type ReportSessionResponse_Result added in v0.0.10

type ReportSessionResponse_Result int32

The topline state of the report.

const (
	ReportSessionResponse_RESULT_UNSPECIFIED ReportSessionResponse_Result = 0
	// The session is complete, and everything passed.
	ReportSessionResponse_PASSED ReportSessionResponse_Result = 1
	// The session had an explicit failure.
	ReportSessionResponse_FAILED ReportSessionResponse_Result = 2
	// The session is incomplete. This is a failure response.
	ReportSessionResponse_INCOMPLETE ReportSessionResponse_Result = 3
)

func (ReportSessionResponse_Result) EnumDescriptor added in v0.0.10

func (ReportSessionResponse_Result) EnumDescriptor() ([]byte, []int)

func (ReportSessionResponse_Result) String added in v0.0.10

type Room added in v0.0.9

type Room struct {
	// The resource name of the chat room.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The human readable name of the chat room.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// The description of the chat room.
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// The timestamp at which the room was created.
	CreateTime *timestamp.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// The latest timestamp at which the room was updated.
	UpdateTime           *timestamp.Timestamp `protobuf:"bytes,5,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

A chat room.

func (*Room) Descriptor added in v0.0.9

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

func (*Room) GetCreateTime added in v0.0.9

func (m *Room) GetCreateTime() *timestamp.Timestamp

func (*Room) GetDescription added in v0.0.9

func (m *Room) GetDescription() string

func (*Room) GetDisplayName added in v0.0.9

func (m *Room) GetDisplayName() string

func (*Room) GetName added in v0.0.9

func (m *Room) GetName() string

func (*Room) GetUpdateTime added in v0.0.9

func (m *Room) GetUpdateTime() *timestamp.Timestamp

func (*Room) ProtoMessage added in v0.0.9

func (*Room) ProtoMessage()

func (*Room) Reset added in v0.0.9

func (m *Room) Reset()

func (*Room) String added in v0.0.9

func (m *Room) String() string

func (*Room) XXX_DiscardUnknown added in v0.0.9

func (m *Room) XXX_DiscardUnknown()

func (*Room) XXX_Marshal added in v0.0.9

func (m *Room) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Room) XXX_Merge added in v0.0.9

func (dst *Room) XXX_Merge(src proto.Message)

func (*Room) XXX_Size added in v0.0.9

func (m *Room) XXX_Size() int

func (*Room) XXX_Unmarshal added in v0.0.9

func (m *Room) XXX_Unmarshal(b []byte) error

type SearchBlurbsMetadata added in v0.0.9

type SearchBlurbsMetadata struct {
	// This signals to the client when to next poll for response.
	RetryInfo            *errdetails.RetryInfo `protobuf:"bytes,1,opt,name=retry_info,json=retryInfo,proto3" json:"retry_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

The operation metadata message for the google.showcase.v1alpha3.Messaging\SearchBlurbs method.

func (*SearchBlurbsMetadata) Descriptor added in v0.0.9

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

func (*SearchBlurbsMetadata) GetRetryInfo added in v0.0.9

func (m *SearchBlurbsMetadata) GetRetryInfo() *errdetails.RetryInfo

func (*SearchBlurbsMetadata) ProtoMessage added in v0.0.9

func (*SearchBlurbsMetadata) ProtoMessage()

func (*SearchBlurbsMetadata) Reset added in v0.0.9

func (m *SearchBlurbsMetadata) Reset()

func (*SearchBlurbsMetadata) String added in v0.0.9

func (m *SearchBlurbsMetadata) String() string

func (*SearchBlurbsMetadata) XXX_DiscardUnknown added in v0.0.9

func (m *SearchBlurbsMetadata) XXX_DiscardUnknown()

func (*SearchBlurbsMetadata) XXX_Marshal added in v0.0.9

func (m *SearchBlurbsMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchBlurbsMetadata) XXX_Merge added in v0.0.9

func (dst *SearchBlurbsMetadata) XXX_Merge(src proto.Message)

func (*SearchBlurbsMetadata) XXX_Size added in v0.0.9

func (m *SearchBlurbsMetadata) XXX_Size() int

func (*SearchBlurbsMetadata) XXX_Unmarshal added in v0.0.9

func (m *SearchBlurbsMetadata) XXX_Unmarshal(b []byte) error

type SearchBlurbsRequest added in v0.0.9

type SearchBlurbsRequest struct {
	// The query used to search for blurbs containing to words of this string.
	// Only posts that contain an exact match of a queried word will be returned.
	Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// The rooms or profiles to search. If unset, `SearchBlurbs` will search all
	// rooms and all profiles.
	Parent string `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"`
	// The maximum number of blurbs return. Server may return fewer
	// blurbs than requested. If unspecified, server will pick an appropriate
	// default.
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The value of
	// google.showcase.v1alpha3.SearchBlurbsResponse.next_page_token
	// returned from the previous call to
	// `google.showcase.v1alpha3.Messaging\SearchBlurbs` method.
	PageToken            string   `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The request message for the google.showcase.v1alpha3.Messaging\SearchBlurbs method.

func (*SearchBlurbsRequest) Descriptor added in v0.0.9

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

func (*SearchBlurbsRequest) GetPageSize added in v0.0.9

func (m *SearchBlurbsRequest) GetPageSize() int32

func (*SearchBlurbsRequest) GetPageToken added in v0.0.9

func (m *SearchBlurbsRequest) GetPageToken() string

func (*SearchBlurbsRequest) GetParent added in v0.0.9

func (m *SearchBlurbsRequest) GetParent() string

func (*SearchBlurbsRequest) GetQuery added in v0.0.9

func (m *SearchBlurbsRequest) GetQuery() string

func (*SearchBlurbsRequest) ProtoMessage added in v0.0.9

func (*SearchBlurbsRequest) ProtoMessage()

func (*SearchBlurbsRequest) Reset added in v0.0.9

func (m *SearchBlurbsRequest) Reset()

func (*SearchBlurbsRequest) String added in v0.0.9

func (m *SearchBlurbsRequest) String() string

func (*SearchBlurbsRequest) XXX_DiscardUnknown added in v0.0.9

func (m *SearchBlurbsRequest) XXX_DiscardUnknown()

func (*SearchBlurbsRequest) XXX_Marshal added in v0.0.9

func (m *SearchBlurbsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchBlurbsRequest) XXX_Merge added in v0.0.9

func (dst *SearchBlurbsRequest) XXX_Merge(src proto.Message)

func (*SearchBlurbsRequest) XXX_Size added in v0.0.9

func (m *SearchBlurbsRequest) XXX_Size() int

func (*SearchBlurbsRequest) XXX_Unmarshal added in v0.0.9

func (m *SearchBlurbsRequest) XXX_Unmarshal(b []byte) error

type SearchBlurbsResponse added in v0.0.9

type SearchBlurbsResponse struct {
	// Blurbs that matched the search query.
	Blurbs []*Blurb `protobuf:"bytes,1,rep,name=blurbs,proto3" json:"blurbs,omitempty"`
	// A token to retrieve next page of results.
	// Pass this value in SearchBlurbsRequest.page_token field in the subsequent
	// call to `google.showcase.v1alpha3.Blurb\SearchBlurbs` method to
	// retrieve the next page of results.
	NextPageToken        string   `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The operation response message for the google.showcase.v1alpha3.Messaging\SearchBlurbs method.

func (*SearchBlurbsResponse) Descriptor added in v0.0.9

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

func (*SearchBlurbsResponse) GetBlurbs added in v0.0.9

func (m *SearchBlurbsResponse) GetBlurbs() []*Blurb

func (*SearchBlurbsResponse) GetNextPageToken added in v0.0.9

func (m *SearchBlurbsResponse) GetNextPageToken() string

func (*SearchBlurbsResponse) ProtoMessage added in v0.0.9

func (*SearchBlurbsResponse) ProtoMessage()

func (*SearchBlurbsResponse) Reset added in v0.0.9

func (m *SearchBlurbsResponse) Reset()

func (*SearchBlurbsResponse) String added in v0.0.9

func (m *SearchBlurbsResponse) String() string

func (*SearchBlurbsResponse) XXX_DiscardUnknown added in v0.0.9

func (m *SearchBlurbsResponse) XXX_DiscardUnknown()

func (*SearchBlurbsResponse) XXX_Marshal added in v0.0.9

func (m *SearchBlurbsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchBlurbsResponse) XXX_Merge added in v0.0.9

func (dst *SearchBlurbsResponse) XXX_Merge(src proto.Message)

func (*SearchBlurbsResponse) XXX_Size added in v0.0.9

func (m *SearchBlurbsResponse) XXX_Size() int

func (*SearchBlurbsResponse) XXX_Unmarshal added in v0.0.9

func (m *SearchBlurbsResponse) XXX_Unmarshal(b []byte) error

type SendBlurbsResponse added in v0.0.9

type SendBlurbsResponse struct {
	// The names of successful blurb creations.
	Names                []string `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The response message for the google.showcase.v1alpha3.Messaging\SendBlurbs method.

func (*SendBlurbsResponse) Descriptor added in v0.0.9

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

func (*SendBlurbsResponse) GetNames added in v0.0.10

func (m *SendBlurbsResponse) GetNames() []string

func (*SendBlurbsResponse) ProtoMessage added in v0.0.9

func (*SendBlurbsResponse) ProtoMessage()

func (*SendBlurbsResponse) Reset added in v0.0.9

func (m *SendBlurbsResponse) Reset()

func (*SendBlurbsResponse) String added in v0.0.9

func (m *SendBlurbsResponse) String() string

func (*SendBlurbsResponse) XXX_DiscardUnknown added in v0.0.9

func (m *SendBlurbsResponse) XXX_DiscardUnknown()

func (*SendBlurbsResponse) XXX_Marshal added in v0.0.9

func (m *SendBlurbsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SendBlurbsResponse) XXX_Merge added in v0.0.9

func (dst *SendBlurbsResponse) XXX_Merge(src proto.Message)

func (*SendBlurbsResponse) XXX_Size added in v0.0.9

func (m *SendBlurbsResponse) XXX_Size() int

func (*SendBlurbsResponse) XXX_Unmarshal added in v0.0.9

func (m *SendBlurbsResponse) XXX_Unmarshal(b []byte) error

type Session added in v0.0.5

type Session struct {
	// The name of the session. The ID must conform to ^[a-z]+$
	// If this is not provided, Showcase chooses one at random.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. The version this session is using.
	Version              Session_Version `protobuf:"varint,2,opt,name=version,proto3,enum=google.showcase.v1alpha3.Session_Version" json:"version,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

A session is a suite of tests, generally being made in the context of testing code generation.

A session defines tests it may expect, based on which version of the code generation spec is in use.

func (*Session) Descriptor added in v0.0.5

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

func (*Session) GetName added in v0.0.5

func (m *Session) GetName() string

func (*Session) GetVersion added in v0.0.5

func (m *Session) GetVersion() Session_Version

func (*Session) ProtoMessage added in v0.0.5

func (*Session) ProtoMessage()

func (*Session) Reset added in v0.0.5

func (m *Session) Reset()

func (*Session) String added in v0.0.5

func (m *Session) String() string

func (*Session) XXX_DiscardUnknown added in v0.0.5

func (m *Session) XXX_DiscardUnknown()

func (*Session) XXX_Marshal added in v0.0.5

func (m *Session) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Session) XXX_Merge added in v0.0.5

func (dst *Session) XXX_Merge(src proto.Message)

func (*Session) XXX_Size added in v0.0.5

func (m *Session) XXX_Size() int

func (*Session) XXX_Unmarshal added in v0.0.5

func (m *Session) XXX_Unmarshal(b []byte) error

type Session_Version added in v0.0.5

type Session_Version int32

The specification versions understood by Showcase.

const (
	// Unspecified version. If passed on creation, the session will default
	// to using the latest stable release.
	Session_VERSION_UNSPECIFIED Session_Version = 0
	// The latest v1. Currently, this is v1.0.
	Session_V1_LATEST Session_Version = 1
	// v1.0. (Until the spec is "GA", this will be a moving target.)
	Session_V1_0 Session_Version = 2
)

func (Session_Version) EnumDescriptor added in v0.0.5

func (Session_Version) EnumDescriptor() ([]byte, []int)

func (Session_Version) String added in v0.0.5

func (x Session_Version) String() string

type StreamBlurbsRequest added in v0.0.9

type StreamBlurbsRequest struct {
	// The resource name of a chat room or user profile whose blurbs to stream.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The time at which this stream will close.
	ExpireTime           *timestamp.Timestamp `protobuf:"bytes,2,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

The request message for the google.showcase.v1alpha3.Messaging\StreamBlurbs method.

func (*StreamBlurbsRequest) Descriptor added in v0.0.9

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

func (*StreamBlurbsRequest) GetExpireTime added in v0.0.10

func (m *StreamBlurbsRequest) GetExpireTime() *timestamp.Timestamp

func (*StreamBlurbsRequest) GetName added in v0.0.9

func (m *StreamBlurbsRequest) GetName() string

func (*StreamBlurbsRequest) ProtoMessage added in v0.0.9

func (*StreamBlurbsRequest) ProtoMessage()

func (*StreamBlurbsRequest) Reset added in v0.0.9

func (m *StreamBlurbsRequest) Reset()

func (*StreamBlurbsRequest) String added in v0.0.9

func (m *StreamBlurbsRequest) String() string

func (*StreamBlurbsRequest) XXX_DiscardUnknown added in v0.0.9

func (m *StreamBlurbsRequest) XXX_DiscardUnknown()

func (*StreamBlurbsRequest) XXX_Marshal added in v0.0.9

func (m *StreamBlurbsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StreamBlurbsRequest) XXX_Merge added in v0.0.9

func (dst *StreamBlurbsRequest) XXX_Merge(src proto.Message)

func (*StreamBlurbsRequest) XXX_Size added in v0.0.9

func (m *StreamBlurbsRequest) XXX_Size() int

func (*StreamBlurbsRequest) XXX_Unmarshal added in v0.0.9

func (m *StreamBlurbsRequest) XXX_Unmarshal(b []byte) error

type StreamBlurbsResponse added in v0.0.10

type StreamBlurbsResponse struct {
	// The blurb that was either created, updated, or deleted.
	Blurb *Blurb `protobuf:"bytes,1,opt,name=blurb,proto3" json:"blurb,omitempty"`
	// The action that triggered the blurb to be returned.
	Action               StreamBlurbsResponse_Action `protobuf:"varint,2,opt,name=action,proto3,enum=google.showcase.v1alpha3.StreamBlurbsResponse_Action" json:"action,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

The response message for the google.showcase.v1alpha3.Messaging\StreamBlurbs method.

func (*StreamBlurbsResponse) Descriptor added in v0.0.10

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

func (*StreamBlurbsResponse) GetAction added in v0.0.10

func (*StreamBlurbsResponse) GetBlurb added in v0.0.10

func (m *StreamBlurbsResponse) GetBlurb() *Blurb

func (*StreamBlurbsResponse) ProtoMessage added in v0.0.10

func (*StreamBlurbsResponse) ProtoMessage()

func (*StreamBlurbsResponse) Reset added in v0.0.10

func (m *StreamBlurbsResponse) Reset()

func (*StreamBlurbsResponse) String added in v0.0.10

func (m *StreamBlurbsResponse) String() string

func (*StreamBlurbsResponse) XXX_DiscardUnknown added in v0.0.10

func (m *StreamBlurbsResponse) XXX_DiscardUnknown()

func (*StreamBlurbsResponse) XXX_Marshal added in v0.0.10

func (m *StreamBlurbsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StreamBlurbsResponse) XXX_Merge added in v0.0.10

func (dst *StreamBlurbsResponse) XXX_Merge(src proto.Message)

func (*StreamBlurbsResponse) XXX_Size added in v0.0.10

func (m *StreamBlurbsResponse) XXX_Size() int

func (*StreamBlurbsResponse) XXX_Unmarshal added in v0.0.10

func (m *StreamBlurbsResponse) XXX_Unmarshal(b []byte) error

type StreamBlurbsResponse_Action added in v0.0.10

type StreamBlurbsResponse_Action int32

The action that triggered the blurb to be returned.

const (
	StreamBlurbsResponse_ACTION_UNSPECIFIED StreamBlurbsResponse_Action = 0
	// Specifies that the blurb was created.
	StreamBlurbsResponse_CREATE StreamBlurbsResponse_Action = 1
	// Specifies that the blurb was updated.
	StreamBlurbsResponse_UPDATE StreamBlurbsResponse_Action = 2
	// Specifies that the blurb was deleted.
	StreamBlurbsResponse_DELETE StreamBlurbsResponse_Action = 3
)

func (StreamBlurbsResponse_Action) EnumDescriptor added in v0.0.10

func (StreamBlurbsResponse_Action) EnumDescriptor() ([]byte, []int)

func (StreamBlurbsResponse_Action) String added in v0.0.10

type Test added in v0.0.5

type Test struct {
	// The name of the test.
	// The tests/* portion of the names are hard-coded, and do not change
	// from session to session.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The expectation level for this test.
	ExpectationLevel Test_ExpectationLevel `` /* 162-byte string literal not displayed */
	// A description of the test.
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// The blueprints that will satisfy this test. There may be multiple blueprints
	// that can signal to the server that this test case is being exercised. Although
	// multiple blueprints are specified, only a single blueprint needs to be run to
	// signal that the test case was exercised.
	Blueprints           []*Test_Blueprint `protobuf:"bytes,4,rep,name=blueprints,proto3" json:"blueprints,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Test) Descriptor added in v0.0.5

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

func (*Test) GetBlueprints added in v0.0.10

func (m *Test) GetBlueprints() []*Test_Blueprint

func (*Test) GetDescription added in v0.0.5

func (m *Test) GetDescription() string

func (*Test) GetExpectationLevel added in v0.0.5

func (m *Test) GetExpectationLevel() Test_ExpectationLevel

func (*Test) GetName added in v0.0.5

func (m *Test) GetName() string

func (*Test) ProtoMessage added in v0.0.5

func (*Test) ProtoMessage()

func (*Test) Reset added in v0.0.5

func (m *Test) Reset()

func (*Test) String added in v0.0.5

func (m *Test) String() string

func (*Test) XXX_DiscardUnknown added in v0.0.5

func (m *Test) XXX_DiscardUnknown()

func (*Test) XXX_Marshal added in v0.0.5

func (m *Test) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Test) XXX_Merge added in v0.0.5

func (dst *Test) XXX_Merge(src proto.Message)

func (*Test) XXX_Size added in v0.0.5

func (m *Test) XXX_Size() int

func (*Test) XXX_Unmarshal added in v0.0.5

func (m *Test) XXX_Unmarshal(b []byte) error

type TestRun added in v0.0.10

type TestRun struct {
	// The name of the test.
	// The tests/* portion of the names are hard-coded, and do not change
	// from session to session.
	Test string `protobuf:"bytes,1,opt,name=test,proto3" json:"test,omitempty"`
	// An issue found with the test run. If empty, this test run was successful.
	Issue                *Issue   `protobuf:"bytes,2,opt,name=issue,proto3" json:"issue,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

A TestRun is the result of running a Test.

func (*TestRun) Descriptor added in v0.0.10

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

func (*TestRun) GetIssue added in v0.0.10

func (m *TestRun) GetIssue() *Issue

func (*TestRun) GetTest added in v0.0.10

func (m *TestRun) GetTest() string

func (*TestRun) ProtoMessage added in v0.0.10

func (*TestRun) ProtoMessage()

func (*TestRun) Reset added in v0.0.10

func (m *TestRun) Reset()

func (*TestRun) String added in v0.0.10

func (m *TestRun) String() string

func (*TestRun) XXX_DiscardUnknown added in v0.0.10

func (m *TestRun) XXX_DiscardUnknown()

func (*TestRun) XXX_Marshal added in v0.0.10

func (m *TestRun) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TestRun) XXX_Merge added in v0.0.10

func (dst *TestRun) XXX_Merge(src proto.Message)

func (*TestRun) XXX_Size added in v0.0.10

func (m *TestRun) XXX_Size() int

func (*TestRun) XXX_Unmarshal added in v0.0.10

func (m *TestRun) XXX_Unmarshal(b []byte) error

type Test_Blueprint added in v0.0.10

type Test_Blueprint struct {
	// The name of this blueprint.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// A description of this blueprint.
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// The initial request to trigger this test.
	Request *Test_Blueprint_Invocation `protobuf:"bytes,3,opt,name=request,proto3" json:"request,omitempty"`
	// An ordered list of method calls that can be called to trigger this test.
	AdditionalRequests   []*Test_Blueprint_Invocation `protobuf:"bytes,4,rep,name=additional_requests,json=additionalRequests,proto3" json:"additional_requests,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

A blueprint is an explicit definition of methods and requests that are needed to be made to test this specific test case. Ideally this would be represented by something more robust like CEL, but as of writing this, I am unsure if CEL is ready.

func (*Test_Blueprint) Descriptor added in v0.0.10

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

func (*Test_Blueprint) GetAdditionalRequests added in v0.0.10

func (m *Test_Blueprint) GetAdditionalRequests() []*Test_Blueprint_Invocation

func (*Test_Blueprint) GetDescription added in v0.0.10

func (m *Test_Blueprint) GetDescription() string

func (*Test_Blueprint) GetName added in v0.0.10

func (m *Test_Blueprint) GetName() string

func (*Test_Blueprint) GetRequest added in v0.0.10

func (m *Test_Blueprint) GetRequest() *Test_Blueprint_Invocation

func (*Test_Blueprint) ProtoMessage added in v0.0.10

func (*Test_Blueprint) ProtoMessage()

func (*Test_Blueprint) Reset added in v0.0.10

func (m *Test_Blueprint) Reset()

func (*Test_Blueprint) String added in v0.0.10

func (m *Test_Blueprint) String() string

func (*Test_Blueprint) XXX_DiscardUnknown added in v0.0.10

func (m *Test_Blueprint) XXX_DiscardUnknown()

func (*Test_Blueprint) XXX_Marshal added in v0.0.10

func (m *Test_Blueprint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Test_Blueprint) XXX_Merge added in v0.0.10

func (dst *Test_Blueprint) XXX_Merge(src proto.Message)

func (*Test_Blueprint) XXX_Size added in v0.0.10

func (m *Test_Blueprint) XXX_Size() int

func (*Test_Blueprint) XXX_Unmarshal added in v0.0.10

func (m *Test_Blueprint) XXX_Unmarshal(b []byte) error

type Test_Blueprint_Invocation added in v0.0.10

type Test_Blueprint_Invocation struct {
	// The fully qualified name of the showcase method to be invoked.
	Method string `protobuf:"bytes,1,opt,name=method,proto3" json:"method,omitempty"`
	// The request to be made if a specific request is necessary.
	SerializedRequest    []byte   `protobuf:"bytes,2,opt,name=serialized_request,json=serializedRequest,proto3" json:"serialized_request,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

A message representing a method invocation.

func (*Test_Blueprint_Invocation) Descriptor added in v0.0.10

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

func (*Test_Blueprint_Invocation) GetMethod added in v0.0.10

func (m *Test_Blueprint_Invocation) GetMethod() string

func (*Test_Blueprint_Invocation) GetSerializedRequest added in v0.0.10

func (m *Test_Blueprint_Invocation) GetSerializedRequest() []byte

func (*Test_Blueprint_Invocation) ProtoMessage added in v0.0.10

func (*Test_Blueprint_Invocation) ProtoMessage()

func (*Test_Blueprint_Invocation) Reset added in v0.0.10

func (m *Test_Blueprint_Invocation) Reset()

func (*Test_Blueprint_Invocation) String added in v0.0.10

func (m *Test_Blueprint_Invocation) String() string

func (*Test_Blueprint_Invocation) XXX_DiscardUnknown added in v0.0.10

func (m *Test_Blueprint_Invocation) XXX_DiscardUnknown()

func (*Test_Blueprint_Invocation) XXX_Marshal added in v0.0.10

func (m *Test_Blueprint_Invocation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Test_Blueprint_Invocation) XXX_Merge added in v0.0.10

func (dst *Test_Blueprint_Invocation) XXX_Merge(src proto.Message)

func (*Test_Blueprint_Invocation) XXX_Size added in v0.0.10

func (m *Test_Blueprint_Invocation) XXX_Size() int

func (*Test_Blueprint_Invocation) XXX_Unmarshal added in v0.0.10

func (m *Test_Blueprint_Invocation) XXX_Unmarshal(b []byte) error

type Test_ExpectationLevel added in v0.0.5

type Test_ExpectationLevel int32

Whether or not a test is required, recommended, or optional.

const (
	Test_EXPECTATION_LEVEL_UNSPECIFIED Test_ExpectationLevel = 0
	// This test is strictly required.
	Test_REQUIRED Test_ExpectationLevel = 1
	// This test is recommended.
	//
	// If a generator explicitly ignores a recommended test (see `DeleteTest`),
	// then the report may still pass, but with a warning.
	//
	// If a generator skips a recommended test and does not explicitly
	// express that intention, the report will fail.
	Test_RECOMMENDED Test_ExpectationLevel = 2
	// This test is optional.
	//
	// If a generator explicitly ignores an optional test (see `DeleteTest`),
	// then the report may still pass, and no warning will be issued.
	//
	// If a generator skips an optional test and does not explicitly
	// express that intention, the report may still pass, but with a
	// warning.
	Test_OPTIONAL Test_ExpectationLevel = 3
)

func (Test_ExpectationLevel) EnumDescriptor added in v0.0.5

func (Test_ExpectationLevel) EnumDescriptor() ([]byte, []int)

func (Test_ExpectationLevel) String added in v0.0.5

func (x Test_ExpectationLevel) String() string

type TestingClient added in v0.0.5

type TestingClient interface {
	// Creates a new testing session.
	CreateSession(ctx context.Context, in *CreateSessionRequest, opts ...grpc.CallOption) (*Session, error)
	// Gets a testing session.
	GetSession(ctx context.Context, in *GetSessionRequest, opts ...grpc.CallOption) (*Session, error)
	// Lists the current test sessions.
	ListSessions(ctx context.Context, in *ListSessionsRequest, opts ...grpc.CallOption) (*ListSessionsResponse, error)
	// Delete a test session.
	DeleteSession(ctx context.Context, in *DeleteSessionRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// Report on the status of a session.
	// This generates a report detailing which tests have been completed,
	// and an overall rollup.
	ReportSession(ctx context.Context, in *ReportSessionRequest, opts ...grpc.CallOption) (*ReportSessionResponse, error)
	// List the tests of a sessesion.
	ListTests(ctx context.Context, in *ListTestsRequest, opts ...grpc.CallOption) (*ListTestsResponse, error)
	// Explicitly decline to implement a test.
	//
	// This removes the test from subsequent `ListTests` calls, and
	// attempting to do the test will error.
	//
	// This method will error if attempting to delete a required test.
	DeleteTest(ctx context.Context, in *DeleteTestRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// Register a response to a test.
	//
	// In cases where a test involves registering a final answer at the
	// end of the test, this method provides the means to do so.
	VerifyTest(ctx context.Context, in *VerifyTestRequest, opts ...grpc.CallOption) (*VerifyTestResponse, error)
}

TestingClient is the client API for Testing service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewTestingClient added in v0.0.5

func NewTestingClient(cc *grpc.ClientConn) TestingClient

type TestingServer added in v0.0.5

type TestingServer interface {
	// Creates a new testing session.
	CreateSession(context.Context, *CreateSessionRequest) (*Session, error)
	// Gets a testing session.
	GetSession(context.Context, *GetSessionRequest) (*Session, error)
	// Lists the current test sessions.
	ListSessions(context.Context, *ListSessionsRequest) (*ListSessionsResponse, error)
	// Delete a test session.
	DeleteSession(context.Context, *DeleteSessionRequest) (*empty.Empty, error)
	// Report on the status of a session.
	// This generates a report detailing which tests have been completed,
	// and an overall rollup.
	ReportSession(context.Context, *ReportSessionRequest) (*ReportSessionResponse, error)
	// List the tests of a sessesion.
	ListTests(context.Context, *ListTestsRequest) (*ListTestsResponse, error)
	// Explicitly decline to implement a test.
	//
	// This removes the test from subsequent `ListTests` calls, and
	// attempting to do the test will error.
	//
	// This method will error if attempting to delete a required test.
	DeleteTest(context.Context, *DeleteTestRequest) (*empty.Empty, error)
	// Register a response to a test.
	//
	// In cases where a test involves registering a final answer at the
	// end of the test, this method provides the means to do so.
	VerifyTest(context.Context, *VerifyTestRequest) (*VerifyTestResponse, error)
}

TestingServer is the server API for Testing service.

type UpdateBlurbRequest added in v0.0.9

type UpdateBlurbRequest struct {
	// The blurb to update.
	Blurb *Blurb `protobuf:"bytes,1,opt,name=blurb,proto3" json:"blurb,omitempty"`
	// The field mask to determine wich fields are to be updated. If empty, the
	// server will assume all fields are to be updated.
	UpdateMask           *field_mask.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

The request message for the google.showcase.v1alpha3.Messaging\UpdateBlurb method.

func (*UpdateBlurbRequest) Descriptor added in v0.0.9

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

func (*UpdateBlurbRequest) GetBlurb added in v0.0.9

func (m *UpdateBlurbRequest) GetBlurb() *Blurb

func (*UpdateBlurbRequest) GetUpdateMask added in v0.0.9

func (m *UpdateBlurbRequest) GetUpdateMask() *field_mask.FieldMask

func (*UpdateBlurbRequest) ProtoMessage added in v0.0.9

func (*UpdateBlurbRequest) ProtoMessage()

func (*UpdateBlurbRequest) Reset added in v0.0.9

func (m *UpdateBlurbRequest) Reset()

func (*UpdateBlurbRequest) String added in v0.0.9

func (m *UpdateBlurbRequest) String() string

func (*UpdateBlurbRequest) XXX_DiscardUnknown added in v0.0.9

func (m *UpdateBlurbRequest) XXX_DiscardUnknown()

func (*UpdateBlurbRequest) XXX_Marshal added in v0.0.9

func (m *UpdateBlurbRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateBlurbRequest) XXX_Merge added in v0.0.9

func (dst *UpdateBlurbRequest) XXX_Merge(src proto.Message)

func (*UpdateBlurbRequest) XXX_Size added in v0.0.9

func (m *UpdateBlurbRequest) XXX_Size() int

func (*UpdateBlurbRequest) XXX_Unmarshal added in v0.0.9

func (m *UpdateBlurbRequest) XXX_Unmarshal(b []byte) error

type UpdateRoomRequest added in v0.0.9

type UpdateRoomRequest struct {
	// The room to update.
	Room *Room `protobuf:"bytes,1,opt,name=room,proto3" json:"room,omitempty"`
	// The field mask to determine wich fields are to be updated. If empty, the
	// server will assume all fields are to be updated.
	UpdateMask           *field_mask.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

The request message for the google.showcase.v1alpha3.Messaging\UpdateRoom method.

func (*UpdateRoomRequest) Descriptor added in v0.0.9

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

func (*UpdateRoomRequest) GetRoom added in v0.0.9

func (m *UpdateRoomRequest) GetRoom() *Room

func (*UpdateRoomRequest) GetUpdateMask added in v0.0.9

func (m *UpdateRoomRequest) GetUpdateMask() *field_mask.FieldMask

func (*UpdateRoomRequest) ProtoMessage added in v0.0.9

func (*UpdateRoomRequest) ProtoMessage()

func (*UpdateRoomRequest) Reset added in v0.0.9

func (m *UpdateRoomRequest) Reset()

func (*UpdateRoomRequest) String added in v0.0.9

func (m *UpdateRoomRequest) String() string

func (*UpdateRoomRequest) XXX_DiscardUnknown added in v0.0.9

func (m *UpdateRoomRequest) XXX_DiscardUnknown()

func (*UpdateRoomRequest) XXX_Marshal added in v0.0.9

func (m *UpdateRoomRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateRoomRequest) XXX_Merge added in v0.0.9

func (dst *UpdateRoomRequest) XXX_Merge(src proto.Message)

func (*UpdateRoomRequest) XXX_Size added in v0.0.9

func (m *UpdateRoomRequest) XXX_Size() int

func (*UpdateRoomRequest) XXX_Unmarshal added in v0.0.9

func (m *UpdateRoomRequest) XXX_Unmarshal(b []byte) error

type UpdateUserRequest added in v0.0.9

type UpdateUserRequest struct {
	// The user to update.
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// The field mask to determine wich fields are to be updated. If empty, the
	// server will assume all fields are to be updated.
	UpdateMask           *field_mask.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

The request message for the google.showcase.v1alpha3.Identity\UpdateUser method.

func (*UpdateUserRequest) Descriptor added in v0.0.9

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

func (*UpdateUserRequest) GetUpdateMask added in v0.0.9

func (m *UpdateUserRequest) GetUpdateMask() *field_mask.FieldMask

func (*UpdateUserRequest) GetUser added in v0.0.9

func (m *UpdateUserRequest) GetUser() *User

func (*UpdateUserRequest) ProtoMessage added in v0.0.9

func (*UpdateUserRequest) ProtoMessage()

func (*UpdateUserRequest) Reset added in v0.0.9

func (m *UpdateUserRequest) Reset()

func (*UpdateUserRequest) String added in v0.0.9

func (m *UpdateUserRequest) String() string

func (*UpdateUserRequest) XXX_DiscardUnknown added in v0.0.9

func (m *UpdateUserRequest) XXX_DiscardUnknown()

func (*UpdateUserRequest) XXX_Marshal added in v0.0.9

func (m *UpdateUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateUserRequest) XXX_Merge added in v0.0.9

func (dst *UpdateUserRequest) XXX_Merge(src proto.Message)

func (*UpdateUserRequest) XXX_Size added in v0.0.9

func (m *UpdateUserRequest) XXX_Size() int

func (*UpdateUserRequest) XXX_Unmarshal added in v0.0.9

func (m *UpdateUserRequest) XXX_Unmarshal(b []byte) error

type User added in v0.0.9

type User struct {
	// The resource name of the user.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The display_name of the user.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// The email address of the user.
	Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	// The timestamp at which the user was created.
	CreateTime *timestamp.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// The latest timestamp at which the user was updated.
	UpdateTime           *timestamp.Timestamp `protobuf:"bytes,5,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

A user.

func (*User) Descriptor added in v0.0.9

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

func (*User) GetCreateTime added in v0.0.9

func (m *User) GetCreateTime() *timestamp.Timestamp

func (*User) GetDisplayName added in v0.0.9

func (m *User) GetDisplayName() string

func (*User) GetEmail added in v0.0.9

func (m *User) GetEmail() string

func (*User) GetName added in v0.0.9

func (m *User) GetName() string

func (*User) GetUpdateTime added in v0.0.9

func (m *User) GetUpdateTime() *timestamp.Timestamp

func (*User) ProtoMessage added in v0.0.9

func (*User) ProtoMessage()

func (*User) Reset added in v0.0.9

func (m *User) Reset()

func (*User) String added in v0.0.9

func (m *User) String() string

func (*User) XXX_DiscardUnknown added in v0.0.9

func (m *User) XXX_DiscardUnknown()

func (*User) XXX_Marshal added in v0.0.9

func (m *User) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*User) XXX_Merge added in v0.0.9

func (dst *User) XXX_Merge(src proto.Message)

func (*User) XXX_Size added in v0.0.9

func (m *User) XXX_Size() int

func (*User) XXX_Unmarshal added in v0.0.9

func (m *User) XXX_Unmarshal(b []byte) error

type VerifyTestRequest added in v0.0.10

type VerifyTestRequest struct {
	// The test to have an answer registered to it.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The answer from the test.
	Answer []byte `protobuf:"bytes,2,opt,name=answer,proto3" json:"answer,omitempty"`
	// The answers from the test if multiple are to be checked
	Answers              [][]byte `protobuf:"bytes,3,rep,name=answers,proto3" json:"answers,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VerifyTestRequest) Descriptor added in v0.0.10

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

func (*VerifyTestRequest) GetAnswer added in v0.0.10

func (m *VerifyTestRequest) GetAnswer() []byte

func (*VerifyTestRequest) GetAnswers added in v0.0.10

func (m *VerifyTestRequest) GetAnswers() [][]byte

func (*VerifyTestRequest) GetName added in v0.0.10

func (m *VerifyTestRequest) GetName() string

func (*VerifyTestRequest) ProtoMessage added in v0.0.10

func (*VerifyTestRequest) ProtoMessage()

func (*VerifyTestRequest) Reset added in v0.0.10

func (m *VerifyTestRequest) Reset()

func (*VerifyTestRequest) String added in v0.0.10

func (m *VerifyTestRequest) String() string

func (*VerifyTestRequest) XXX_DiscardUnknown added in v0.0.10

func (m *VerifyTestRequest) XXX_DiscardUnknown()

func (*VerifyTestRequest) XXX_Marshal added in v0.0.10

func (m *VerifyTestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VerifyTestRequest) XXX_Merge added in v0.0.10

func (dst *VerifyTestRequest) XXX_Merge(src proto.Message)

func (*VerifyTestRequest) XXX_Size added in v0.0.10

func (m *VerifyTestRequest) XXX_Size() int

func (*VerifyTestRequest) XXX_Unmarshal added in v0.0.10

func (m *VerifyTestRequest) XXX_Unmarshal(b []byte) error

type VerifyTestResponse added in v0.0.10

type VerifyTestResponse struct {
	// An issue if check answer was unsuccessful. This will be empty if the check answer succeeded.
	Issue                *Issue   `protobuf:"bytes,1,opt,name=issue,proto3" json:"issue,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VerifyTestResponse) Descriptor added in v0.0.10

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

func (*VerifyTestResponse) GetIssue added in v0.0.10

func (m *VerifyTestResponse) GetIssue() *Issue

func (*VerifyTestResponse) ProtoMessage added in v0.0.10

func (*VerifyTestResponse) ProtoMessage()

func (*VerifyTestResponse) Reset added in v0.0.10

func (m *VerifyTestResponse) Reset()

func (*VerifyTestResponse) String added in v0.0.10

func (m *VerifyTestResponse) String() string

func (*VerifyTestResponse) XXX_DiscardUnknown added in v0.0.10

func (m *VerifyTestResponse) XXX_DiscardUnknown()

func (*VerifyTestResponse) XXX_Marshal added in v0.0.10

func (m *VerifyTestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VerifyTestResponse) XXX_Merge added in v0.0.10

func (dst *VerifyTestResponse) XXX_Merge(src proto.Message)

func (*VerifyTestResponse) XXX_Size added in v0.0.10

func (m *VerifyTestResponse) XXX_Size() int

func (*VerifyTestResponse) XXX_Unmarshal added in v0.0.10

func (m *VerifyTestResponse) XXX_Unmarshal(b []byte) error

type WaitMetadata added in v0.0.8

type WaitMetadata struct {
	// The time that this operation will complete.
	EndTime              *timestamp.Timestamp `protobuf:"bytes,1,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

The metadata for Wait operation.

func (*WaitMetadata) Descriptor added in v0.0.8

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

func (*WaitMetadata) GetEndTime added in v0.0.8

func (m *WaitMetadata) GetEndTime() *timestamp.Timestamp

func (*WaitMetadata) ProtoMessage added in v0.0.8

func (*WaitMetadata) ProtoMessage()

func (*WaitMetadata) Reset added in v0.0.8

func (m *WaitMetadata) Reset()

func (*WaitMetadata) String added in v0.0.8

func (m *WaitMetadata) String() string

func (*WaitMetadata) XXX_DiscardUnknown added in v0.0.8

func (m *WaitMetadata) XXX_DiscardUnknown()

func (*WaitMetadata) XXX_Marshal added in v0.0.8

func (m *WaitMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WaitMetadata) XXX_Merge added in v0.0.8

func (dst *WaitMetadata) XXX_Merge(src proto.Message)

func (*WaitMetadata) XXX_Size added in v0.0.8

func (m *WaitMetadata) XXX_Size() int

func (*WaitMetadata) XXX_Unmarshal added in v0.0.8

func (m *WaitMetadata) XXX_Unmarshal(b []byte) error

type WaitRequest added in v0.0.4

type WaitRequest struct {
	// Types that are valid to be assigned to End:
	//	*WaitRequest_EndTime
	//	*WaitRequest_Ttl
	End isWaitRequest_End `protobuf_oneof:"end"`
	// Types that are valid to be assigned to Response:
	//	*WaitRequest_Error
	//	*WaitRequest_Success
	Response             isWaitRequest_Response `protobuf_oneof:"response"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

The request for Wait method.

func (*WaitRequest) Descriptor added in v0.0.4

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

func (*WaitRequest) GetEnd added in v0.0.10

func (m *WaitRequest) GetEnd() isWaitRequest_End

func (*WaitRequest) GetEndTime added in v0.0.8

func (m *WaitRequest) GetEndTime() *timestamp.Timestamp

func (*WaitRequest) GetError added in v0.0.4

func (m *WaitRequest) GetError() *status.Status

func (*WaitRequest) GetResponse added in v0.0.4

func (m *WaitRequest) GetResponse() isWaitRequest_Response

func (*WaitRequest) GetSuccess added in v0.0.4

func (m *WaitRequest) GetSuccess() *WaitResponse

func (*WaitRequest) GetTtl added in v0.0.10

func (m *WaitRequest) GetTtl() *duration.Duration

func (*WaitRequest) ProtoMessage added in v0.0.4

func (*WaitRequest) ProtoMessage()

func (*WaitRequest) Reset added in v0.0.4

func (m *WaitRequest) Reset()

func (*WaitRequest) String added in v0.0.4

func (m *WaitRequest) String() string

func (*WaitRequest) XXX_DiscardUnknown added in v0.0.4

func (m *WaitRequest) XXX_DiscardUnknown()

func (*WaitRequest) XXX_Marshal added in v0.0.4

func (m *WaitRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WaitRequest) XXX_Merge added in v0.0.4

func (dst *WaitRequest) XXX_Merge(src proto.Message)

func (*WaitRequest) XXX_OneofFuncs added in v0.0.4

func (*WaitRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*WaitRequest) XXX_Size added in v0.0.4

func (m *WaitRequest) XXX_Size() int

func (*WaitRequest) XXX_Unmarshal added in v0.0.4

func (m *WaitRequest) XXX_Unmarshal(b []byte) error

type WaitRequest_EndTime added in v0.0.10

type WaitRequest_EndTime struct {
	EndTime *timestamp.Timestamp `protobuf:"bytes,1,opt,name=end_time,json=endTime,proto3,oneof"`
}

type WaitRequest_Error added in v0.0.4

type WaitRequest_Error struct {
	Error *status.Status `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type WaitRequest_Success added in v0.0.4

type WaitRequest_Success struct {
	Success *WaitResponse `protobuf:"bytes,3,opt,name=success,proto3,oneof"`
}

type WaitRequest_Ttl added in v0.0.10

type WaitRequest_Ttl struct {
	Ttl *duration.Duration `protobuf:"bytes,4,opt,name=ttl,proto3,oneof"`
}

type WaitResponse added in v0.0.4

type WaitResponse struct {
	// This content of the result.
	Content              string   `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The result of the Wait operation.

func (*WaitResponse) Descriptor added in v0.0.4

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

func (*WaitResponse) GetContent added in v0.0.4

func (m *WaitResponse) GetContent() string

func (*WaitResponse) ProtoMessage added in v0.0.4

func (*WaitResponse) ProtoMessage()

func (*WaitResponse) Reset added in v0.0.4

func (m *WaitResponse) Reset()

func (*WaitResponse) String added in v0.0.4

func (m *WaitResponse) String() string

func (*WaitResponse) XXX_DiscardUnknown added in v0.0.4

func (m *WaitResponse) XXX_DiscardUnknown()

func (*WaitResponse) XXX_Marshal added in v0.0.4

func (m *WaitResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WaitResponse) XXX_Merge added in v0.0.4

func (dst *WaitResponse) XXX_Merge(src proto.Message)

func (*WaitResponse) XXX_Size added in v0.0.4

func (m *WaitResponse) XXX_Size() int

func (*WaitResponse) XXX_Unmarshal added in v0.0.4

func (m *WaitResponse) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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