project_invitation_client

package
v1.0.31 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AcceptProjectInvitationDescriptor added in v0.4.28

type AcceptProjectInvitationDescriptor struct{}

func GetAcceptProjectInvitationDescriptor added in v0.4.28

func GetAcceptProjectInvitationDescriptor() *AcceptProjectInvitationDescriptor

func (*AcceptProjectInvitationDescriptor) GetApiDescriptor added in v0.4.28

func (*AcceptProjectInvitationDescriptor) GetApiName added in v0.4.28

func (d *AcceptProjectInvitationDescriptor) GetApiName() string

func (*AcceptProjectInvitationDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *AcceptProjectInvitationDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*AcceptProjectInvitationDescriptor) GetFullMethodName added in v0.4.28

func (d *AcceptProjectInvitationDescriptor) GetFullMethodName() string

func (*AcceptProjectInvitationDescriptor) GetMethodName added in v0.4.28

func (d *AcceptProjectInvitationDescriptor) GetMethodName() string

func (*AcceptProjectInvitationDescriptor) GetProtoPkgName added in v0.4.28

func (d *AcceptProjectInvitationDescriptor) GetProtoPkgName() string

func (*AcceptProjectInvitationDescriptor) GetResourceDescriptor added in v0.4.30

func (d *AcceptProjectInvitationDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*AcceptProjectInvitationDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *AcceptProjectInvitationDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*AcceptProjectInvitationDescriptor) GetServiceDomain added in v0.4.28

func (d *AcceptProjectInvitationDescriptor) GetServiceDomain() string

func (*AcceptProjectInvitationDescriptor) GetServiceVersion added in v0.4.28

func (d *AcceptProjectInvitationDescriptor) GetServiceVersion() string

func (*AcceptProjectInvitationDescriptor) GetVerb added in v0.4.28

func (*AcceptProjectInvitationDescriptor) HasResource added in v0.4.30

func (d *AcceptProjectInvitationDescriptor) HasResource() bool

func (*AcceptProjectInvitationDescriptor) IsClientStream added in v0.4.28

func (d *AcceptProjectInvitationDescriptor) IsClientStream() bool

func (*AcceptProjectInvitationDescriptor) IsCollection added in v0.4.30

func (d *AcceptProjectInvitationDescriptor) IsCollection() bool

func (*AcceptProjectInvitationDescriptor) IsPlural added in v0.4.30

func (*AcceptProjectInvitationDescriptor) IsServerStream added in v0.4.28

func (d *AcceptProjectInvitationDescriptor) IsServerStream() bool

func (*AcceptProjectInvitationDescriptor) IsUnary added in v0.4.28

func (*AcceptProjectInvitationDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *AcceptProjectInvitationDescriptor) NewEmptyClientMsg() proto.Message

func (*AcceptProjectInvitationDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *AcceptProjectInvitationDescriptor) NewEmptyServerMsg() proto.Message

func (*AcceptProjectInvitationDescriptor) RequestHasResourceBody added in v0.4.28

func (d *AcceptProjectInvitationDescriptor) RequestHasResourceBody() bool

type AcceptProjectInvitationDescriptorClientMsgHandle added in v0.4.28

type AcceptProjectInvitationDescriptorClientMsgHandle struct{}

