Documentation ¶
Index ¶
- type BatchGetProjectsDescriptor
- func (d *BatchGetProjectsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *BatchGetProjectsDescriptor) GetApiName() string
- func (d *BatchGetProjectsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *BatchGetProjectsDescriptor) GetFullMethodName() string
- func (d *BatchGetProjectsDescriptor) GetMethodName() string
- func (d *BatchGetProjectsDescriptor) GetProtoPkgName() string
- func (d *BatchGetProjectsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *BatchGetProjectsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *BatchGetProjectsDescriptor) GetServiceDomain() string
- func (d *BatchGetProjectsDescriptor) GetServiceVersion() string
- func (d *BatchGetProjectsDescriptor) GetVerb() string
- func (d *BatchGetProjectsDescriptor) HasResource() bool
- func (d *BatchGetProjectsDescriptor) IsClientStream() bool
- func (d *BatchGetProjectsDescriptor) IsCollection() bool
- func (d *BatchGetProjectsDescriptor) IsPlural() bool
- func (d *BatchGetProjectsDescriptor) IsServerStream() bool
- func (d *BatchGetProjectsDescriptor) IsUnary() bool
- func (d *BatchGetProjectsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *BatchGetProjectsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *BatchGetProjectsDescriptor) RequestHasResourceBody() bool
- type BatchGetProjectsDescriptorClientMsgHandle
- func (h *BatchGetProjectsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *BatchGetProjectsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *BatchGetProjectsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *BatchGetProjectsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *BatchGetProjectsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type BatchGetProjectsDescriptorServerMsgHandle
- func (h *BatchGetProjectsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *BatchGetProjectsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *BatchGetProjectsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *BatchGetProjectsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *BatchGetProjectsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type BatchGetProjectsRequest
- func (*BatchGetProjectsRequest) Descriptor() ([]byte, []int)
- func (m *BatchGetProjectsRequest) GetFieldMask() *project.Project_FieldMask
- func (m *BatchGetProjectsRequest) GetNames() []*project.Name
- func (m *BatchGetProjectsRequest) GetView() view.View
- func (*BatchGetProjectsRequest) GotenMessage()
- func (obj *BatchGetProjectsRequest) GotenValidate() error
- func (m *BatchGetProjectsRequest) Marshal() ([]byte, error)
- func (m *BatchGetProjectsRequest) MarshalJSON() ([]byte, error)
- func (*BatchGetProjectsRequest) ProtoMessage()
- func (m *BatchGetProjectsRequest) ProtoReflect() preflect.Message
- func (m *BatchGetProjectsRequest) Reset()
- func (m *BatchGetProjectsRequest) SetFieldMask(fv *project.Project_FieldMask)
- func (m *BatchGetProjectsRequest) SetNames(fv []*project.Name)
- func (m *BatchGetProjectsRequest) SetView(fv view.View)
- func (m *BatchGetProjectsRequest) String() string
- func (m *BatchGetProjectsRequest) Unmarshal(b []byte) error
- func (m *BatchGetProjectsRequest) UnmarshalJSON(data []byte) error
- type BatchGetProjectsResponse
- func (*BatchGetProjectsResponse) Descriptor() ([]byte, []int)
- func (m *BatchGetProjectsResponse) GetMissing() []*project.Name
- func (m *BatchGetProjectsResponse) GetProjects() []*project.Project
- func (*BatchGetProjectsResponse) GotenMessage()
- func (obj *BatchGetProjectsResponse) GotenValidate() error
- func (m *BatchGetProjectsResponse) Marshal() ([]byte, error)
- func (m *BatchGetProjectsResponse) MarshalJSON() ([]byte, error)
- func (*BatchGetProjectsResponse) ProtoMessage()
- func (m *BatchGetProjectsResponse) ProtoReflect() preflect.Message
- func (m *BatchGetProjectsResponse) Reset()
- func (m *BatchGetProjectsResponse) SetMissing(fv []*project.Name)
- func (m *BatchGetProjectsResponse) SetProjects(fv []*project.Project)
- func (m *BatchGetProjectsResponse) String() string
- func (m *BatchGetProjectsResponse) Unmarshal(b []byte) error
- func (m *BatchGetProjectsResponse) UnmarshalJSON(data []byte) error
- type CreateProjectDescriptor
- func (d *CreateProjectDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *CreateProjectDescriptor) GetApiName() string
- func (d *CreateProjectDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreateProjectDescriptor) GetFullMethodName() string
- func (d *CreateProjectDescriptor) GetMethodName() string
- func (d *CreateProjectDescriptor) GetProtoPkgName() string
- func (d *CreateProjectDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *CreateProjectDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreateProjectDescriptor) GetServiceDomain() string
- func (d *CreateProjectDescriptor) GetServiceVersion() string
- func (d *CreateProjectDescriptor) GetVerb() string
- func (d *CreateProjectDescriptor) HasResource() bool
- func (d *CreateProjectDescriptor) IsClientStream() bool
- func (d *CreateProjectDescriptor) IsCollection() bool
- func (d *CreateProjectDescriptor) IsPlural() bool
- func (d *CreateProjectDescriptor) IsServerStream() bool
- func (d *CreateProjectDescriptor) IsUnary() bool
- func (d *CreateProjectDescriptor) NewEmptyClientMsg() proto.Message
- func (d *CreateProjectDescriptor) NewEmptyServerMsg() proto.Message
- func (d *CreateProjectDescriptor) RequestHasResourceBody() bool
- type CreateProjectDescriptorClientMsgHandle
- func (h *CreateProjectDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreateProjectDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *CreateProjectDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *CreateProjectDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreateProjectDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreateProjectDescriptorServerMsgHandle
- func (h *CreateProjectDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreateProjectDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *CreateProjectDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *CreateProjectDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreateProjectDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreateProjectRequest
- func (*CreateProjectRequest) Descriptor() ([]byte, []int)
- func (m *CreateProjectRequest) GetProject() *project.Project
- func (*CreateProjectRequest) GotenMessage()
- func (obj *CreateProjectRequest) GotenValidate() error
- func (m *CreateProjectRequest) Marshal() ([]byte, error)
- func (m *CreateProjectRequest) MarshalJSON() ([]byte, error)
- func (*CreateProjectRequest) ProtoMessage()
- func (m *CreateProjectRequest) ProtoReflect() preflect.Message
- func (m *CreateProjectRequest) Reset()
- func (m *CreateProjectRequest) SetProject(fv *project.Project)
- func (m *CreateProjectRequest) String() string
- func (m *CreateProjectRequest) Unmarshal(b []byte) error
- func (m *CreateProjectRequest) UnmarshalJSON(data []byte) error
- type DeleteProjectDescriptor
- func (d *DeleteProjectDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *DeleteProjectDescriptor) GetApiName() string
- func (d *DeleteProjectDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *DeleteProjectDescriptor) GetFullMethodName() string
- func (d *DeleteProjectDescriptor) GetMethodName() string
- func (d *DeleteProjectDescriptor) GetProtoPkgName() string
- func (d *DeleteProjectDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *DeleteProjectDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *DeleteProjectDescriptor) GetServiceDomain() string
- func (d *DeleteProjectDescriptor) GetServiceVersion() string
- func (d *DeleteProjectDescriptor) GetVerb() string
- func (d *DeleteProjectDescriptor) HasResource() bool
- func (d *DeleteProjectDescriptor) IsClientStream() bool
- func (d *DeleteProjectDescriptor) IsCollection() bool
- func (d *DeleteProjectDescriptor) IsPlural() bool
- func (d *DeleteProjectDescriptor) IsServerStream() bool
- func (d *DeleteProjectDescriptor) IsUnary() bool
- func (d *DeleteProjectDescriptor) NewEmptyClientMsg() proto.Message
- func (d *DeleteProjectDescriptor) NewEmptyServerMsg() proto.Message
- func (d *DeleteProjectDescriptor) RequestHasResourceBody() bool
- type DeleteProjectDescriptorClientMsgHandle
- func (h *DeleteProjectDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *DeleteProjectDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *DeleteProjectDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *DeleteProjectDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *DeleteProjectDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type DeleteProjectDescriptorServerMsgHandle
- func (h *DeleteProjectDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *DeleteProjectDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *DeleteProjectDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *DeleteProjectDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *DeleteProjectDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type DeleteProjectRequest
- func (*DeleteProjectRequest) Descriptor() ([]byte, []int)
- func (m *DeleteProjectRequest) GetName() *project.Name
- func (*DeleteProjectRequest) GotenMessage()
- func (obj *DeleteProjectRequest) GotenValidate() error
- func (m *DeleteProjectRequest) Marshal() ([]byte, error)
- func (m *DeleteProjectRequest) MarshalJSON() ([]byte, error)
- func (*DeleteProjectRequest) ProtoMessage()
- func (m *DeleteProjectRequest) ProtoReflect() preflect.Message
- func (m *DeleteProjectRequest) Reset()
- func (m *DeleteProjectRequest) SetName(fv *project.Name)
- func (m *DeleteProjectRequest) String() string
- func (m *DeleteProjectRequest) Unmarshal(b []byte) error
- func (m *DeleteProjectRequest) UnmarshalJSON(data []byte) error
- type GetProjectDescriptor
- func (d *GetProjectDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *GetProjectDescriptor) GetApiName() string
- func (d *GetProjectDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *GetProjectDescriptor) GetFullMethodName() string
- func (d *GetProjectDescriptor) GetMethodName() string
- func (d *GetProjectDescriptor) GetProtoPkgName() string
- func (d *GetProjectDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *GetProjectDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *GetProjectDescriptor) GetServiceDomain() string
- func (d *GetProjectDescriptor) GetServiceVersion() string
- func (d *GetProjectDescriptor) GetVerb() string
- func (d *GetProjectDescriptor) HasResource() bool
- func (d *GetProjectDescriptor) IsClientStream() bool
- func (d *GetProjectDescriptor) IsCollection() bool
- func (d *GetProjectDescriptor) IsPlural() bool
- func (d *GetProjectDescriptor) IsServerStream() bool
- func (d *GetProjectDescriptor) IsUnary() bool
- func (d *GetProjectDescriptor) NewEmptyClientMsg() proto.Message
- func (d *GetProjectDescriptor) NewEmptyServerMsg() proto.Message
- func (d *GetProjectDescriptor) RequestHasResourceBody() bool
- type GetProjectDescriptorClientMsgHandle
- func (h *GetProjectDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *GetProjectDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *GetProjectDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *GetProjectDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *GetProjectDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type GetProjectDescriptorServerMsgHandle
- func (h *GetProjectDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *GetProjectDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *GetProjectDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *GetProjectDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *GetProjectDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type GetProjectRequest
- func (*GetProjectRequest) Descriptor() ([]byte, []int)
- func (m *GetProjectRequest) GetFieldMask() *project.Project_FieldMask
- func (m *GetProjectRequest) GetName() *project.Name
- func (m *GetProjectRequest) GetView() view.View
- func (*GetProjectRequest) GotenMessage()
- func (obj *GetProjectRequest) GotenValidate() error
- func (m *GetProjectRequest) Marshal() ([]byte, error)
- func (m *GetProjectRequest) MarshalJSON() ([]byte, error)
- func (*GetProjectRequest) ProtoMessage()
- func (m *GetProjectRequest) ProtoReflect() preflect.Message
- func (m *GetProjectRequest) Reset()
- func (m *GetProjectRequest) SetFieldMask(fv *project.Project_FieldMask)
- func (m *GetProjectRequest) SetName(fv *project.Name)
- func (m *GetProjectRequest) SetView(fv view.View)
- func (m *GetProjectRequest) String() string
- func (m *GetProjectRequest) Unmarshal(b []byte) error
- func (m *GetProjectRequest) UnmarshalJSON(data []byte) error
- type ListMyProjectsDescriptor
- func (d *ListMyProjectsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *ListMyProjectsDescriptor) GetApiName() string
- func (d *ListMyProjectsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListMyProjectsDescriptor) GetFullMethodName() string
- func (d *ListMyProjectsDescriptor) GetMethodName() string
- func (d *ListMyProjectsDescriptor) GetProtoPkgName() string
- func (d *ListMyProjectsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *ListMyProjectsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListMyProjectsDescriptor) GetServiceDomain() string
- func (d *ListMyProjectsDescriptor) GetServiceVersion() string
- func (d *ListMyProjectsDescriptor) GetVerb() string
- func (d *ListMyProjectsDescriptor) HasResource() bool
- func (d *ListMyProjectsDescriptor) IsClientStream() bool
- func (d *ListMyProjectsDescriptor) IsCollection() bool
- func (d *ListMyProjectsDescriptor) IsPlural() bool
- func (d *ListMyProjectsDescriptor) IsServerStream() bool
- func (d *ListMyProjectsDescriptor) IsUnary() bool
- func (d *ListMyProjectsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *ListMyProjectsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *ListMyProjectsDescriptor) RequestHasResourceBody() bool
- type ListMyProjectsDescriptorClientMsgHandle
- func (h *ListMyProjectsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListMyProjectsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *ListMyProjectsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *ListMyProjectsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListMyProjectsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListMyProjectsDescriptorServerMsgHandle
- func (h *ListMyProjectsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListMyProjectsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *ListMyProjectsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *ListMyProjectsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListMyProjectsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListMyProjectsRequest
- func (*ListMyProjectsRequest) Descriptor() ([]byte, []int)
- func (m *ListMyProjectsRequest) GetFieldMask() *project.Project_FieldMask
- func (m *ListMyProjectsRequest) GetFilter() *project.Filter
- func (m *ListMyProjectsRequest) GetOrderBy() *project.OrderBy
- func (m *ListMyProjectsRequest) GetPageSize() int32
- func (m *ListMyProjectsRequest) GetPageToken() *project.PagerCursor
- func (*ListMyProjectsRequest) GotenMessage()
- func (obj *ListMyProjectsRequest) GotenValidate() error
- func (m *ListMyProjectsRequest) Marshal() ([]byte, error)
- func (m *ListMyProjectsRequest) MarshalJSON() ([]byte, error)
- func (*ListMyProjectsRequest) ProtoMessage()
- func (m *ListMyProjectsRequest) ProtoReflect() preflect.Message
- func (m *ListMyProjectsRequest) Reset()
- func (m *ListMyProjectsRequest) SetFieldMask(fv *project.Project_FieldMask)
- func (m *ListMyProjectsRequest) SetFilter(fv *project.Filter)
- func (m *ListMyProjectsRequest) SetOrderBy(fv *project.OrderBy)
- func (m *ListMyProjectsRequest) SetPageSize(fv int32)
- func (m *ListMyProjectsRequest) SetPageToken(fv *project.PagerCursor)
- func (m *ListMyProjectsRequest) String() string
- func (m *ListMyProjectsRequest) Unmarshal(b []byte) error
- func (m *ListMyProjectsRequest) UnmarshalJSON(data []byte) error
- type ListMyProjectsResponse
- func (*ListMyProjectsResponse) Descriptor() ([]byte, []int)
- func (m *ListMyProjectsResponse) GetNextPageToken() *project.PagerCursor
- func (m *ListMyProjectsResponse) GetPrevPageToken() *project.PagerCursor
- func (m *ListMyProjectsResponse) GetProjects() []*project.Project
- func (*ListMyProjectsResponse) GotenMessage()
- func (obj *ListMyProjectsResponse) GotenValidate() error
- func (m *ListMyProjectsResponse) Marshal() ([]byte, error)
- func (m *ListMyProjectsResponse) MarshalJSON() ([]byte, error)
- func (*ListMyProjectsResponse) ProtoMessage()
- func (m *ListMyProjectsResponse) ProtoReflect() preflect.Message
- func (m *ListMyProjectsResponse) Reset()
- func (m *ListMyProjectsResponse) SetNextPageToken(fv *project.PagerCursor)
- func (m *ListMyProjectsResponse) SetPrevPageToken(fv *project.PagerCursor)
- func (m *ListMyProjectsResponse) SetProjects(fv []*project.Project)
- func (m *ListMyProjectsResponse) String() string
- func (m *ListMyProjectsResponse) Unmarshal(b []byte) error
- func (m *ListMyProjectsResponse) UnmarshalJSON(data []byte) error
- type ListProjectsDescriptor
- func (d *ListProjectsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *ListProjectsDescriptor) GetApiName() string
- func (d *ListProjectsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListProjectsDescriptor) GetFullMethodName() string
- func (d *ListProjectsDescriptor) GetMethodName() string
- func (d *ListProjectsDescriptor) GetProtoPkgName() string
- func (d *ListProjectsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *ListProjectsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListProjectsDescriptor) GetServiceDomain() string
- func (d *ListProjectsDescriptor) GetServiceVersion() string
- func (d *ListProjectsDescriptor) GetVerb() string
- func (d *ListProjectsDescriptor) HasResource() bool
- func (d *ListProjectsDescriptor) IsClientStream() bool
- func (d *ListProjectsDescriptor) IsCollection() bool
- func (d *ListProjectsDescriptor) IsPlural() bool
- func (d *ListProjectsDescriptor) IsServerStream() bool
- func (d *ListProjectsDescriptor) IsUnary() bool
- func (d *ListProjectsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *ListProjectsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *ListProjectsDescriptor) RequestHasResourceBody() bool
- type ListProjectsDescriptorClientMsgHandle
- func (h *ListProjectsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListProjectsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *ListProjectsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *ListProjectsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListProjectsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListProjectsDescriptorServerMsgHandle
- func (h *ListProjectsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListProjectsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *ListProjectsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *ListProjectsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListProjectsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListProjectsRequest
- func (*ListProjectsRequest) Descriptor() ([]byte, []int)
- func (m *ListProjectsRequest) GetFieldMask() *project.Project_FieldMask
- func (m *ListProjectsRequest) GetFilter() *project.Filter
- func (m *ListProjectsRequest) GetIncludePagingInfo() bool
- func (m *ListProjectsRequest) GetOrderBy() *project.OrderBy
- func (m *ListProjectsRequest) GetPageSize() int32
- func (m *ListProjectsRequest) GetPageToken() *project.PagerCursor
- func (m *ListProjectsRequest) GetView() view.View
- func (*ListProjectsRequest) GotenMessage()
- func (obj *ListProjectsRequest) GotenValidate() error
- func (m *ListProjectsRequest) Marshal() ([]byte, error)
- func (m *ListProjectsRequest) MarshalJSON() ([]byte, error)
- func (*ListProjectsRequest) ProtoMessage()
- func (m *ListProjectsRequest) ProtoReflect() preflect.Message
- func (m *ListProjectsRequest) Reset()
- func (m *ListProjectsRequest) SetFieldMask(fv *project.Project_FieldMask)
- func (m *ListProjectsRequest) SetFilter(fv *project.Filter)
- func (m *ListProjectsRequest) SetIncludePagingInfo(fv bool)
- func (m *ListProjectsRequest) SetOrderBy(fv *project.OrderBy)
- func (m *ListProjectsRequest) SetPageSize(fv int32)
- func (m *ListProjectsRequest) SetPageToken(fv *project.PagerCursor)
- func (m *ListProjectsRequest) SetView(fv view.View)
- func (m *ListProjectsRequest) String() string
- func (m *ListProjectsRequest) Unmarshal(b []byte) error
- func (m *ListProjectsRequest) UnmarshalJSON(data []byte) error
- type ListProjectsResponse
- func (*ListProjectsResponse) Descriptor() ([]byte, []int)
- func (m *ListProjectsResponse) GetCurrentOffset() int32
- func (m *ListProjectsResponse) GetNextPageToken() *project.PagerCursor
- func (m *ListProjectsResponse) GetPrevPageToken() *project.PagerCursor
- func (m *ListProjectsResponse) GetProjects() []*project.Project
- func (m *ListProjectsResponse) GetTotalResultsCount() int32
- func (*ListProjectsResponse) GotenMessage()
- func (obj *ListProjectsResponse) GotenValidate() error
- func (m *ListProjectsResponse) Marshal() ([]byte, error)
- func (m *ListProjectsResponse) MarshalJSON() ([]byte, error)
- func (*ListProjectsResponse) ProtoMessage()
- func (m *ListProjectsResponse) ProtoReflect() preflect.Message
- func (m *ListProjectsResponse) Reset()
- func (m *ListProjectsResponse) SetCurrentOffset(fv int32)
- func (m *ListProjectsResponse) SetNextPageToken(fv *project.PagerCursor)
- func (m *ListProjectsResponse) SetPrevPageToken(fv *project.PagerCursor)
- func (m *ListProjectsResponse) SetProjects(fv []*project.Project)
- func (m *ListProjectsResponse) SetTotalResultsCount(fv int32)
- func (m *ListProjectsResponse) String() string
- func (m *ListProjectsResponse) Unmarshal(b []byte) error
- func (m *ListProjectsResponse) UnmarshalJSON(data []byte) error
- type ProjectServiceClient
- type ProjectServiceDescriptor
- func (d *ProjectServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
- func (d *ProjectServiceDescriptor) GetApiName() string
- func (d *ProjectServiceDescriptor) GetFullAPIName() string
- func (d *ProjectServiceDescriptor) GetProtoPkgName() string
- func (d *ProjectServiceDescriptor) GetServiceDomain() string
- func (d *ProjectServiceDescriptor) GetServiceVersion() string
- type UpdateProjectDescriptor
- func (d *UpdateProjectDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *UpdateProjectDescriptor) GetApiName() string
- func (d *UpdateProjectDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *UpdateProjectDescriptor) GetFullMethodName() string
- func (d *UpdateProjectDescriptor) GetMethodName() string
- func (d *UpdateProjectDescriptor) GetProtoPkgName() string
- func (d *UpdateProjectDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *UpdateProjectDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *UpdateProjectDescriptor) GetServiceDomain() string
- func (d *UpdateProjectDescriptor) GetServiceVersion() string
- func (d *UpdateProjectDescriptor) GetVerb() string
- func (d *UpdateProjectDescriptor) HasResource() bool
- func (d *UpdateProjectDescriptor) IsClientStream() bool
- func (d *UpdateProjectDescriptor) IsCollection() bool
- func (d *UpdateProjectDescriptor) IsPlural() bool
- func (d *UpdateProjectDescriptor) IsServerStream() bool
- func (d *UpdateProjectDescriptor) IsUnary() bool
- func (d *UpdateProjectDescriptor) NewEmptyClientMsg() proto.Message
- func (d *UpdateProjectDescriptor) NewEmptyServerMsg() proto.Message
- func (d *UpdateProjectDescriptor) RequestHasResourceBody() bool
- type UpdateProjectDescriptorClientMsgHandle
- func (h *UpdateProjectDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *UpdateProjectDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *UpdateProjectDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *UpdateProjectDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *UpdateProjectDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type UpdateProjectDescriptorServerMsgHandle
- func (h *UpdateProjectDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *UpdateProjectDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *UpdateProjectDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *UpdateProjectDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *UpdateProjectDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type UpdateProjectRequest
- func (*UpdateProjectRequest) Descriptor() ([]byte, []int)
- func (m *UpdateProjectRequest) GetAllowMissing() bool
- func (m *UpdateProjectRequest) GetCas() *UpdateProjectRequest_CAS
- func (m *UpdateProjectRequest) GetProject() *project.Project
- func (m *UpdateProjectRequest) GetUpdateMask() *project.Project_FieldMask
- func (*UpdateProjectRequest) GotenMessage()
- func (obj *UpdateProjectRequest) GotenValidate() error
- func (m *UpdateProjectRequest) Marshal() ([]byte, error)
- func (m *UpdateProjectRequest) MarshalJSON() ([]byte, error)
- func (*UpdateProjectRequest) ProtoMessage()
- func (m *UpdateProjectRequest) ProtoReflect() preflect.Message
- func (m *UpdateProjectRequest) Reset()
- func (m *UpdateProjectRequest) SetAllowMissing(fv bool)
- func (m *UpdateProjectRequest) SetCas(fv *UpdateProjectRequest_CAS)
- func (m *UpdateProjectRequest) SetProject(fv *project.Project)
- func (m *UpdateProjectRequest) SetUpdateMask(fv *project.Project_FieldMask)
- func (m *UpdateProjectRequest) String() string
- func (m *UpdateProjectRequest) Unmarshal(b []byte) error
- func (m *UpdateProjectRequest) UnmarshalJSON(data []byte) error
- type UpdateProjectRequest_CAS
- func (*UpdateProjectRequest_CAS) Descriptor() ([]byte, []int)
- func (m *UpdateProjectRequest_CAS) GetConditionalState() *project.Project
- func (m *UpdateProjectRequest_CAS) GetFieldMask() *project.Project_FieldMask
- func (*UpdateProjectRequest_CAS) GotenMessage()
- func (obj *UpdateProjectRequest_CAS) GotenValidate() error
- func (m *UpdateProjectRequest_CAS) Marshal() ([]byte, error)
- func (m *UpdateProjectRequest_CAS) MarshalJSON() ([]byte, error)
- func (*UpdateProjectRequest_CAS) ProtoMessage()
- func (m *UpdateProjectRequest_CAS) ProtoReflect() preflect.Message
- func (m *UpdateProjectRequest_CAS) Reset()
- func (m *UpdateProjectRequest_CAS) SetConditionalState(fv *project.Project)
- func (m *UpdateProjectRequest_CAS) SetFieldMask(fv *project.Project_FieldMask)
- func (m *UpdateProjectRequest_CAS) String() string
- func (m *UpdateProjectRequest_CAS) Unmarshal(b []byte) error
- func (m *UpdateProjectRequest_CAS) UnmarshalJSON(data []byte) error
- type WatchProjectClientStream
- type WatchProjectDescriptor
- func (d *WatchProjectDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *WatchProjectDescriptor) GetApiName() string
- func (d *WatchProjectDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchProjectDescriptor) GetFullMethodName() string
- func (d *WatchProjectDescriptor) GetMethodName() string
- func (d *WatchProjectDescriptor) GetProtoPkgName() string
- func (d *WatchProjectDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *WatchProjectDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchProjectDescriptor) GetServiceDomain() string
- func (d *WatchProjectDescriptor) GetServiceVersion() string
- func (d *WatchProjectDescriptor) GetVerb() string
- func (d *WatchProjectDescriptor) HasResource() bool
- func (d *WatchProjectDescriptor) IsClientStream() bool
- func (d *WatchProjectDescriptor) IsCollection() bool
- func (d *WatchProjectDescriptor) IsPlural() bool
- func (d *WatchProjectDescriptor) IsServerStream() bool
- func (d *WatchProjectDescriptor) IsUnary() bool
- func (d *WatchProjectDescriptor) NewEmptyClientMsg() proto.Message
- func (d *WatchProjectDescriptor) NewEmptyServerMsg() proto.Message
- func (d *WatchProjectDescriptor) RequestHasResourceBody() bool
- type WatchProjectDescriptorClientMsgHandle
- func (h *WatchProjectDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchProjectDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchProjectDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchProjectDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchProjectDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchProjectDescriptorServerMsgHandle
- func (h *WatchProjectDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchProjectDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchProjectDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchProjectDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchProjectDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchProjectRequest
- func (*WatchProjectRequest) Descriptor() ([]byte, []int)
- func (m *WatchProjectRequest) GetFieldMask() *project.Project_FieldMask
- func (m *WatchProjectRequest) GetName() *project.Name
- func (m *WatchProjectRequest) GetView() view.View
- func (*WatchProjectRequest) GotenMessage()
- func (obj *WatchProjectRequest) GotenValidate() error
- func (m *WatchProjectRequest) Marshal() ([]byte, error)
- func (m *WatchProjectRequest) MarshalJSON() ([]byte, error)
- func (*WatchProjectRequest) ProtoMessage()
- func (m *WatchProjectRequest) ProtoReflect() preflect.Message
- func (m *WatchProjectRequest) Reset()
- func (m *WatchProjectRequest) SetFieldMask(fv *project.Project_FieldMask)
- func (m *WatchProjectRequest) SetName(fv *project.Name)
- func (m *WatchProjectRequest) SetView(fv view.View)
- func (m *WatchProjectRequest) String() string
- func (m *WatchProjectRequest) Unmarshal(b []byte) error
- func (m *WatchProjectRequest) UnmarshalJSON(data []byte) error
- type WatchProjectResponse
- func (*WatchProjectResponse) Descriptor() ([]byte, []int)
- func (m *WatchProjectResponse) GetChange() *project.ProjectChange
- func (*WatchProjectResponse) GotenMessage()
- func (obj *WatchProjectResponse) GotenValidate() error
- func (m *WatchProjectResponse) Marshal() ([]byte, error)
- func (m *WatchProjectResponse) MarshalJSON() ([]byte, error)
- func (*WatchProjectResponse) ProtoMessage()
- func (m *WatchProjectResponse) ProtoReflect() preflect.Message
- func (m *WatchProjectResponse) Reset()
- func (m *WatchProjectResponse) SetChange(fv *project.ProjectChange)
- func (m *WatchProjectResponse) String() string
- func (m *WatchProjectResponse) Unmarshal(b []byte) error
- func (m *WatchProjectResponse) UnmarshalJSON(data []byte) error
- type WatchProjectsClientStream
- type WatchProjectsDescriptor
- func (d *WatchProjectsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *WatchProjectsDescriptor) GetApiName() string
- func (d *WatchProjectsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchProjectsDescriptor) GetFullMethodName() string
- func (d *WatchProjectsDescriptor) GetMethodName() string
- func (d *WatchProjectsDescriptor) GetProtoPkgName() string
- func (d *WatchProjectsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *WatchProjectsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchProjectsDescriptor) GetServiceDomain() string
- func (d *WatchProjectsDescriptor) GetServiceVersion() string
- func (d *WatchProjectsDescriptor) GetVerb() string
- func (d *WatchProjectsDescriptor) HasResource() bool
- func (d *WatchProjectsDescriptor) IsClientStream() bool
- func (d *WatchProjectsDescriptor) IsCollection() bool
- func (d *WatchProjectsDescriptor) IsPlural() bool
- func (d *WatchProjectsDescriptor) IsServerStream() bool
- func (d *WatchProjectsDescriptor) IsUnary() bool
- func (d *WatchProjectsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *WatchProjectsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *WatchProjectsDescriptor) RequestHasResourceBody() bool
- type WatchProjectsDescriptorClientMsgHandle
- func (h *WatchProjectsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchProjectsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchProjectsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchProjectsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchProjectsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchProjectsDescriptorServerMsgHandle
- func (h *WatchProjectsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchProjectsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchProjectsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchProjectsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchProjectsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchProjectsRequest
- func (*WatchProjectsRequest) Descriptor() ([]byte, []int)
- func (m *WatchProjectsRequest) GetFieldMask() *project.Project_FieldMask
- func (m *WatchProjectsRequest) GetFilter() *project.Filter
- func (m *WatchProjectsRequest) GetMaxChunkSize() int32
- func (m *WatchProjectsRequest) GetOrderBy() *project.OrderBy
- func (m *WatchProjectsRequest) GetPageSize() int32
- func (m *WatchProjectsRequest) GetPageToken() *project.PagerCursor
- func (m *WatchProjectsRequest) GetResumeToken() string
- func (m *WatchProjectsRequest) GetStartingTime() *timestamppb.Timestamp
- func (m *WatchProjectsRequest) GetType() watch_type.WatchType
- func (m *WatchProjectsRequest) GetView() view.View
- func (*WatchProjectsRequest) GotenMessage()
- func (obj *WatchProjectsRequest) GotenValidate() error
- func (m *WatchProjectsRequest) Marshal() ([]byte, error)
- func (m *WatchProjectsRequest) MarshalJSON() ([]byte, error)
- func (*WatchProjectsRequest) ProtoMessage()
- func (m *WatchProjectsRequest) ProtoReflect() preflect.Message
- func (m *WatchProjectsRequest) Reset()
- func (m *WatchProjectsRequest) SetFieldMask(fv *project.Project_FieldMask)
- func (m *WatchProjectsRequest) SetFilter(fv *project.Filter)
- func (m *WatchProjectsRequest) SetMaxChunkSize(fv int32)
- func (m *WatchProjectsRequest) SetOrderBy(fv *project.OrderBy)
- func (m *WatchProjectsRequest) SetPageSize(fv int32)
- func (m *WatchProjectsRequest) SetPageToken(fv *project.PagerCursor)
- func (m *WatchProjectsRequest) SetResumeToken(fv string)
- func (m *WatchProjectsRequest) SetStartingTime(fv *timestamppb.Timestamp)
- func (m *WatchProjectsRequest) SetType(fv watch_type.WatchType)
- func (m *WatchProjectsRequest) SetView(fv view.View)
- func (m *WatchProjectsRequest) String() string
- func (m *WatchProjectsRequest) Unmarshal(b []byte) error
- func (m *WatchProjectsRequest) UnmarshalJSON(data []byte) error
- type WatchProjectsResponse
- func (*WatchProjectsResponse) Descriptor() ([]byte, []int)
- func (m *WatchProjectsResponse) GetIsCurrent() bool
- func (m *WatchProjectsResponse) GetIsHardReset() bool
- func (m *WatchProjectsResponse) GetIsSoftReset() bool
- func (m *WatchProjectsResponse) GetPageTokenChange() *WatchProjectsResponse_PageTokenChange
- func (m *WatchProjectsResponse) GetProjectChanges() []*project.ProjectChange
- func (m *WatchProjectsResponse) GetResumeToken() string
- func (m *WatchProjectsResponse) GetSnapshotSize() int64
- func (*WatchProjectsResponse) GotenMessage()
- func (obj *WatchProjectsResponse) GotenValidate() error
- func (m *WatchProjectsResponse) Marshal() ([]byte, error)
- func (m *WatchProjectsResponse) MarshalJSON() ([]byte, error)
- func (*WatchProjectsResponse) ProtoMessage()
- func (m *WatchProjectsResponse) ProtoReflect() preflect.Message
- func (m *WatchProjectsResponse) Reset()
- func (m *WatchProjectsResponse) SetIsCurrent(fv bool)
- func (m *WatchProjectsResponse) SetIsHardReset(fv bool)
- func (m *WatchProjectsResponse) SetIsSoftReset(fv bool)
- func (m *WatchProjectsResponse) SetPageTokenChange(fv *WatchProjectsResponse_PageTokenChange)
- func (m *WatchProjectsResponse) SetProjectChanges(fv []*project.ProjectChange)
- func (m *WatchProjectsResponse) SetResumeToken(fv string)
- func (m *WatchProjectsResponse) SetSnapshotSize(fv int64)
- func (m *WatchProjectsResponse) String() string
- func (m *WatchProjectsResponse) Unmarshal(b []byte) error
- func (m *WatchProjectsResponse) UnmarshalJSON(data []byte) error
- type WatchProjectsResponse_PageTokenChange
- func (*WatchProjectsResponse_PageTokenChange) Descriptor() ([]byte, []int)
- func (m *WatchProjectsResponse_PageTokenChange) GetNextPageToken() *project.PagerCursor
- func (m *WatchProjectsResponse_PageTokenChange) GetPrevPageToken() *project.PagerCursor
- func (*WatchProjectsResponse_PageTokenChange) GotenMessage()
- func (obj *WatchProjectsResponse_PageTokenChange) GotenValidate() error
- func (m *WatchProjectsResponse_PageTokenChange) Marshal() ([]byte, error)
- func (m *WatchProjectsResponse_PageTokenChange) MarshalJSON() ([]byte, error)
- func (*WatchProjectsResponse_PageTokenChange) ProtoMessage()
- func (m *WatchProjectsResponse_PageTokenChange) ProtoReflect() preflect.Message
- func (m *WatchProjectsResponse_PageTokenChange) Reset()
- func (m *WatchProjectsResponse_PageTokenChange) SetNextPageToken(fv *project.PagerCursor)
- func (m *WatchProjectsResponse_PageTokenChange) SetPrevPageToken(fv *project.PagerCursor)
- func (m *WatchProjectsResponse_PageTokenChange) String() string
- func (m *WatchProjectsResponse_PageTokenChange) Unmarshal(b []byte) error
- func (m *WatchProjectsResponse_PageTokenChange) UnmarshalJSON(data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchGetProjectsDescriptor ¶
type BatchGetProjectsDescriptor struct{}
func GetBatchGetProjectsDescriptor ¶
func GetBatchGetProjectsDescriptor() *BatchGetProjectsDescriptor
func (*BatchGetProjectsDescriptor) GetApiDescriptor ¶
func (d *BatchGetProjectsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*BatchGetProjectsDescriptor) GetApiName ¶
func (d *BatchGetProjectsDescriptor) GetApiName() string
func (*BatchGetProjectsDescriptor) GetClientMsgReflectHandle ¶
func (d *BatchGetProjectsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*BatchGetProjectsDescriptor) GetFullMethodName ¶
func (d *BatchGetProjectsDescriptor) GetFullMethodName() string
func (*BatchGetProjectsDescriptor) GetMethodName ¶
func (d *BatchGetProjectsDescriptor) GetMethodName() string
func (*BatchGetProjectsDescriptor) GetProtoPkgName ¶
func (d *BatchGetProjectsDescriptor) GetProtoPkgName() string
func (*BatchGetProjectsDescriptor) GetResourceDescriptor ¶
func (d *BatchGetProjectsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*BatchGetProjectsDescriptor) GetServerMsgReflectHandle ¶
func (d *BatchGetProjectsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*BatchGetProjectsDescriptor) GetServiceDomain ¶
func (d *BatchGetProjectsDescriptor) GetServiceDomain() string
func (*BatchGetProjectsDescriptor) GetServiceVersion ¶
func (d *BatchGetProjectsDescriptor) GetServiceVersion() string
func (*BatchGetProjectsDescriptor) GetVerb ¶
func (d *BatchGetProjectsDescriptor) GetVerb() string
func (*BatchGetProjectsDescriptor) HasResource ¶
func (d *BatchGetProjectsDescriptor) HasResource() bool
func (*BatchGetProjectsDescriptor) IsClientStream ¶
func (d *BatchGetProjectsDescriptor) IsClientStream() bool
func (*BatchGetProjectsDescriptor) IsCollection ¶
func (d *BatchGetProjectsDescriptor) IsCollection() bool
func (*BatchGetProjectsDescriptor) IsPlural ¶
func (d *BatchGetProjectsDescriptor) IsPlural() bool
func (*BatchGetProjectsDescriptor) IsServerStream ¶
func (d *BatchGetProjectsDescriptor) IsServerStream() bool
func (*BatchGetProjectsDescriptor) IsUnary ¶
func (d *BatchGetProjectsDescriptor) IsUnary() bool
func (*BatchGetProjectsDescriptor) NewEmptyClientMsg ¶
func (d *BatchGetProjectsDescriptor) NewEmptyClientMsg() proto.Message
func (*BatchGetProjectsDescriptor) NewEmptyServerMsg ¶
func (d *BatchGetProjectsDescriptor) NewEmptyServerMsg() proto.Message
func (*BatchGetProjectsDescriptor) RequestHasResourceBody ¶
func (d *BatchGetProjectsDescriptor) RequestHasResourceBody() bool
type BatchGetProjectsDescriptorClientMsgHandle ¶
type BatchGetProjectsDescriptorClientMsgHandle struct{}
func (*BatchGetProjectsDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *BatchGetProjectsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetProjectsDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *BatchGetProjectsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*BatchGetProjectsDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *BatchGetProjectsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*BatchGetProjectsDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *BatchGetProjectsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetProjectsDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *BatchGetProjectsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type BatchGetProjectsDescriptorServerMsgHandle ¶
type BatchGetProjectsDescriptorServerMsgHandle struct{}
func (*BatchGetProjectsDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *BatchGetProjectsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetProjectsDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *BatchGetProjectsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*BatchGetProjectsDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *BatchGetProjectsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*BatchGetProjectsDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *BatchGetProjectsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetProjectsDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *BatchGetProjectsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type BatchGetProjectsRequest ¶
type BatchGetProjectsRequest struct { // Names of Projects Names []*project.Name `protobuf:"bytes,2,rep,customtype=Name,name=names,proto3" json:"names,omitempty" firestore:"names"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view FieldMask *project.Project_FieldMask `` /* 139-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"` // contains filtered or unexported fields }
Request message for method [BatchGetProjects][ntt.iam.v1.BatchGetProjects]
func (*BatchGetProjectsRequest) Descriptor ¶
func (*BatchGetProjectsRequest) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetProjectsRequest.ProtoReflect.Descriptor instead.
func (*BatchGetProjectsRequest) GetFieldMask ¶
func (m *BatchGetProjectsRequest) GetFieldMask() *project.Project_FieldMask
func (*BatchGetProjectsRequest) GetNames ¶
func (m *BatchGetProjectsRequest) GetNames() []*project.Name
func (*BatchGetProjectsRequest) GetView ¶
func (m *BatchGetProjectsRequest) GetView() view.View
func (*BatchGetProjectsRequest) GotenMessage ¶
func (*BatchGetProjectsRequest) GotenMessage()
func (*BatchGetProjectsRequest) GotenValidate ¶
func (obj *BatchGetProjectsRequest) GotenValidate() error
func (*BatchGetProjectsRequest) Marshal ¶
func (m *BatchGetProjectsRequest) Marshal() ([]byte, error)
func (*BatchGetProjectsRequest) MarshalJSON ¶
func (m *BatchGetProjectsRequest) MarshalJSON() ([]byte, error)
func (*BatchGetProjectsRequest) ProtoMessage ¶
func (*BatchGetProjectsRequest) ProtoMessage()
func (*BatchGetProjectsRequest) ProtoReflect ¶
func (m *BatchGetProjectsRequest) ProtoReflect() preflect.Message
func (*BatchGetProjectsRequest) Reset ¶
func (m *BatchGetProjectsRequest) Reset()
func (*BatchGetProjectsRequest) SetFieldMask ¶
func (m *BatchGetProjectsRequest) SetFieldMask(fv *project.Project_FieldMask)
func (*BatchGetProjectsRequest) SetNames ¶
func (m *BatchGetProjectsRequest) SetNames(fv []*project.Name)
func (*BatchGetProjectsRequest) SetView ¶
func (m *BatchGetProjectsRequest) SetView(fv view.View)
func (*BatchGetProjectsRequest) String ¶
func (m *BatchGetProjectsRequest) String() string
func (*BatchGetProjectsRequest) Unmarshal ¶
func (m *BatchGetProjectsRequest) Unmarshal(b []byte) error
func (*BatchGetProjectsRequest) UnmarshalJSON ¶
func (m *BatchGetProjectsRequest) UnmarshalJSON(data []byte) error
type BatchGetProjectsResponse ¶
type BatchGetProjectsResponse struct { // found Projects Projects []*project.Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty" firestore:"projects"` // list of not found Projects Missing []*project.Name `protobuf:"bytes,2,rep,customtype=Name,name=missing,proto3" json:"missing,omitempty" firestore:"missing"` // contains filtered or unexported fields }
BatchGetProjectsResponse
func (*BatchGetProjectsResponse) Descriptor ¶
func (*BatchGetProjectsResponse) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetProjectsResponse.ProtoReflect.Descriptor instead.
func (*BatchGetProjectsResponse) GetMissing ¶
func (m *BatchGetProjectsResponse) GetMissing() []*project.Name
func (*BatchGetProjectsResponse) GetProjects ¶
func (m *BatchGetProjectsResponse) GetProjects() []*project.Project
func (*BatchGetProjectsResponse) GotenMessage ¶
func (*BatchGetProjectsResponse) GotenMessage()
func (*BatchGetProjectsResponse) GotenValidate ¶
func (obj *BatchGetProjectsResponse) GotenValidate() error
func (*BatchGetProjectsResponse) Marshal ¶
func (m *BatchGetProjectsResponse) Marshal() ([]byte, error)
func (*BatchGetProjectsResponse) MarshalJSON ¶
func (m *BatchGetProjectsResponse) MarshalJSON() ([]byte, error)
func (*BatchGetProjectsResponse) ProtoMessage ¶
func (*BatchGetProjectsResponse) ProtoMessage()
func (*BatchGetProjectsResponse) ProtoReflect ¶
func (m *BatchGetProjectsResponse) ProtoReflect() preflect.Message
func (*BatchGetProjectsResponse) Reset ¶
func (m *BatchGetProjectsResponse) Reset()
func (*BatchGetProjectsResponse) SetMissing ¶
func (m *BatchGetProjectsResponse) SetMissing(fv []*project.Name)
func (*BatchGetProjectsResponse) SetProjects ¶
func (m *BatchGetProjectsResponse) SetProjects(fv []*project.Project)
func (*BatchGetProjectsResponse) String ¶
func (m *BatchGetProjectsResponse) String() string
func (*BatchGetProjectsResponse) Unmarshal ¶
func (m *BatchGetProjectsResponse) Unmarshal(b []byte) error
func (*BatchGetProjectsResponse) UnmarshalJSON ¶
func (m *BatchGetProjectsResponse) UnmarshalJSON(data []byte) error
type CreateProjectDescriptor ¶
type CreateProjectDescriptor struct{}
func GetCreateProjectDescriptor ¶
func GetCreateProjectDescriptor() *CreateProjectDescriptor
func (*CreateProjectDescriptor) GetApiDescriptor ¶
func (d *CreateProjectDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*CreateProjectDescriptor) GetApiName ¶
func (d *CreateProjectDescriptor) GetApiName() string
func (*CreateProjectDescriptor) GetClientMsgReflectHandle ¶
func (d *CreateProjectDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*CreateProjectDescriptor) GetFullMethodName ¶
func (d *CreateProjectDescriptor) GetFullMethodName() string
func (*CreateProjectDescriptor) GetMethodName ¶
func (d *CreateProjectDescriptor) GetMethodName() string
func (*CreateProjectDescriptor) GetProtoPkgName ¶
func (d *CreateProjectDescriptor) GetProtoPkgName() string
func (*CreateProjectDescriptor) GetResourceDescriptor ¶
func (d *CreateProjectDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*CreateProjectDescriptor) GetServerMsgReflectHandle ¶
func (d *CreateProjectDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*CreateProjectDescriptor) GetServiceDomain ¶
func (d *CreateProjectDescriptor) GetServiceDomain() string
func (*CreateProjectDescriptor) GetServiceVersion ¶
func (d *CreateProjectDescriptor) GetServiceVersion() string
func (*CreateProjectDescriptor) GetVerb ¶
func (d *CreateProjectDescriptor) GetVerb() string
func (*CreateProjectDescriptor) HasResource ¶
func (d *CreateProjectDescriptor) HasResource() bool
func (*CreateProjectDescriptor) IsClientStream ¶
func (d *CreateProjectDescriptor) IsClientStream() bool
func (*CreateProjectDescriptor) IsCollection ¶
func (d *CreateProjectDescriptor) IsCollection() bool
func (*CreateProjectDescriptor) IsPlural ¶
func (d *CreateProjectDescriptor) IsPlural() bool
func (*CreateProjectDescriptor) IsServerStream ¶
func (d *CreateProjectDescriptor) IsServerStream() bool
func (*CreateProjectDescriptor) IsUnary ¶
func (d *CreateProjectDescriptor) IsUnary() bool
func (*CreateProjectDescriptor) NewEmptyClientMsg ¶
func (d *CreateProjectDescriptor) NewEmptyClientMsg() proto.Message
func (*CreateProjectDescriptor) NewEmptyServerMsg ¶
func (d *CreateProjectDescriptor) NewEmptyServerMsg() proto.Message
func (*CreateProjectDescriptor) RequestHasResourceBody ¶
func (d *CreateProjectDescriptor) RequestHasResourceBody() bool
type CreateProjectDescriptorClientMsgHandle ¶
type CreateProjectDescriptorClientMsgHandle struct{}
func (*CreateProjectDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *CreateProjectDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateProjectDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *CreateProjectDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*CreateProjectDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *CreateProjectDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*CreateProjectDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *CreateProjectDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateProjectDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *CreateProjectDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateProjectDescriptorServerMsgHandle ¶
type CreateProjectDescriptorServerMsgHandle struct{}
func (*CreateProjectDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *CreateProjectDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateProjectDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *CreateProjectDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*CreateProjectDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *CreateProjectDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*CreateProjectDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *CreateProjectDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateProjectDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *CreateProjectDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateProjectRequest ¶
type CreateProjectRequest struct { // Project resource body Project *project.Project `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty" firestore:"project"` // contains filtered or unexported fields }
Request message for method [CreateProject][ntt.iam.v1.CreateProject]
func (*CreateProjectRequest) Descriptor ¶
func (*CreateProjectRequest) Descriptor() ([]byte, []int)
Deprecated, Use CreateProjectRequest.ProtoReflect.Descriptor instead.
func (*CreateProjectRequest) GetProject ¶
func (m *CreateProjectRequest) GetProject() *project.Project
func (*CreateProjectRequest) GotenMessage ¶
func (*CreateProjectRequest) GotenMessage()
func (*CreateProjectRequest) GotenValidate ¶
func (obj *CreateProjectRequest) GotenValidate() error
func (*CreateProjectRequest) Marshal ¶
func (m *CreateProjectRequest) Marshal() ([]byte, error)
func (*CreateProjectRequest) MarshalJSON ¶
func (m *CreateProjectRequest) MarshalJSON() ([]byte, error)
func (*CreateProjectRequest) ProtoMessage ¶
func (*CreateProjectRequest) ProtoMessage()
func (*CreateProjectRequest) ProtoReflect ¶
func (m *CreateProjectRequest) ProtoReflect() preflect.Message
func (*CreateProjectRequest) Reset ¶
func (m *CreateProjectRequest) Reset()
func (*CreateProjectRequest) SetProject ¶
func (m *CreateProjectRequest) SetProject(fv *project.Project)
func (*CreateProjectRequest) String ¶
func (m *CreateProjectRequest) String() string
func (*CreateProjectRequest) Unmarshal ¶
func (m *CreateProjectRequest) Unmarshal(b []byte) error
func (*CreateProjectRequest) UnmarshalJSON ¶
func (m *CreateProjectRequest) UnmarshalJSON(data []byte) error
type DeleteProjectDescriptor ¶
type DeleteProjectDescriptor struct{}
func GetDeleteProjectDescriptor ¶
func GetDeleteProjectDescriptor() *DeleteProjectDescriptor
func (*DeleteProjectDescriptor) GetApiDescriptor ¶
func (d *DeleteProjectDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*DeleteProjectDescriptor) GetApiName ¶
func (d *DeleteProjectDescriptor) GetApiName() string
func (*DeleteProjectDescriptor) GetClientMsgReflectHandle ¶
func (d *DeleteProjectDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*DeleteProjectDescriptor) GetFullMethodName ¶
func (d *DeleteProjectDescriptor) GetFullMethodName() string
func (*DeleteProjectDescriptor) GetMethodName ¶
func (d *DeleteProjectDescriptor) GetMethodName() string
func (*DeleteProjectDescriptor) GetProtoPkgName ¶
func (d *DeleteProjectDescriptor) GetProtoPkgName() string
func (*DeleteProjectDescriptor) GetResourceDescriptor ¶
func (d *DeleteProjectDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*DeleteProjectDescriptor) GetServerMsgReflectHandle ¶
func (d *DeleteProjectDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*DeleteProjectDescriptor) GetServiceDomain ¶
func (d *DeleteProjectDescriptor) GetServiceDomain() string
func (*DeleteProjectDescriptor) GetServiceVersion ¶
func (d *DeleteProjectDescriptor) GetServiceVersion() string
func (*DeleteProjectDescriptor) GetVerb ¶
func (d *DeleteProjectDescriptor) GetVerb() string
func (*DeleteProjectDescriptor) HasResource ¶
func (d *DeleteProjectDescriptor) HasResource() bool
func (*DeleteProjectDescriptor) IsClientStream ¶
func (d *DeleteProjectDescriptor) IsClientStream() bool
func (*DeleteProjectDescriptor) IsCollection ¶
func (d *DeleteProjectDescriptor) IsCollection() bool
func (*DeleteProjectDescriptor) IsPlural ¶
func (d *DeleteProjectDescriptor) IsPlural() bool
func (*DeleteProjectDescriptor) IsServerStream ¶
func (d *DeleteProjectDescriptor) IsServerStream() bool
func (*DeleteProjectDescriptor) IsUnary ¶
func (d *DeleteProjectDescriptor) IsUnary() bool
func (*DeleteProjectDescriptor) NewEmptyClientMsg ¶
func (d *DeleteProjectDescriptor) NewEmptyClientMsg() proto.Message
func (*DeleteProjectDescriptor) NewEmptyServerMsg ¶
func (d *DeleteProjectDescriptor) NewEmptyServerMsg() proto.Message
func (*DeleteProjectDescriptor) RequestHasResourceBody ¶
func (d *DeleteProjectDescriptor) RequestHasResourceBody() bool
type DeleteProjectDescriptorClientMsgHandle ¶
type DeleteProjectDescriptorClientMsgHandle struct{}
func (*DeleteProjectDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *DeleteProjectDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*DeleteProjectDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *DeleteProjectDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*DeleteProjectDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *DeleteProjectDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*DeleteProjectDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *DeleteProjectDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*DeleteProjectDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *DeleteProjectDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type DeleteProjectDescriptorServerMsgHandle ¶
type DeleteProjectDescriptorServerMsgHandle struct{}
func (*DeleteProjectDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *DeleteProjectDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*DeleteProjectDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *DeleteProjectDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*DeleteProjectDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *DeleteProjectDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*DeleteProjectDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *DeleteProjectDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*DeleteProjectDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *DeleteProjectDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type DeleteProjectRequest ¶
type DeleteProjectRequest struct { // Name of ntt.iam.v1.Project Name *project.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // contains filtered or unexported fields }
Request message for method [DeleteProject][ntt.iam.v1.DeleteProject]
func (*DeleteProjectRequest) Descriptor ¶
func (*DeleteProjectRequest) Descriptor() ([]byte, []int)
Deprecated, Use DeleteProjectRequest.ProtoReflect.Descriptor instead.
func (*DeleteProjectRequest) GetName ¶
func (m *DeleteProjectRequest) GetName() *project.Name
func (*DeleteProjectRequest) GotenMessage ¶
func (*DeleteProjectRequest) GotenMessage()
func (*DeleteProjectRequest) GotenValidate ¶
func (obj *DeleteProjectRequest) GotenValidate() error
func (*DeleteProjectRequest) Marshal ¶
func (m *DeleteProjectRequest) Marshal() ([]byte, error)
func (*DeleteProjectRequest) MarshalJSON ¶
func (m *DeleteProjectRequest) MarshalJSON() ([]byte, error)
func (*DeleteProjectRequest) ProtoMessage ¶
func (*DeleteProjectRequest) ProtoMessage()
func (*DeleteProjectRequest) ProtoReflect ¶
func (m *DeleteProjectRequest) ProtoReflect() preflect.Message
func (*DeleteProjectRequest) Reset ¶
func (m *DeleteProjectRequest) Reset()
func (*DeleteProjectRequest) SetName ¶
func (m *DeleteProjectRequest) SetName(fv *project.Name)
func (*DeleteProjectRequest) String ¶
func (m *DeleteProjectRequest) String() string
func (*DeleteProjectRequest) Unmarshal ¶
func (m *DeleteProjectRequest) Unmarshal(b []byte) error
func (*DeleteProjectRequest) UnmarshalJSON ¶
func (m *DeleteProjectRequest) UnmarshalJSON(data []byte) error
type GetProjectDescriptor ¶
type GetProjectDescriptor struct{}
func GetGetProjectDescriptor ¶
func GetGetProjectDescriptor() *GetProjectDescriptor
func (*GetProjectDescriptor) GetApiDescriptor ¶
func (d *GetProjectDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*GetProjectDescriptor) GetApiName ¶
func (d *GetProjectDescriptor) GetApiName() string
func (*GetProjectDescriptor) GetClientMsgReflectHandle ¶
func (d *GetProjectDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*GetProjectDescriptor) GetFullMethodName ¶
func (d *GetProjectDescriptor) GetFullMethodName() string
func (*GetProjectDescriptor) GetMethodName ¶
func (d *GetProjectDescriptor) GetMethodName() string
func (*GetProjectDescriptor) GetProtoPkgName ¶
func (d *GetProjectDescriptor) GetProtoPkgName() string
func (*GetProjectDescriptor) GetResourceDescriptor ¶
func (d *GetProjectDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*GetProjectDescriptor) GetServerMsgReflectHandle ¶
func (d *GetProjectDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*GetProjectDescriptor) GetServiceDomain ¶
func (d *GetProjectDescriptor) GetServiceDomain() string
func (*GetProjectDescriptor) GetServiceVersion ¶
func (d *GetProjectDescriptor) GetServiceVersion() string
func (*GetProjectDescriptor) GetVerb ¶
func (d *GetProjectDescriptor) GetVerb() string
func (*GetProjectDescriptor) HasResource ¶
func (d *GetProjectDescriptor) HasResource() bool
func (*GetProjectDescriptor) IsClientStream ¶
func (d *GetProjectDescriptor) IsClientStream() bool
func (*GetProjectDescriptor) IsCollection ¶
func (d *GetProjectDescriptor) IsCollection() bool
func (*GetProjectDescriptor) IsPlural ¶
func (d *GetProjectDescriptor) IsPlural() bool
func (*GetProjectDescriptor) IsServerStream ¶
func (d *GetProjectDescriptor) IsServerStream() bool
func (*GetProjectDescriptor) IsUnary ¶
func (d *GetProjectDescriptor) IsUnary() bool
func (*GetProjectDescriptor) NewEmptyClientMsg ¶
func (d *GetProjectDescriptor) NewEmptyClientMsg() proto.Message
func (*GetProjectDescriptor) NewEmptyServerMsg ¶
func (d *GetProjectDescriptor) NewEmptyServerMsg() proto.Message
func (*GetProjectDescriptor) RequestHasResourceBody ¶
func (d *GetProjectDescriptor) RequestHasResourceBody() bool
type GetProjectDescriptorClientMsgHandle ¶
type GetProjectDescriptorClientMsgHandle struct{}
func (*GetProjectDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *GetProjectDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*GetProjectDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *GetProjectDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*GetProjectDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *GetProjectDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*GetProjectDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *GetProjectDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*GetProjectDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *GetProjectDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type GetProjectDescriptorServerMsgHandle ¶
type GetProjectDescriptorServerMsgHandle struct{}
func (*GetProjectDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *GetProjectDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*GetProjectDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *GetProjectDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*GetProjectDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *GetProjectDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*GetProjectDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *GetProjectDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*GetProjectDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *GetProjectDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type GetProjectRequest ¶
type GetProjectRequest struct { // Name of ntt.iam.v1.Project Name *project.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view FieldMask *project.Project_FieldMask `` /* 139-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"` // contains filtered or unexported fields }
Request message for method [GetProject][ntt.iam.v1.GetProject]
func (*GetProjectRequest) Descriptor ¶
func (*GetProjectRequest) Descriptor() ([]byte, []int)
Deprecated, Use GetProjectRequest.ProtoReflect.Descriptor instead.
func (*GetProjectRequest) GetFieldMask ¶
func (m *GetProjectRequest) GetFieldMask() *project.Project_FieldMask
func (*GetProjectRequest) GetName ¶
func (m *GetProjectRequest) GetName() *project.Name
func (*GetProjectRequest) GetView ¶
func (m *GetProjectRequest) GetView() view.View
func (*GetProjectRequest) GotenMessage ¶
func (*GetProjectRequest) GotenMessage()
func (*GetProjectRequest) GotenValidate ¶
func (obj *GetProjectRequest) GotenValidate() error
func (*GetProjectRequest) Marshal ¶
func (m *GetProjectRequest) Marshal() ([]byte, error)
func (*GetProjectRequest) MarshalJSON ¶
func (m *GetProjectRequest) MarshalJSON() ([]byte, error)
func (*GetProjectRequest) ProtoMessage ¶
func (*GetProjectRequest) ProtoMessage()
func (*GetProjectRequest) ProtoReflect ¶
func (m *GetProjectRequest) ProtoReflect() preflect.Message
func (*GetProjectRequest) Reset ¶
func (m *GetProjectRequest) Reset()
func (*GetProjectRequest) SetFieldMask ¶
func (m *GetProjectRequest) SetFieldMask(fv *project.Project_FieldMask)
func (*GetProjectRequest) SetName ¶
func (m *GetProjectRequest) SetName(fv *project.Name)
func (*GetProjectRequest) SetView ¶
func (m *GetProjectRequest) SetView(fv view.View)
func (*GetProjectRequest) String ¶
func (m *GetProjectRequest) String() string
func (*GetProjectRequest) Unmarshal ¶
func (m *GetProjectRequest) Unmarshal(b []byte) error
func (*GetProjectRequest) UnmarshalJSON ¶
func (m *GetProjectRequest) UnmarshalJSON(data []byte) error
type ListMyProjectsDescriptor ¶
type ListMyProjectsDescriptor struct{}
func GetListMyProjectsDescriptor ¶
func GetListMyProjectsDescriptor() *ListMyProjectsDescriptor
func (*ListMyProjectsDescriptor) GetApiDescriptor ¶
func (d *ListMyProjectsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*ListMyProjectsDescriptor) GetApiName ¶
func (d *ListMyProjectsDescriptor) GetApiName() string
func (*ListMyProjectsDescriptor) GetClientMsgReflectHandle ¶
func (d *ListMyProjectsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListMyProjectsDescriptor) GetFullMethodName ¶
func (d *ListMyProjectsDescriptor) GetFullMethodName() string
func (*ListMyProjectsDescriptor) GetMethodName ¶
func (d *ListMyProjectsDescriptor) GetMethodName() string
func (*ListMyProjectsDescriptor) GetProtoPkgName ¶
func (d *ListMyProjectsDescriptor) GetProtoPkgName() string
func (*ListMyProjectsDescriptor) GetResourceDescriptor ¶
func (d *ListMyProjectsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*ListMyProjectsDescriptor) GetServerMsgReflectHandle ¶
func (d *ListMyProjectsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListMyProjectsDescriptor) GetServiceDomain ¶
func (d *ListMyProjectsDescriptor) GetServiceDomain() string
func (*ListMyProjectsDescriptor) GetServiceVersion ¶
func (d *ListMyProjectsDescriptor) GetServiceVersion() string
func (*ListMyProjectsDescriptor) GetVerb ¶
func (d *ListMyProjectsDescriptor) GetVerb() string
func (*ListMyProjectsDescriptor) HasResource ¶
func (d *ListMyProjectsDescriptor) HasResource() bool
func (*ListMyProjectsDescriptor) IsClientStream ¶
func (d *ListMyProjectsDescriptor) IsClientStream() bool
func (*ListMyProjectsDescriptor) IsCollection ¶
func (d *ListMyProjectsDescriptor) IsCollection() bool
func (*ListMyProjectsDescriptor) IsPlural ¶
func (d *ListMyProjectsDescriptor) IsPlural() bool
func (*ListMyProjectsDescriptor) IsServerStream ¶
func (d *ListMyProjectsDescriptor) IsServerStream() bool
func (*ListMyProjectsDescriptor) IsUnary ¶
func (d *ListMyProjectsDescriptor) IsUnary() bool
func (*ListMyProjectsDescriptor) NewEmptyClientMsg ¶
func (d *ListMyProjectsDescriptor) NewEmptyClientMsg() proto.Message
func (*ListMyProjectsDescriptor) NewEmptyServerMsg ¶
func (d *ListMyProjectsDescriptor) NewEmptyServerMsg() proto.Message
func (*ListMyProjectsDescriptor) RequestHasResourceBody ¶
func (d *ListMyProjectsDescriptor) RequestHasResourceBody() bool
type ListMyProjectsDescriptorClientMsgHandle ¶
type ListMyProjectsDescriptorClientMsgHandle struct{}
func (*ListMyProjectsDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *ListMyProjectsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListMyProjectsDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *ListMyProjectsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*ListMyProjectsDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *ListMyProjectsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*ListMyProjectsDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *ListMyProjectsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListMyProjectsDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *ListMyProjectsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListMyProjectsDescriptorServerMsgHandle ¶
type ListMyProjectsDescriptorServerMsgHandle struct{}
func (*ListMyProjectsDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *ListMyProjectsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListMyProjectsDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *ListMyProjectsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*ListMyProjectsDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *ListMyProjectsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*ListMyProjectsDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *ListMyProjectsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListMyProjectsDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *ListMyProjectsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListMyProjectsRequest ¶
type ListMyProjectsRequest struct { // Requested page size. Server may return fewer Projects 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" firestore:"pageSize"` // A token identifying a page of results the server should return. // Typically, this is the value of // [ListProjectsResponse.next_page_token][ntt.iam.v1.ListMyProjectsResponse.next_page_token] PageToken *project.PagerCursor `` /* 133-byte string literal not displayed */ // Order By - // https://cloud.google.com/apis/design/design_patterns#list_pagination list // of field path with order directive, either 'asc' or 'desc'. If direction is // not provided, 'asc' is assumed. e.g. "state.nested_field asc, // state.something.else desc, theme" OrderBy *project.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"` // Filter - filter results by field criteria. Simplified SQL-like syntax with // following operators: // <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS // [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels // CONTAINS "severity:important" OR (state.last_error_time > // "2018-11-15T10:00:00Z" AND state.status = "ERROR")' Filter *project.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"` // A FieldMask used to filter response fields. When present, only requested // fields will be present in each response item. Omitting field_mask results // will cause response items to contain all present fields. FieldMask *project.Project_FieldMask `` /* 139-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for method [ListMyProjects][ntt.iam.v1.ListMyProjects]
func (*ListMyProjectsRequest) Descriptor ¶
func (*ListMyProjectsRequest) Descriptor() ([]byte, []int)
Deprecated, Use ListMyProjectsRequest.ProtoReflect.Descriptor instead.
func (*ListMyProjectsRequest) GetFieldMask ¶
func (m *ListMyProjectsRequest) GetFieldMask() *project.Project_FieldMask
func (*ListMyProjectsRequest) GetFilter ¶
func (m *ListMyProjectsRequest) GetFilter() *project.Filter
func (*ListMyProjectsRequest) GetOrderBy ¶
func (m *ListMyProjectsRequest) GetOrderBy() *project.OrderBy
func (*ListMyProjectsRequest) GetPageSize ¶
func (m *ListMyProjectsRequest) GetPageSize() int32
func (*ListMyProjectsRequest) GetPageToken ¶
func (m *ListMyProjectsRequest) GetPageToken() *project.PagerCursor
func (*ListMyProjectsRequest) GotenMessage ¶
func (*ListMyProjectsRequest) GotenMessage()
func (*ListMyProjectsRequest) GotenValidate ¶
func (obj *ListMyProjectsRequest) GotenValidate() error
func (*ListMyProjectsRequest) Marshal ¶
func (m *ListMyProjectsRequest) Marshal() ([]byte, error)
func (*ListMyProjectsRequest) MarshalJSON ¶
func (m *ListMyProjectsRequest) MarshalJSON() ([]byte, error)
func (*ListMyProjectsRequest) ProtoMessage ¶
func (*ListMyProjectsRequest) ProtoMessage()
func (*ListMyProjectsRequest) ProtoReflect ¶
func (m *ListMyProjectsRequest) ProtoReflect() preflect.Message
func (*ListMyProjectsRequest) Reset ¶
func (m *ListMyProjectsRequest) Reset()
func (*ListMyProjectsRequest) SetFieldMask ¶
func (m *ListMyProjectsRequest) SetFieldMask(fv *project.Project_FieldMask)
func (*ListMyProjectsRequest) SetFilter ¶
func (m *ListMyProjectsRequest) SetFilter(fv *project.Filter)
func (*ListMyProjectsRequest) SetOrderBy ¶
func (m *ListMyProjectsRequest) SetOrderBy(fv *project.OrderBy)
func (*ListMyProjectsRequest) SetPageSize ¶
func (m *ListMyProjectsRequest) SetPageSize(fv int32)
func (*ListMyProjectsRequest) SetPageToken ¶
func (m *ListMyProjectsRequest) SetPageToken(fv *project.PagerCursor)
func (*ListMyProjectsRequest) String ¶
func (m *ListMyProjectsRequest) String() string
func (*ListMyProjectsRequest) Unmarshal ¶
func (m *ListMyProjectsRequest) Unmarshal(b []byte) error
func (*ListMyProjectsRequest) UnmarshalJSON ¶
func (m *ListMyProjectsRequest) UnmarshalJSON(data []byte) error
type ListMyProjectsResponse ¶
type ListMyProjectsResponse struct { // The list of Projects Projects []*project.Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty" firestore:"projects"` // A token to retrieve previous page of results. Pass this value in the // [ListMyProjectsRequest.page_token][ntt.iam.v1.ListMyProjectsRequest.page_token] PrevPageToken *project.PagerCursor `` /* 151-byte string literal not displayed */ // A token to retrieve next page of results. Pass this value in the // [ListMyProjectsRequest.page_token][ntt.iam.v1.ListMyProjectsRequest.page_token] NextPageToken *project.PagerCursor `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
Response message for method [ListMyProjects][ntt.iam.v1.ListMyProjects]
func (*ListMyProjectsResponse) Descriptor ¶
func (*ListMyProjectsResponse) Descriptor() ([]byte, []int)
Deprecated, Use ListMyProjectsResponse.ProtoReflect.Descriptor instead.
func (*ListMyProjectsResponse) GetNextPageToken ¶
func (m *ListMyProjectsResponse) GetNextPageToken() *project.PagerCursor
func (*ListMyProjectsResponse) GetPrevPageToken ¶
func (m *ListMyProjectsResponse) GetPrevPageToken() *project.PagerCursor
func (*ListMyProjectsResponse) GetProjects ¶
func (m *ListMyProjectsResponse) GetProjects() []*project.Project
func (*ListMyProjectsResponse) GotenMessage ¶
func (*ListMyProjectsResponse) GotenMessage()
func (*ListMyProjectsResponse) GotenValidate ¶
func (obj *ListMyProjectsResponse) GotenValidate() error
func (*ListMyProjectsResponse) Marshal ¶
func (m *ListMyProjectsResponse) Marshal() ([]byte, error)
func (*ListMyProjectsResponse) MarshalJSON ¶
func (m *ListMyProjectsResponse) MarshalJSON() ([]byte, error)
func (*ListMyProjectsResponse) ProtoMessage ¶
func (*ListMyProjectsResponse) ProtoMessage()
func (*ListMyProjectsResponse) ProtoReflect ¶
func (m *ListMyProjectsResponse) ProtoReflect() preflect.Message
func (*ListMyProjectsResponse) Reset ¶
func (m *ListMyProjectsResponse) Reset()
func (*ListMyProjectsResponse) SetNextPageToken ¶
func (m *ListMyProjectsResponse) SetNextPageToken(fv *project.PagerCursor)
func (*ListMyProjectsResponse) SetPrevPageToken ¶
func (m *ListMyProjectsResponse) SetPrevPageToken(fv *project.PagerCursor)
func (*ListMyProjectsResponse) SetProjects ¶
func (m *ListMyProjectsResponse) SetProjects(fv []*project.Project)
func (*ListMyProjectsResponse) String ¶
func (m *ListMyProjectsResponse) String() string
func (*ListMyProjectsResponse) Unmarshal ¶
func (m *ListMyProjectsResponse) Unmarshal(b []byte) error
func (*ListMyProjectsResponse) UnmarshalJSON ¶
func (m *ListMyProjectsResponse) UnmarshalJSON(data []byte) error
type ListProjectsDescriptor ¶
type ListProjectsDescriptor struct{}
func GetListProjectsDescriptor ¶
func GetListProjectsDescriptor() *ListProjectsDescriptor
func (*ListProjectsDescriptor) GetApiDescriptor ¶
func (d *ListProjectsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*ListProjectsDescriptor) GetApiName ¶
func (d *ListProjectsDescriptor) GetApiName() string
func (*ListProjectsDescriptor) GetClientMsgReflectHandle ¶
func (d *ListProjectsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListProjectsDescriptor) GetFullMethodName ¶
func (d *ListProjectsDescriptor) GetFullMethodName() string
func (*ListProjectsDescriptor) GetMethodName ¶
func (d *ListProjectsDescriptor) GetMethodName() string
func (*ListProjectsDescriptor) GetProtoPkgName ¶
func (d *ListProjectsDescriptor) GetProtoPkgName() string
func (*ListProjectsDescriptor) GetResourceDescriptor ¶
func (d *ListProjectsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*ListProjectsDescriptor) GetServerMsgReflectHandle ¶
func (d *ListProjectsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListProjectsDescriptor) GetServiceDomain ¶
func (d *ListProjectsDescriptor) GetServiceDomain() string
func (*ListProjectsDescriptor) GetServiceVersion ¶
func (d *ListProjectsDescriptor) GetServiceVersion() string
func (*ListProjectsDescriptor) GetVerb ¶
func (d *ListProjectsDescriptor) GetVerb() string
func (*ListProjectsDescriptor) HasResource ¶
func (d *ListProjectsDescriptor) HasResource() bool
func (*ListProjectsDescriptor) IsClientStream ¶
func (d *ListProjectsDescriptor) IsClientStream() bool
func (*ListProjectsDescriptor) IsCollection ¶
func (d *ListProjectsDescriptor) IsCollection() bool
func (*ListProjectsDescriptor) IsPlural ¶
func (d *ListProjectsDescriptor) IsPlural() bool
func (*ListProjectsDescriptor) IsServerStream ¶
func (d *ListProjectsDescriptor) IsServerStream() bool
func (*ListProjectsDescriptor) IsUnary ¶
func (d *ListProjectsDescriptor) IsUnary() bool
func (*ListProjectsDescriptor) NewEmptyClientMsg ¶
func (d *ListProjectsDescriptor) NewEmptyClientMsg() proto.Message
func (*ListProjectsDescriptor) NewEmptyServerMsg ¶
func (d *ListProjectsDescriptor) NewEmptyServerMsg() proto.Message
func (*ListProjectsDescriptor) RequestHasResourceBody ¶
func (d *ListProjectsDescriptor) RequestHasResourceBody() bool
type ListProjectsDescriptorClientMsgHandle ¶
type ListProjectsDescriptorClientMsgHandle struct{}
func (*ListProjectsDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *ListProjectsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListProjectsDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *ListProjectsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*ListProjectsDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *ListProjectsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*ListProjectsDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *ListProjectsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListProjectsDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *ListProjectsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListProjectsDescriptorServerMsgHandle ¶
type ListProjectsDescriptorServerMsgHandle struct{}
func (*ListProjectsDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *ListProjectsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListProjectsDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *ListProjectsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*ListProjectsDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *ListProjectsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*ListProjectsDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *ListProjectsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListProjectsDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *ListProjectsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListProjectsRequest ¶
type ListProjectsRequest struct { // Requested page size. Server may return fewer Projects 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" firestore:"pageSize"` // A token identifying a page of results the server should return. // Typically, this is the value of // [ListProjectsResponse.next_page_token][ntt.iam.v1.ListProjectsResponse.next_page_token] PageToken *project.PagerCursor `` /* 133-byte string literal not displayed */ // Order By - // https://cloud.google.com/apis/design/design_patterns#list_pagination list // of field path with order directive, either 'asc' or 'desc'. If direction is // not provided, 'asc' is assumed. e.g. "state.nested_field asc, // state.something.else desc, theme" OrderBy *project.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"` // Filter - filter results by field criteria. Simplified SQL-like syntax with // following operators: // <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS // [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels // CONTAINS "severity:important" OR (state.last_error_time > // "2018-11-15T10:00:00Z" AND state.status = "ERROR")' Filter *project.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view FieldMask *project.Project_FieldMask `` /* 139-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"` // Indicates if list response should contain total count and offset (fields // current_offset and total_results_count). IncludePagingInfo bool `` /* 145-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for method [ListProjects][ntt.iam.v1.ListProjects]
func (*ListProjectsRequest) Descriptor ¶
func (*ListProjectsRequest) Descriptor() ([]byte, []int)
Deprecated, Use ListProjectsRequest.ProtoReflect.Descriptor instead.
func (*ListProjectsRequest) GetFieldMask ¶
func (m *ListProjectsRequest) GetFieldMask() *project.Project_FieldMask
func (*ListProjectsRequest) GetFilter ¶
func (m *ListProjectsRequest) GetFilter() *project.Filter
func (*ListProjectsRequest) GetIncludePagingInfo ¶
func (m *ListProjectsRequest) GetIncludePagingInfo() bool
func (*ListProjectsRequest) GetOrderBy ¶
func (m *ListProjectsRequest) GetOrderBy() *project.OrderBy
func (*ListProjectsRequest) GetPageSize ¶
func (m *ListProjectsRequest) GetPageSize() int32
func (*ListProjectsRequest) GetPageToken ¶
func (m *ListProjectsRequest) GetPageToken() *project.PagerCursor
func (*ListProjectsRequest) GetView ¶
func (m *ListProjectsRequest) GetView() view.View
func (*ListProjectsRequest) GotenMessage ¶
func (*ListProjectsRequest) GotenMessage()
func (*ListProjectsRequest) GotenValidate ¶
func (obj *ListProjectsRequest) GotenValidate() error
func (*ListProjectsRequest) Marshal ¶
func (m *ListProjectsRequest) Marshal() ([]byte, error)
func (*ListProjectsRequest) MarshalJSON ¶
func (m *ListProjectsRequest) MarshalJSON() ([]byte, error)
func (*ListProjectsRequest) ProtoMessage ¶
func (*ListProjectsRequest) ProtoMessage()
func (*ListProjectsRequest) ProtoReflect ¶
func (m *ListProjectsRequest) ProtoReflect() preflect.Message
func (*ListProjectsRequest) Reset ¶
func (m *ListProjectsRequest) Reset()
func (*ListProjectsRequest) SetFieldMask ¶
func (m *ListProjectsRequest) SetFieldMask(fv *project.Project_FieldMask)
func (*ListProjectsRequest) SetFilter ¶
func (m *ListProjectsRequest) SetFilter(fv *project.Filter)
func (*ListProjectsRequest) SetIncludePagingInfo ¶
func (m *ListProjectsRequest) SetIncludePagingInfo(fv bool)
func (*ListProjectsRequest) SetOrderBy ¶
func (m *ListProjectsRequest) SetOrderBy(fv *project.OrderBy)
func (*ListProjectsRequest) SetPageSize ¶
func (m *ListProjectsRequest) SetPageSize(fv int32)
func (*ListProjectsRequest) SetPageToken ¶
func (m *ListProjectsRequest) SetPageToken(fv *project.PagerCursor)
func (*ListProjectsRequest) SetView ¶
func (m *ListProjectsRequest) SetView(fv view.View)
func (*ListProjectsRequest) String ¶
func (m *ListProjectsRequest) String() string
func (*ListProjectsRequest) Unmarshal ¶
func (m *ListProjectsRequest) Unmarshal(b []byte) error
func (*ListProjectsRequest) UnmarshalJSON ¶
func (m *ListProjectsRequest) UnmarshalJSON(data []byte) error
type ListProjectsResponse ¶
type ListProjectsResponse struct { // The list of Projects Projects []*project.Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty" firestore:"projects"` // A token to retrieve previous page of results. Pass this value in the // [ListProjectsRequest.page_token][ntt.iam.v1.ListProjectsRequest.page_token] PrevPageToken *project.PagerCursor `` /* 151-byte string literal not displayed */ // A token to retrieve next page of results. Pass this value in the // [ListProjectsRequest.page_token][ntt.iam.v1.ListProjectsRequest.page_token] NextPageToken *project.PagerCursor `` /* 151-byte string literal not displayed */ // Current offset from the first page or 0 if no page tokens were given, // paging info was not requested or there was an error while trying to get // it). Page index can be computed from offset and limit provided in a // request. CurrentOffset int32 `` /* 127-byte string literal not displayed */ // Number of total Projects across all pages or 0, if there are no items, // paging info was not requested or there was an error while trying to get it. TotalResultsCount int32 `` /* 145-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for method [ListProjects][ntt.iam.v1.ListProjects]
func (*ListProjectsResponse) Descriptor ¶
func (*ListProjectsResponse) Descriptor() ([]byte, []int)
Deprecated, Use ListProjectsResponse.ProtoReflect.Descriptor instead.
func (*ListProjectsResponse) GetCurrentOffset ¶
func (m *ListProjectsResponse) GetCurrentOffset() int32
func (*ListProjectsResponse) GetNextPageToken ¶
func (m *ListProjectsResponse) GetNextPageToken() *project.PagerCursor
func (*ListProjectsResponse) GetPrevPageToken ¶
func (m *ListProjectsResponse) GetPrevPageToken() *project.PagerCursor
func (*ListProjectsResponse) GetProjects ¶
func (m *ListProjectsResponse) GetProjects() []*project.Project
func (*ListProjectsResponse) GetTotalResultsCount ¶
func (m *ListProjectsResponse) GetTotalResultsCount() int32
func (*ListProjectsResponse) GotenMessage ¶
func (*ListProjectsResponse) GotenMessage()
func (*ListProjectsResponse) GotenValidate ¶
func (obj *ListProjectsResponse) GotenValidate() error
func (*ListProjectsResponse) Marshal ¶
func (m *ListProjectsResponse) Marshal() ([]byte, error)
func (*ListProjectsResponse) MarshalJSON ¶
func (m *ListProjectsResponse) MarshalJSON() ([]byte, error)
func (*ListProjectsResponse) ProtoMessage ¶
func (*ListProjectsResponse) ProtoMessage()
func (*ListProjectsResponse) ProtoReflect ¶
func (m *ListProjectsResponse) ProtoReflect() preflect.Message
func (*ListProjectsResponse) Reset ¶
func (m *ListProjectsResponse) Reset()
func (*ListProjectsResponse) SetCurrentOffset ¶
func (m *ListProjectsResponse) SetCurrentOffset(fv int32)
func (*ListProjectsResponse) SetNextPageToken ¶
func (m *ListProjectsResponse) SetNextPageToken(fv *project.PagerCursor)
func (*ListProjectsResponse) SetPrevPageToken ¶
func (m *ListProjectsResponse) SetPrevPageToken(fv *project.PagerCursor)
func (*ListProjectsResponse) SetProjects ¶
func (m *ListProjectsResponse) SetProjects(fv []*project.Project)
func (*ListProjectsResponse) SetTotalResultsCount ¶
func (m *ListProjectsResponse) SetTotalResultsCount(fv int32)
func (*ListProjectsResponse) String ¶
func (m *ListProjectsResponse) String() string
func (*ListProjectsResponse) Unmarshal ¶
func (m *ListProjectsResponse) Unmarshal(b []byte) error
func (*ListProjectsResponse) UnmarshalJSON ¶
func (m *ListProjectsResponse) UnmarshalJSON(data []byte) error
type ProjectServiceClient ¶
type ProjectServiceClient interface { GetProject(ctx context.Context, in *GetProjectRequest, opts ...grpc.CallOption) (*project.Project, error) BatchGetProjects(ctx context.Context, in *BatchGetProjectsRequest, opts ...grpc.CallOption) (*BatchGetProjectsResponse, error) ListProjects(ctx context.Context, in *ListProjectsRequest, opts ...grpc.CallOption) (*ListProjectsResponse, error) WatchProject(ctx context.Context, in *WatchProjectRequest, opts ...grpc.CallOption) (WatchProjectClientStream, error) WatchProjects(ctx context.Context, in *WatchProjectsRequest, opts ...grpc.CallOption) (WatchProjectsClientStream, error) CreateProject(ctx context.Context, in *CreateProjectRequest, opts ...grpc.CallOption) (*project.Project, error) UpdateProject(ctx context.Context, in *UpdateProjectRequest, opts ...grpc.CallOption) (*project.Project, error) DeleteProject(ctx context.Context, in *DeleteProjectRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) ListMyProjects(ctx context.Context, in *ListMyProjectsRequest, opts ...grpc.CallOption) (*ListMyProjectsResponse, error) }
ProjectServiceClient is the client API for ProjectService.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewProjectServiceClient ¶
func NewProjectServiceClient(cc grpc.ClientConnInterface) ProjectServiceClient
type ProjectServiceDescriptor ¶
type ProjectServiceDescriptor struct{}
func GetProjectServiceDescriptor ¶
func GetProjectServiceDescriptor() *ProjectServiceDescriptor
func (*ProjectServiceDescriptor) AllMethodDescriptors ¶
func (d *ProjectServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
func (*ProjectServiceDescriptor) GetApiName ¶
func (d *ProjectServiceDescriptor) GetApiName() string
func (*ProjectServiceDescriptor) GetFullAPIName ¶
func (d *ProjectServiceDescriptor) GetFullAPIName() string
func (*ProjectServiceDescriptor) GetProtoPkgName ¶
func (d *ProjectServiceDescriptor) GetProtoPkgName() string
func (*ProjectServiceDescriptor) GetServiceDomain ¶
func (d *ProjectServiceDescriptor) GetServiceDomain() string
func (*ProjectServiceDescriptor) GetServiceVersion ¶
func (d *ProjectServiceDescriptor) GetServiceVersion() string
type UpdateProjectDescriptor ¶
type UpdateProjectDescriptor struct{}
func GetUpdateProjectDescriptor ¶
func GetUpdateProjectDescriptor() *UpdateProjectDescriptor
func (*UpdateProjectDescriptor) GetApiDescriptor ¶
func (d *UpdateProjectDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*UpdateProjectDescriptor) GetApiName ¶
func (d *UpdateProjectDescriptor) GetApiName() string
func (*UpdateProjectDescriptor) GetClientMsgReflectHandle ¶
func (d *UpdateProjectDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*UpdateProjectDescriptor) GetFullMethodName ¶
func (d *UpdateProjectDescriptor) GetFullMethodName() string
func (*UpdateProjectDescriptor) GetMethodName ¶
func (d *UpdateProjectDescriptor) GetMethodName() string
func (*UpdateProjectDescriptor) GetProtoPkgName ¶
func (d *UpdateProjectDescriptor) GetProtoPkgName() string
func (*UpdateProjectDescriptor) GetResourceDescriptor ¶
func (d *UpdateProjectDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*UpdateProjectDescriptor) GetServerMsgReflectHandle ¶
func (d *UpdateProjectDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*UpdateProjectDescriptor) GetServiceDomain ¶
func (d *UpdateProjectDescriptor) GetServiceDomain() string
func (*UpdateProjectDescriptor) GetServiceVersion ¶
func (d *UpdateProjectDescriptor) GetServiceVersion() string
func (*UpdateProjectDescriptor) GetVerb ¶
func (d *UpdateProjectDescriptor) GetVerb() string
func (*UpdateProjectDescriptor) HasResource ¶
func (d *UpdateProjectDescriptor) HasResource() bool
func (*UpdateProjectDescriptor) IsClientStream ¶
func (d *UpdateProjectDescriptor) IsClientStream() bool
func (*UpdateProjectDescriptor) IsCollection ¶
func (d *UpdateProjectDescriptor) IsCollection() bool
func (*UpdateProjectDescriptor) IsPlural ¶
func (d *UpdateProjectDescriptor) IsPlural() bool
func (*UpdateProjectDescriptor) IsServerStream ¶
func (d *UpdateProjectDescriptor) IsServerStream() bool
func (*UpdateProjectDescriptor) IsUnary ¶
func (d *UpdateProjectDescriptor) IsUnary() bool
func (*UpdateProjectDescriptor) NewEmptyClientMsg ¶
func (d *UpdateProjectDescriptor) NewEmptyClientMsg() proto.Message
func (*UpdateProjectDescriptor) NewEmptyServerMsg ¶
func (d *UpdateProjectDescriptor) NewEmptyServerMsg() proto.Message
func (*UpdateProjectDescriptor) RequestHasResourceBody ¶
func (d *UpdateProjectDescriptor) RequestHasResourceBody() bool
type UpdateProjectDescriptorClientMsgHandle ¶
type UpdateProjectDescriptorClientMsgHandle struct{}
func (*UpdateProjectDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *UpdateProjectDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*UpdateProjectDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *UpdateProjectDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*UpdateProjectDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *UpdateProjectDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*UpdateProjectDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *UpdateProjectDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdateProjectDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *UpdateProjectDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type UpdateProjectDescriptorServerMsgHandle ¶
type UpdateProjectDescriptorServerMsgHandle struct{}
func (*UpdateProjectDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *UpdateProjectDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*UpdateProjectDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *UpdateProjectDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*UpdateProjectDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *UpdateProjectDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*UpdateProjectDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *UpdateProjectDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdateProjectDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *UpdateProjectDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type UpdateProjectRequest ¶
type UpdateProjectRequest struct { // Project resource body Project *project.Project `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty" firestore:"project"` // FieldMask applied to request - change will be applied only for fields in // the mask UpdateMask *project.Project_FieldMask `` /* 143-byte string literal not displayed */ // Conditional update applied to request if update should be executed only for // specific resource state. If this field is populated, then server will fetch // existing resource, compare with the one stored in the cas field (after // applying field mask) and proceed with update only and only if they match. // Otherwise RPC error Aborted will be returned. Cas *UpdateProjectRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty" firestore:"cas"` // If set to true, and the resource is not found, // a new resource will be created. In this situation, // 'field_mask' is ignored. // // https://google.aip.dev/134#create-or-update AllowMissing bool `protobuf:"varint,5,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty" firestore:"allowMissing"` // contains filtered or unexported fields }
Request message for method [UpdateProject][ntt.iam.v1.UpdateProject]
func (*UpdateProjectRequest) Descriptor ¶
func (*UpdateProjectRequest) Descriptor() ([]byte, []int)
Deprecated, Use UpdateProjectRequest.ProtoReflect.Descriptor instead.
func (*UpdateProjectRequest) GetAllowMissing ¶
func (m *UpdateProjectRequest) GetAllowMissing() bool
func (*UpdateProjectRequest) GetCas ¶
func (m *UpdateProjectRequest) GetCas() *UpdateProjectRequest_CAS
func (*UpdateProjectRequest) GetProject ¶
func (m *UpdateProjectRequest) GetProject() *project.Project
func (*UpdateProjectRequest) GetUpdateMask ¶
func (m *UpdateProjectRequest) GetUpdateMask() *project.Project_FieldMask
func (*UpdateProjectRequest) GotenMessage ¶
func (*UpdateProjectRequest) GotenMessage()
func (*UpdateProjectRequest) GotenValidate ¶
func (obj *UpdateProjectRequest) GotenValidate() error
func (*UpdateProjectRequest) Marshal ¶
func (m *UpdateProjectRequest) Marshal() ([]byte, error)
func (*UpdateProjectRequest) MarshalJSON ¶
func (m *UpdateProjectRequest) MarshalJSON() ([]byte, error)
func (*UpdateProjectRequest) ProtoMessage ¶
func (*UpdateProjectRequest) ProtoMessage()
func (*UpdateProjectRequest) ProtoReflect ¶
func (m *UpdateProjectRequest) ProtoReflect() preflect.Message
func (*UpdateProjectRequest) Reset ¶
func (m *UpdateProjectRequest) Reset()
func (*UpdateProjectRequest) SetAllowMissing ¶
func (m *UpdateProjectRequest) SetAllowMissing(fv bool)
func (*UpdateProjectRequest) SetCas ¶
func (m *UpdateProjectRequest) SetCas(fv *UpdateProjectRequest_CAS)
func (*UpdateProjectRequest) SetProject ¶
func (m *UpdateProjectRequest) SetProject(fv *project.Project)
func (*UpdateProjectRequest) SetUpdateMask ¶
func (m *UpdateProjectRequest) SetUpdateMask(fv *project.Project_FieldMask)
func (*UpdateProjectRequest) String ¶
func (m *UpdateProjectRequest) String() string
func (*UpdateProjectRequest) Unmarshal ¶
func (m *UpdateProjectRequest) Unmarshal(b []byte) error
func (*UpdateProjectRequest) UnmarshalJSON ¶
func (m *UpdateProjectRequest) UnmarshalJSON(data []byte) error
type UpdateProjectRequest_CAS ¶
type UpdateProjectRequest_CAS struct { // Conditional desired state of a resource before update. ConditionalState *project.Project `` /* 138-byte string literal not displayed */ // Field paths from conditional state of resource server should check and // compare. FieldMask *project.Project_FieldMask `` /* 139-byte string literal not displayed */ // contains filtered or unexported fields }
CAS - Compare and Swap. This object is used if user wants to make update conditional based upon previous resource version.
func (*UpdateProjectRequest_CAS) Descriptor ¶
func (*UpdateProjectRequest_CAS) Descriptor() ([]byte, []int)
Deprecated, Use UpdateProjectRequest_CAS.ProtoReflect.Descriptor instead.
func (*UpdateProjectRequest_CAS) GetConditionalState ¶
func (m *UpdateProjectRequest_CAS) GetConditionalState() *project.Project
func (*UpdateProjectRequest_CAS) GetFieldMask ¶
func (m *UpdateProjectRequest_CAS) GetFieldMask() *project.Project_FieldMask
func (*UpdateProjectRequest_CAS) GotenMessage ¶
func (*UpdateProjectRequest_CAS) GotenMessage()
func (*UpdateProjectRequest_CAS) GotenValidate ¶
func (obj *UpdateProjectRequest_CAS) GotenValidate() error
func (*UpdateProjectRequest_CAS) Marshal ¶
func (m *UpdateProjectRequest_CAS) Marshal() ([]byte, error)
func (*UpdateProjectRequest_CAS) MarshalJSON ¶
func (m *UpdateProjectRequest_CAS) MarshalJSON() ([]byte, error)
func (*UpdateProjectRequest_CAS) ProtoMessage ¶
func (*UpdateProjectRequest_CAS) ProtoMessage()
func (*UpdateProjectRequest_CAS) ProtoReflect ¶
func (m *UpdateProjectRequest_CAS) ProtoReflect() preflect.Message
func (*UpdateProjectRequest_CAS) Reset ¶
func (m *UpdateProjectRequest_CAS) Reset()
func (*UpdateProjectRequest_CAS) SetConditionalState ¶
func (m *UpdateProjectRequest_CAS) SetConditionalState(fv *project.Project)
func (*UpdateProjectRequest_CAS) SetFieldMask ¶
func (m *UpdateProjectRequest_CAS) SetFieldMask(fv *project.Project_FieldMask)
func (*UpdateProjectRequest_CAS) String ¶
func (m *UpdateProjectRequest_CAS) String() string
func (*UpdateProjectRequest_CAS) Unmarshal ¶
func (m *UpdateProjectRequest_CAS) Unmarshal(b []byte) error
func (*UpdateProjectRequest_CAS) UnmarshalJSON ¶
func (m *UpdateProjectRequest_CAS) UnmarshalJSON(data []byte) error
type WatchProjectClientStream ¶
type WatchProjectClientStream interface { Recv() (*WatchProjectResponse, error) grpc.ClientStream }
type WatchProjectDescriptor ¶
type WatchProjectDescriptor struct{}
func GetWatchProjectDescriptor ¶
func GetWatchProjectDescriptor() *WatchProjectDescriptor
func (*WatchProjectDescriptor) GetApiDescriptor ¶
func (d *WatchProjectDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*WatchProjectDescriptor) GetApiName ¶
func (d *WatchProjectDescriptor) GetApiName() string
func (*WatchProjectDescriptor) GetClientMsgReflectHandle ¶
func (d *WatchProjectDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchProjectDescriptor) GetFullMethodName ¶
func (d *WatchProjectDescriptor) GetFullMethodName() string
func (*WatchProjectDescriptor) GetMethodName ¶
func (d *WatchProjectDescriptor) GetMethodName() string
func (*WatchProjectDescriptor) GetProtoPkgName ¶
func (d *WatchProjectDescriptor) GetProtoPkgName() string
func (*WatchProjectDescriptor) GetResourceDescriptor ¶
func (d *WatchProjectDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*WatchProjectDescriptor) GetServerMsgReflectHandle ¶
func (d *WatchProjectDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchProjectDescriptor) GetServiceDomain ¶
func (d *WatchProjectDescriptor) GetServiceDomain() string
func (*WatchProjectDescriptor) GetServiceVersion ¶
func (d *WatchProjectDescriptor) GetServiceVersion() string
func (*WatchProjectDescriptor) GetVerb ¶
func (d *WatchProjectDescriptor) GetVerb() string
func (*WatchProjectDescriptor) HasResource ¶
func (d *WatchProjectDescriptor) HasResource() bool
func (*WatchProjectDescriptor) IsClientStream ¶
func (d *WatchProjectDescriptor) IsClientStream() bool
func (*WatchProjectDescriptor) IsCollection ¶
func (d *WatchProjectDescriptor) IsCollection() bool
func (*WatchProjectDescriptor) IsPlural ¶
func (d *WatchProjectDescriptor) IsPlural() bool
func (*WatchProjectDescriptor) IsServerStream ¶
func (d *WatchProjectDescriptor) IsServerStream() bool
func (*WatchProjectDescriptor) IsUnary ¶
func (d *WatchProjectDescriptor) IsUnary() bool
func (*WatchProjectDescriptor) NewEmptyClientMsg ¶
func (d *WatchProjectDescriptor) NewEmptyClientMsg() proto.Message
func (*WatchProjectDescriptor) NewEmptyServerMsg ¶
func (d *WatchProjectDescriptor) NewEmptyServerMsg() proto.Message
func (*WatchProjectDescriptor) RequestHasResourceBody ¶
func (d *WatchProjectDescriptor) RequestHasResourceBody() bool
type WatchProjectDescriptorClientMsgHandle ¶
type WatchProjectDescriptorClientMsgHandle struct{}
func (*WatchProjectDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *WatchProjectDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchProjectDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *WatchProjectDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchProjectDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *WatchProjectDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchProjectDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *WatchProjectDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchProjectDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *WatchProjectDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchProjectDescriptorServerMsgHandle ¶
type WatchProjectDescriptorServerMsgHandle struct{}
func (*WatchProjectDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *WatchProjectDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchProjectDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *WatchProjectDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchProjectDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *WatchProjectDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchProjectDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *WatchProjectDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchProjectDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *WatchProjectDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchProjectRequest ¶
type WatchProjectRequest struct { // Name of ntt.iam.v1.Project Name *project.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view FieldMask *project.Project_FieldMask `` /* 139-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"` // contains filtered or unexported fields }
Request message for method [WatchProject][ntt.iam.v1.WatchProject]
func (*WatchProjectRequest) Descriptor ¶
func (*WatchProjectRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchProjectRequest.ProtoReflect.Descriptor instead.
func (*WatchProjectRequest) GetFieldMask ¶
func (m *WatchProjectRequest) GetFieldMask() *project.Project_FieldMask
func (*WatchProjectRequest) GetName ¶
func (m *WatchProjectRequest) GetName() *project.Name
func (*WatchProjectRequest) GetView ¶
func (m *WatchProjectRequest) GetView() view.View
func (*WatchProjectRequest) GotenMessage ¶
func (*WatchProjectRequest) GotenMessage()
func (*WatchProjectRequest) GotenValidate ¶
func (obj *WatchProjectRequest) GotenValidate() error
func (*WatchProjectRequest) Marshal ¶
func (m *WatchProjectRequest) Marshal() ([]byte, error)
func (*WatchProjectRequest) MarshalJSON ¶
func (m *WatchProjectRequest) MarshalJSON() ([]byte, error)
func (*WatchProjectRequest) ProtoMessage ¶
func (*WatchProjectRequest) ProtoMessage()
func (*WatchProjectRequest) ProtoReflect ¶
func (m *WatchProjectRequest) ProtoReflect() preflect.Message
func (*WatchProjectRequest) Reset ¶
func (m *WatchProjectRequest) Reset()
func (*WatchProjectRequest) SetFieldMask ¶
func (m *WatchProjectRequest) SetFieldMask(fv *project.Project_FieldMask)
func (*WatchProjectRequest) SetName ¶
func (m *WatchProjectRequest) SetName(fv *project.Name)
func (*WatchProjectRequest) SetView ¶
func (m *WatchProjectRequest) SetView(fv view.View)
func (*WatchProjectRequest) String ¶
func (m *WatchProjectRequest) String() string
func (*WatchProjectRequest) Unmarshal ¶
func (m *WatchProjectRequest) Unmarshal(b []byte) error
func (*WatchProjectRequest) UnmarshalJSON ¶
func (m *WatchProjectRequest) UnmarshalJSON(data []byte) error
type WatchProjectResponse ¶
type WatchProjectResponse struct { Change *project.ProjectChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty" firestore:"change"` // contains filtered or unexported fields }
WatchProjectResponse
func (*WatchProjectResponse) Descriptor ¶
func (*WatchProjectResponse) Descriptor() ([]byte, []int)
Deprecated, Use WatchProjectResponse.ProtoReflect.Descriptor instead.
func (*WatchProjectResponse) GetChange ¶
func (m *WatchProjectResponse) GetChange() *project.ProjectChange
func (*WatchProjectResponse) GotenMessage ¶
func (*WatchProjectResponse) GotenMessage()
func (*WatchProjectResponse) GotenValidate ¶
func (obj *WatchProjectResponse) GotenValidate() error
func (*WatchProjectResponse) Marshal ¶
func (m *WatchProjectResponse) Marshal() ([]byte, error)
func (*WatchProjectResponse) MarshalJSON ¶
func (m *WatchProjectResponse) MarshalJSON() ([]byte, error)
func (*WatchProjectResponse) ProtoMessage ¶
func (*WatchProjectResponse) ProtoMessage()
func (*WatchProjectResponse) ProtoReflect ¶
func (m *WatchProjectResponse) ProtoReflect() preflect.Message
func (*WatchProjectResponse) Reset ¶
func (m *WatchProjectResponse) Reset()
func (*WatchProjectResponse) SetChange ¶
func (m *WatchProjectResponse) SetChange(fv *project.ProjectChange)
func (*WatchProjectResponse) String ¶
func (m *WatchProjectResponse) String() string
func (*WatchProjectResponse) Unmarshal ¶
func (m *WatchProjectResponse) Unmarshal(b []byte) error
func (*WatchProjectResponse) UnmarshalJSON ¶
func (m *WatchProjectResponse) UnmarshalJSON(data []byte) error
type WatchProjectsClientStream ¶
type WatchProjectsClientStream interface { Recv() (*WatchProjectsResponse, error) grpc.ClientStream }
type WatchProjectsDescriptor ¶
type WatchProjectsDescriptor struct{}
func GetWatchProjectsDescriptor ¶
func GetWatchProjectsDescriptor() *WatchProjectsDescriptor
func (*WatchProjectsDescriptor) GetApiDescriptor ¶
func (d *WatchProjectsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*WatchProjectsDescriptor) GetApiName ¶
func (d *WatchProjectsDescriptor) GetApiName() string
func (*WatchProjectsDescriptor) GetClientMsgReflectHandle ¶
func (d *WatchProjectsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchProjectsDescriptor) GetFullMethodName ¶
func (d *WatchProjectsDescriptor) GetFullMethodName() string
func (*WatchProjectsDescriptor) GetMethodName ¶
func (d *WatchProjectsDescriptor) GetMethodName() string
func (*WatchProjectsDescriptor) GetProtoPkgName ¶
func (d *WatchProjectsDescriptor) GetProtoPkgName() string
func (*WatchProjectsDescriptor) GetResourceDescriptor ¶
func (d *WatchProjectsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*WatchProjectsDescriptor) GetServerMsgReflectHandle ¶
func (d *WatchProjectsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchProjectsDescriptor) GetServiceDomain ¶
func (d *WatchProjectsDescriptor) GetServiceDomain() string
func (*WatchProjectsDescriptor) GetServiceVersion ¶
func (d *WatchProjectsDescriptor) GetServiceVersion() string
func (*WatchProjectsDescriptor) GetVerb ¶
func (d *WatchProjectsDescriptor) GetVerb() string
func (*WatchProjectsDescriptor) HasResource ¶
func (d *WatchProjectsDescriptor) HasResource() bool
func (*WatchProjectsDescriptor) IsClientStream ¶
func (d *WatchProjectsDescriptor) IsClientStream() bool
func (*WatchProjectsDescriptor) IsCollection ¶
func (d *WatchProjectsDescriptor) IsCollection() bool
func (*WatchProjectsDescriptor) IsPlural ¶
func (d *WatchProjectsDescriptor) IsPlural() bool
func (*WatchProjectsDescriptor) IsServerStream ¶
func (d *WatchProjectsDescriptor) IsServerStream() bool
func (*WatchProjectsDescriptor) IsUnary ¶
func (d *WatchProjectsDescriptor) IsUnary() bool
func (*WatchProjectsDescriptor) NewEmptyClientMsg ¶
func (d *WatchProjectsDescriptor) NewEmptyClientMsg() proto.Message
func (*WatchProjectsDescriptor) NewEmptyServerMsg ¶
func (d *WatchProjectsDescriptor) NewEmptyServerMsg() proto.Message
func (*WatchProjectsDescriptor) RequestHasResourceBody ¶
func (d *WatchProjectsDescriptor) RequestHasResourceBody() bool
type WatchProjectsDescriptorClientMsgHandle ¶
type WatchProjectsDescriptorClientMsgHandle struct{}
func (*WatchProjectsDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *WatchProjectsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchProjectsDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *WatchProjectsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchProjectsDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *WatchProjectsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchProjectsDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *WatchProjectsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchProjectsDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *WatchProjectsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchProjectsDescriptorServerMsgHandle ¶
type WatchProjectsDescriptorServerMsgHandle struct{}
func (*WatchProjectsDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *WatchProjectsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchProjectsDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *WatchProjectsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchProjectsDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *WatchProjectsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchProjectsDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *WatchProjectsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchProjectsDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *WatchProjectsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchProjectsRequest ¶
type WatchProjectsRequest struct { // Type of a watch. Identifies how server stream data to a client, which // fields in a request are allowed and which fields in response are relevant. Type watch_type.WatchType `protobuf:"varint,9,opt,name=type,proto3,enum=goten.types.WatchType" json:"type,omitempty" firestore:"type"` // Requested page size. Server may return fewer Projects than requested. // If unspecified, server will pick an appropriate default. // Can be populated only for stateful watch type. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"` // A token identifying a page of results the server should return. // Can be populated only for stateful watch type. PageToken *project.PagerCursor `` /* 133-byte string literal not displayed */ // Order By - // https://cloud.google.com/apis/design/design_patterns#list_pagination Can be // populated only for stateful watch type. OrderBy *project.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"` // A token identifying watch resume point from previous session. // Can be populated only for stateless watch type. ResumeToken string `protobuf:"bytes,10,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"` // Point in the time from which we want to start getting updates. This field // can be populated only for stateless watch type and if resume token is not // known yet. If specified, initial snapshot will NOT be provided. It is // assumed client can obtain it using separate means. Watch responses will // contain resume tokens which should be used to resume broken connection. StartingTime *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=starting_time,json=startingTime,proto3" json:"starting_time,omitempty" firestore:"startingTime"` // Filter - filter results by field criteria. Simplified SQL-like syntax with // following operators: // <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS // [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels // CONTAINS "severity:important" OR (state.last_error_time > // "2018-11-15T10:00:00Z" AND state.status = "ERROR")' Filter *project.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view Changes to Project that don't affect // any of masked fields won't be sent back. FieldMask *project.Project_FieldMask `` /* 139-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask Changes to // Project that don't affect any of masked fields won't be sent back. View view.View `protobuf:"varint,8,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"` // Maximum amount of changes in each response message. Query result response // is divided on the server side into chunks with size of a specified amount // to limit memory footprint of each message. Responses will hold information // whether more elements will continue for the actual change. If unspecified, // server will pick an appropriate default. MaxChunkSize int32 `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for method [WatchProjects][ntt.iam.v1.WatchProjects]
func (*WatchProjectsRequest) Descriptor ¶
func (*WatchProjectsRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchProjectsRequest.ProtoReflect.Descriptor instead.
func (*WatchProjectsRequest) GetFieldMask ¶
func (m *WatchProjectsRequest) GetFieldMask() *project.Project_FieldMask
func (*WatchProjectsRequest) GetFilter ¶
func (m *WatchProjectsRequest) GetFilter() *project.Filter
func (*WatchProjectsRequest) GetMaxChunkSize ¶
func (m *WatchProjectsRequest) GetMaxChunkSize() int32
func (*WatchProjectsRequest) GetOrderBy ¶
func (m *WatchProjectsRequest) GetOrderBy() *project.OrderBy
func (*WatchProjectsRequest) GetPageSize ¶
func (m *WatchProjectsRequest) GetPageSize() int32
func (*WatchProjectsRequest) GetPageToken ¶
func (m *WatchProjectsRequest) GetPageToken() *project.PagerCursor
func (*WatchProjectsRequest) GetResumeToken ¶
func (m *WatchProjectsRequest) GetResumeToken() string
func (*WatchProjectsRequest) GetStartingTime ¶
func (m *WatchProjectsRequest) GetStartingTime() *timestamppb.Timestamp
func (*WatchProjectsRequest) GetType ¶
func (m *WatchProjectsRequest) GetType() watch_type.WatchType
func (*WatchProjectsRequest) GetView ¶
func (m *WatchProjectsRequest) GetView() view.View
func (*WatchProjectsRequest) GotenMessage ¶
func (*WatchProjectsRequest) GotenMessage()
func (*WatchProjectsRequest) GotenValidate ¶
func (obj *WatchProjectsRequest) GotenValidate() error
func (*WatchProjectsRequest) Marshal ¶
func (m *WatchProjectsRequest) Marshal() ([]byte, error)
func (*WatchProjectsRequest) MarshalJSON ¶
func (m *WatchProjectsRequest) MarshalJSON() ([]byte, error)
func (*WatchProjectsRequest) ProtoMessage ¶
func (*WatchProjectsRequest) ProtoMessage()
func (*WatchProjectsRequest) ProtoReflect ¶
func (m *WatchProjectsRequest) ProtoReflect() preflect.Message
func (*WatchProjectsRequest) Reset ¶
func (m *WatchProjectsRequest) Reset()
func (*WatchProjectsRequest) SetFieldMask ¶
func (m *WatchProjectsRequest) SetFieldMask(fv *project.Project_FieldMask)
func (*WatchProjectsRequest) SetFilter ¶
func (m *WatchProjectsRequest) SetFilter(fv *project.Filter)
func (*WatchProjectsRequest) SetMaxChunkSize ¶
func (m *WatchProjectsRequest) SetMaxChunkSize(fv int32)
func (*WatchProjectsRequest) SetOrderBy ¶
func (m *WatchProjectsRequest) SetOrderBy(fv *project.OrderBy)
func (*WatchProjectsRequest) SetPageSize ¶
func (m *WatchProjectsRequest) SetPageSize(fv int32)
func (*WatchProjectsRequest) SetPageToken ¶
func (m *WatchProjectsRequest) SetPageToken(fv *project.PagerCursor)
func (*WatchProjectsRequest) SetResumeToken ¶
func (m *WatchProjectsRequest) SetResumeToken(fv string)
func (*WatchProjectsRequest) SetStartingTime ¶
func (m *WatchProjectsRequest) SetStartingTime(fv *timestamppb.Timestamp)
func (*WatchProjectsRequest) SetType ¶
func (m *WatchProjectsRequest) SetType(fv watch_type.WatchType)
func (*WatchProjectsRequest) SetView ¶
func (m *WatchProjectsRequest) SetView(fv view.View)
func (*WatchProjectsRequest) String ¶
func (m *WatchProjectsRequest) String() string
func (*WatchProjectsRequest) Unmarshal ¶
func (m *WatchProjectsRequest) Unmarshal(b []byte) error
func (*WatchProjectsRequest) UnmarshalJSON ¶
func (m *WatchProjectsRequest) UnmarshalJSON(data []byte) error
type WatchProjectsResponse ¶
type WatchProjectsResponse struct { // Changes of Projects ProjectChanges []*project.ProjectChange `` /* 130-byte string literal not displayed */ // If request specified max_chunk_size (or this limit was enforced if // stateless watch has been chosen), then responses with "full changeset" will // be divided into chunks. Client should keep receiving messages and, once // is_current has value true, combine this recent message with all previous // ones where is_current is false. If this is the first is_current in a whole // watch stream, then it means that client should have, at this moment, // contain snapshot of the current situation (or more accurately, snapshot of // situation at the moment of request). All Projects will be of type // Added/Current (depending on watch_type specified in the request). Further // responses will be incremental - however messages may still be chunked and // is_current logic still applies. is_current is always true for stateful // watch if max_chunk_size was left to 0. IsCurrent bool `protobuf:"varint,4,opt,name=is_current,json=isCurrent,proto3" json:"is_current,omitempty" firestore:"isCurrent"` // When present, PageTokens used for page navigation should be updated. // Present only if is_current is true (last chunk). PageTokenChange *WatchProjectsResponse_PageTokenChange `` /* 136-byte string literal not displayed */ // Token that can be used if current connection drops and client needs to // reconnect. Populated only for stateless watch type. Present only if // is_current is true (last chunk). ResumeToken string `protobuf:"bytes,5,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"` // Server may occasionally send information how many resources should client // have in its state so far (response message without any changes, but with // snapshot_size field specified). If client has different value than the one // sent by the server, then it should be treated by a client as an error and // should reconnect. If value is smaller then 0, then client should ignore // this field as unpopulated. This field should be checked only for stateless // watch. In stateful those kind of errors are handled by the server side. // Will be never sent together with is_current, is_soft_reset and // is_hard_reset flags. SnapshotSize int64 `protobuf:"varint,6,opt,name=snapshot_size,json=snapshotSize,proto3" json:"snapshot_size,omitempty" firestore:"snapshotSize"` // In case of internal issue server may send response message with this flag. // It indicates that client should drop all changes from recent responses // where is_current is false only! If last message had is_current set to true, // client should do nothing and process normally. Resume token received before // is still valid. This field should be checked only for stateless watch. In // stateful those kind of errors are handled by the server side. Will never be // sent along with is_current, is_hard_reset or snapshot_size. IsSoftReset bool `protobuf:"varint,7,opt,name=is_soft_reset,json=isSoftReset,proto3" json:"is_soft_reset,omitempty" firestore:"isSoftReset"` // In case of internal issue server may send response message with this flag. // After receiving, client should clear whole state (drop all changes received // so far) as server will send new snapshot (Projects will contains changes of // type Current only). Any resume tokens should be discarded as well. This // field should be checked only for stateless watch. In stateful those kind of // errors are handled by the server side. Will never be sent along with // is_current, is_soft_reset or snapshot_size. IsHardReset bool `protobuf:"varint,8,opt,name=is_hard_reset,json=isHardReset,proto3" json:"is_hard_reset,omitempty" firestore:"isHardReset"` // contains filtered or unexported fields }
WatchProjectsResponse
func (*WatchProjectsResponse) Descriptor ¶
func (*WatchProjectsResponse) Descriptor() ([]byte, []int)
Deprecated, Use WatchProjectsResponse.ProtoReflect.Descriptor instead.
func (*WatchProjectsResponse) GetIsCurrent ¶
func (m *WatchProjectsResponse) GetIsCurrent() bool
func (*WatchProjectsResponse) GetIsHardReset ¶
func (m *WatchProjectsResponse) GetIsHardReset() bool
func (*WatchProjectsResponse) GetIsSoftReset ¶
func (m *WatchProjectsResponse) GetIsSoftReset() bool
func (*WatchProjectsResponse) GetPageTokenChange ¶
func (m *WatchProjectsResponse) GetPageTokenChange() *WatchProjectsResponse_PageTokenChange
func (*WatchProjectsResponse) GetProjectChanges ¶
func (m *WatchProjectsResponse) GetProjectChanges() []*project.ProjectChange
func (*WatchProjectsResponse) GetResumeToken ¶
func (m *WatchProjectsResponse) GetResumeToken() string
func (*WatchProjectsResponse) GetSnapshotSize ¶
func (m *WatchProjectsResponse) GetSnapshotSize() int64
func (*WatchProjectsResponse) GotenMessage ¶
func (*WatchProjectsResponse) GotenMessage()
func (*WatchProjectsResponse) GotenValidate ¶
func (obj *WatchProjectsResponse) GotenValidate() error
func (*WatchProjectsResponse) Marshal ¶
func (m *WatchProjectsResponse) Marshal() ([]byte, error)
func (*WatchProjectsResponse) MarshalJSON ¶
func (m *WatchProjectsResponse) MarshalJSON() ([]byte, error)
func (*WatchProjectsResponse) ProtoMessage ¶
func (*WatchProjectsResponse) ProtoMessage()
func (*WatchProjectsResponse) ProtoReflect ¶
func (m *WatchProjectsResponse) ProtoReflect() preflect.Message
func (*WatchProjectsResponse) Reset ¶
func (m *WatchProjectsResponse) Reset()
func (*WatchProjectsResponse) SetIsCurrent ¶
func (m *WatchProjectsResponse) SetIsCurrent(fv bool)
func (*WatchProjectsResponse) SetIsHardReset ¶
func (m *WatchProjectsResponse) SetIsHardReset(fv bool)
func (*WatchProjectsResponse) SetIsSoftReset ¶
func (m *WatchProjectsResponse) SetIsSoftReset(fv bool)
func (*WatchProjectsResponse) SetPageTokenChange ¶
func (m *WatchProjectsResponse) SetPageTokenChange(fv *WatchProjectsResponse_PageTokenChange)
func (*WatchProjectsResponse) SetProjectChanges ¶
func (m *WatchProjectsResponse) SetProjectChanges(fv []*project.ProjectChange)
func (*WatchProjectsResponse) SetResumeToken ¶
func (m *WatchProjectsResponse) SetResumeToken(fv string)
func (*WatchProjectsResponse) SetSnapshotSize ¶
func (m *WatchProjectsResponse) SetSnapshotSize(fv int64)
func (*WatchProjectsResponse) String ¶
func (m *WatchProjectsResponse) String() string
func (*WatchProjectsResponse) Unmarshal ¶
func (m *WatchProjectsResponse) Unmarshal(b []byte) error
func (*WatchProjectsResponse) UnmarshalJSON ¶
func (m *WatchProjectsResponse) UnmarshalJSON(data []byte) error
type WatchProjectsResponse_PageTokenChange ¶
type WatchProjectsResponse_PageTokenChange struct { // New token to retrieve previous page of results. PrevPageToken *project.PagerCursor `` /* 151-byte string literal not displayed */ // New token to retrieve next page of results. NextPageToken *project.PagerCursor `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
func (*WatchProjectsResponse_PageTokenChange) Descriptor ¶
func (*WatchProjectsResponse_PageTokenChange) Descriptor() ([]byte, []int)
Deprecated, Use WatchProjectsResponse_PageTokenChange.ProtoReflect.Descriptor instead.
func (*WatchProjectsResponse_PageTokenChange) GetNextPageToken ¶
func (m *WatchProjectsResponse_PageTokenChange) GetNextPageToken() *project.PagerCursor
func (*WatchProjectsResponse_PageTokenChange) GetPrevPageToken ¶
func (m *WatchProjectsResponse_PageTokenChange) GetPrevPageToken() *project.PagerCursor
func (*WatchProjectsResponse_PageTokenChange) GotenMessage ¶
func (*WatchProjectsResponse_PageTokenChange) GotenMessage()
func (*WatchProjectsResponse_PageTokenChange) GotenValidate ¶
func (obj *WatchProjectsResponse_PageTokenChange) GotenValidate() error
func (*WatchProjectsResponse_PageTokenChange) Marshal ¶
func (m *WatchProjectsResponse_PageTokenChange) Marshal() ([]byte, error)
func (*WatchProjectsResponse_PageTokenChange) MarshalJSON ¶
func (m *WatchProjectsResponse_PageTokenChange) MarshalJSON() ([]byte, error)
func (*WatchProjectsResponse_PageTokenChange) ProtoMessage ¶
func (*WatchProjectsResponse_PageTokenChange) ProtoMessage()
func (*WatchProjectsResponse_PageTokenChange) ProtoReflect ¶
func (m *WatchProjectsResponse_PageTokenChange) ProtoReflect() preflect.Message
func (*WatchProjectsResponse_PageTokenChange) Reset ¶
func (m *WatchProjectsResponse_PageTokenChange) Reset()
func (*WatchProjectsResponse_PageTokenChange) SetNextPageToken ¶
func (m *WatchProjectsResponse_PageTokenChange) SetNextPageToken(fv *project.PagerCursor)
func (*WatchProjectsResponse_PageTokenChange) SetPrevPageToken ¶
func (m *WatchProjectsResponse_PageTokenChange) SetPrevPageToken(fv *project.PagerCursor)
func (*WatchProjectsResponse_PageTokenChange) String ¶
func (m *WatchProjectsResponse_PageTokenChange) String() string
func (*WatchProjectsResponse_PageTokenChange) Unmarshal ¶
func (m *WatchProjectsResponse_PageTokenChange) Unmarshal(b []byte) error
func (*WatchProjectsResponse_PageTokenChange) UnmarshalJSON ¶
func (m *WatchProjectsResponse_PageTokenChange) UnmarshalJSON(data []byte) error