organization_client

package
v1.0.36 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetOrganizationsDescriptor added in v0.4.28

type BatchGetOrganizationsDescriptor struct{}

func GetBatchGetOrganizationsDescriptor added in v0.4.28

func GetBatchGetOrganizationsDescriptor() *BatchGetOrganizationsDescriptor

func (*BatchGetOrganizationsDescriptor) GetApiDescriptor added in v0.4.28

func (*BatchGetOrganizationsDescriptor) GetApiName added in v0.4.28

func (d *BatchGetOrganizationsDescriptor) GetApiName() string

func (*BatchGetOrganizationsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*BatchGetOrganizationsDescriptor) GetFullMethodName added in v0.4.28

func (d *BatchGetOrganizationsDescriptor) GetFullMethodName() string

func (*BatchGetOrganizationsDescriptor) GetMethodName added in v0.4.28

func (d *BatchGetOrganizationsDescriptor) GetMethodName() string

func (*BatchGetOrganizationsDescriptor) GetProtoPkgName added in v0.4.28

func (d *BatchGetOrganizationsDescriptor) GetProtoPkgName() string

func (*BatchGetOrganizationsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*BatchGetOrganizationsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*BatchGetOrganizationsDescriptor) GetServiceDomain added in v0.4.28

func (d *BatchGetOrganizationsDescriptor) GetServiceDomain() string

func (*BatchGetOrganizationsDescriptor) GetServiceVersion added in v0.4.28

func (d *BatchGetOrganizationsDescriptor) GetServiceVersion() string

func (*BatchGetOrganizationsDescriptor) GetVerb added in v0.4.28

func (*BatchGetOrganizationsDescriptor) HasResource added in v0.4.30

func (d *BatchGetOrganizationsDescriptor) HasResource() bool

func (*BatchGetOrganizationsDescriptor) IsClientStream added in v0.4.28

func (d *BatchGetOrganizationsDescriptor) IsClientStream() bool

func (*BatchGetOrganizationsDescriptor) IsCollection added in v0.4.30

func (d *BatchGetOrganizationsDescriptor) IsCollection() bool

func (*BatchGetOrganizationsDescriptor) IsPlural added in v0.4.30

func (d *BatchGetOrganizationsDescriptor) IsPlural() bool

func (*BatchGetOrganizationsDescriptor) IsServerStream added in v0.4.28

func (d *BatchGetOrganizationsDescriptor) IsServerStream() bool

func (*BatchGetOrganizationsDescriptor) IsUnary added in v0.4.28

func (*BatchGetOrganizationsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*BatchGetOrganizationsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*BatchGetOrganizationsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *BatchGetOrganizationsDescriptor) RequestHasResourceBody() bool

type BatchGetOrganizationsDescriptorClientMsgHandle added in v0.4.28

type BatchGetOrganizationsDescriptorClientMsgHandle struct{}