func (*AcceptProjectInvitationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*AcceptProjectInvitationDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*AcceptProjectInvitationDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*AcceptProjectInvitationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*AcceptProjectInvitationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type AcceptProjectInvitationDescriptorServerMsgHandle added in v0.4.28

type AcceptProjectInvitationDescriptorServerMsgHandle struct{}

func (*AcceptProjectInvitationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*AcceptProjectInvitationDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*AcceptProjectInvitationDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*AcceptProjectInvitationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*AcceptProjectInvitationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type AcceptProjectInvitationRequest

type AcceptProjectInvitationRequest struct {

	//  name of ntt.iam.v1alpha2.ProjectInvitation
	Name *project_invitation.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// contains filtered or unexported fields
}

Request message for method [AcceptProjectInvitation][ntt.iam.v1alpha2.AcceptProjectInvitation]

func (*AcceptProjectInvitationRequest) Descriptor

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

Deprecated, Use AcceptProjectInvitationRequest.ProtoReflect.Descriptor instead.

func (*AcceptProjectInvitationRequest) GetName

func (*AcceptProjectInvitationRequest) GotenMessage

func (*AcceptProjectInvitationRequest) GotenMessage()

func (*AcceptProjectInvitationRequest) GotenValidate

func (obj *AcceptProjectInvitationRequest) GotenValidate() error

func (*AcceptProjectInvitationRequest) Marshal

func (m *AcceptProjectInvitationRequest) Marshal() ([]byte, error)

func (*AcceptProjectInvitationRequest) MarshalJSON

func (m *AcceptProjectInvitationRequest) MarshalJSON() ([]byte, error)

func (*AcceptProjectInvitationRequest) ProtoMessage

func (*AcceptProjectInvitationRequest) ProtoMessage()

func (*AcceptProjectInvitationRequest) ProtoReflect

func (*AcceptProjectInvitationRequest) Reset

func (m *AcceptProjectInvitationRequest) Reset()

func (*AcceptProjectInvitationRequest) SetName

func (*AcceptProjectInvitationRequest) String

func (*AcceptProjectInvitationRequest) Unmarshal

func (m *AcceptProjectInvitationRequest) Unmarshal(b []byte) error

func (*AcceptProjectInvitationRequest) UnmarshalJSON

func (m *AcceptProjectInvitationRequest) UnmarshalJSON(data []byte) error

type AcceptProjectInvitationResponse

type AcceptProjectInvitationResponse struct {
	// contains filtered or unexported fields
}

Response message for method [AcceptProjectInvitation][ntt.iam.v1alpha2.AcceptProjectInvitation]

func (*AcceptProjectInvitationResponse) Descriptor

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

Deprecated, Use AcceptProjectInvitationResponse.ProtoReflect.Descriptor instead.

func (*AcceptProjectInvitationResponse) GotenMessage

func (*AcceptProjectInvitationResponse) GotenMessage()

func (*AcceptProjectInvitationResponse) GotenValidate

func (obj *AcceptProjectInvitationResponse) GotenValidate() error

func (*AcceptProjectInvitationResponse) Marshal

func (m *AcceptProjectInvitationResponse) Marshal() ([]byte, error)

func (*AcceptProjectInvitationResponse) MarshalJSON

func (m *AcceptProjectInvitationResponse) MarshalJSON() ([]byte, error)

func (*AcceptProjectInvitationResponse) ProtoMessage

func (*AcceptProjectInvitationResponse) ProtoMessage()

func (*AcceptProjectInvitationResponse) ProtoReflect

func (*AcceptProjectInvitationResponse) Reset

func (*AcceptProjectInvitationResponse) String

func (*AcceptProjectInvitationResponse) Unmarshal

func (m *AcceptProjectInvitationResponse) Unmarshal(b []byte) error

func (*AcceptProjectInvitationResponse) UnmarshalJSON

func (m *AcceptProjectInvitationResponse) UnmarshalJSON(data []byte) error

type BatchGetProjectInvitationsDescriptor added in v0.4.28

type BatchGetProjectInvitationsDescriptor struct{}

func GetBatchGetProjectInvitationsDescriptor added in v0.4.28

func GetBatchGetProjectInvitationsDescriptor() *BatchGetProjectInvitationsDescriptor

func (*BatchGetProjectInvitationsDescriptor) GetApiDescriptor added in v0.4.28

func (*BatchGetProjectInvitationsDescriptor) GetApiName added in v0.4.28

func (*BatchGetProjectInvitationsDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *BatchGetProjectInvitationsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*BatchGetProjectInvitationsDescriptor) GetFullMethodName added in v0.4.28

func (d *BatchGetProjectInvitationsDescriptor) GetFullMethodName() string

func (*BatchGetProjectInvitationsDescriptor) GetMethodName added in v0.4.28

func (d *BatchGetProjectInvitationsDescriptor) GetMethodName() string

func (*BatchGetProjectInvitationsDescriptor) GetProtoPkgName added in v0.4.28

func (d *BatchGetProjectInvitationsDescriptor) GetProtoPkgName() string

func (*BatchGetProjectInvitationsDescriptor) GetResourceDescriptor added in v0.4.30

func (*BatchGetProjectInvitationsDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *BatchGetProjectInvitationsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*BatchGetProjectInvitationsDescriptor) GetServiceDomain added in v0.4.28

func (d *BatchGetProjectInvitationsDescriptor) GetServiceDomain() string

func (*BatchGetProjectInvitationsDescriptor) GetServiceVersion added in v0.4.28

func (d *BatchGetProjectInvitationsDescriptor) GetServiceVersion() string

func (*BatchGetProjectInvitationsDescriptor) GetVerb added in v0.4.28

func (*BatchGetProjectInvitationsDescriptor) HasResource added in v0.4.30

func (d *BatchGetProjectInvitationsDescriptor) HasResource() bool

func (*BatchGetProjectInvitationsDescriptor) IsClientStream added in v0.4.28

func (d *BatchGetProjectInvitationsDescriptor) IsClientStream() bool

func (*BatchGetProjectInvitationsDescriptor) IsCollection added in v0.4.30

func (d *BatchGetProjectInvitationsDescriptor) IsCollection() bool

func (*BatchGetProjectInvitationsDescriptor) IsPlural added in v0.4.30

func (*BatchGetProjectInvitationsDescriptor) IsServerStream added in v0.4.28

func (d *BatchGetProjectInvitationsDescriptor) IsServerStream() bool

func (*BatchGetProjectInvitationsDescriptor) IsUnary added in v0.4.28

func (*BatchGetProjectInvitationsDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *BatchGetProjectInvitationsDescriptor) NewEmptyClientMsg() proto.Message

func (*BatchGetProjectInvitationsDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *BatchGetProjectInvitationsDescriptor) NewEmptyServerMsg() proto.Message

func (*BatchGetProjectInvitationsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *BatchGetProjectInvitationsDescriptor) RequestHasResourceBody() bool

type BatchGetProjectInvitationsDescriptorClientMsgHandle added in v0.4.28

type BatchGetProjectInvitationsDescriptorClientMsgHandle struct{}

func (*BatchGetProjectInvitationsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetProjectInvitationsDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*BatchGetProjectInvitationsDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*BatchGetProjectInvitationsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetProjectInvitationsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetProjectInvitationsDescriptorServerMsgHandle added in v0.4.28

type BatchGetProjectInvitationsDescriptorServerMsgHandle struct{}

func (*BatchGetProjectInvitationsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetProjectInvitationsDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*BatchGetProjectInvitationsDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*BatchGetProjectInvitationsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetProjectInvitationsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetProjectInvitationsRequest

type BatchGetProjectInvitationsRequest struct {

	// Names of ProjectInvitations
	Names []*project_invitation.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_invitation.ProjectInvitation_FieldMask `` /* 149-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 [BatchGetProjectInvitations][ntt.iam.v1alpha2.BatchGetProjectInvitations]

func (*BatchGetProjectInvitationsRequest) Descriptor

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

Deprecated, Use BatchGetProjectInvitationsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetProjectInvitationsRequest) GetFieldMask

func (*BatchGetProjectInvitationsRequest) GetNames

func (*BatchGetProjectInvitationsRequest) GetView

func (*BatchGetProjectInvitationsRequest) GotenMessage

func (*BatchGetProjectInvitationsRequest) GotenMessage()

func (*BatchGetProjectInvitationsRequest) GotenValidate

func (obj *BatchGetProjectInvitationsRequest) GotenValidate() error

func (*BatchGetProjectInvitationsRequest) Marshal

func (m *BatchGetProjectInvitationsRequest) Marshal() ([]byte, error)

func (*BatchGetProjectInvitationsRequest) MarshalJSON

func (m *BatchGetProjectInvitationsRequest) MarshalJSON() ([]byte, error)

func (*BatchGetProjectInvitationsRequest) ProtoMessage

func (*BatchGetProjectInvitationsRequest) ProtoMessage()

func (*BatchGetProjectInvitationsRequest) ProtoReflect

func (*BatchGetProjectInvitationsRequest) Reset

func (*BatchGetProjectInvitationsRequest) SetFieldMask

func (*BatchGetProjectInvitationsRequest) SetNames

func (*BatchGetProjectInvitationsRequest) SetView

func (*BatchGetProjectInvitationsRequest) String

func (*BatchGetProjectInvitationsRequest) Unmarshal

func (m *BatchGetProjectInvitationsRequest) Unmarshal(b []byte) error

func (*BatchGetProjectInvitationsRequest) UnmarshalJSON

func (m *BatchGetProjectInvitationsRequest) UnmarshalJSON(data []byte) error

type BatchGetProjectInvitationsResponse

type BatchGetProjectInvitationsResponse struct {

	// found ProjectInvitations
	ProjectInvitations []*project_invitation.ProjectInvitation `` /* 146-byte string literal not displayed */
	// list of not found ProjectInvitations
	Missing []*project_invitation.Name `protobuf:"bytes,2,rep,customtype=Name,name=missing,proto3" json:"missing,omitempty" firestore:"missing"`
	// contains filtered or unexported fields
}

BatchGetProjectInvitationsResponse

func (*BatchGetProjectInvitationsResponse) Descriptor

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

Deprecated, Use BatchGetProjectInvitationsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetProjectInvitationsResponse) GetMissing

func (*BatchGetProjectInvitationsResponse) GetProjectInvitations

func (*BatchGetProjectInvitationsResponse) GotenMessage

func (*BatchGetProjectInvitationsResponse) GotenMessage()

func (*BatchGetProjectInvitationsResponse) GotenValidate

func (obj *BatchGetProjectInvitationsResponse) GotenValidate() error

func (*BatchGetProjectInvitationsResponse) Marshal

func (m *BatchGetProjectInvitationsResponse) Marshal() ([]byte, error)

func (*BatchGetProjectInvitationsResponse) MarshalJSON

func (m *BatchGetProjectInvitationsResponse) MarshalJSON() ([]byte, error)

func (*BatchGetProjectInvitationsResponse) ProtoMessage

func (*BatchGetProjectInvitationsResponse) ProtoMessage()

func (*BatchGetProjectInvitationsResponse) ProtoReflect

func (*BatchGetProjectInvitationsResponse) Reset

func (*BatchGetProjectInvitationsResponse) SetMissing

func (*BatchGetProjectInvitationsResponse) SetProjectInvitations

func (*BatchGetProjectInvitationsResponse) String

func (*BatchGetProjectInvitationsResponse) Unmarshal

func (m *BatchGetProjectInvitationsResponse) Unmarshal(b []byte) error

func (*BatchGetProjectInvitationsResponse) UnmarshalJSON

func (m *BatchGetProjectInvitationsResponse) UnmarshalJSON(data []byte) error

type CreateProjectInvitationDescriptor added in v0.4.28

type CreateProjectInvitationDescriptor struct{}

func GetCreateProjectInvitationDescriptor added in v0.4.28

func GetCreateProjectInvitationDescriptor() *CreateProjectInvitationDescriptor

func (*CreateProjectInvitationDescriptor) GetApiDescriptor added in v0.4.28

func (*CreateProjectInvitationDescriptor) GetApiName added in v0.4.28

func (d *CreateProjectInvitationDescriptor) GetApiName() string

func (*CreateProjectInvitationDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *CreateProjectInvitationDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*CreateProjectInvitationDescriptor) GetFullMethodName added in v0.4.28

func (d *CreateProjectInvitationDescriptor) GetFullMethodName() string

func (*CreateProjectInvitationDescriptor) GetMethodName added in v0.4.28

func (d *CreateProjectInvitationDescriptor) GetMethodName() string

func (*CreateProjectInvitationDescriptor) GetProtoPkgName added in v0.4.28

func (d *CreateProjectInvitationDescriptor) GetProtoPkgName() string

func (*CreateProjectInvitationDescriptor) GetResourceDescriptor added in v0.4.30

func (d *CreateProjectInvitationDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*CreateProjectInvitationDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *CreateProjectInvitationDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*CreateProjectInvitationDescriptor) GetServiceDomain added in v0.4.28

func (d *CreateProjectInvitationDescriptor) GetServiceDomain() string

func (*CreateProjectInvitationDescriptor) GetServiceVersion added in v0.4.28

func (d *CreateProjectInvitationDescriptor) GetServiceVersion() string

func (*CreateProjectInvitationDescriptor) GetVerb added in v0.4.28

func (*CreateProjectInvitationDescriptor) HasResource added in v0.4.30

func (d *CreateProjectInvitationDescriptor) HasResource() bool

func (*CreateProjectInvitationDescriptor) IsClientStream added in v0.4.28

func (d *CreateProjectInvitationDescriptor) IsClientStream() bool

func (*CreateProjectInvitationDescriptor) IsCollection added in v0.4.30

func (d *CreateProjectInvitationDescriptor) IsCollection() bool

func (*CreateProjectInvitationDescriptor) IsPlural added in v0.4.30

func (*CreateProjectInvitationDescriptor) IsServerStream added in v0.4.28

func (d *CreateProjectInvitationDescriptor) IsServerStream() bool

func (*CreateProjectInvitationDescriptor) IsUnary added in v0.4.28

func (*CreateProjectInvitationDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *CreateProjectInvitationDescriptor) NewEmptyClientMsg() proto.Message

func (*CreateProjectInvitationDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *CreateProjectInvitationDescriptor) NewEmptyServerMsg() proto.Message

func (*CreateProjectInvitationDescriptor) RequestHasResourceBody added in v0.4.28

func (d *CreateProjectInvitationDescriptor) RequestHasResourceBody() bool

type CreateProjectInvitationDescriptorClientMsgHandle added in v0.4.28

type CreateProjectInvitationDescriptorClientMsgHandle struct{}

func (*CreateProjectInvitationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateProjectInvitationDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*CreateProjectInvitationDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*CreateProjectInvitationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateProjectInvitationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type CreateProjectInvitationDescriptorServerMsgHandle added in v0.4.28

type CreateProjectInvitationDescriptorServerMsgHandle struct{}

func (*CreateProjectInvitationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateProjectInvitationDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*CreateProjectInvitationDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*CreateProjectInvitationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateProjectInvitationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type CreateProjectInvitationRequest

type CreateProjectInvitationRequest struct {

	// Parent name of ntt.iam.v1alpha2.ProjectInvitation
	Parent *project_invitation.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// ProjectInvitation resource body
	ProjectInvitation *project_invitation.ProjectInvitation `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [CreateProjectInvitation][ntt.iam.v1alpha2.CreateProjectInvitation]

func (*CreateProjectInvitationRequest) Descriptor

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

Deprecated, Use CreateProjectInvitationRequest.ProtoReflect.Descriptor instead.

func (*CreateProjectInvitationRequest) GetParent

func (*CreateProjectInvitationRequest) GetProjectInvitation

func (*CreateProjectInvitationRequest) GotenMessage

func (*CreateProjectInvitationRequest) GotenMessage()

func (*CreateProjectInvitationRequest) GotenValidate

func (obj *CreateProjectInvitationRequest) GotenValidate() error

func (*CreateProjectInvitationRequest) Marshal

func (m *CreateProjectInvitationRequest) Marshal() ([]byte, error)

func (*CreateProjectInvitationRequest) MarshalJSON

func (m *CreateProjectInvitationRequest) MarshalJSON() ([]byte, error)

func (*CreateProjectInvitationRequest) ProtoMessage

func (*CreateProjectInvitationRequest) ProtoMessage()

func (*CreateProjectInvitationRequest) ProtoReflect

func (*CreateProjectInvitationRequest) Reset

func (m *CreateProjectInvitationRequest) Reset()

func (*CreateProjectInvitationRequest) SetParent

func (*CreateProjectInvitationRequest) SetProjectInvitation

func (*CreateProjectInvitationRequest) String

func (*CreateProjectInvitationRequest) Unmarshal

func (m *CreateProjectInvitationRequest) Unmarshal(b []byte) error

func (*CreateProjectInvitationRequest) UnmarshalJSON

func (m *CreateProjectInvitationRequest) UnmarshalJSON(data []byte) error

type DeclineProjectInvitationDescriptor added in v0.4.28

type DeclineProjectInvitationDescriptor struct{}

func GetDeclineProjectInvitationDescriptor added in v0.4.28

func GetDeclineProjectInvitationDescriptor() *DeclineProjectInvitationDescriptor

func (*DeclineProjectInvitationDescriptor) GetApiDescriptor added in v0.4.28

func (*DeclineProjectInvitationDescriptor) GetApiName added in v0.4.28

func (*DeclineProjectInvitationDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *DeclineProjectInvitationDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*DeclineProjectInvitationDescriptor) GetFullMethodName added in v0.4.28

func (d *DeclineProjectInvitationDescriptor) GetFullMethodName() string

func (*DeclineProjectInvitationDescriptor) GetMethodName added in v0.4.28

func (d *DeclineProjectInvitationDescriptor) GetMethodName() string

func (*DeclineProjectInvitationDescriptor) GetProtoPkgName added in v0.4.28

func (d *DeclineProjectInvitationDescriptor) GetProtoPkgName() string

func (*DeclineProjectInvitationDescriptor) GetResourceDescriptor added in v0.4.30

func (d *DeclineProjectInvitationDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*DeclineProjectInvitationDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *DeclineProjectInvitationDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*DeclineProjectInvitationDescriptor) GetServiceDomain added in v0.4.28

func (d *DeclineProjectInvitationDescriptor) GetServiceDomain() string

func (*DeclineProjectInvitationDescriptor) GetServiceVersion added in v0.4.28

func (d *DeclineProjectInvitationDescriptor) GetServiceVersion() string

func (*DeclineProjectInvitationDescriptor) GetVerb added in v0.4.28

func (*DeclineProjectInvitationDescriptor) HasResource added in v0.4.30

func (d *DeclineProjectInvitationDescriptor) HasResource() bool

func (*DeclineProjectInvitationDescriptor) IsClientStream added in v0.4.28

func (d *DeclineProjectInvitationDescriptor) IsClientStream() bool

func (*DeclineProjectInvitationDescriptor) IsCollection added in v0.4.30

func (d *DeclineProjectInvitationDescriptor) IsCollection() bool

func (*DeclineProjectInvitationDescriptor) IsPlural added in v0.4.30

func (*DeclineProjectInvitationDescriptor) IsServerStream added in v0.4.28

func (d *DeclineProjectInvitationDescriptor) IsServerStream() bool

func (*DeclineProjectInvitationDescriptor) IsUnary added in v0.4.28

func (*DeclineProjectInvitationDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *DeclineProjectInvitationDescriptor) NewEmptyClientMsg() proto.Message

func (*DeclineProjectInvitationDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *DeclineProjectInvitationDescriptor) NewEmptyServerMsg() proto.Message

func (*DeclineProjectInvitationDescriptor) RequestHasResourceBody added in v0.4.28

func (d *DeclineProjectInvitationDescriptor) RequestHasResourceBody() bool

type DeclineProjectInvitationDescriptorClientMsgHandle added in v0.4.28

type DeclineProjectInvitationDescriptorClientMsgHandle struct{}

func (*DeclineProjectInvitationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeclineProjectInvitationDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeclineProjectInvitationDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeclineProjectInvitationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*DeclineProjectInvitationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type DeclineProjectInvitationDescriptorServerMsgHandle added in v0.4.28

type DeclineProjectInvitationDescriptorServerMsgHandle struct{}

func (*DeclineProjectInvitationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeclineProjectInvitationDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeclineProjectInvitationDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeclineProjectInvitationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*DeclineProjectInvitationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type DeclineProjectInvitationRequest

type DeclineProjectInvitationRequest struct {

	//  name of ntt.iam.v1alpha2.ProjectInvitation
	Name *project_invitation.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// contains filtered or unexported fields
}

Request message for method [DeclineProjectInvitation][ntt.iam.v1alpha2.DeclineProjectInvitation]

func (*DeclineProjectInvitationRequest) Descriptor

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

Deprecated, Use DeclineProjectInvitationRequest.ProtoReflect.Descriptor instead.

func (*DeclineProjectInvitationRequest) GetName

func (*DeclineProjectInvitationRequest) GotenMessage

func (*DeclineProjectInvitationRequest) GotenMessage()

func (*DeclineProjectInvitationRequest) GotenValidate

func (obj *DeclineProjectInvitationRequest) GotenValidate() error

func (*DeclineProjectInvitationRequest) Marshal

func (m *DeclineProjectInvitationRequest) Marshal() ([]byte, error)

func (*DeclineProjectInvitationRequest) MarshalJSON

func (m *DeclineProjectInvitationRequest) MarshalJSON() ([]byte, error)

func (*DeclineProjectInvitationRequest) ProtoMessage

func (*DeclineProjectInvitationRequest) ProtoMessage()

func (*DeclineProjectInvitationRequest) ProtoReflect

func (*DeclineProjectInvitationRequest) Reset

func (*DeclineProjectInvitationRequest) SetName

func (*DeclineProjectInvitationRequest) String

func (*DeclineProjectInvitationRequest) Unmarshal

func (m *DeclineProjectInvitationRequest) Unmarshal(b []byte) error

func (*DeclineProjectInvitationRequest) UnmarshalJSON

func (m *DeclineProjectInvitationRequest) UnmarshalJSON(data []byte) error

type DeclineProjectInvitationResponse

type DeclineProjectInvitationResponse struct {
	// contains filtered or unexported fields
}

Response message for method [DeclineProjectInvitation][ntt.iam.v1alpha2.DeclineProjectInvitation]

func (*DeclineProjectInvitationResponse) Descriptor

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

Deprecated, Use DeclineProjectInvitationResponse.ProtoReflect.Descriptor instead.

func (*DeclineProjectInvitationResponse) GotenMessage

func (*DeclineProjectInvitationResponse) GotenMessage()

func (*DeclineProjectInvitationResponse) GotenValidate

func (obj *DeclineProjectInvitationResponse) GotenValidate() error

func (*DeclineProjectInvitationResponse) Marshal

func (m *DeclineProjectInvitationResponse) Marshal() ([]byte, error)

func (*DeclineProjectInvitationResponse) MarshalJSON

func (m *DeclineProjectInvitationResponse) MarshalJSON() ([]byte, error)

func (*DeclineProjectInvitationResponse) ProtoMessage

func (*DeclineProjectInvitationResponse) ProtoMessage()

func (*DeclineProjectInvitationResponse) ProtoReflect

func (*DeclineProjectInvitationResponse) Reset

func (*DeclineProjectInvitationResponse) String

func (*DeclineProjectInvitationResponse) Unmarshal

func (m *DeclineProjectInvitationResponse) Unmarshal(b []byte) error

func (*DeclineProjectInvitationResponse) UnmarshalJSON

func (m *DeclineProjectInvitationResponse) UnmarshalJSON(data []byte) error

type DeleteProjectInvitationDescriptor added in v0.4.28

type DeleteProjectInvitationDescriptor struct{}

func GetDeleteProjectInvitationDescriptor added in v0.4.28

func GetDeleteProjectInvitationDescriptor() *DeleteProjectInvitationDescriptor

func (*DeleteProjectInvitationDescriptor) GetApiDescriptor added in v0.4.28

func (*DeleteProjectInvitationDescriptor) GetApiName added in v0.4.28

func (d *DeleteProjectInvitationDescriptor) GetApiName() string

func (*DeleteProjectInvitationDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *DeleteProjectInvitationDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*DeleteProjectInvitationDescriptor) GetFullMethodName added in v0.4.28

func (d *DeleteProjectInvitationDescriptor) GetFullMethodName() string

func (*DeleteProjectInvitationDescriptor) GetMethodName added in v0.4.28

func (d *DeleteProjectInvitationDescriptor) GetMethodName() string

func (*DeleteProjectInvitationDescriptor) GetProtoPkgName added in v0.4.28

func (d *DeleteProjectInvitationDescriptor) GetProtoPkgName() string

func (*DeleteProjectInvitationDescriptor) GetResourceDescriptor added in v0.4.30

func (d *DeleteProjectInvitationDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*DeleteProjectInvitationDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *DeleteProjectInvitationDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*DeleteProjectInvitationDescriptor) GetServiceDomain added in v0.4.28

func (d *DeleteProjectInvitationDescriptor) GetServiceDomain() string

func (*DeleteProjectInvitationDescriptor) GetServiceVersion added in v0.4.28

func (d *DeleteProjectInvitationDescriptor) GetServiceVersion() string

func (*DeleteProjectInvitationDescriptor) GetVerb added in v0.4.28

func (*DeleteProjectInvitationDescriptor) HasResource added in v0.4.30

func (d *DeleteProjectInvitationDescriptor) HasResource() bool

func (*DeleteProjectInvitationDescriptor) IsClientStream added in v0.4.28

func (d *DeleteProjectInvitationDescriptor) IsClientStream() bool

func (*DeleteProjectInvitationDescriptor) IsCollection added in v0.4.30

func (d *DeleteProjectInvitationDescriptor) IsCollection() bool

func (*DeleteProjectInvitationDescriptor) IsPlural added in v0.4.30

func (*DeleteProjectInvitationDescriptor) IsServerStream added in v0.4.28

func (d *DeleteProjectInvitationDescriptor) IsServerStream() bool

func (*DeleteProjectInvitationDescriptor) IsUnary added in v0.4.28

func (*DeleteProjectInvitationDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *DeleteProjectInvitationDescriptor) NewEmptyClientMsg() proto.Message

func (*DeleteProjectInvitationDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *DeleteProjectInvitationDescriptor) NewEmptyServerMsg() proto.Message

func (*DeleteProjectInvitationDescriptor) RequestHasResourceBody added in v0.4.28

func (d *DeleteProjectInvitationDescriptor) RequestHasResourceBody() bool

type DeleteProjectInvitationDescriptorClientMsgHandle added in v0.4.28

type DeleteProjectInvitationDescriptorClientMsgHandle struct{}

func (*DeleteProjectInvitationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteProjectInvitationDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeleteProjectInvitationDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeleteProjectInvitationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteProjectInvitationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteProjectInvitationDescriptorServerMsgHandle added in v0.4.28

type DeleteProjectInvitationDescriptorServerMsgHandle struct{}

func (*DeleteProjectInvitationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteProjectInvitationDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeleteProjectInvitationDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeleteProjectInvitationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteProjectInvitationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteProjectInvitationRequest

type DeleteProjectInvitationRequest struct {

	// Name of ntt.iam.v1alpha2.ProjectInvitation
	Name *project_invitation.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// contains filtered or unexported fields
}

Request message for method [DeleteProjectInvitation][ntt.iam.v1alpha2.DeleteProjectInvitation]

func (*DeleteProjectInvitationRequest) Descriptor

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

Deprecated, Use DeleteProjectInvitationRequest.ProtoReflect.Descriptor instead.

func (*DeleteProjectInvitationRequest) GetName

func (*DeleteProjectInvitationRequest) GotenMessage

func (*DeleteProjectInvitationRequest) GotenMessage()

func (*DeleteProjectInvitationRequest) GotenValidate

func (obj *DeleteProjectInvitationRequest) GotenValidate() error

func (*DeleteProjectInvitationRequest) Marshal

func (m *DeleteProjectInvitationRequest) Marshal() ([]byte, error)

func (*DeleteProjectInvitationRequest) MarshalJSON

func (m *DeleteProjectInvitationRequest) MarshalJSON() ([]byte, error)

func (*DeleteProjectInvitationRequest) ProtoMessage

func (*DeleteProjectInvitationRequest) ProtoMessage()

func (*DeleteProjectInvitationRequest) ProtoReflect

func (*DeleteProjectInvitationRequest) Reset

func (m *DeleteProjectInvitationRequest) Reset()

func (*DeleteProjectInvitationRequest) SetName

func (*DeleteProjectInvitationRequest) String

func (*DeleteProjectInvitationRequest) Unmarshal

func (m *DeleteProjectInvitationRequest) Unmarshal(b []byte) error

func (*DeleteProjectInvitationRequest) UnmarshalJSON

func (m *DeleteProjectInvitationRequest) UnmarshalJSON(data []byte) error

type GetProjectInvitationDescriptor added in v0.4.28

type GetProjectInvitationDescriptor struct{}

func GetGetProjectInvitationDescriptor added in v0.4.28

func GetGetProjectInvitationDescriptor() *GetProjectInvitationDescriptor

func (*GetProjectInvitationDescriptor) GetApiDescriptor added in v0.4.28

func (*GetProjectInvitationDescriptor) GetApiName added in v0.4.28

func (d *GetProjectInvitationDescriptor) GetApiName() string

func (*GetProjectInvitationDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *GetProjectInvitationDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*GetProjectInvitationDescriptor) GetFullMethodName added in v0.4.28

func (d *GetProjectInvitationDescriptor) GetFullMethodName() string

func (*GetProjectInvitationDescriptor) GetMethodName added in v0.4.28

func (d *GetProjectInvitationDescriptor) GetMethodName() string

func (*GetProjectInvitationDescriptor) GetProtoPkgName added in v0.4.28

func (d *GetProjectInvitationDescriptor) GetProtoPkgName() string

func (*GetProjectInvitationDescriptor) GetResourceDescriptor added in v0.4.30

func (d *GetProjectInvitationDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*GetProjectInvitationDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *GetProjectInvitationDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*GetProjectInvitationDescriptor) GetServiceDomain added in v0.4.28

func (d *GetProjectInvitationDescriptor) GetServiceDomain() string

func (*GetProjectInvitationDescriptor) GetServiceVersion added in v0.4.28

func (d *GetProjectInvitationDescriptor) GetServiceVersion() string

func (*GetProjectInvitationDescriptor) GetVerb added in v0.4.28

func (*GetProjectInvitationDescriptor) HasResource added in v0.4.30

func (d *GetProjectInvitationDescriptor) HasResource() bool

func (*GetProjectInvitationDescriptor) IsClientStream added in v0.4.28

func (d *GetProjectInvitationDescriptor) IsClientStream() bool

func (*GetProjectInvitationDescriptor) IsCollection added in v0.4.30

func (d *GetProjectInvitationDescriptor) IsCollection() bool

func (*GetProjectInvitationDescriptor) IsPlural added in v0.4.30

func (d *GetProjectInvitationDescriptor) IsPlural() bool

func (*GetProjectInvitationDescriptor) IsServerStream added in v0.4.28

func (d *GetProjectInvitationDescriptor) IsServerStream() bool

func (*GetProjectInvitationDescriptor) IsUnary added in v0.4.28

func (d *GetProjectInvitationDescriptor) IsUnary() bool

func (*GetProjectInvitationDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *GetProjectInvitationDescriptor) NewEmptyClientMsg() proto.Message

func (*GetProjectInvitationDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *GetProjectInvitationDescriptor) NewEmptyServerMsg() proto.Message

func (*GetProjectInvitationDescriptor) RequestHasResourceBody added in v0.4.28

func (d *GetProjectInvitationDescriptor) RequestHasResourceBody() bool

type GetProjectInvitationDescriptorClientMsgHandle added in v0.4.28

type GetProjectInvitationDescriptorClientMsgHandle struct{}

func (*GetProjectInvitationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetProjectInvitationDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*GetProjectInvitationDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*GetProjectInvitationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*GetProjectInvitationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type GetProjectInvitationDescriptorServerMsgHandle added in v0.4.28

type GetProjectInvitationDescriptorServerMsgHandle struct{}

func (*GetProjectInvitationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetProjectInvitationDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*GetProjectInvitationDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*GetProjectInvitationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*GetProjectInvitationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type GetProjectInvitationRequest

type GetProjectInvitationRequest struct {

	// Name of ntt.iam.v1alpha2.ProjectInvitation
	Name *project_invitation.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_invitation.ProjectInvitation_FieldMask `` /* 149-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 [GetProjectInvitation][ntt.iam.v1alpha2.GetProjectInvitation]

func (*GetProjectInvitationRequest) Descriptor

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

Deprecated, Use GetProjectInvitationRequest.ProtoReflect.Descriptor instead.

func (*GetProjectInvitationRequest) GetFieldMask

func (*GetProjectInvitationRequest) GetName

func (*GetProjectInvitationRequest) GetView

func (m *GetProjectInvitationRequest) GetView() view.View

func (*GetProjectInvitationRequest) GotenMessage

func (*GetProjectInvitationRequest) GotenMessage()

func (*GetProjectInvitationRequest) GotenValidate

func (obj *GetProjectInvitationRequest) GotenValidate() error

func (*GetProjectInvitationRequest) Marshal

func (m *GetProjectInvitationRequest) Marshal() ([]byte, error)

func (*GetProjectInvitationRequest) MarshalJSON

func (m *GetProjectInvitationRequest) MarshalJSON() ([]byte, error)

func (*GetProjectInvitationRequest) ProtoMessage

func (*GetProjectInvitationRequest) ProtoMessage()

func (*GetProjectInvitationRequest) ProtoReflect

func (m *GetProjectInvitationRequest) ProtoReflect() preflect.Message

func (*GetProjectInvitationRequest) Reset

func (m *GetProjectInvitationRequest) Reset()

func (*GetProjectInvitationRequest) SetFieldMask

func (*GetProjectInvitationRequest) SetName

func (*GetProjectInvitationRequest) SetView

func (m *GetProjectInvitationRequest) SetView(fv view.View)

func (*GetProjectInvitationRequest) String

func (m *GetProjectInvitationRequest) String() string

func (*GetProjectInvitationRequest) Unmarshal

func (m *GetProjectInvitationRequest) Unmarshal(b []byte) error

func (*GetProjectInvitationRequest) UnmarshalJSON

func (m *GetProjectInvitationRequest) UnmarshalJSON(data []byte) error

type ListMyProjectInvitationsDescriptor added in v0.4.28

type ListMyProjectInvitationsDescriptor struct{}

func GetListMyProjectInvitationsDescriptor added in v0.4.28

func GetListMyProjectInvitationsDescriptor() *ListMyProjectInvitationsDescriptor

func (*ListMyProjectInvitationsDescriptor) GetApiDescriptor added in v0.4.28

func (*ListMyProjectInvitationsDescriptor) GetApiName added in v0.4.28

func (*ListMyProjectInvitationsDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *ListMyProjectInvitationsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*ListMyProjectInvitationsDescriptor) GetFullMethodName added in v0.4.28

func (d *ListMyProjectInvitationsDescriptor) GetFullMethodName() string

func (*ListMyProjectInvitationsDescriptor) GetMethodName added in v0.4.28

func (d *ListMyProjectInvitationsDescriptor) GetMethodName() string

func (*ListMyProjectInvitationsDescriptor) GetProtoPkgName added in v0.4.28

func (d *ListMyProjectInvitationsDescriptor) GetProtoPkgName() string

func (*ListMyProjectInvitationsDescriptor) GetResourceDescriptor added in v0.4.30

func (d *ListMyProjectInvitationsDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*ListMyProjectInvitationsDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *ListMyProjectInvitationsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*ListMyProjectInvitationsDescriptor) GetServiceDomain added in v0.4.28

func (d *ListMyProjectInvitationsDescriptor) GetServiceDomain() string

func (*ListMyProjectInvitationsDescriptor) GetServiceVersion added in v0.4.28

func (d *ListMyProjectInvitationsDescriptor) GetServiceVersion() string

func (*ListMyProjectInvitationsDescriptor) GetVerb added in v0.4.28

func (*ListMyProjectInvitationsDescriptor) HasResource added in v0.4.30

func (d *ListMyProjectInvitationsDescriptor) HasResource() bool

func (*ListMyProjectInvitationsDescriptor) IsClientStream added in v0.4.28

func (d *ListMyProjectInvitationsDescriptor) IsClientStream() bool

func (*ListMyProjectInvitationsDescriptor) IsCollection added in v0.4.30

func (d *ListMyProjectInvitationsDescriptor) IsCollection() bool

func (*ListMyProjectInvitationsDescriptor) IsPlural added in v0.4.30

func (*ListMyProjectInvitationsDescriptor) IsServerStream added in v0.4.28

func (d *ListMyProjectInvitationsDescriptor) IsServerStream() bool

func (*ListMyProjectInvitationsDescriptor) IsUnary added in v0.4.28

func (*ListMyProjectInvitationsDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *ListMyProjectInvitationsDescriptor) NewEmptyClientMsg() proto.Message

func (*ListMyProjectInvitationsDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *ListMyProjectInvitationsDescriptor) NewEmptyServerMsg() proto.Message

func (*ListMyProjectInvitationsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *ListMyProjectInvitationsDescriptor) RequestHasResourceBody() bool

type ListMyProjectInvitationsDescriptorClientMsgHandle added in v0.4.28

type ListMyProjectInvitationsDescriptorClientMsgHandle struct{}

func (*ListMyProjectInvitationsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListMyProjectInvitationsDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListMyProjectInvitationsDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListMyProjectInvitationsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*ListMyProjectInvitationsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type ListMyProjectInvitationsDescriptorServerMsgHandle added in v0.4.28

type ListMyProjectInvitationsDescriptorServerMsgHandle struct{}

func (*ListMyProjectInvitationsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListMyProjectInvitationsDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListMyProjectInvitationsDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListMyProjectInvitationsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*ListMyProjectInvitationsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type ListMyProjectInvitationsRequest

type ListMyProjectInvitationsRequest struct {

	// Parent name of ntt.iam.v1alpha2.ProjectInvitation
	Parent *project_invitation.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Additional filter for invitations, e.g. state = "PENDING"
	Filter *project_invitation.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// contains filtered or unexported fields
}

Request message for method [ListMyProjectInvitations][ntt.iam.v1alpha2.ListMyProjectInvitations]

func (*ListMyProjectInvitationsRequest) Descriptor

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

Deprecated, Use ListMyProjectInvitationsRequest.ProtoReflect.Descriptor instead.

func (*ListMyProjectInvitationsRequest) GetFilter

func (*ListMyProjectInvitationsRequest) GetParent

func (*ListMyProjectInvitationsRequest) GotenMessage

func (*ListMyProjectInvitationsRequest) GotenMessage()

func (*ListMyProjectInvitationsRequest) GotenValidate

func (obj *ListMyProjectInvitationsRequest) GotenValidate() error

func (*ListMyProjectInvitationsRequest) Marshal

func (m *ListMyProjectInvitationsRequest) Marshal() ([]byte, error)

func (*ListMyProjectInvitationsRequest) MarshalJSON

func (m *ListMyProjectInvitationsRequest) MarshalJSON() ([]byte, error)

func (*ListMyProjectInvitationsRequest) ProtoMessage

func (*ListMyProjectInvitationsRequest) ProtoMessage()

func (*ListMyProjectInvitationsRequest) ProtoReflect

func (*ListMyProjectInvitationsRequest) Reset

func (*ListMyProjectInvitationsRequest) SetFilter

func (*ListMyProjectInvitationsRequest) SetParent

func (*ListMyProjectInvitationsRequest) String

func (*ListMyProjectInvitationsRequest) Unmarshal

func (m *ListMyProjectInvitationsRequest) Unmarshal(b []byte) error

func (*ListMyProjectInvitationsRequest) UnmarshalJSON

func (m *ListMyProjectInvitationsRequest) UnmarshalJSON(data []byte) error

type ListMyProjectInvitationsResponse

type ListMyProjectInvitationsResponse struct {

	// The list of ProjectInvitations
	ProjectInvitations []*project_invitation.ProjectInvitation `` /* 146-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response message for method [ListMyProjectInvitations][ntt.iam.v1alpha2.ListMyProjectInvitations]

func (*ListMyProjectInvitationsResponse) Descriptor

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

Deprecated, Use ListMyProjectInvitationsResponse.ProtoReflect.Descriptor instead.

func (*ListMyProjectInvitationsResponse) GetProjectInvitations

func (*ListMyProjectInvitationsResponse) GotenMessage

func (*ListMyProjectInvitationsResponse) GotenMessage()

func (*ListMyProjectInvitationsResponse) GotenValidate

func (obj *ListMyProjectInvitationsResponse) GotenValidate() error

func (*ListMyProjectInvitationsResponse) Marshal

func (m *ListMyProjectInvitationsResponse) Marshal() ([]byte, error)

func (*ListMyProjectInvitationsResponse) MarshalJSON

func (m *ListMyProjectInvitationsResponse) MarshalJSON() ([]byte, error)

func (*ListMyProjectInvitationsResponse) ProtoMessage

func (*ListMyProjectInvitationsResponse) ProtoMessage()

func (*ListMyProjectInvitationsResponse) ProtoReflect

func (*ListMyProjectInvitationsResponse) Reset

func (*ListMyProjectInvitationsResponse) SetProjectInvitations

func (*ListMyProjectInvitationsResponse) String

func (*ListMyProjectInvitationsResponse) Unmarshal

func (m *ListMyProjectInvitationsResponse) Unmarshal(b []byte) error

func (*ListMyProjectInvitationsResponse) UnmarshalJSON

func (m *ListMyProjectInvitationsResponse) UnmarshalJSON(data []byte) error

type ListProjectInvitationsDescriptor added in v0.4.28

type ListProjectInvitationsDescriptor struct{}

func GetListProjectInvitationsDescriptor added in v0.4.28

func GetListProjectInvitationsDescriptor() *ListProjectInvitationsDescriptor

func (*ListProjectInvitationsDescriptor) GetApiDescriptor added in v0.4.28

func (*ListProjectInvitationsDescriptor) GetApiName added in v0.4.28

func (d *ListProjectInvitationsDescriptor) GetApiName() string

func (*ListProjectInvitationsDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *ListProjectInvitationsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*ListProjectInvitationsDescriptor) GetFullMethodName added in v0.4.28

func (d *ListProjectInvitationsDescriptor) GetFullMethodName() string

func (*ListProjectInvitationsDescriptor) GetMethodName added in v0.4.28

func (d *ListProjectInvitationsDescriptor) GetMethodName() string

func (*ListProjectInvitationsDescriptor) GetProtoPkgName added in v0.4.28

func (d *ListProjectInvitationsDescriptor) GetProtoPkgName() string

func (*ListProjectInvitationsDescriptor) GetResourceDescriptor added in v0.4.30

func (d *ListProjectInvitationsDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*ListProjectInvitationsDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *ListProjectInvitationsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*ListProjectInvitationsDescriptor) GetServiceDomain added in v0.4.28

func (d *ListProjectInvitationsDescriptor) GetServiceDomain() string

func (*ListProjectInvitationsDescriptor) GetServiceVersion added in v0.4.28

func (d *ListProjectInvitationsDescriptor) GetServiceVersion() string

func (*ListProjectInvitationsDescriptor) GetVerb added in v0.4.28

func (*ListProjectInvitationsDescriptor) HasResource added in v0.4.30

func (d *ListProjectInvitationsDescriptor) HasResource() bool

func (*ListProjectInvitationsDescriptor) IsClientStream added in v0.4.28

func (d *ListProjectInvitationsDescriptor) IsClientStream() bool

func (*ListProjectInvitationsDescriptor) IsCollection added in v0.4.30

func (d *ListProjectInvitationsDescriptor) IsCollection() bool

func (*ListProjectInvitationsDescriptor) IsPlural added in v0.4.30

func (d *ListProjectInvitationsDescriptor) IsPlural() bool

func (*ListProjectInvitationsDescriptor) IsServerStream added in v0.4.28

func (d *ListProjectInvitationsDescriptor) IsServerStream() bool

func (*ListProjectInvitationsDescriptor) IsUnary added in v0.4.28

func (*ListProjectInvitationsDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *ListProjectInvitationsDescriptor) NewEmptyClientMsg() proto.Message

func (*ListProjectInvitationsDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *ListProjectInvitationsDescriptor) NewEmptyServerMsg() proto.Message

func (*ListProjectInvitationsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *ListProjectInvitationsDescriptor) RequestHasResourceBody() bool

type ListProjectInvitationsDescriptorClientMsgHandle added in v0.4.28

type ListProjectInvitationsDescriptorClientMsgHandle struct{}

func (*ListProjectInvitationsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListProjectInvitationsDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListProjectInvitationsDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListProjectInvitationsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*ListProjectInvitationsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type ListProjectInvitationsDescriptorServerMsgHandle added in v0.4.28

type ListProjectInvitationsDescriptorServerMsgHandle struct{}

func (*ListProjectInvitationsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListProjectInvitationsDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListProjectInvitationsDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListProjectInvitationsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*ListProjectInvitationsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type ListProjectInvitationsRequest

type ListProjectInvitationsRequest struct {

	// Parent name of ntt.iam.v1alpha2.ProjectInvitation
	Parent *project_invitation.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer ProjectInvitations 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
	// [ListProjectInvitationsResponse.next_page_token][ntt.iam.v1alpha2.ListProjectInvitationsResponse.next_page_token]
	PageToken *project_invitation.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_invitation.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_invitation.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_invitation.ProjectInvitation_FieldMask `` /* 149-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 [ListProjectInvitations][ntt.iam.v1alpha2.ListProjectInvitations]

func (*ListProjectInvitationsRequest) Descriptor

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

Deprecated, Use ListProjectInvitationsRequest.ProtoReflect.Descriptor instead.

func (*ListProjectInvitationsRequest) GetFieldMask

func (*ListProjectInvitationsRequest) GetFilter

func (*ListProjectInvitationsRequest) GetIncludePagingInfo added in v0.10.1

func (m *ListProjectInvitationsRequest) GetIncludePagingInfo() bool

func (*ListProjectInvitationsRequest) GetOrderBy

func (*ListProjectInvitationsRequest) GetPageSize

func (m *ListProjectInvitationsRequest) GetPageSize() int32

func (*ListProjectInvitationsRequest) GetPageToken

func (*ListProjectInvitationsRequest) GetParent

func (*ListProjectInvitationsRequest) GetView

func (*ListProjectInvitationsRequest) GotenMessage

func (*ListProjectInvitationsRequest) GotenMessage()

func (*ListProjectInvitationsRequest) GotenValidate

func (obj *ListProjectInvitationsRequest) GotenValidate() error

func (*ListProjectInvitationsRequest) Marshal

func (m *ListProjectInvitationsRequest) Marshal() ([]byte, error)

func (*ListProjectInvitationsRequest) MarshalJSON

func (m *ListProjectInvitationsRequest) MarshalJSON() ([]byte, error)

func (*ListProjectInvitationsRequest) ProtoMessage

func (*ListProjectInvitationsRequest) ProtoMessage()

func (*ListProjectInvitationsRequest) ProtoReflect

func (*ListProjectInvitationsRequest) Reset

func (m *ListProjectInvitationsRequest) Reset()

func (*ListProjectInvitationsRequest) SetFieldMask

func (*ListProjectInvitationsRequest) SetFilter

func (*ListProjectInvitationsRequest) SetIncludePagingInfo added in v0.10.1

func (m *ListProjectInvitationsRequest) SetIncludePagingInfo(fv bool)

func (*ListProjectInvitationsRequest) SetOrderBy

func (*ListProjectInvitationsRequest) SetPageSize

func (m *ListProjectInvitationsRequest) SetPageSize(fv int32)

func (*ListProjectInvitationsRequest) SetPageToken

func (*ListProjectInvitationsRequest) SetParent

func (*ListProjectInvitationsRequest) SetView

func (m *ListProjectInvitationsRequest) SetView(fv view.View)

func (*ListProjectInvitationsRequest) String

func (*ListProjectInvitationsRequest) Unmarshal

func (m *ListProjectInvitationsRequest) Unmarshal(b []byte) error

func (*ListProjectInvitationsRequest) UnmarshalJSON

func (m *ListProjectInvitationsRequest) UnmarshalJSON(data []byte) error

type ListProjectInvitationsResponse

type ListProjectInvitationsResponse struct {

	// The list of ProjectInvitations
	ProjectInvitations []*project_invitation.ProjectInvitation `` /* 146-byte string literal not displayed */
	// A token to retrieve previous page of results. Pass this value in the
	// [ListProjectInvitationsRequest.page_token][ntt.iam.v1alpha2.ListProjectInvitationsRequest.page_token]
	PrevPageToken *project_invitation.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListProjectInvitationsRequest.page_token][ntt.iam.v1alpha2.ListProjectInvitationsRequest.page_token]
	NextPageToken *project_invitation.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 ProjectInvitations 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 [ListProjectInvitations][ntt.iam.v1alpha2.ListProjectInvitations]

func (*ListProjectInvitationsResponse) Descriptor

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

Deprecated, Use ListProjectInvitationsResponse.ProtoReflect.Descriptor instead.

func (*ListProjectInvitationsResponse) GetCurrentOffset added in v0.10.1

func (m *ListProjectInvitationsResponse) GetCurrentOffset() int32

func (*ListProjectInvitationsResponse) GetNextPageToken

func (*ListProjectInvitationsResponse) GetPrevPageToken

func (*ListProjectInvitationsResponse) GetProjectInvitations

func (*ListProjectInvitationsResponse) GetTotalResultsCount added in v0.10.1

func (m *ListProjectInvitationsResponse) GetTotalResultsCount() int32

func (*ListProjectInvitationsResponse) GotenMessage

func (*ListProjectInvitationsResponse) GotenMessage()

func (*ListProjectInvitationsResponse) GotenValidate

func (obj *ListProjectInvitationsResponse) GotenValidate() error

func (*ListProjectInvitationsResponse) Marshal

func (m *ListProjectInvitationsResponse) Marshal() ([]byte, error)

func (*ListProjectInvitationsResponse) MarshalJSON

func (m *ListProjectInvitationsResponse) MarshalJSON() ([]byte, error)

func (*ListProjectInvitationsResponse) ProtoMessage

func (*ListProjectInvitationsResponse) ProtoMessage()

func (*ListProjectInvitationsResponse) ProtoReflect

func (*ListProjectInvitationsResponse) Reset

func (m *ListProjectInvitationsResponse) Reset()

func (*ListProjectInvitationsResponse) SetCurrentOffset added in v0.10.1

func (m *ListProjectInvitationsResponse) SetCurrentOffset(fv int32)

func (*ListProjectInvitationsResponse) SetNextPageToken

func (*ListProjectInvitationsResponse) SetPrevPageToken

func (*ListProjectInvitationsResponse) SetProjectInvitations

func (*ListProjectInvitationsResponse) SetTotalResultsCount added in v0.10.1

func (m *ListProjectInvitationsResponse) SetTotalResultsCount(fv int32)

func (*ListProjectInvitationsResponse) String

func (*ListProjectInvitationsResponse) Unmarshal

func (m *ListProjectInvitationsResponse) Unmarshal(b []byte) error

func (*ListProjectInvitationsResponse) UnmarshalJSON

func (m *ListProjectInvitationsResponse) UnmarshalJSON(data []byte) error

type ProjectInvitationServiceClient

type ProjectInvitationServiceClient interface {
	GetProjectInvitation(ctx context.Context, in *GetProjectInvitationRequest, opts ...grpc.CallOption) (*project_invitation.ProjectInvitation, error)
	BatchGetProjectInvitations(ctx context.Context, in *BatchGetProjectInvitationsRequest, opts ...grpc.CallOption) (*BatchGetProjectInvitationsResponse, error)
	ListProjectInvitations(ctx context.Context, in *ListProjectInvitationsRequest, opts ...grpc.CallOption) (*ListProjectInvitationsResponse, error)
	WatchProjectInvitation(ctx context.Context, in *WatchProjectInvitationRequest, opts ...grpc.CallOption) (WatchProjectInvitationClientStream, error)
	WatchProjectInvitations(ctx context.Context, in *WatchProjectInvitationsRequest, opts ...grpc.CallOption) (WatchProjectInvitationsClientStream, error)
	CreateProjectInvitation(ctx context.Context, in *CreateProjectInvitationRequest, opts ...grpc.CallOption) (*project_invitation.ProjectInvitation, error)
	UpdateProjectInvitation(ctx context.Context, in *UpdateProjectInvitationRequest, opts ...grpc.CallOption) (*project_invitation.ProjectInvitation, error)
	DeleteProjectInvitation(ctx context.Context, in *DeleteProjectInvitationRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AcceptProjectInvitation(ctx context.Context, in *AcceptProjectInvitationRequest, opts ...grpc.CallOption) (*AcceptProjectInvitationResponse, error)
	DeclineProjectInvitation(ctx context.Context, in *DeclineProjectInvitationRequest, opts ...grpc.CallOption) (*DeclineProjectInvitationResponse, error)
	ListMyProjectInvitations(ctx context.Context, in *ListMyProjectInvitationsRequest, opts ...grpc.CallOption) (*ListMyProjectInvitationsResponse, error)
	ResendProjectInvitation(ctx context.Context, in *ResendProjectInvitationRequest, opts ...grpc.CallOption) (*ResendProjectInvitationResponse, error)
}

ProjectInvitationServiceClient is the client API for ProjectInvitationService.

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

type ProjectInvitationServiceDescriptor added in v0.4.28

type ProjectInvitationServiceDescriptor struct{}

func GetProjectInvitationServiceDescriptor added in v0.4.28

func GetProjectInvitationServiceDescriptor() *ProjectInvitationServiceDescriptor

func (*ProjectInvitationServiceDescriptor) AllMethodDescriptors added in v0.4.28

func (*ProjectInvitationServiceDescriptor) GetApiName added in v0.4.28

func (*ProjectInvitationServiceDescriptor) GetFullAPIName added in v0.4.28

func (d *ProjectInvitationServiceDescriptor) GetFullAPIName() string

func (*ProjectInvitationServiceDescriptor) GetProtoPkgName added in v0.4.28

func (d *ProjectInvitationServiceDescriptor) GetProtoPkgName() string

func (*ProjectInvitationServiceDescriptor) GetServiceDomain added in v0.4.28

func (d *ProjectInvitationServiceDescriptor) GetServiceDomain() string

func (*ProjectInvitationServiceDescriptor) GetServiceVersion added in v0.4.28

func (d *ProjectInvitationServiceDescriptor) GetServiceVersion() string

type ResendProjectInvitationDescriptor added in v0.4.29

type ResendProjectInvitationDescriptor struct{}

func GetResendProjectInvitationDescriptor added in v0.4.29

func GetResendProjectInvitationDescriptor() *ResendProjectInvitationDescriptor

func (*ResendProjectInvitationDescriptor) GetApiDescriptor added in v0.4.29

func (*ResendProjectInvitationDescriptor) GetApiName added in v0.4.29

func (d *ResendProjectInvitationDescriptor) GetApiName() string

func (*ResendProjectInvitationDescriptor) GetClientMsgReflectHandle added in v0.4.29

func (d *ResendProjectInvitationDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*ResendProjectInvitationDescriptor) GetFullMethodName added in v0.4.29

func (d *ResendProjectInvitationDescriptor) GetFullMethodName() string

func (*ResendProjectInvitationDescriptor) GetMethodName added in v0.4.29

func (d *ResendProjectInvitationDescriptor) GetMethodName() string

func (*ResendProjectInvitationDescriptor) GetProtoPkgName added in v0.4.29

func (d *ResendProjectInvitationDescriptor) GetProtoPkgName() string

func (*ResendProjectInvitationDescriptor) GetResourceDescriptor added in v0.4.30

func (d *ResendProjectInvitationDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*ResendProjectInvitationDescriptor) GetServerMsgReflectHandle added in v0.4.29

func (d *ResendProjectInvitationDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*ResendProjectInvitationDescriptor) GetServiceDomain added in v0.4.29

func (d *ResendProjectInvitationDescriptor) GetServiceDomain() string

func (*ResendProjectInvitationDescriptor) GetServiceVersion added in v0.4.29

func (d *ResendProjectInvitationDescriptor) GetServiceVersion() string

func (*ResendProjectInvitationDescriptor) GetVerb added in v0.4.29

func (*ResendProjectInvitationDescriptor) HasResource added in v0.4.30

func (d *ResendProjectInvitationDescriptor) HasResource() bool

func (*ResendProjectInvitationDescriptor) IsClientStream added in v0.4.29

func (d *ResendProjectInvitationDescriptor) IsClientStream() bool

func (*ResendProjectInvitationDescriptor) IsCollection added in v0.4.30

func (d *ResendProjectInvitationDescriptor) IsCollection() bool

func (*ResendProjectInvitationDescriptor) IsPlural added in v0.4.30

func (*ResendProjectInvitationDescriptor) IsServerStream added in v0.4.29

func (d *ResendProjectInvitationDescriptor) IsServerStream() bool

func (*ResendProjectInvitationDescriptor) IsUnary added in v0.4.29

func (*ResendProjectInvitationDescriptor) NewEmptyClientMsg added in v0.4.29

func (d *ResendProjectInvitationDescriptor) NewEmptyClientMsg() proto.Message

func (*ResendProjectInvitationDescriptor) NewEmptyServerMsg added in v0.4.29

func (d *ResendProjectInvitationDescriptor) NewEmptyServerMsg() proto.Message

func (*ResendProjectInvitationDescriptor) RequestHasResourceBody added in v0.4.29

func (d *ResendProjectInvitationDescriptor) RequestHasResourceBody() bool

type ResendProjectInvitationDescriptorClientMsgHandle added in v0.4.29

type ResendProjectInvitationDescriptorClientMsgHandle struct{}

func (*ResendProjectInvitationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*ResendProjectInvitationDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ResendProjectInvitationDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*ResendProjectInvitationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*ResendProjectInvitationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type ResendProjectInvitationDescriptorServerMsgHandle added in v0.4.29

type ResendProjectInvitationDescriptorServerMsgHandle struct{}

func (*ResendProjectInvitationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*ResendProjectInvitationDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ResendProjectInvitationDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*ResendProjectInvitationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*ResendProjectInvitationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type ResendProjectInvitationRequest added in v0.4.27

type ResendProjectInvitationRequest struct {

	//  name of ntt.iam.v1alpha2.ProjectInvitation
	Name *project_invitation.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// contains filtered or unexported fields
}

ResendInvitationRequest

func (*ResendProjectInvitationRequest) Descriptor added in v0.4.27

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

Deprecated, Use ResendProjectInvitationRequest.ProtoReflect.Descriptor instead.

func (*ResendProjectInvitationRequest) GetName added in v0.4.27

func (*ResendProjectInvitationRequest) GotenMessage added in v0.4.27

func (*ResendProjectInvitationRequest) GotenMessage()

func (*ResendProjectInvitationRequest) GotenValidate added in v0.4.27

func (obj *ResendProjectInvitationRequest) GotenValidate() error

func (*ResendProjectInvitationRequest) Marshal added in v0.4.27

func (m *ResendProjectInvitationRequest) Marshal() ([]byte, error)

func (*ResendProjectInvitationRequest) MarshalJSON added in v0.4.27

func (m *ResendProjectInvitationRequest) MarshalJSON() ([]byte, error)

func (*ResendProjectInvitationRequest) ProtoMessage added in v0.4.27

func (*ResendProjectInvitationRequest) ProtoMessage()

func (*ResendProjectInvitationRequest) ProtoReflect added in v0.4.27

func (*ResendProjectInvitationRequest) Reset added in v0.4.27

func (m *ResendProjectInvitationRequest) Reset()

func (*ResendProjectInvitationRequest) SetName added in v0.4.27

func (*ResendProjectInvitationRequest) String added in v0.4.27

func (*ResendProjectInvitationRequest) Unmarshal added in v0.4.27

func (m *ResendProjectInvitationRequest) Unmarshal(b []byte) error

func (*ResendProjectInvitationRequest) UnmarshalJSON added in v0.4.27

func (m *ResendProjectInvitationRequest) UnmarshalJSON(data []byte) error

type ResendProjectInvitationResponse added in v0.4.27

type ResendProjectInvitationResponse struct {
	ProjectInvitation *project_invitation.ProjectInvitation `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

ResendInvitationResponse

func (*ResendProjectInvitationResponse) Descriptor added in v0.4.27

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

Deprecated, Use ResendProjectInvitationResponse.ProtoReflect.Descriptor instead.

func (*ResendProjectInvitationResponse) GetProjectInvitation added in v0.4.27

func (*ResendProjectInvitationResponse) GotenMessage added in v0.4.27

func (*ResendProjectInvitationResponse) GotenMessage()

func (*ResendProjectInvitationResponse) GotenValidate added in v0.4.27

func (obj *ResendProjectInvitationResponse) GotenValidate() error

func (*ResendProjectInvitationResponse) Marshal added in v0.4.27

func (m *ResendProjectInvitationResponse) Marshal() ([]byte, error)

func (*ResendProjectInvitationResponse) MarshalJSON added in v0.4.27

func (m *ResendProjectInvitationResponse) MarshalJSON() ([]byte, error)

func (*ResendProjectInvitationResponse) ProtoMessage added in v0.4.27

func (*ResendProjectInvitationResponse) ProtoMessage()

func (*ResendProjectInvitationResponse) ProtoReflect added in v0.4.27

func (*ResendProjectInvitationResponse) Reset added in v0.4.27

func (*ResendProjectInvitationResponse) SetProjectInvitation added in v0.4.27

func (*ResendProjectInvitationResponse) String added in v0.4.27

func (*ResendProjectInvitationResponse) Unmarshal added in v0.4.27

func (m *ResendProjectInvitationResponse) Unmarshal(b []byte) error

func (*ResendProjectInvitationResponse) UnmarshalJSON added in v0.4.27

func (m *ResendProjectInvitationResponse) UnmarshalJSON(data []byte) error

type UpdateProjectInvitationDescriptor added in v0.4.28

type UpdateProjectInvitationDescriptor struct{}

func GetUpdateProjectInvitationDescriptor added in v0.4.28

func GetUpdateProjectInvitationDescriptor() *UpdateProjectInvitationDescriptor

func (*UpdateProjectInvitationDescriptor) GetApiDescriptor added in v0.4.28

func (*UpdateProjectInvitationDescriptor) GetApiName added in v0.4.28

func (d *UpdateProjectInvitationDescriptor) GetApiName() string

func (*UpdateProjectInvitationDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *UpdateProjectInvitationDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*UpdateProjectInvitationDescriptor) GetFullMethodName added in v0.4.28

func (d *UpdateProjectInvitationDescriptor) GetFullMethodName() string

func (*UpdateProjectInvitationDescriptor) GetMethodName added in v0.4.28

func (d *UpdateProjectInvitationDescriptor) GetMethodName() string

func (*UpdateProjectInvitationDescriptor) GetProtoPkgName added in v0.4.28

func (d *UpdateProjectInvitationDescriptor) GetProtoPkgName() string

func (*UpdateProjectInvitationDescriptor) GetResourceDescriptor added in v0.4.30

func (d *UpdateProjectInvitationDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*UpdateProjectInvitationDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *UpdateProjectInvitationDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*UpdateProjectInvitationDescriptor) GetServiceDomain added in v0.4.28

func (d *UpdateProjectInvitationDescriptor) GetServiceDomain() string

func (*UpdateProjectInvitationDescriptor) GetServiceVersion added in v0.4.28

func (d *UpdateProjectInvitationDescriptor) GetServiceVersion() string

func (*UpdateProjectInvitationDescriptor) GetVerb added in v0.4.28

func (*UpdateProjectInvitationDescriptor) HasResource added in v0.4.30

func (d *UpdateProjectInvitationDescriptor) HasResource() bool

func (*UpdateProjectInvitationDescriptor) IsClientStream added in v0.4.28

func (d *UpdateProjectInvitationDescriptor) IsClientStream() bool

func (*UpdateProjectInvitationDescriptor) IsCollection added in v0.4.30

func (d *UpdateProjectInvitationDescriptor) IsCollection() bool

func (*UpdateProjectInvitationDescriptor) IsPlural added in v0.4.30

func (*UpdateProjectInvitationDescriptor) IsServerStream added in v0.4.28

func (d *UpdateProjectInvitationDescriptor) IsServerStream() bool

func (*UpdateProjectInvitationDescriptor) IsUnary added in v0.4.28

func (*UpdateProjectInvitationDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *UpdateProjectInvitationDescriptor) NewEmptyClientMsg() proto.Message

func (*UpdateProjectInvitationDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *UpdateProjectInvitationDescriptor) NewEmptyServerMsg() proto.Message

func (*UpdateProjectInvitationDescriptor) RequestHasResourceBody added in v0.4.28

func (d *UpdateProjectInvitationDescriptor) RequestHasResourceBody() bool

type UpdateProjectInvitationDescriptorClientMsgHandle added in v0.4.28

type UpdateProjectInvitationDescriptorClientMsgHandle struct{}

func (*UpdateProjectInvitationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateProjectInvitationDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*UpdateProjectInvitationDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*UpdateProjectInvitationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateProjectInvitationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateProjectInvitationDescriptorServerMsgHandle added in v0.4.28

type UpdateProjectInvitationDescriptorServerMsgHandle struct{}

func (*UpdateProjectInvitationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateProjectInvitationDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*UpdateProjectInvitationDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*UpdateProjectInvitationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateProjectInvitationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateProjectInvitationRequest

type UpdateProjectInvitationRequest struct {

	// ProjectInvitation resource body
	ProjectInvitation *project_invitation.ProjectInvitation `` /* 142-byte string literal not displayed */
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *project_invitation.ProjectInvitation_FieldMask `` /* 153-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 *UpdateProjectInvitationRequest_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 [UpdateProjectInvitation][ntt.iam.v1alpha2.UpdateProjectInvitation]

func (*UpdateProjectInvitationRequest) Descriptor

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

Deprecated, Use UpdateProjectInvitationRequest.ProtoReflect.Descriptor instead.

func (*UpdateProjectInvitationRequest) GetAllowMissing added in v0.12.33

func (m *UpdateProjectInvitationRequest) GetAllowMissing() bool

func (*UpdateProjectInvitationRequest) GetCas

func (*UpdateProjectInvitationRequest) GetProjectInvitation

func (*UpdateProjectInvitationRequest) GetUpdateMask

func (*UpdateProjectInvitationRequest) GotenMessage

func (*UpdateProjectInvitationRequest) GotenMessage()

func (*UpdateProjectInvitationRequest) GotenValidate

func (obj *UpdateProjectInvitationRequest) GotenValidate() error

func (*UpdateProjectInvitationRequest) Marshal

func (m *UpdateProjectInvitationRequest) Marshal() ([]byte, error)

func (*UpdateProjectInvitationRequest) MarshalJSON

func (m *UpdateProjectInvitationRequest) MarshalJSON() ([]byte, error)

func (*UpdateProjectInvitationRequest) ProtoMessage

func (*UpdateProjectInvitationRequest) ProtoMessage()

func (*UpdateProjectInvitationRequest) ProtoReflect

func (*UpdateProjectInvitationRequest) Reset

func (m *UpdateProjectInvitationRequest) Reset()

func (*UpdateProjectInvitationRequest) SetAllowMissing added in v0.12.33

func (m *UpdateProjectInvitationRequest) SetAllowMissing(fv bool)

func (*UpdateProjectInvitationRequest) SetCas

func (*UpdateProjectInvitationRequest) SetProjectInvitation

func (*UpdateProjectInvitationRequest) SetUpdateMask

func (*UpdateProjectInvitationRequest) String

func (*UpdateProjectInvitationRequest) Unmarshal

func (m *UpdateProjectInvitationRequest) Unmarshal(b []byte) error

func (*UpdateProjectInvitationRequest) UnmarshalJSON

func (m *UpdateProjectInvitationRequest) UnmarshalJSON(data []byte) error

type UpdateProjectInvitationRequest_CAS

type UpdateProjectInvitationRequest_CAS struct {

	// Conditional desired state of a resource before update.
	ConditionalState *project_invitation.ProjectInvitation `` /* 138-byte string literal not displayed */
	// Field paths from conditional state of resource server should check and
	// compare.
	FieldMask *project_invitation.ProjectInvitation_FieldMask `` /* 149-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 (*UpdateProjectInvitationRequest_CAS) Descriptor

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

Deprecated, Use UpdateProjectInvitationRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateProjectInvitationRequest_CAS) GetConditionalState

func (*UpdateProjectInvitationRequest_CAS) GetFieldMask

func (*UpdateProjectInvitationRequest_CAS) GotenMessage

func (*UpdateProjectInvitationRequest_CAS) GotenMessage()

func (*UpdateProjectInvitationRequest_CAS) GotenValidate

func (obj *UpdateProjectInvitationRequest_CAS) GotenValidate() error

func (*UpdateProjectInvitationRequest_CAS) Marshal

func (m *UpdateProjectInvitationRequest_CAS) Marshal() ([]byte, error)

func (*UpdateProjectInvitationRequest_CAS) MarshalJSON

func (m *UpdateProjectInvitationRequest_CAS) MarshalJSON() ([]byte, error)

func (*UpdateProjectInvitationRequest_CAS) ProtoMessage

func (*UpdateProjectInvitationRequest_CAS) ProtoMessage()

func (*UpdateProjectInvitationRequest_CAS) ProtoReflect

func (*UpdateProjectInvitationRequest_CAS) Reset

func (*UpdateProjectInvitationRequest_CAS) SetConditionalState

func (*UpdateProjectInvitationRequest_CAS) SetFieldMask

func (*UpdateProjectInvitationRequest_CAS) String

func (*UpdateProjectInvitationRequest_CAS) Unmarshal

func (m *UpdateProjectInvitationRequest_CAS) Unmarshal(b []byte) error

func (*UpdateProjectInvitationRequest_CAS) UnmarshalJSON

func (m *UpdateProjectInvitationRequest_CAS) UnmarshalJSON(data []byte) error

type WatchProjectInvitationClientStream

type WatchProjectInvitationClientStream interface {
	Recv() (*WatchProjectInvitationResponse, error)
	grpc.ClientStream
}

type WatchProjectInvitationDescriptor added in v0.4.28

type WatchProjectInvitationDescriptor struct{}

func GetWatchProjectInvitationDescriptor added in v0.4.28

func GetWatchProjectInvitationDescriptor() *WatchProjectInvitationDescriptor

func (*WatchProjectInvitationDescriptor) GetApiDescriptor added in v0.4.28

func (*WatchProjectInvitationDescriptor) GetApiName added in v0.4.28

func (d *WatchProjectInvitationDescriptor) GetApiName() string

func (*WatchProjectInvitationDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *WatchProjectInvitationDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchProjectInvitationDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchProjectInvitationDescriptor) GetFullMethodName() string

func (*WatchProjectInvitationDescriptor) GetMethodName added in v0.4.28

func (d *WatchProjectInvitationDescriptor) GetMethodName() string

func (*WatchProjectInvitationDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchProjectInvitationDescriptor) GetProtoPkgName() string

func (*WatchProjectInvitationDescriptor) GetResourceDescriptor added in v0.4.30

func (d *WatchProjectInvitationDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*WatchProjectInvitationDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *WatchProjectInvitationDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchProjectInvitationDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchProjectInvitationDescriptor) GetServiceDomain() string

func (*WatchProjectInvitationDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchProjectInvitationDescriptor) GetServiceVersion() string

func (*WatchProjectInvitationDescriptor) GetVerb added in v0.4.28

func (*WatchProjectInvitationDescriptor) HasResource added in v0.4.30

func (d *WatchProjectInvitationDescriptor) HasResource() bool

func (*WatchProjectInvitationDescriptor) IsClientStream added in v0.4.28

func (d *WatchProjectInvitationDescriptor) IsClientStream() bool

func (*WatchProjectInvitationDescriptor) IsCollection added in v0.4.30

func (d *WatchProjectInvitationDescriptor) IsCollection() bool

func (*WatchProjectInvitationDescriptor) IsPlural added in v0.4.30

func (d *WatchProjectInvitationDescriptor) IsPlural() bool

func (*WatchProjectInvitationDescriptor) IsServerStream added in v0.4.28

func (d *WatchProjectInvitationDescriptor) IsServerStream() bool

func (*WatchProjectInvitationDescriptor) IsUnary added in v0.4.28

func (*WatchProjectInvitationDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *WatchProjectInvitationDescriptor) NewEmptyClientMsg() proto.Message

func (*WatchProjectInvitationDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *WatchProjectInvitationDescriptor) NewEmptyServerMsg() proto.Message

func (*WatchProjectInvitationDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchProjectInvitationDescriptor) RequestHasResourceBody() bool

type WatchProjectInvitationDescriptorClientMsgHandle added in v0.4.28

type WatchProjectInvitationDescriptorClientMsgHandle struct{}

func (*WatchProjectInvitationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchProjectInvitationDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchProjectInvitationDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchProjectInvitationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchProjectInvitationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchProjectInvitationDescriptorServerMsgHandle added in v0.4.28

type WatchProjectInvitationDescriptorServerMsgHandle struct{}

func (*WatchProjectInvitationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchProjectInvitationDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchProjectInvitationDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchProjectInvitationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchProjectInvitationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchProjectInvitationRequest

type WatchProjectInvitationRequest struct {

	// Name of ntt.iam.v1alpha2.ProjectInvitation
	Name *project_invitation.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_invitation.ProjectInvitation_FieldMask `` /* 149-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 [WatchProjectInvitation][ntt.iam.v1alpha2.WatchProjectInvitation]

func (*WatchProjectInvitationRequest) Descriptor

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

Deprecated, Use WatchProjectInvitationRequest.ProtoReflect.Descriptor instead.

func (*WatchProjectInvitationRequest) GetFieldMask

func (*WatchProjectInvitationRequest) GetName

func (*WatchProjectInvitationRequest) GetView

func (*WatchProjectInvitationRequest) GotenMessage

func (*WatchProjectInvitationRequest) GotenMessage()

func (*WatchProjectInvitationRequest) GotenValidate

func (obj *WatchProjectInvitationRequest) GotenValidate() error

func (*WatchProjectInvitationRequest) Marshal

func (m *WatchProjectInvitationRequest) Marshal() ([]byte, error)

func (*WatchProjectInvitationRequest) MarshalJSON

func (m *WatchProjectInvitationRequest) MarshalJSON() ([]byte, error)

func (*WatchProjectInvitationRequest) ProtoMessage

func (*WatchProjectInvitationRequest) ProtoMessage()

func (*WatchProjectInvitationRequest) ProtoReflect

func (*WatchProjectInvitationRequest) Reset

func (m *WatchProjectInvitationRequest) Reset()

func (*WatchProjectInvitationRequest) SetFieldMask

func (*WatchProjectInvitationRequest) SetName

func (*WatchProjectInvitationRequest) SetView

func (m *WatchProjectInvitationRequest) SetView(fv view.View)

func (*WatchProjectInvitationRequest) String

func (*WatchProjectInvitationRequest) Unmarshal

func (m *WatchProjectInvitationRequest) Unmarshal(b []byte) error

func (*WatchProjectInvitationRequest) UnmarshalJSON

func (m *WatchProjectInvitationRequest) UnmarshalJSON(data []byte) error

type WatchProjectInvitationResponse

type WatchProjectInvitationResponse struct {
	Change *project_invitation.ProjectInvitationChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty" firestore:"change"`
	// contains filtered or unexported fields
}

WatchProjectInvitationResponse

func (*WatchProjectInvitationResponse) Descriptor

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

Deprecated, Use WatchProjectInvitationResponse.ProtoReflect.Descriptor instead.

func (*WatchProjectInvitationResponse) GetChange

func (*WatchProjectInvitationResponse) GotenMessage

func (*WatchProjectInvitationResponse) GotenMessage()

func (*WatchProjectInvitationResponse) GotenValidate

func (obj *WatchProjectInvitationResponse) GotenValidate() error

func (*WatchProjectInvitationResponse) Marshal

func (m *WatchProjectInvitationResponse) Marshal() ([]byte, error)

func (*WatchProjectInvitationResponse) MarshalJSON

func (m *WatchProjectInvitationResponse) MarshalJSON() ([]byte, error)

func (*WatchProjectInvitationResponse) ProtoMessage

func (*WatchProjectInvitationResponse) ProtoMessage()

func (*WatchProjectInvitationResponse) ProtoReflect

func (*WatchProjectInvitationResponse) Reset

func (m *WatchProjectInvitationResponse) Reset()

func (*WatchProjectInvitationResponse) SetChange

func (*WatchProjectInvitationResponse) String

func (*WatchProjectInvitationResponse) Unmarshal

func (m *WatchProjectInvitationResponse) Unmarshal(b []byte) error

func (*WatchProjectInvitationResponse) UnmarshalJSON

func (m *WatchProjectInvitationResponse) UnmarshalJSON(data []byte) error

type WatchProjectInvitationsClientStream

type WatchProjectInvitationsClientStream interface {
	Recv() (*WatchProjectInvitationsResponse, error)
	grpc.ClientStream
}

type WatchProjectInvitationsDescriptor added in v0.4.28

type WatchProjectInvitationsDescriptor struct{}

func GetWatchProjectInvitationsDescriptor added in v0.4.28

func GetWatchProjectInvitationsDescriptor() *WatchProjectInvitationsDescriptor

func (*WatchProjectInvitationsDescriptor) GetApiDescriptor added in v0.4.28

func (*WatchProjectInvitationsDescriptor) GetApiName added in v0.4.28

func (d *WatchProjectInvitationsDescriptor) GetApiName() string

func (*WatchProjectInvitationsDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *WatchProjectInvitationsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchProjectInvitationsDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchProjectInvitationsDescriptor) GetFullMethodName() string

func (*WatchProjectInvitationsDescriptor) GetMethodName added in v0.4.28

func (d *WatchProjectInvitationsDescriptor) GetMethodName() string

func (*WatchProjectInvitationsDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchProjectInvitationsDescriptor) GetProtoPkgName() string

func (*WatchProjectInvitationsDescriptor) GetResourceDescriptor added in v0.4.30

func (d *WatchProjectInvitationsDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*WatchProjectInvitationsDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *WatchProjectInvitationsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchProjectInvitationsDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchProjectInvitationsDescriptor) GetServiceDomain() string

func (*WatchProjectInvitationsDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchProjectInvitationsDescriptor) GetServiceVersion() string

func (*WatchProjectInvitationsDescriptor) GetVerb added in v0.4.28

func (*WatchProjectInvitationsDescriptor) HasResource added in v0.4.30

func (d *WatchProjectInvitationsDescriptor) HasResource() bool

func (*WatchProjectInvitationsDescriptor) IsClientStream added in v0.4.28

func (d *WatchProjectInvitationsDescriptor) IsClientStream() bool

func (*WatchProjectInvitationsDescriptor) IsCollection added in v0.4.30

func (d *WatchProjectInvitationsDescriptor) IsCollection() bool

func (*WatchProjectInvitationsDescriptor) IsPlural added in v0.4.30

func (*WatchProjectInvitationsDescriptor) IsServerStream added in v0.4.28

func (d *WatchProjectInvitationsDescriptor) IsServerStream() bool

func (*WatchProjectInvitationsDescriptor) IsUnary added in v0.4.28

func (*WatchProjectInvitationsDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *WatchProjectInvitationsDescriptor) NewEmptyClientMsg() proto.Message

func (*WatchProjectInvitationsDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *WatchProjectInvitationsDescriptor) NewEmptyServerMsg() proto.Message

func (*WatchProjectInvitationsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchProjectInvitationsDescriptor) RequestHasResourceBody() bool

type WatchProjectInvitationsDescriptorClientMsgHandle added in v0.4.28

type WatchProjectInvitationsDescriptorClientMsgHandle struct{}

func (*WatchProjectInvitationsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchProjectInvitationsDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchProjectInvitationsDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchProjectInvitationsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchProjectInvitationsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchProjectInvitationsDescriptorServerMsgHandle added in v0.4.28

type WatchProjectInvitationsDescriptorServerMsgHandle struct{}

func (*WatchProjectInvitationsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchProjectInvitationsDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchProjectInvitationsDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchProjectInvitationsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchProjectInvitationsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchProjectInvitationsRequest

type WatchProjectInvitationsRequest 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"`
	// Parent name of ntt.iam.v1alpha2.ProjectInvitation
	Parent *project_invitation.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer ProjectInvitations 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_invitation.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_invitation.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_invitation.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 ProjectInvitation that
	// don't affect any of masked fields won't be sent back.
	FieldMask *project_invitation.ProjectInvitation_FieldMask `` /* 149-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
	// ProjectInvitation 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 [WatchProjectInvitations][ntt.iam.v1alpha2.WatchProjectInvitations]

func (*WatchProjectInvitationsRequest) Descriptor

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

Deprecated, Use WatchProjectInvitationsRequest.ProtoReflect.Descriptor instead.

func (*WatchProjectInvitationsRequest) GetFieldMask

func (*WatchProjectInvitationsRequest) GetFilter

func (*WatchProjectInvitationsRequest) GetMaxChunkSize

func (m *WatchProjectInvitationsRequest) GetMaxChunkSize() int32

func (*WatchProjectInvitationsRequest) GetOrderBy

func (*WatchProjectInvitationsRequest) GetPageSize

func (m *WatchProjectInvitationsRequest) GetPageSize() int32

func (*WatchProjectInvitationsRequest) GetPageToken

func (*WatchProjectInvitationsRequest) GetParent

func (*WatchProjectInvitationsRequest) GetResumeToken

func (m *WatchProjectInvitationsRequest) GetResumeToken() string

func (*WatchProjectInvitationsRequest) GetStartingTime added in v0.9.0

func (*WatchProjectInvitationsRequest) GetType

func (*WatchProjectInvitationsRequest) GetView

func (*WatchProjectInvitationsRequest) GotenMessage

func (*WatchProjectInvitationsRequest) GotenMessage()

func (*WatchProjectInvitationsRequest) GotenValidate

func (obj *WatchProjectInvitationsRequest) GotenValidate() error

func (*WatchProjectInvitationsRequest) Marshal

func (m *WatchProjectInvitationsRequest) Marshal() ([]byte, error)

func (*WatchProjectInvitationsRequest) MarshalJSON

func (m *WatchProjectInvitationsRequest) MarshalJSON() ([]byte, error)

func (*WatchProjectInvitationsRequest) ProtoMessage

func (*WatchProjectInvitationsRequest) ProtoMessage()

func (*WatchProjectInvitationsRequest) ProtoReflect

func (*WatchProjectInvitationsRequest) Reset

func (m *WatchProjectInvitationsRequest) Reset()

func (*WatchProjectInvitationsRequest) SetFieldMask

func (*WatchProjectInvitationsRequest) SetFilter

func (*WatchProjectInvitationsRequest) SetMaxChunkSize

func (m *WatchProjectInvitationsRequest) SetMaxChunkSize(fv int32)

func (*WatchProjectInvitationsRequest) SetOrderBy

func (*WatchProjectInvitationsRequest) SetPageSize

func (m *WatchProjectInvitationsRequest) SetPageSize(fv int32)

func (*WatchProjectInvitationsRequest) SetPageToken

func (*WatchProjectInvitationsRequest) SetParent

func (*WatchProjectInvitationsRequest) SetResumeToken

func (m *WatchProjectInvitationsRequest) SetResumeToken(fv string)

func (*WatchProjectInvitationsRequest) SetStartingTime added in v0.9.0

func (m *WatchProjectInvitationsRequest) SetStartingTime(fv *timestamppb.Timestamp)

func (*WatchProjectInvitationsRequest) SetType

func (*WatchProjectInvitationsRequest) SetView

func (m *WatchProjectInvitationsRequest) SetView(fv view.View)

func (*WatchProjectInvitationsRequest) String

func (*WatchProjectInvitationsRequest) Unmarshal

func (m *WatchProjectInvitationsRequest) Unmarshal(b []byte) error

func (*WatchProjectInvitationsRequest) UnmarshalJSON

func (m *WatchProjectInvitationsRequest) UnmarshalJSON(data []byte) error

type WatchProjectInvitationsResponse

type WatchProjectInvitationsResponse struct {

	// Changes of ProjectInvitations
	ProjectInvitationChanges []*project_invitation.ProjectInvitationChange `` /* 172-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 ProjectInvitations 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 *WatchProjectInvitationsResponse_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 (ProjectInvitations 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
}

WatchProjectInvitationsResponse

func (*WatchProjectInvitationsResponse) Descriptor

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

Deprecated, Use WatchProjectInvitationsResponse.ProtoReflect.Descriptor instead.

func (*WatchProjectInvitationsResponse) GetIsCurrent

func (m *WatchProjectInvitationsResponse) GetIsCurrent() bool

func (*WatchProjectInvitationsResponse) GetIsHardReset

func (m *WatchProjectInvitationsResponse) GetIsHardReset() bool

func (*WatchProjectInvitationsResponse) GetIsSoftReset

func (m *WatchProjectInvitationsResponse) GetIsSoftReset() bool

func (*WatchProjectInvitationsResponse) GetPageTokenChange

func (*WatchProjectInvitationsResponse) GetProjectInvitationChanges

func (*WatchProjectInvitationsResponse) GetResumeToken

func (m *WatchProjectInvitationsResponse) GetResumeToken() string

func (*WatchProjectInvitationsResponse) GetSnapshotSize

func (m *WatchProjectInvitationsResponse) GetSnapshotSize() int64

func (*WatchProjectInvitationsResponse) GotenMessage

func (*WatchProjectInvitationsResponse) GotenMessage()

func (*WatchProjectInvitationsResponse) GotenValidate

func (obj *WatchProjectInvitationsResponse) GotenValidate() error

func (*WatchProjectInvitationsResponse) Marshal

func (m *WatchProjectInvitationsResponse) Marshal() ([]byte, error)

func (*WatchProjectInvitationsResponse) MarshalJSON

func (m *WatchProjectInvitationsResponse) MarshalJSON() ([]byte, error)

func (*WatchProjectInvitationsResponse) ProtoMessage

func (*WatchProjectInvitationsResponse) ProtoMessage()

func (*WatchProjectInvitationsResponse) ProtoReflect

func (*WatchProjectInvitationsResponse) Reset

func (*WatchProjectInvitationsResponse) SetIsCurrent

func (m *WatchProjectInvitationsResponse) SetIsCurrent(fv bool)

func (*WatchProjectInvitationsResponse) SetIsHardReset

func (m *WatchProjectInvitationsResponse) SetIsHardReset(fv bool)

func (*WatchProjectInvitationsResponse) SetIsSoftReset

func (m *WatchProjectInvitationsResponse) SetIsSoftReset(fv bool)

func (*WatchProjectInvitationsResponse) SetPageTokenChange

func (*WatchProjectInvitationsResponse) SetProjectInvitationChanges

func (m *WatchProjectInvitationsResponse) SetProjectInvitationChanges(fv []*project_invitation.ProjectInvitationChange)

func (*WatchProjectInvitationsResponse) SetResumeToken

func (m *WatchProjectInvitationsResponse) SetResumeToken(fv string)

func (*WatchProjectInvitationsResponse) SetSnapshotSize

func (m *WatchProjectInvitationsResponse) SetSnapshotSize(fv int64)

func (*WatchProjectInvitationsResponse) String

func (*WatchProjectInvitationsResponse) Unmarshal

func (m *WatchProjectInvitationsResponse) Unmarshal(b []byte) error

func (*WatchProjectInvitationsResponse) UnmarshalJSON

func (m *WatchProjectInvitationsResponse) UnmarshalJSON(data []byte) error

type WatchProjectInvitationsResponse_PageTokenChange

type WatchProjectInvitationsResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *project_invitation.PagerCursor `` /* 151-byte string literal not displayed */
	// New token to retrieve next page of results.
	NextPageToken *project_invitation.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WatchProjectInvitationsResponse_PageTokenChange) Descriptor

Deprecated, Use WatchProjectInvitationsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchProjectInvitationsResponse_PageTokenChange) GetNextPageToken

func (*WatchProjectInvitationsResponse_PageTokenChange) GetPrevPageToken

func (*WatchProjectInvitationsResponse_PageTokenChange) GotenMessage

func (*WatchProjectInvitationsResponse_PageTokenChange) GotenValidate

func (*WatchProjectInvitationsResponse_PageTokenChange) Marshal

func (*WatchProjectInvitationsResponse_PageTokenChange) MarshalJSON

func (*WatchProjectInvitationsResponse_PageTokenChange) ProtoMessage

func (*WatchProjectInvitationsResponse_PageTokenChange) ProtoReflect

func (*WatchProjectInvitationsResponse_PageTokenChange) Reset

func (*WatchProjectInvitationsResponse_PageTokenChange) SetNextPageToken

func (*WatchProjectInvitationsResponse_PageTokenChange) SetPrevPageToken

func (*WatchProjectInvitationsResponse_PageTokenChange) String

func (*WatchProjectInvitationsResponse_PageTokenChange) Unmarshal

func (*WatchProjectInvitationsResponse_PageTokenChange) UnmarshalJSON

Jump to

Keyboard shortcuts

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