func (*BatchGetOrganizationsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetOrganizationsDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*BatchGetOrganizationsDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*BatchGetOrganizationsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetOrganizationsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetOrganizationsDescriptorServerMsgHandle added in v0.4.28

type BatchGetOrganizationsDescriptorServerMsgHandle struct{}

func (*BatchGetOrganizationsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetOrganizationsDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*BatchGetOrganizationsDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*BatchGetOrganizationsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetOrganizationsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetOrganizationsRequest

type BatchGetOrganizationsRequest struct {

	// Names of Organizations
	Names []*organization.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 *organization.Organization_FieldMask `` /* 144-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 [BatchGetOrganizations][ntt.iam.v1alpha2.BatchGetOrganizations]

func (*BatchGetOrganizationsRequest) Descriptor

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

Deprecated, Use BatchGetOrganizationsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetOrganizationsRequest) GetFieldMask

func (*BatchGetOrganizationsRequest) GetNames

func (*BatchGetOrganizationsRequest) GetView

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

func (*BatchGetOrganizationsRequest) GotenMessage

func (*BatchGetOrganizationsRequest) GotenMessage()

func (*BatchGetOrganizationsRequest) GotenValidate

func (obj *BatchGetOrganizationsRequest) GotenValidate() error

func (*BatchGetOrganizationsRequest) Marshal

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

func (*BatchGetOrganizationsRequest) MarshalJSON

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

func (*BatchGetOrganizationsRequest) ProtoMessage

func (*BatchGetOrganizationsRequest) ProtoMessage()

func (*BatchGetOrganizationsRequest) ProtoReflect

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

func (*BatchGetOrganizationsRequest) Reset

func (m *BatchGetOrganizationsRequest) Reset()

func (*BatchGetOrganizationsRequest) SetFieldMask

func (*BatchGetOrganizationsRequest) SetNames

func (m *BatchGetOrganizationsRequest) SetNames(fv []*organization.Name)

func (*BatchGetOrganizationsRequest) SetView

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

func (*BatchGetOrganizationsRequest) String

func (*BatchGetOrganizationsRequest) Unmarshal

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

func (*BatchGetOrganizationsRequest) UnmarshalJSON

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

type BatchGetOrganizationsResponse

type BatchGetOrganizationsResponse struct {

	// found Organizations
	Organizations []*organization.Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty" firestore:"organizations"`
	// list of not found Organizations
	Missing []*organization.Name `protobuf:"bytes,2,rep,customtype=Name,name=missing,proto3" json:"missing,omitempty" firestore:"missing"`
	// contains filtered or unexported fields
}

BatchGetOrganizationsResponse

func (*BatchGetOrganizationsResponse) Descriptor

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

Deprecated, Use BatchGetOrganizationsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetOrganizationsResponse) GetMissing

func (m *BatchGetOrganizationsResponse) GetMissing() []*organization.Name

func (*BatchGetOrganizationsResponse) GetOrganizations

func (m *BatchGetOrganizationsResponse) GetOrganizations() []*organization.Organization

func (*BatchGetOrganizationsResponse) GotenMessage

func (*BatchGetOrganizationsResponse) GotenMessage()

func (*BatchGetOrganizationsResponse) GotenValidate

func (obj *BatchGetOrganizationsResponse) GotenValidate() error

func (*BatchGetOrganizationsResponse) Marshal

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

func (*BatchGetOrganizationsResponse) MarshalJSON

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

func (*BatchGetOrganizationsResponse) ProtoMessage

func (*BatchGetOrganizationsResponse) ProtoMessage()

func (*BatchGetOrganizationsResponse) ProtoReflect

func (*BatchGetOrganizationsResponse) Reset

func (m *BatchGetOrganizationsResponse) Reset()

func (*BatchGetOrganizationsResponse) SetMissing

func (m *BatchGetOrganizationsResponse) SetMissing(fv []*organization.Name)

func (*BatchGetOrganizationsResponse) SetOrganizations

func (m *BatchGetOrganizationsResponse) SetOrganizations(fv []*organization.Organization)

func (*BatchGetOrganizationsResponse) String

func (*BatchGetOrganizationsResponse) Unmarshal

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

func (*BatchGetOrganizationsResponse) UnmarshalJSON

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

type CreateOrganizationDescriptor added in v0.4.28

type CreateOrganizationDescriptor struct{}

func GetCreateOrganizationDescriptor added in v0.4.28

func GetCreateOrganizationDescriptor() *CreateOrganizationDescriptor

func (*CreateOrganizationDescriptor) GetApiDescriptor added in v0.4.28

func (*CreateOrganizationDescriptor) GetApiName added in v0.4.28

func (d *CreateOrganizationDescriptor) GetApiName() string

func (*CreateOrganizationDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*CreateOrganizationDescriptor) GetFullMethodName added in v0.4.28

func (d *CreateOrganizationDescriptor) GetFullMethodName() string

func (*CreateOrganizationDescriptor) GetMethodName added in v0.4.28

func (d *CreateOrganizationDescriptor) GetMethodName() string

func (*CreateOrganizationDescriptor) GetProtoPkgName added in v0.4.28

func (d *CreateOrganizationDescriptor) GetProtoPkgName() string

func (*CreateOrganizationDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*CreateOrganizationDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*CreateOrganizationDescriptor) GetServiceDomain added in v0.4.28

func (d *CreateOrganizationDescriptor) GetServiceDomain() string

func (*CreateOrganizationDescriptor) GetServiceVersion added in v0.4.28

func (d *CreateOrganizationDescriptor) GetServiceVersion() string

func (*CreateOrganizationDescriptor) GetVerb added in v0.4.28

func (d *CreateOrganizationDescriptor) GetVerb() string

func (*CreateOrganizationDescriptor) HasResource added in v0.4.30

func (d *CreateOrganizationDescriptor) HasResource() bool

func (*CreateOrganizationDescriptor) IsClientStream added in v0.4.28

func (d *CreateOrganizationDescriptor) IsClientStream() bool

func (*CreateOrganizationDescriptor) IsCollection added in v0.4.30

func (d *CreateOrganizationDescriptor) IsCollection() bool

func (*CreateOrganizationDescriptor) IsPlural added in v0.4.30

func (d *CreateOrganizationDescriptor) IsPlural() bool

func (*CreateOrganizationDescriptor) IsServerStream added in v0.4.28

func (d *CreateOrganizationDescriptor) IsServerStream() bool

func (*CreateOrganizationDescriptor) IsUnary added in v0.4.28

func (d *CreateOrganizationDescriptor) IsUnary() bool

func (*CreateOrganizationDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*CreateOrganizationDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*CreateOrganizationDescriptor) RequestHasResourceBody added in v0.4.28

func (d *CreateOrganizationDescriptor) RequestHasResourceBody() bool

type CreateOrganizationDescriptorClientMsgHandle added in v0.4.28

type CreateOrganizationDescriptorClientMsgHandle struct{}

func (*CreateOrganizationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateOrganizationDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*CreateOrganizationDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*CreateOrganizationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateOrganizationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type CreateOrganizationDescriptorServerMsgHandle added in v0.4.28

type CreateOrganizationDescriptorServerMsgHandle struct{}

func (*CreateOrganizationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateOrganizationDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*CreateOrganizationDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*CreateOrganizationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateOrganizationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type CreateOrganizationRequest

type CreateOrganizationRequest struct {

	// Organization resource body
	Organization *organization.Organization `protobuf:"bytes,2,opt,name=organization,proto3" json:"organization,omitempty" firestore:"organization"`
	// contains filtered or unexported fields
}

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

func (*CreateOrganizationRequest) Descriptor

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

Deprecated, Use CreateOrganizationRequest.ProtoReflect.Descriptor instead.

func (*CreateOrganizationRequest) GetOrganization

func (m *CreateOrganizationRequest) GetOrganization() *organization.Organization

func (*CreateOrganizationRequest) GotenMessage

func (*CreateOrganizationRequest) GotenMessage()

func (*CreateOrganizationRequest) GotenValidate

func (obj *CreateOrganizationRequest) GotenValidate() error

func (*CreateOrganizationRequest) Marshal

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

func (*CreateOrganizationRequest) MarshalJSON

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

func (*CreateOrganizationRequest) ProtoMessage

func (*CreateOrganizationRequest) ProtoMessage()

func (*CreateOrganizationRequest) ProtoReflect

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

func (*CreateOrganizationRequest) Reset

func (m *CreateOrganizationRequest) Reset()

func (*CreateOrganizationRequest) SetOrganization

func (m *CreateOrganizationRequest) SetOrganization(fv *organization.Organization)

func (*CreateOrganizationRequest) String

func (m *CreateOrganizationRequest) String() string

func (*CreateOrganizationRequest) Unmarshal

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

func (*CreateOrganizationRequest) UnmarshalJSON

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

type DeleteOrganizationDescriptor added in v0.4.28

type DeleteOrganizationDescriptor struct{}

func GetDeleteOrganizationDescriptor added in v0.4.28

func GetDeleteOrganizationDescriptor() *DeleteOrganizationDescriptor

func (*DeleteOrganizationDescriptor) GetApiDescriptor added in v0.4.28

func (*DeleteOrganizationDescriptor) GetApiName added in v0.4.28

func (d *DeleteOrganizationDescriptor) GetApiName() string

func (*DeleteOrganizationDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*DeleteOrganizationDescriptor) GetFullMethodName added in v0.4.28

func (d *DeleteOrganizationDescriptor) GetFullMethodName() string

func (*DeleteOrganizationDescriptor) GetMethodName added in v0.4.28

func (d *DeleteOrganizationDescriptor) GetMethodName() string

func (*DeleteOrganizationDescriptor) GetProtoPkgName added in v0.4.28

func (d *DeleteOrganizationDescriptor) GetProtoPkgName() string

func (*DeleteOrganizationDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*DeleteOrganizationDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*DeleteOrganizationDescriptor) GetServiceDomain added in v0.4.28

func (d *DeleteOrganizationDescriptor) GetServiceDomain() string

func (*DeleteOrganizationDescriptor) GetServiceVersion added in v0.4.28

func (d *DeleteOrganizationDescriptor) GetServiceVersion() string

func (*DeleteOrganizationDescriptor) GetVerb added in v0.4.28

func (d *DeleteOrganizationDescriptor) GetVerb() string

func (*DeleteOrganizationDescriptor) HasResource added in v0.4.30

func (d *DeleteOrganizationDescriptor) HasResource() bool

func (*DeleteOrganizationDescriptor) IsClientStream added in v0.4.28

func (d *DeleteOrganizationDescriptor) IsClientStream() bool

func (*DeleteOrganizationDescriptor) IsCollection added in v0.4.30

func (d *DeleteOrganizationDescriptor) IsCollection() bool

func (*DeleteOrganizationDescriptor) IsPlural added in v0.4.30

func (d *DeleteOrganizationDescriptor) IsPlural() bool

func (*DeleteOrganizationDescriptor) IsServerStream added in v0.4.28

func (d *DeleteOrganizationDescriptor) IsServerStream() bool

func (*DeleteOrganizationDescriptor) IsUnary added in v0.4.28

func (d *DeleteOrganizationDescriptor) IsUnary() bool

func (*DeleteOrganizationDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*DeleteOrganizationDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*DeleteOrganizationDescriptor) RequestHasResourceBody added in v0.4.28

func (d *DeleteOrganizationDescriptor) RequestHasResourceBody() bool

type DeleteOrganizationDescriptorClientMsgHandle added in v0.4.28

type DeleteOrganizationDescriptorClientMsgHandle struct{}

func (*DeleteOrganizationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteOrganizationDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeleteOrganizationDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeleteOrganizationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteOrganizationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteOrganizationDescriptorServerMsgHandle added in v0.4.28

type DeleteOrganizationDescriptorServerMsgHandle struct{}

func (*DeleteOrganizationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteOrganizationDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeleteOrganizationDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeleteOrganizationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteOrganizationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteOrganizationRequest

type DeleteOrganizationRequest struct {

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

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

func (*DeleteOrganizationRequest) Descriptor

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

Deprecated, Use DeleteOrganizationRequest.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationRequest) GetName

func (*DeleteOrganizationRequest) GotenMessage

func (*DeleteOrganizationRequest) GotenMessage()

func (*DeleteOrganizationRequest) GotenValidate

func (obj *DeleteOrganizationRequest) GotenValidate() error

func (*DeleteOrganizationRequest) Marshal

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

func (*DeleteOrganizationRequest) MarshalJSON

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

func (*DeleteOrganizationRequest) ProtoMessage

func (*DeleteOrganizationRequest) ProtoMessage()

func (*DeleteOrganizationRequest) ProtoReflect

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

func (*DeleteOrganizationRequest) Reset

func (m *DeleteOrganizationRequest) Reset()

func (*DeleteOrganizationRequest) SetName

func (*DeleteOrganizationRequest) String

func (m *DeleteOrganizationRequest) String() string

func (*DeleteOrganizationRequest) Unmarshal

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

func (*DeleteOrganizationRequest) UnmarshalJSON

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

type GetOrganizationDescriptor added in v0.4.28

type GetOrganizationDescriptor struct{}

func GetGetOrganizationDescriptor added in v0.4.28

func GetGetOrganizationDescriptor() *GetOrganizationDescriptor

func (*GetOrganizationDescriptor) GetApiDescriptor added in v0.4.28

func (d *GetOrganizationDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*GetOrganizationDescriptor) GetApiName added in v0.4.28

func (d *GetOrganizationDescriptor) GetApiName() string

func (*GetOrganizationDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*GetOrganizationDescriptor) GetFullMethodName added in v0.4.28

func (d *GetOrganizationDescriptor) GetFullMethodName() string

func (*GetOrganizationDescriptor) GetMethodName added in v0.4.28

func (d *GetOrganizationDescriptor) GetMethodName() string

func (*GetOrganizationDescriptor) GetProtoPkgName added in v0.4.28

func (d *GetOrganizationDescriptor) GetProtoPkgName() string

func (*GetOrganizationDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*GetOrganizationDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*GetOrganizationDescriptor) GetServiceDomain added in v0.4.28

func (d *GetOrganizationDescriptor) GetServiceDomain() string

func (*GetOrganizationDescriptor) GetServiceVersion added in v0.4.28

func (d *GetOrganizationDescriptor) GetServiceVersion() string

func (*GetOrganizationDescriptor) GetVerb added in v0.4.28

func (d *GetOrganizationDescriptor) GetVerb() string

func (*GetOrganizationDescriptor) HasResource added in v0.4.30

func (d *GetOrganizationDescriptor) HasResource() bool

func (*GetOrganizationDescriptor) IsClientStream added in v0.4.28

func (d *GetOrganizationDescriptor) IsClientStream() bool

func (*GetOrganizationDescriptor) IsCollection added in v0.4.30

func (d *GetOrganizationDescriptor) IsCollection() bool

func (*GetOrganizationDescriptor) IsPlural added in v0.4.30

func (d *GetOrganizationDescriptor) IsPlural() bool

func (*GetOrganizationDescriptor) IsServerStream added in v0.4.28

func (d *GetOrganizationDescriptor) IsServerStream() bool

func (*GetOrganizationDescriptor) IsUnary added in v0.4.28

func (d *GetOrganizationDescriptor) IsUnary() bool

func (*GetOrganizationDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*GetOrganizationDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*GetOrganizationDescriptor) RequestHasResourceBody added in v0.4.28

func (d *GetOrganizationDescriptor) RequestHasResourceBody() bool

type GetOrganizationDescriptorClientMsgHandle added in v0.4.28

type GetOrganizationDescriptorClientMsgHandle struct{}

func (*GetOrganizationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetOrganizationDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*GetOrganizationDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*GetOrganizationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*GetOrganizationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type GetOrganizationDescriptorServerMsgHandle added in v0.4.28

type GetOrganizationDescriptorServerMsgHandle struct{}

func (*GetOrganizationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetOrganizationDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*GetOrganizationDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*GetOrganizationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*GetOrganizationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type GetOrganizationRequest

type GetOrganizationRequest struct {

	// Name of ntt.iam.v1alpha2.Organization
	Name *organization.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 *organization.Organization_FieldMask `` /* 144-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 [GetOrganization][ntt.iam.v1alpha2.GetOrganization]

func (*GetOrganizationRequest) Descriptor

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

Deprecated, Use GetOrganizationRequest.ProtoReflect.Descriptor instead.

func (*GetOrganizationRequest) GetFieldMask

func (*GetOrganizationRequest) GetName

func (*GetOrganizationRequest) GetView

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

func (*GetOrganizationRequest) GotenMessage

func (*GetOrganizationRequest) GotenMessage()

func (*GetOrganizationRequest) GotenValidate

func (obj *GetOrganizationRequest) GotenValidate() error

func (*GetOrganizationRequest) Marshal

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

func (*GetOrganizationRequest) MarshalJSON

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

func (*GetOrganizationRequest) ProtoMessage

func (*GetOrganizationRequest) ProtoMessage()

func (*GetOrganizationRequest) ProtoReflect

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

func (*GetOrganizationRequest) Reset

func (m *GetOrganizationRequest) Reset()

func (*GetOrganizationRequest) SetFieldMask

func (*GetOrganizationRequest) SetName

func (m *GetOrganizationRequest) SetName(fv *organization.Name)

func (*GetOrganizationRequest) SetView

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

func (*GetOrganizationRequest) String

func (m *GetOrganizationRequest) String() string

func (*GetOrganizationRequest) Unmarshal

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

func (*GetOrganizationRequest) UnmarshalJSON

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

type ListMyOrganizationsDescriptor added in v0.4.28

type ListMyOrganizationsDescriptor struct{}

func GetListMyOrganizationsDescriptor added in v0.4.28

func GetListMyOrganizationsDescriptor() *ListMyOrganizationsDescriptor

func (*ListMyOrganizationsDescriptor) GetApiDescriptor added in v0.4.28

func (*ListMyOrganizationsDescriptor) GetApiName added in v0.4.28

func (d *ListMyOrganizationsDescriptor) GetApiName() string

func (*ListMyOrganizationsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*ListMyOrganizationsDescriptor) GetFullMethodName added in v0.4.28

func (d *ListMyOrganizationsDescriptor) GetFullMethodName() string

func (*ListMyOrganizationsDescriptor) GetMethodName added in v0.4.28

func (d *ListMyOrganizationsDescriptor) GetMethodName() string

func (*ListMyOrganizationsDescriptor) GetProtoPkgName added in v0.4.28

func (d *ListMyOrganizationsDescriptor) GetProtoPkgName() string

func (*ListMyOrganizationsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*ListMyOrganizationsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*ListMyOrganizationsDescriptor) GetServiceDomain added in v0.4.28

func (d *ListMyOrganizationsDescriptor) GetServiceDomain() string

func (*ListMyOrganizationsDescriptor) GetServiceVersion added in v0.4.28

func (d *ListMyOrganizationsDescriptor) GetServiceVersion() string

func (*ListMyOrganizationsDescriptor) GetVerb added in v0.4.28

func (*ListMyOrganizationsDescriptor) HasResource added in v0.4.30

func (d *ListMyOrganizationsDescriptor) HasResource() bool

func (*ListMyOrganizationsDescriptor) IsClientStream added in v0.4.28

func (d *ListMyOrganizationsDescriptor) IsClientStream() bool

func (*ListMyOrganizationsDescriptor) IsCollection added in v0.4.30

func (d *ListMyOrganizationsDescriptor) IsCollection() bool

func (*ListMyOrganizationsDescriptor) IsPlural added in v0.4.30

func (d *ListMyOrganizationsDescriptor) IsPlural() bool

func (*ListMyOrganizationsDescriptor) IsServerStream added in v0.4.28

func (d *ListMyOrganizationsDescriptor) IsServerStream() bool

func (*ListMyOrganizationsDescriptor) IsUnary added in v0.4.28

func (d *ListMyOrganizationsDescriptor) IsUnary() bool

func (*ListMyOrganizationsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*ListMyOrganizationsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*ListMyOrganizationsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *ListMyOrganizationsDescriptor) RequestHasResourceBody() bool

type ListMyOrganizationsDescriptorClientMsgHandle added in v0.4.28

type ListMyOrganizationsDescriptorClientMsgHandle struct{}

func (*ListMyOrganizationsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListMyOrganizationsDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListMyOrganizationsDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListMyOrganizationsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*ListMyOrganizationsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type ListMyOrganizationsDescriptorServerMsgHandle added in v0.4.28

type ListMyOrganizationsDescriptorServerMsgHandle struct{}

func (*ListMyOrganizationsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListMyOrganizationsDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListMyOrganizationsDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListMyOrganizationsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*ListMyOrganizationsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type ListMyOrganizationsRequest

type ListMyOrganizationsRequest struct {

	// Requested page size. Server may return fewer Organizations 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
	// [ListOrganizationsResponse.next_page_token][ntt.iam.v1alpha2.ListOrganizationsResponse.next_page_token]
	PageToken *organization.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 *organization.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 *organization.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// A FieldMask used to filter response fields. When present, only requested
	// fields will be present in each response item. Omitting field_mask results
	// will cause response items to contain all present fields.
	FieldMask *organization.Organization_FieldMask `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*ListMyOrganizationsRequest) Descriptor

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

Deprecated, Use ListMyOrganizationsRequest.ProtoReflect.Descriptor instead.

func (*ListMyOrganizationsRequest) GetFieldMask

func (*ListMyOrganizationsRequest) GetFilter

func (*ListMyOrganizationsRequest) GetOrderBy added in v0.9.14

func (*ListMyOrganizationsRequest) GetPageSize added in v0.9.14

func (m *ListMyOrganizationsRequest) GetPageSize() int32

func (*ListMyOrganizationsRequest) GetPageToken added in v0.9.14

func (*ListMyOrganizationsRequest) GotenMessage

func (*ListMyOrganizationsRequest) GotenMessage()

func (*ListMyOrganizationsRequest) GotenValidate

func (obj *ListMyOrganizationsRequest) GotenValidate() error

func (*ListMyOrganizationsRequest) Marshal

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

func (*ListMyOrganizationsRequest) MarshalJSON

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

func (*ListMyOrganizationsRequest) ProtoMessage

func (*ListMyOrganizationsRequest) ProtoMessage()

func (*ListMyOrganizationsRequest) ProtoReflect

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

func (*ListMyOrganizationsRequest) Reset

func (m *ListMyOrganizationsRequest) Reset()

func (*ListMyOrganizationsRequest) SetFieldMask

func (*ListMyOrganizationsRequest) SetFilter

func (*ListMyOrganizationsRequest) SetOrderBy added in v0.9.14

func (m *ListMyOrganizationsRequest) SetOrderBy(fv *organization.OrderBy)

func (*ListMyOrganizationsRequest) SetPageSize added in v0.9.14

func (m *ListMyOrganizationsRequest) SetPageSize(fv int32)

func (*ListMyOrganizationsRequest) SetPageToken added in v0.9.14

func (*ListMyOrganizationsRequest) String

func (m *ListMyOrganizationsRequest) String() string

func (*ListMyOrganizationsRequest) Unmarshal

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

func (*ListMyOrganizationsRequest) UnmarshalJSON

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

type ListMyOrganizationsResponse

type ListMyOrganizationsResponse struct {

	// The list of Organizations
	Organizations []*organization.Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty" firestore:"organizations"`
	// A token to retrieve previous page of results. Pass this value in the
	// [ListOrganizationsRequest.page_token][ntt.iam.v1alpha2.ListOrganizationsRequest.page_token]
	PrevPageToken *organization.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListOrganizationsRequest.page_token][ntt.iam.v1alpha2.ListOrganizationsRequest.page_token]
	NextPageToken *organization.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*ListMyOrganizationsResponse) Descriptor

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

Deprecated, Use ListMyOrganizationsResponse.ProtoReflect.Descriptor instead.

func (*ListMyOrganizationsResponse) GetNextPageToken added in v0.9.14

func (m *ListMyOrganizationsResponse) GetNextPageToken() *organization.PagerCursor

func (*ListMyOrganizationsResponse) GetOrganizations

func (m *ListMyOrganizationsResponse) GetOrganizations() []*organization.Organization

func (*ListMyOrganizationsResponse) GetPrevPageToken added in v0.9.14

func (m *ListMyOrganizationsResponse) GetPrevPageToken() *organization.PagerCursor

func (*ListMyOrganizationsResponse) GotenMessage

func (*ListMyOrganizationsResponse) GotenMessage()

func (*ListMyOrganizationsResponse) GotenValidate

func (obj *ListMyOrganizationsResponse) GotenValidate() error

func (*ListMyOrganizationsResponse) Marshal

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

func (*ListMyOrganizationsResponse) MarshalJSON

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

func (*ListMyOrganizationsResponse) ProtoMessage

func (*ListMyOrganizationsResponse) ProtoMessage()

func (*ListMyOrganizationsResponse) ProtoReflect

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

func (*ListMyOrganizationsResponse) Reset

func (m *ListMyOrganizationsResponse) Reset()

func (*ListMyOrganizationsResponse) SetNextPageToken added in v0.9.14

func (m *ListMyOrganizationsResponse) SetNextPageToken(fv *organization.PagerCursor)

func (*ListMyOrganizationsResponse) SetOrganizations

func (m *ListMyOrganizationsResponse) SetOrganizations(fv []*organization.Organization)

func (*ListMyOrganizationsResponse) SetPrevPageToken added in v0.9.14

func (m *ListMyOrganizationsResponse) SetPrevPageToken(fv *organization.PagerCursor)

func (*ListMyOrganizationsResponse) String

func (m *ListMyOrganizationsResponse) String() string

func (*ListMyOrganizationsResponse) Unmarshal

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

func (*ListMyOrganizationsResponse) UnmarshalJSON

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

type ListOrganizationsDescriptor added in v0.4.28

type ListOrganizationsDescriptor struct{}

func GetListOrganizationsDescriptor added in v0.4.28

func GetListOrganizationsDescriptor() *ListOrganizationsDescriptor

func (*ListOrganizationsDescriptor) GetApiDescriptor added in v0.4.28

func (*ListOrganizationsDescriptor) GetApiName added in v0.4.28

func (d *ListOrganizationsDescriptor) GetApiName() string

func (*ListOrganizationsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*ListOrganizationsDescriptor) GetFullMethodName added in v0.4.28

func (d *ListOrganizationsDescriptor) GetFullMethodName() string

func (*ListOrganizationsDescriptor) GetMethodName added in v0.4.28

func (d *ListOrganizationsDescriptor) GetMethodName() string

func (*ListOrganizationsDescriptor) GetProtoPkgName added in v0.4.28

func (d *ListOrganizationsDescriptor) GetProtoPkgName() string

func (*ListOrganizationsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*ListOrganizationsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*ListOrganizationsDescriptor) GetServiceDomain added in v0.4.28

func (d *ListOrganizationsDescriptor) GetServiceDomain() string

func (*ListOrganizationsDescriptor) GetServiceVersion added in v0.4.28

func (d *ListOrganizationsDescriptor) GetServiceVersion() string

func (*ListOrganizationsDescriptor) GetVerb added in v0.4.28

func (d *ListOrganizationsDescriptor) GetVerb() string

func (*ListOrganizationsDescriptor) HasResource added in v0.4.30

func (d *ListOrganizationsDescriptor) HasResource() bool

func (*ListOrganizationsDescriptor) IsClientStream added in v0.4.28

func (d *ListOrganizationsDescriptor) IsClientStream() bool

func (*ListOrganizationsDescriptor) IsCollection added in v0.4.30

func (d *ListOrganizationsDescriptor) IsCollection() bool

func (*ListOrganizationsDescriptor) IsPlural added in v0.4.30

func (d *ListOrganizationsDescriptor) IsPlural() bool

func (*ListOrganizationsDescriptor) IsServerStream added in v0.4.28

func (d *ListOrganizationsDescriptor) IsServerStream() bool

func (*ListOrganizationsDescriptor) IsUnary added in v0.4.28

func (d *ListOrganizationsDescriptor) IsUnary() bool

func (*ListOrganizationsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*ListOrganizationsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*ListOrganizationsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *ListOrganizationsDescriptor) RequestHasResourceBody() bool

type ListOrganizationsDescriptorClientMsgHandle added in v0.4.28

type ListOrganizationsDescriptorClientMsgHandle struct{}

func (*ListOrganizationsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListOrganizationsDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListOrganizationsDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListOrganizationsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*ListOrganizationsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type ListOrganizationsDescriptorServerMsgHandle added in v0.4.28

type ListOrganizationsDescriptorServerMsgHandle struct{}

func (*ListOrganizationsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListOrganizationsDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListOrganizationsDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListOrganizationsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*ListOrganizationsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type ListOrganizationsRequest

type ListOrganizationsRequest struct {

	// Requested page size. Server may return fewer Organizations 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
	// [ListOrganizationsResponse.next_page_token][ntt.iam.v1alpha2.ListOrganizationsResponse.next_page_token]
	PageToken *organization.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 *organization.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 *organization.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 *organization.Organization_FieldMask `` /* 144-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 [ListOrganizations][ntt.iam.v1alpha2.ListOrganizations]

func (*ListOrganizationsRequest) Descriptor

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

Deprecated, Use ListOrganizationsRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationsRequest) GetFieldMask

func (*ListOrganizationsRequest) GetFilter

func (*ListOrganizationsRequest) GetIncludePagingInfo added in v0.10.1

func (m *ListOrganizationsRequest) GetIncludePagingInfo() bool

func (*ListOrganizationsRequest) GetOrderBy

func (*ListOrganizationsRequest) GetPageSize

func (m *ListOrganizationsRequest) GetPageSize() int32

func (*ListOrganizationsRequest) GetPageToken

func (*ListOrganizationsRequest) GetView

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

func (*ListOrganizationsRequest) GotenMessage

func (*ListOrganizationsRequest) GotenMessage()

func (*ListOrganizationsRequest) GotenValidate

func (obj *ListOrganizationsRequest) GotenValidate() error

func (*ListOrganizationsRequest) Marshal

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

func (*ListOrganizationsRequest) MarshalJSON

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

func (*ListOrganizationsRequest) ProtoMessage

func (*ListOrganizationsRequest) ProtoMessage()

func (*ListOrganizationsRequest) ProtoReflect

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

func (*ListOrganizationsRequest) Reset

func (m *ListOrganizationsRequest) Reset()

func (*ListOrganizationsRequest) SetFieldMask

func (*ListOrganizationsRequest) SetFilter

func (m *ListOrganizationsRequest) SetFilter(fv *organization.Filter)

func (*ListOrganizationsRequest) SetIncludePagingInfo added in v0.10.1

func (m *ListOrganizationsRequest) SetIncludePagingInfo(fv bool)

func (*ListOrganizationsRequest) SetOrderBy

func (m *ListOrganizationsRequest) SetOrderBy(fv *organization.OrderBy)

func (*ListOrganizationsRequest) SetPageSize

func (m *ListOrganizationsRequest) SetPageSize(fv int32)

func (*ListOrganizationsRequest) SetPageToken

func (m *ListOrganizationsRequest) SetPageToken(fv *organization.PagerCursor)

func (*ListOrganizationsRequest) SetView

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

func (*ListOrganizationsRequest) String

func (m *ListOrganizationsRequest) String() string

func (*ListOrganizationsRequest) Unmarshal

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

func (*ListOrganizationsRequest) UnmarshalJSON

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

type ListOrganizationsResponse

type ListOrganizationsResponse struct {

	// The list of Organizations
	Organizations []*organization.Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty" firestore:"organizations"`
	// A token to retrieve previous page of results. Pass this value in the
	// [ListOrganizationsRequest.page_token][ntt.iam.v1alpha2.ListOrganizationsRequest.page_token]
	PrevPageToken *organization.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListOrganizationsRequest.page_token][ntt.iam.v1alpha2.ListOrganizationsRequest.page_token]
	NextPageToken *organization.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 Organizations 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 [ListOrganizations][ntt.iam.v1alpha2.ListOrganizations]

func (*ListOrganizationsResponse) Descriptor

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

Deprecated, Use ListOrganizationsResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationsResponse) GetCurrentOffset added in v0.10.1

func (m *ListOrganizationsResponse) GetCurrentOffset() int32

func (*ListOrganizationsResponse) GetNextPageToken

func (m *ListOrganizationsResponse) GetNextPageToken() *organization.PagerCursor

func (*ListOrganizationsResponse) GetOrganizations

func (m *ListOrganizationsResponse) GetOrganizations() []*organization.Organization

func (*ListOrganizationsResponse) GetPrevPageToken

func (m *ListOrganizationsResponse) GetPrevPageToken() *organization.PagerCursor

func (*ListOrganizationsResponse) GetTotalResultsCount added in v0.10.1

func (m *ListOrganizationsResponse) GetTotalResultsCount() int32

func (*ListOrganizationsResponse) GotenMessage

func (*ListOrganizationsResponse) GotenMessage()

func (*ListOrganizationsResponse) GotenValidate

func (obj *ListOrganizationsResponse) GotenValidate() error

func (*ListOrganizationsResponse) Marshal

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

func (*ListOrganizationsResponse) MarshalJSON

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

func (*ListOrganizationsResponse) ProtoMessage

func (*ListOrganizationsResponse) ProtoMessage()

func (*ListOrganizationsResponse) ProtoReflect

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

func (*ListOrganizationsResponse) Reset

func (m *ListOrganizationsResponse) Reset()

func (*ListOrganizationsResponse) SetCurrentOffset added in v0.10.1

func (m *ListOrganizationsResponse) SetCurrentOffset(fv int32)

func (*ListOrganizationsResponse) SetNextPageToken

func (m *ListOrganizationsResponse) SetNextPageToken(fv *organization.PagerCursor)

func (*ListOrganizationsResponse) SetOrganizations

func (m *ListOrganizationsResponse) SetOrganizations(fv []*organization.Organization)

func (*ListOrganizationsResponse) SetPrevPageToken

func (m *ListOrganizationsResponse) SetPrevPageToken(fv *organization.PagerCursor)

func (*ListOrganizationsResponse) SetTotalResultsCount added in v0.10.1

func (m *ListOrganizationsResponse) SetTotalResultsCount(fv int32)

func (*ListOrganizationsResponse) String

func (m *ListOrganizationsResponse) String() string

func (*ListOrganizationsResponse) Unmarshal

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

func (*ListOrganizationsResponse) UnmarshalJSON

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

type OrganizationServiceClient

OrganizationServiceClient is the client API for OrganizationService.

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

type OrganizationServiceDescriptor added in v0.4.28

type OrganizationServiceDescriptor struct{}

func GetOrganizationServiceDescriptor added in v0.4.28

func GetOrganizationServiceDescriptor() *OrganizationServiceDescriptor

func (*OrganizationServiceDescriptor) AllMethodDescriptors added in v0.4.28

func (d *OrganizationServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor

func (*OrganizationServiceDescriptor) GetApiName added in v0.4.28

func (d *OrganizationServiceDescriptor) GetApiName() string

func (*OrganizationServiceDescriptor) GetFullAPIName added in v0.4.28

func (d *OrganizationServiceDescriptor) GetFullAPIName() string

func (*OrganizationServiceDescriptor) GetProtoPkgName added in v0.4.28

func (d *OrganizationServiceDescriptor) GetProtoPkgName() string

func (*OrganizationServiceDescriptor) GetServiceDomain added in v0.4.28

func (d *OrganizationServiceDescriptor) GetServiceDomain() string

func (*OrganizationServiceDescriptor) GetServiceVersion added in v0.4.28

func (d *OrganizationServiceDescriptor) GetServiceVersion() string

type UpdateOrganizationDescriptor added in v0.4.28

type UpdateOrganizationDescriptor struct{}

func GetUpdateOrganizationDescriptor added in v0.4.28

func GetUpdateOrganizationDescriptor() *UpdateOrganizationDescriptor

func (*UpdateOrganizationDescriptor) GetApiDescriptor added in v0.4.28

func (*UpdateOrganizationDescriptor) GetApiName added in v0.4.28

func (d *UpdateOrganizationDescriptor) GetApiName() string

func (*UpdateOrganizationDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*UpdateOrganizationDescriptor) GetFullMethodName added in v0.4.28

func (d *UpdateOrganizationDescriptor) GetFullMethodName() string

func (*UpdateOrganizationDescriptor) GetMethodName added in v0.4.28

func (d *UpdateOrganizationDescriptor) GetMethodName() string

func (*UpdateOrganizationDescriptor) GetProtoPkgName added in v0.4.28

func (d *UpdateOrganizationDescriptor) GetProtoPkgName() string

func (*UpdateOrganizationDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*UpdateOrganizationDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*UpdateOrganizationDescriptor) GetServiceDomain added in v0.4.28

func (d *UpdateOrganizationDescriptor) GetServiceDomain() string

func (*UpdateOrganizationDescriptor) GetServiceVersion added in v0.4.28

func (d *UpdateOrganizationDescriptor) GetServiceVersion() string

func (*UpdateOrganizationDescriptor) GetVerb added in v0.4.28

func (d *UpdateOrganizationDescriptor) GetVerb() string

func (*UpdateOrganizationDescriptor) HasResource added in v0.4.30

func (d *UpdateOrganizationDescriptor) HasResource() bool

func (*UpdateOrganizationDescriptor) IsClientStream added in v0.4.28

func (d *UpdateOrganizationDescriptor) IsClientStream() bool

func (*UpdateOrganizationDescriptor) IsCollection added in v0.4.30

func (d *UpdateOrganizationDescriptor) IsCollection() bool

func (*UpdateOrganizationDescriptor) IsPlural added in v0.4.30

func (d *UpdateOrganizationDescriptor) IsPlural() bool

func (*UpdateOrganizationDescriptor) IsServerStream added in v0.4.28

func (d *UpdateOrganizationDescriptor) IsServerStream() bool

func (*UpdateOrganizationDescriptor) IsUnary added in v0.4.28

func (d *UpdateOrganizationDescriptor) IsUnary() bool

func (*UpdateOrganizationDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*UpdateOrganizationDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*UpdateOrganizationDescriptor) RequestHasResourceBody added in v0.4.28

func (d *UpdateOrganizationDescriptor) RequestHasResourceBody() bool

type UpdateOrganizationDescriptorClientMsgHandle added in v0.4.28

type UpdateOrganizationDescriptorClientMsgHandle struct{}

func (*UpdateOrganizationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateOrganizationDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*UpdateOrganizationDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*UpdateOrganizationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateOrganizationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateOrganizationDescriptorServerMsgHandle added in v0.4.28

type UpdateOrganizationDescriptorServerMsgHandle struct{}

func (*UpdateOrganizationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateOrganizationDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*UpdateOrganizationDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*UpdateOrganizationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateOrganizationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateOrganizationRequest

type UpdateOrganizationRequest struct {

	// Organization resource body
	Organization *organization.Organization `protobuf:"bytes,2,opt,name=organization,proto3" json:"organization,omitempty" firestore:"organization"`
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *organization.Organization_FieldMask `` /* 148-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 *UpdateOrganizationRequest_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 [UpdateOrganization][ntt.iam.v1alpha2.UpdateOrganization]

func (*UpdateOrganizationRequest) Descriptor

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

Deprecated, Use UpdateOrganizationRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationRequest) GetAllowMissing added in v0.12.33

func (m *UpdateOrganizationRequest) GetAllowMissing() bool

func (*UpdateOrganizationRequest) GetCas

func (*UpdateOrganizationRequest) GetOrganization

func (m *UpdateOrganizationRequest) GetOrganization() *organization.Organization

func (*UpdateOrganizationRequest) GetUpdateMask

func (*UpdateOrganizationRequest) GotenMessage

func (*UpdateOrganizationRequest) GotenMessage()

func (*UpdateOrganizationRequest) GotenValidate

func (obj *UpdateOrganizationRequest) GotenValidate() error

func (*UpdateOrganizationRequest) Marshal

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

func (*UpdateOrganizationRequest) MarshalJSON

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

func (*UpdateOrganizationRequest) ProtoMessage

func (*UpdateOrganizationRequest) ProtoMessage()

func (*UpdateOrganizationRequest) ProtoReflect

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

func (*UpdateOrganizationRequest) Reset

func (m *UpdateOrganizationRequest) Reset()

func (*UpdateOrganizationRequest) SetAllowMissing added in v0.12.33

func (m *UpdateOrganizationRequest) SetAllowMissing(fv bool)

func (*UpdateOrganizationRequest) SetCas

func (*UpdateOrganizationRequest) SetOrganization

func (m *UpdateOrganizationRequest) SetOrganization(fv *organization.Organization)

func (*UpdateOrganizationRequest) SetUpdateMask

func (*UpdateOrganizationRequest) String

func (m *UpdateOrganizationRequest) String() string

func (*UpdateOrganizationRequest) Unmarshal

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

func (*UpdateOrganizationRequest) UnmarshalJSON

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

type UpdateOrganizationRequest_CAS

type UpdateOrganizationRequest_CAS struct {

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

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

Deprecated, Use UpdateOrganizationRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationRequest_CAS) GetConditionalState

func (m *UpdateOrganizationRequest_CAS) GetConditionalState() *organization.Organization

func (*UpdateOrganizationRequest_CAS) GetFieldMask

func (*UpdateOrganizationRequest_CAS) GotenMessage

func (*UpdateOrganizationRequest_CAS) GotenMessage()

func (*UpdateOrganizationRequest_CAS) GotenValidate

func (obj *UpdateOrganizationRequest_CAS) GotenValidate() error

func (*UpdateOrganizationRequest_CAS) Marshal

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

func (*UpdateOrganizationRequest_CAS) MarshalJSON

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

func (*UpdateOrganizationRequest_CAS) ProtoMessage

func (*UpdateOrganizationRequest_CAS) ProtoMessage()

func (*UpdateOrganizationRequest_CAS) ProtoReflect

func (*UpdateOrganizationRequest_CAS) Reset

func (m *UpdateOrganizationRequest_CAS) Reset()

func (*UpdateOrganizationRequest_CAS) SetConditionalState

func (m *UpdateOrganizationRequest_CAS) SetConditionalState(fv *organization.Organization)

func (*UpdateOrganizationRequest_CAS) SetFieldMask

func (*UpdateOrganizationRequest_CAS) String

func (*UpdateOrganizationRequest_CAS) Unmarshal

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

func (*UpdateOrganizationRequest_CAS) UnmarshalJSON

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

type WatchOrganizationClientStream

type WatchOrganizationClientStream interface {
	Recv() (*WatchOrganizationResponse, error)
	grpc.ClientStream
}

type WatchOrganizationDescriptor added in v0.4.28

type WatchOrganizationDescriptor struct{}

func GetWatchOrganizationDescriptor added in v0.4.28

func GetWatchOrganizationDescriptor() *WatchOrganizationDescriptor

func (*WatchOrganizationDescriptor) GetApiDescriptor added in v0.4.28

func (*WatchOrganizationDescriptor) GetApiName added in v0.4.28

func (d *WatchOrganizationDescriptor) GetApiName() string

func (*WatchOrganizationDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchOrganizationDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchOrganizationDescriptor) GetFullMethodName() string

func (*WatchOrganizationDescriptor) GetMethodName added in v0.4.28

func (d *WatchOrganizationDescriptor) GetMethodName() string

func (*WatchOrganizationDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchOrganizationDescriptor) GetProtoPkgName() string

func (*WatchOrganizationDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchOrganizationDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchOrganizationDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchOrganizationDescriptor) GetServiceDomain() string

func (*WatchOrganizationDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchOrganizationDescriptor) GetServiceVersion() string

func (*WatchOrganizationDescriptor) GetVerb added in v0.4.28

func (d *WatchOrganizationDescriptor) GetVerb() string

func (*WatchOrganizationDescriptor) HasResource added in v0.4.30

func (d *WatchOrganizationDescriptor) HasResource() bool

func (*WatchOrganizationDescriptor) IsClientStream added in v0.4.28

func (d *WatchOrganizationDescriptor) IsClientStream() bool

func (*WatchOrganizationDescriptor) IsCollection added in v0.4.30

func (d *WatchOrganizationDescriptor) IsCollection() bool

func (*WatchOrganizationDescriptor) IsPlural added in v0.4.30

func (d *WatchOrganizationDescriptor) IsPlural() bool

func (*WatchOrganizationDescriptor) IsServerStream added in v0.4.28

func (d *WatchOrganizationDescriptor) IsServerStream() bool

func (*WatchOrganizationDescriptor) IsUnary added in v0.4.28

func (d *WatchOrganizationDescriptor) IsUnary() bool

func (*WatchOrganizationDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchOrganizationDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchOrganizationDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchOrganizationDescriptor) RequestHasResourceBody() bool

type WatchOrganizationDescriptorClientMsgHandle added in v0.4.28

type WatchOrganizationDescriptorClientMsgHandle struct{}

func (*WatchOrganizationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchOrganizationDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchOrganizationDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchOrganizationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchOrganizationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchOrganizationDescriptorServerMsgHandle added in v0.4.28

type WatchOrganizationDescriptorServerMsgHandle struct{}

func (*WatchOrganizationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchOrganizationDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchOrganizationDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchOrganizationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchOrganizationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchOrganizationRequest

type WatchOrganizationRequest struct {

	// Name of ntt.iam.v1alpha2.Organization
	Name *organization.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 *organization.Organization_FieldMask `` /* 144-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 [WatchOrganization][ntt.iam.v1alpha2.WatchOrganization]

func (*WatchOrganizationRequest) Descriptor

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

Deprecated, Use WatchOrganizationRequest.ProtoReflect.Descriptor instead.

func (*WatchOrganizationRequest) GetFieldMask

func (*WatchOrganizationRequest) GetName

func (*WatchOrganizationRequest) GetView

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

func (*WatchOrganizationRequest) GotenMessage

func (*WatchOrganizationRequest) GotenMessage()

func (*WatchOrganizationRequest) GotenValidate

func (obj *WatchOrganizationRequest) GotenValidate() error

func (*WatchOrganizationRequest) Marshal

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

func (*WatchOrganizationRequest) MarshalJSON

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

func (*WatchOrganizationRequest) ProtoMessage

func (*WatchOrganizationRequest) ProtoMessage()

func (*WatchOrganizationRequest) ProtoReflect

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

func (*WatchOrganizationRequest) Reset

func (m *WatchOrganizationRequest) Reset()

func (*WatchOrganizationRequest) SetFieldMask

func (*WatchOrganizationRequest) SetName

func (m *WatchOrganizationRequest) SetName(fv *organization.Name)

func (*WatchOrganizationRequest) SetView

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

func (*WatchOrganizationRequest) String

func (m *WatchOrganizationRequest) String() string

func (*WatchOrganizationRequest) Unmarshal

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

func (*WatchOrganizationRequest) UnmarshalJSON

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

type WatchOrganizationResponse

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

WatchOrganizationResponse

func (*WatchOrganizationResponse) Descriptor

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

Deprecated, Use WatchOrganizationResponse.ProtoReflect.Descriptor instead.

func (*WatchOrganizationResponse) GetChange

func (*WatchOrganizationResponse) GotenMessage

func (*WatchOrganizationResponse) GotenMessage()

func (*WatchOrganizationResponse) GotenValidate

func (obj *WatchOrganizationResponse) GotenValidate() error

func (*WatchOrganizationResponse) Marshal

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

func (*WatchOrganizationResponse) MarshalJSON

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

func (*WatchOrganizationResponse) ProtoMessage

func (*WatchOrganizationResponse) ProtoMessage()

func (*WatchOrganizationResponse) ProtoReflect

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

func (*WatchOrganizationResponse) Reset

func (m *WatchOrganizationResponse) Reset()

func (*WatchOrganizationResponse) SetChange

func (*WatchOrganizationResponse) String

func (m *WatchOrganizationResponse) String() string

func (*WatchOrganizationResponse) Unmarshal

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

func (*WatchOrganizationResponse) UnmarshalJSON

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

type WatchOrganizationsClientStream

type WatchOrganizationsClientStream interface {
	Recv() (*WatchOrganizationsResponse, error)
	grpc.ClientStream
}

type WatchOrganizationsDescriptor added in v0.4.28

type WatchOrganizationsDescriptor struct{}

func GetWatchOrganizationsDescriptor added in v0.4.28

func GetWatchOrganizationsDescriptor() *WatchOrganizationsDescriptor

func (*WatchOrganizationsDescriptor) GetApiDescriptor added in v0.4.28

func (*WatchOrganizationsDescriptor) GetApiName added in v0.4.28

func (d *WatchOrganizationsDescriptor) GetApiName() string

func (*WatchOrganizationsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchOrganizationsDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchOrganizationsDescriptor) GetFullMethodName() string

func (*WatchOrganizationsDescriptor) GetMethodName added in v0.4.28

func (d *WatchOrganizationsDescriptor) GetMethodName() string

func (*WatchOrganizationsDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchOrganizationsDescriptor) GetProtoPkgName() string

func (*WatchOrganizationsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchOrganizationsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchOrganizationsDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchOrganizationsDescriptor) GetServiceDomain() string

func (*WatchOrganizationsDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchOrganizationsDescriptor) GetServiceVersion() string

func (*WatchOrganizationsDescriptor) GetVerb added in v0.4.28

func (d *WatchOrganizationsDescriptor) GetVerb() string

func (*WatchOrganizationsDescriptor) HasResource added in v0.4.30

func (d *WatchOrganizationsDescriptor) HasResource() bool

func (*WatchOrganizationsDescriptor) IsClientStream added in v0.4.28

func (d *WatchOrganizationsDescriptor) IsClientStream() bool

func (*WatchOrganizationsDescriptor) IsCollection added in v0.4.30

func (d *WatchOrganizationsDescriptor) IsCollection() bool

func (*WatchOrganizationsDescriptor) IsPlural added in v0.4.30

func (d *WatchOrganizationsDescriptor) IsPlural() bool

func (*WatchOrganizationsDescriptor) IsServerStream added in v0.4.28

func (d *WatchOrganizationsDescriptor) IsServerStream() bool

func (*WatchOrganizationsDescriptor) IsUnary added in v0.4.28

func (d *WatchOrganizationsDescriptor) IsUnary() bool

func (*WatchOrganizationsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchOrganizationsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchOrganizationsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchOrganizationsDescriptor) RequestHasResourceBody() bool

type WatchOrganizationsDescriptorClientMsgHandle added in v0.4.28

type WatchOrganizationsDescriptorClientMsgHandle struct{}

func (*WatchOrganizationsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchOrganizationsDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchOrganizationsDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchOrganizationsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchOrganizationsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchOrganizationsDescriptorServerMsgHandle added in v0.4.28

type WatchOrganizationsDescriptorServerMsgHandle struct{}

func (*WatchOrganizationsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchOrganizationsDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchOrganizationsDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchOrganizationsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchOrganizationsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchOrganizationsRequest

type WatchOrganizationsRequest struct {

	// Type of a watch. Identifies how server stream data to a client, which
	// fields in a request are allowed and which fields in response are relevant.
	Type watch_type.WatchType `protobuf:"varint,9,opt,name=type,proto3,enum=goten.types.WatchType" json:"type,omitempty" firestore:"type"`
	// Requested page size. Server may return fewer Organizations 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 *organization.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 *organization.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 *organization.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 Organization that don't
	// affect any of masked fields won't be sent back.
	FieldMask *organization.Organization_FieldMask `` /* 144-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
	// Organization 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 [WatchOrganizations][ntt.iam.v1alpha2.WatchOrganizations]

func (*WatchOrganizationsRequest) Descriptor

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

Deprecated, Use WatchOrganizationsRequest.ProtoReflect.Descriptor instead.

func (*WatchOrganizationsRequest) GetFieldMask

func (*WatchOrganizationsRequest) GetFilter

func (*WatchOrganizationsRequest) GetMaxChunkSize

func (m *WatchOrganizationsRequest) GetMaxChunkSize() int32

func (*WatchOrganizationsRequest) GetOrderBy

func (*WatchOrganizationsRequest) GetPageSize

func (m *WatchOrganizationsRequest) GetPageSize() int32

func (*WatchOrganizationsRequest) GetPageToken

func (*WatchOrganizationsRequest) GetResumeToken

func (m *WatchOrganizationsRequest) GetResumeToken() string

func (*WatchOrganizationsRequest) GetStartingTime added in v0.9.0

func (m *WatchOrganizationsRequest) GetStartingTime() *timestamppb.Timestamp

func (*WatchOrganizationsRequest) GetType

func (*WatchOrganizationsRequest) GetView

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

func (*WatchOrganizationsRequest) GotenMessage

func (*WatchOrganizationsRequest) GotenMessage()

func (*WatchOrganizationsRequest) GotenValidate

func (obj *WatchOrganizationsRequest) GotenValidate() error

func (*WatchOrganizationsRequest) Marshal

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

func (*WatchOrganizationsRequest) MarshalJSON

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

func (*WatchOrganizationsRequest) ProtoMessage

func (*WatchOrganizationsRequest) ProtoMessage()

func (*WatchOrganizationsRequest) ProtoReflect

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

func (*WatchOrganizationsRequest) Reset

func (m *WatchOrganizationsRequest) Reset()

func (*WatchOrganizationsRequest) SetFieldMask

func (*WatchOrganizationsRequest) SetFilter

func (m *WatchOrganizationsRequest) SetFilter(fv *organization.Filter)

func (*WatchOrganizationsRequest) SetMaxChunkSize

func (m *WatchOrganizationsRequest) SetMaxChunkSize(fv int32)

func (*WatchOrganizationsRequest) SetOrderBy

func (m *WatchOrganizationsRequest) SetOrderBy(fv *organization.OrderBy)

func (*WatchOrganizationsRequest) SetPageSize

func (m *WatchOrganizationsRequest) SetPageSize(fv int32)

func (*WatchOrganizationsRequest) SetPageToken

func (m *WatchOrganizationsRequest) SetPageToken(fv *organization.PagerCursor)

func (*WatchOrganizationsRequest) SetResumeToken

func (m *WatchOrganizationsRequest) SetResumeToken(fv string)

func (*WatchOrganizationsRequest) SetStartingTime added in v0.9.0

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

func (*WatchOrganizationsRequest) SetType

func (*WatchOrganizationsRequest) SetView

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

func (*WatchOrganizationsRequest) String

func (m *WatchOrganizationsRequest) String() string

func (*WatchOrganizationsRequest) Unmarshal

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

func (*WatchOrganizationsRequest) UnmarshalJSON

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

type WatchOrganizationsResponse

type WatchOrganizationsResponse struct {

	// Changes of Organizations
	OrganizationChanges []*organization.OrganizationChange `` /* 150-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 Organizations 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 *WatchOrganizationsResponse_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 (Organizations 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
}

WatchOrganizationsResponse

func (*WatchOrganizationsResponse) Descriptor

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

Deprecated, Use WatchOrganizationsResponse.ProtoReflect.Descriptor instead.

func (*WatchOrganizationsResponse) GetIsCurrent

func (m *WatchOrganizationsResponse) GetIsCurrent() bool

func (*WatchOrganizationsResponse) GetIsHardReset

func (m *WatchOrganizationsResponse) GetIsHardReset() bool

func (*WatchOrganizationsResponse) GetIsSoftReset

func (m *WatchOrganizationsResponse) GetIsSoftReset() bool

func (*WatchOrganizationsResponse) GetOrganizationChanges

func (m *WatchOrganizationsResponse) GetOrganizationChanges() []*organization.OrganizationChange

func (*WatchOrganizationsResponse) GetPageTokenChange

func (*WatchOrganizationsResponse) GetResumeToken

func (m *WatchOrganizationsResponse) GetResumeToken() string

func (*WatchOrganizationsResponse) GetSnapshotSize

func (m *WatchOrganizationsResponse) GetSnapshotSize() int64

func (*WatchOrganizationsResponse) GotenMessage

func (*WatchOrganizationsResponse) GotenMessage()

func (*WatchOrganizationsResponse) GotenValidate

func (obj *WatchOrganizationsResponse) GotenValidate() error

func (*WatchOrganizationsResponse) Marshal

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

func (*WatchOrganizationsResponse) MarshalJSON

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

func (*WatchOrganizationsResponse) ProtoMessage

func (*WatchOrganizationsResponse) ProtoMessage()

func (*WatchOrganizationsResponse) ProtoReflect

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

func (*WatchOrganizationsResponse) Reset

func (m *WatchOrganizationsResponse) Reset()

func (*WatchOrganizationsResponse) SetIsCurrent

func (m *WatchOrganizationsResponse) SetIsCurrent(fv bool)

func (*WatchOrganizationsResponse) SetIsHardReset

func (m *WatchOrganizationsResponse) SetIsHardReset(fv bool)

func (*WatchOrganizationsResponse) SetIsSoftReset

func (m *WatchOrganizationsResponse) SetIsSoftReset(fv bool)

func (*WatchOrganizationsResponse) SetOrganizationChanges

func (m *WatchOrganizationsResponse) SetOrganizationChanges(fv []*organization.OrganizationChange)

func (*WatchOrganizationsResponse) SetPageTokenChange

func (*WatchOrganizationsResponse) SetResumeToken

func (m *WatchOrganizationsResponse) SetResumeToken(fv string)

func (*WatchOrganizationsResponse) SetSnapshotSize

func (m *WatchOrganizationsResponse) SetSnapshotSize(fv int64)

func (*WatchOrganizationsResponse) String

func (m *WatchOrganizationsResponse) String() string

func (*WatchOrganizationsResponse) Unmarshal

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

func (*WatchOrganizationsResponse) UnmarshalJSON

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

type WatchOrganizationsResponse_PageTokenChange

type WatchOrganizationsResponse_PageTokenChange struct {

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

func (*WatchOrganizationsResponse_PageTokenChange) Descriptor

Deprecated, Use WatchOrganizationsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchOrganizationsResponse_PageTokenChange) GetNextPageToken

func (*WatchOrganizationsResponse_PageTokenChange) GetPrevPageToken

func (*WatchOrganizationsResponse_PageTokenChange) GotenMessage

func (*WatchOrganizationsResponse_PageTokenChange) GotenValidate

func (*WatchOrganizationsResponse_PageTokenChange) Marshal

func (*WatchOrganizationsResponse_PageTokenChange) MarshalJSON

func (*WatchOrganizationsResponse_PageTokenChange) ProtoMessage

func (*WatchOrganizationsResponse_PageTokenChange) ProtoReflect

func (*WatchOrganizationsResponse_PageTokenChange) Reset

func (*WatchOrganizationsResponse_PageTokenChange) SetNextPageToken

func (*WatchOrganizationsResponse_PageTokenChange) SetPrevPageToken

func (*WatchOrganizationsResponse_PageTokenChange) String

func (*WatchOrganizationsResponse_PageTokenChange) Unmarshal

func (*WatchOrganizationsResponse_PageTokenChange) UnmarshalJSON

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

Jump to

Keyboard shortcuts

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