customized_image_client

package
v1.0.38 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 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 BatchGetCustomizedImagesDescriptor

type BatchGetCustomizedImagesDescriptor struct{}

func GetBatchGetCustomizedImagesDescriptor

func GetBatchGetCustomizedImagesDescriptor() *BatchGetCustomizedImagesDescriptor

func (*BatchGetCustomizedImagesDescriptor) GetApiDescriptor

func (*BatchGetCustomizedImagesDescriptor) GetApiName

func (*BatchGetCustomizedImagesDescriptor) GetClientMsgReflectHandle

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

func (*BatchGetCustomizedImagesDescriptor) GetFullMethodName

func (d *BatchGetCustomizedImagesDescriptor) GetFullMethodName() string

func (*BatchGetCustomizedImagesDescriptor) GetMethodName

func (d *BatchGetCustomizedImagesDescriptor) GetMethodName() string

func (*BatchGetCustomizedImagesDescriptor) GetProtoPkgName

func (d *BatchGetCustomizedImagesDescriptor) GetProtoPkgName() string

func (*BatchGetCustomizedImagesDescriptor) GetResourceDescriptor

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

func (*BatchGetCustomizedImagesDescriptor) GetServerMsgReflectHandle

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

func (*BatchGetCustomizedImagesDescriptor) GetServiceDomain

func (d *BatchGetCustomizedImagesDescriptor) GetServiceDomain() string

func (*BatchGetCustomizedImagesDescriptor) GetServiceVersion

func (d *BatchGetCustomizedImagesDescriptor) GetServiceVersion() string

func (*BatchGetCustomizedImagesDescriptor) GetVerb

func (*BatchGetCustomizedImagesDescriptor) HasResource

func (d *BatchGetCustomizedImagesDescriptor) HasResource() bool

func (*BatchGetCustomizedImagesDescriptor) IsClientStream

func (d *BatchGetCustomizedImagesDescriptor) IsClientStream() bool

func (*BatchGetCustomizedImagesDescriptor) IsCollection

func (d *BatchGetCustomizedImagesDescriptor) IsCollection() bool

func (*BatchGetCustomizedImagesDescriptor) IsPlural

func (*BatchGetCustomizedImagesDescriptor) IsServerStream

func (d *BatchGetCustomizedImagesDescriptor) IsServerStream() bool

func (*BatchGetCustomizedImagesDescriptor) IsUnary

func (*BatchGetCustomizedImagesDescriptor) NewEmptyClientMsg

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

func (*BatchGetCustomizedImagesDescriptor) NewEmptyServerMsg

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

func (*BatchGetCustomizedImagesDescriptor) RequestHasResourceBody

func (d *BatchGetCustomizedImagesDescriptor) RequestHasResourceBody() bool

type BatchGetCustomizedImagesDescriptorClientMsgHandle

type BatchGetCustomizedImagesDescriptorClientMsgHandle struct{}

func (*BatchGetCustomizedImagesDescriptorClientMsgHandle) ExtractCollectionName

func (*BatchGetCustomizedImagesDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*BatchGetCustomizedImagesDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*BatchGetCustomizedImagesDescriptorClientMsgHandle) ExtractResourceName

func (*BatchGetCustomizedImagesDescriptorClientMsgHandle) ExtractResourceNames

type BatchGetCustomizedImagesDescriptorServerMsgHandle

type BatchGetCustomizedImagesDescriptorServerMsgHandle struct{}

func (*BatchGetCustomizedImagesDescriptorServerMsgHandle) ExtractCollectionName

func (*BatchGetCustomizedImagesDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*BatchGetCustomizedImagesDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*BatchGetCustomizedImagesDescriptorServerMsgHandle) ExtractResourceName

func (*BatchGetCustomizedImagesDescriptorServerMsgHandle) ExtractResourceNames

type BatchGetCustomizedImagesRequest

type BatchGetCustomizedImagesRequest struct {

	// Names of CustomizedImages
	Names []*customized_image.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 *customized_image.CustomizedImage_FieldMask `` /* 147-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 [BatchGetCustomizedImages][ntt.devices.v1alpha2.BatchGetCustomizedImages]

func (*BatchGetCustomizedImagesRequest) Descriptor

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

Deprecated, Use BatchGetCustomizedImagesRequest.ProtoReflect.Descriptor instead.

func (*BatchGetCustomizedImagesRequest) GetFieldMask

func (*BatchGetCustomizedImagesRequest) GetNames

func (*BatchGetCustomizedImagesRequest) GetView

func (*BatchGetCustomizedImagesRequest) GotenMessage

func (*BatchGetCustomizedImagesRequest) GotenMessage()

func (*BatchGetCustomizedImagesRequest) GotenValidate

func (obj *BatchGetCustomizedImagesRequest) GotenValidate() error

func (*BatchGetCustomizedImagesRequest) Marshal

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

func (*BatchGetCustomizedImagesRequest) MarshalJSON

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

func (*BatchGetCustomizedImagesRequest) ProtoMessage

func (*BatchGetCustomizedImagesRequest) ProtoMessage()

func (*BatchGetCustomizedImagesRequest) ProtoReflect

func (*BatchGetCustomizedImagesRequest) Reset

func (*BatchGetCustomizedImagesRequest) SetFieldMask

func (*BatchGetCustomizedImagesRequest) SetNames

func (*BatchGetCustomizedImagesRequest) SetView

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

func (*BatchGetCustomizedImagesRequest) String

func (*BatchGetCustomizedImagesRequest) Unmarshal

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

func (*BatchGetCustomizedImagesRequest) UnmarshalJSON

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

type BatchGetCustomizedImagesResponse

type BatchGetCustomizedImagesResponse struct {

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

BatchGetCustomizedImagesResponse

func (*BatchGetCustomizedImagesResponse) Descriptor

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

Deprecated, Use BatchGetCustomizedImagesResponse.ProtoReflect.Descriptor instead.

func (*BatchGetCustomizedImagesResponse) GetCustomizedImages

func (*BatchGetCustomizedImagesResponse) GetMissing

func (*BatchGetCustomizedImagesResponse) GotenMessage

func (*BatchGetCustomizedImagesResponse) GotenMessage()

func (*BatchGetCustomizedImagesResponse) GotenValidate

func (obj *BatchGetCustomizedImagesResponse) GotenValidate() error

func (*BatchGetCustomizedImagesResponse) Marshal

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

func (*BatchGetCustomizedImagesResponse) MarshalJSON

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

func (*BatchGetCustomizedImagesResponse) ProtoMessage

func (*BatchGetCustomizedImagesResponse) ProtoMessage()

func (*BatchGetCustomizedImagesResponse) ProtoReflect

func (*BatchGetCustomizedImagesResponse) Reset

func (*BatchGetCustomizedImagesResponse) SetCustomizedImages

func (*BatchGetCustomizedImagesResponse) SetMissing

func (*BatchGetCustomizedImagesResponse) String

func (*BatchGetCustomizedImagesResponse) Unmarshal

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

func (*BatchGetCustomizedImagesResponse) UnmarshalJSON

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

type CreateCustomizedImageDescriptor

type CreateCustomizedImageDescriptor struct{}

func GetCreateCustomizedImageDescriptor

func GetCreateCustomizedImageDescriptor() *CreateCustomizedImageDescriptor

func (*CreateCustomizedImageDescriptor) GetApiDescriptor

func (*CreateCustomizedImageDescriptor) GetApiName

func (d *CreateCustomizedImageDescriptor) GetApiName() string

func (*CreateCustomizedImageDescriptor) GetClientMsgReflectHandle

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

func (*CreateCustomizedImageDescriptor) GetFullMethodName

func (d *CreateCustomizedImageDescriptor) GetFullMethodName() string

func (*CreateCustomizedImageDescriptor) GetMethodName

func (d *CreateCustomizedImageDescriptor) GetMethodName() string

func (*CreateCustomizedImageDescriptor) GetProtoPkgName

func (d *CreateCustomizedImageDescriptor) GetProtoPkgName() string

func (*CreateCustomizedImageDescriptor) GetResourceDescriptor

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

func (*CreateCustomizedImageDescriptor) GetServerMsgReflectHandle

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

func (*CreateCustomizedImageDescriptor) GetServiceDomain

func (d *CreateCustomizedImageDescriptor) GetServiceDomain() string

func (*CreateCustomizedImageDescriptor) GetServiceVersion

func (d *CreateCustomizedImageDescriptor) GetServiceVersion() string

func (*CreateCustomizedImageDescriptor) GetVerb

func (*CreateCustomizedImageDescriptor) HasResource

func (d *CreateCustomizedImageDescriptor) HasResource() bool

func (*CreateCustomizedImageDescriptor) IsClientStream

func (d *CreateCustomizedImageDescriptor) IsClientStream() bool

func (*CreateCustomizedImageDescriptor) IsCollection

func (d *CreateCustomizedImageDescriptor) IsCollection() bool

func (*CreateCustomizedImageDescriptor) IsPlural

func (d *CreateCustomizedImageDescriptor) IsPlural() bool

func (*CreateCustomizedImageDescriptor) IsServerStream

func (d *CreateCustomizedImageDescriptor) IsServerStream() bool

func (*CreateCustomizedImageDescriptor) IsUnary

func (*CreateCustomizedImageDescriptor) NewEmptyClientMsg

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

func (*CreateCustomizedImageDescriptor) NewEmptyServerMsg

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

func (*CreateCustomizedImageDescriptor) RequestHasResourceBody

func (d *CreateCustomizedImageDescriptor) RequestHasResourceBody() bool

type CreateCustomizedImageDescriptorClientMsgHandle

type CreateCustomizedImageDescriptorClientMsgHandle struct{}

func (*CreateCustomizedImageDescriptorClientMsgHandle) ExtractCollectionName

func (*CreateCustomizedImageDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*CreateCustomizedImageDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*CreateCustomizedImageDescriptorClientMsgHandle) ExtractResourceName

func (*CreateCustomizedImageDescriptorClientMsgHandle) ExtractResourceNames

type CreateCustomizedImageDescriptorServerMsgHandle

type CreateCustomizedImageDescriptorServerMsgHandle struct{}

func (*CreateCustomizedImageDescriptorServerMsgHandle) ExtractCollectionName

func (*CreateCustomizedImageDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*CreateCustomizedImageDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*CreateCustomizedImageDescriptorServerMsgHandle) ExtractResourceName

func (*CreateCustomizedImageDescriptorServerMsgHandle) ExtractResourceNames

type CreateCustomizedImageRequest

type CreateCustomizedImageRequest struct {

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

Request message for method [CreateCustomizedImage][ntt.devices.v1alpha2.CreateCustomizedImage]

func (*CreateCustomizedImageRequest) Descriptor

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

Deprecated, Use CreateCustomizedImageRequest.ProtoReflect.Descriptor instead.

func (*CreateCustomizedImageRequest) GetCustomizedImage

func (*CreateCustomizedImageRequest) GetParent

func (*CreateCustomizedImageRequest) GotenMessage

func (*CreateCustomizedImageRequest) GotenMessage()

func (*CreateCustomizedImageRequest) GotenValidate

func (obj *CreateCustomizedImageRequest) GotenValidate() error

func (*CreateCustomizedImageRequest) Marshal

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

func (*CreateCustomizedImageRequest) MarshalJSON

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

func (*CreateCustomizedImageRequest) ProtoMessage

func (*CreateCustomizedImageRequest) ProtoMessage()

func (*CreateCustomizedImageRequest) ProtoReflect

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

func (*CreateCustomizedImageRequest) Reset

func (m *CreateCustomizedImageRequest) Reset()

func (*CreateCustomizedImageRequest) SetCustomizedImage

func (*CreateCustomizedImageRequest) SetParent

func (*CreateCustomizedImageRequest) String

func (*CreateCustomizedImageRequest) Unmarshal

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

func (*CreateCustomizedImageRequest) UnmarshalJSON

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

type CustomizedImageServiceClient

CustomizedImageServiceClient is the client API for CustomizedImageService.

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

type CustomizedImageServiceDescriptor

type CustomizedImageServiceDescriptor struct{}

func GetCustomizedImageServiceDescriptor

func GetCustomizedImageServiceDescriptor() *CustomizedImageServiceDescriptor

func (*CustomizedImageServiceDescriptor) AllMethodDescriptors

func (*CustomizedImageServiceDescriptor) GetApiName

func (d *CustomizedImageServiceDescriptor) GetApiName() string

func (*CustomizedImageServiceDescriptor) GetFullAPIName

func (d *CustomizedImageServiceDescriptor) GetFullAPIName() string

func (*CustomizedImageServiceDescriptor) GetProtoPkgName

func (d *CustomizedImageServiceDescriptor) GetProtoPkgName() string

func (*CustomizedImageServiceDescriptor) GetServiceDomain

func (d *CustomizedImageServiceDescriptor) GetServiceDomain() string

func (*CustomizedImageServiceDescriptor) GetServiceVersion

func (d *CustomizedImageServiceDescriptor) GetServiceVersion() string

type DeleteCustomizedImageDescriptor

type DeleteCustomizedImageDescriptor struct{}

func GetDeleteCustomizedImageDescriptor

func GetDeleteCustomizedImageDescriptor() *DeleteCustomizedImageDescriptor

func (*DeleteCustomizedImageDescriptor) GetApiDescriptor

func (*DeleteCustomizedImageDescriptor) GetApiName

func (d *DeleteCustomizedImageDescriptor) GetApiName() string

func (*DeleteCustomizedImageDescriptor) GetClientMsgReflectHandle

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

func (*DeleteCustomizedImageDescriptor) GetFullMethodName

func (d *DeleteCustomizedImageDescriptor) GetFullMethodName() string

func (*DeleteCustomizedImageDescriptor) GetMethodName

func (d *DeleteCustomizedImageDescriptor) GetMethodName() string

func (*DeleteCustomizedImageDescriptor) GetProtoPkgName

func (d *DeleteCustomizedImageDescriptor) GetProtoPkgName() string

func (*DeleteCustomizedImageDescriptor) GetResourceDescriptor

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

func (*DeleteCustomizedImageDescriptor) GetServerMsgReflectHandle

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

func (*DeleteCustomizedImageDescriptor) GetServiceDomain

func (d *DeleteCustomizedImageDescriptor) GetServiceDomain() string

func (*DeleteCustomizedImageDescriptor) GetServiceVersion

func (d *DeleteCustomizedImageDescriptor) GetServiceVersion() string

func (*DeleteCustomizedImageDescriptor) GetVerb

func (*DeleteCustomizedImageDescriptor) HasResource

func (d *DeleteCustomizedImageDescriptor) HasResource() bool

func (*DeleteCustomizedImageDescriptor) IsClientStream

func (d *DeleteCustomizedImageDescriptor) IsClientStream() bool

func (*DeleteCustomizedImageDescriptor) IsCollection

func (d *DeleteCustomizedImageDescriptor) IsCollection() bool

func (*DeleteCustomizedImageDescriptor) IsPlural

func (d *DeleteCustomizedImageDescriptor) IsPlural() bool

func (*DeleteCustomizedImageDescriptor) IsServerStream

func (d *DeleteCustomizedImageDescriptor) IsServerStream() bool

func (*DeleteCustomizedImageDescriptor) IsUnary

func (*DeleteCustomizedImageDescriptor) NewEmptyClientMsg

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

func (*DeleteCustomizedImageDescriptor) NewEmptyServerMsg

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

func (*DeleteCustomizedImageDescriptor) RequestHasResourceBody

func (d *DeleteCustomizedImageDescriptor) RequestHasResourceBody() bool

type DeleteCustomizedImageDescriptorClientMsgHandle

type DeleteCustomizedImageDescriptorClientMsgHandle struct{}

func (*DeleteCustomizedImageDescriptorClientMsgHandle) ExtractCollectionName

func (*DeleteCustomizedImageDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeleteCustomizedImageDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeleteCustomizedImageDescriptorClientMsgHandle) ExtractResourceName

func (*DeleteCustomizedImageDescriptorClientMsgHandle) ExtractResourceNames

type DeleteCustomizedImageDescriptorServerMsgHandle

type DeleteCustomizedImageDescriptorServerMsgHandle struct{}

func (*DeleteCustomizedImageDescriptorServerMsgHandle) ExtractCollectionName

func (*DeleteCustomizedImageDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeleteCustomizedImageDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeleteCustomizedImageDescriptorServerMsgHandle) ExtractResourceName

func (*DeleteCustomizedImageDescriptorServerMsgHandle) ExtractResourceNames

type DeleteCustomizedImageRequest

type DeleteCustomizedImageRequest struct {

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

Request message for method [DeleteCustomizedImage][ntt.devices.v1alpha2.DeleteCustomizedImage]

func (*DeleteCustomizedImageRequest) Descriptor

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

Deprecated, Use DeleteCustomizedImageRequest.ProtoReflect.Descriptor instead.

func (*DeleteCustomizedImageRequest) GetName

func (*DeleteCustomizedImageRequest) GotenMessage

func (*DeleteCustomizedImageRequest) GotenMessage()

func (*DeleteCustomizedImageRequest) GotenValidate

func (obj *DeleteCustomizedImageRequest) GotenValidate() error

func (*DeleteCustomizedImageRequest) Marshal

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

func (*DeleteCustomizedImageRequest) MarshalJSON

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

func (*DeleteCustomizedImageRequest) ProtoMessage

func (*DeleteCustomizedImageRequest) ProtoMessage()

func (*DeleteCustomizedImageRequest) ProtoReflect

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

func (*DeleteCustomizedImageRequest) Reset

func (m *DeleteCustomizedImageRequest) Reset()

func (*DeleteCustomizedImageRequest) SetName

func (*DeleteCustomizedImageRequest) String

func (*DeleteCustomizedImageRequest) Unmarshal

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

func (*DeleteCustomizedImageRequest) UnmarshalJSON

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

type GetCustomizedImageDescriptor

type GetCustomizedImageDescriptor struct{}

func GetGetCustomizedImageDescriptor

func GetGetCustomizedImageDescriptor() *GetCustomizedImageDescriptor

func (*GetCustomizedImageDescriptor) GetApiDescriptor

func (*GetCustomizedImageDescriptor) GetApiName

func (d *GetCustomizedImageDescriptor) GetApiName() string

func (*GetCustomizedImageDescriptor) GetClientMsgReflectHandle

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

func (*GetCustomizedImageDescriptor) GetFullMethodName

func (d *GetCustomizedImageDescriptor) GetFullMethodName() string

func (*GetCustomizedImageDescriptor) GetMethodName

func (d *GetCustomizedImageDescriptor) GetMethodName() string

func (*GetCustomizedImageDescriptor) GetProtoPkgName

func (d *GetCustomizedImageDescriptor) GetProtoPkgName() string

func (*GetCustomizedImageDescriptor) GetResourceDescriptor

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

func (*GetCustomizedImageDescriptor) GetServerMsgReflectHandle

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

func (*GetCustomizedImageDescriptor) GetServiceDomain

func (d *GetCustomizedImageDescriptor) GetServiceDomain() string

func (*GetCustomizedImageDescriptor) GetServiceVersion

func (d *GetCustomizedImageDescriptor) GetServiceVersion() string

func (*GetCustomizedImageDescriptor) GetVerb

func (d *GetCustomizedImageDescriptor) GetVerb() string

func (*GetCustomizedImageDescriptor) HasResource

func (d *GetCustomizedImageDescriptor) HasResource() bool

func (*GetCustomizedImageDescriptor) IsClientStream

func (d *GetCustomizedImageDescriptor) IsClientStream() bool

func (*GetCustomizedImageDescriptor) IsCollection

func (d *GetCustomizedImageDescriptor) IsCollection() bool

func (*GetCustomizedImageDescriptor) IsPlural

func (d *GetCustomizedImageDescriptor) IsPlural() bool

func (*GetCustomizedImageDescriptor) IsServerStream

func (d *GetCustomizedImageDescriptor) IsServerStream() bool

func (*GetCustomizedImageDescriptor) IsUnary

func (d *GetCustomizedImageDescriptor) IsUnary() bool

func (*GetCustomizedImageDescriptor) NewEmptyClientMsg

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

func (*GetCustomizedImageDescriptor) NewEmptyServerMsg

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

func (*GetCustomizedImageDescriptor) RequestHasResourceBody

func (d *GetCustomizedImageDescriptor) RequestHasResourceBody() bool

type GetCustomizedImageDescriptorClientMsgHandle

type GetCustomizedImageDescriptorClientMsgHandle struct{}

func (*GetCustomizedImageDescriptorClientMsgHandle) ExtractCollectionName

func (*GetCustomizedImageDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*GetCustomizedImageDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*GetCustomizedImageDescriptorClientMsgHandle) ExtractResourceName

func (*GetCustomizedImageDescriptorClientMsgHandle) ExtractResourceNames

type GetCustomizedImageDescriptorServerMsgHandle

type GetCustomizedImageDescriptorServerMsgHandle struct{}

func (*GetCustomizedImageDescriptorServerMsgHandle) ExtractCollectionName

func (*GetCustomizedImageDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*GetCustomizedImageDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*GetCustomizedImageDescriptorServerMsgHandle) ExtractResourceName

func (*GetCustomizedImageDescriptorServerMsgHandle) ExtractResourceNames

type GetCustomizedImageRequest

type GetCustomizedImageRequest struct {

	// Name of ntt.devices.v1alpha2.CustomizedImage
	Name *customized_image.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 *customized_image.CustomizedImage_FieldMask `` /* 147-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 [GetCustomizedImage][ntt.devices.v1alpha2.GetCustomizedImage]

func (*GetCustomizedImageRequest) Descriptor

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

Deprecated, Use GetCustomizedImageRequest.ProtoReflect.Descriptor instead.

func (*GetCustomizedImageRequest) GetFieldMask

func (*GetCustomizedImageRequest) GetName

func (*GetCustomizedImageRequest) GetView

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

func (*GetCustomizedImageRequest) GotenMessage

func (*GetCustomizedImageRequest) GotenMessage()

func (*GetCustomizedImageRequest) GotenValidate

func (obj *GetCustomizedImageRequest) GotenValidate() error

func (*GetCustomizedImageRequest) Marshal

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

func (*GetCustomizedImageRequest) MarshalJSON

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

func (*GetCustomizedImageRequest) ProtoMessage

func (*GetCustomizedImageRequest) ProtoMessage()

func (*GetCustomizedImageRequest) ProtoReflect

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

func (*GetCustomizedImageRequest) Reset

func (m *GetCustomizedImageRequest) Reset()

func (*GetCustomizedImageRequest) SetFieldMask

func (*GetCustomizedImageRequest) SetName

func (*GetCustomizedImageRequest) SetView

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

func (*GetCustomizedImageRequest) String

func (m *GetCustomizedImageRequest) String() string

func (*GetCustomizedImageRequest) Unmarshal

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

func (*GetCustomizedImageRequest) UnmarshalJSON

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

type ListCustomizedImagesDescriptor

type ListCustomizedImagesDescriptor struct{}

func GetListCustomizedImagesDescriptor

func GetListCustomizedImagesDescriptor() *ListCustomizedImagesDescriptor

func (*ListCustomizedImagesDescriptor) GetApiDescriptor

func (*ListCustomizedImagesDescriptor) GetApiName

func (d *ListCustomizedImagesDescriptor) GetApiName() string

func (*ListCustomizedImagesDescriptor) GetClientMsgReflectHandle

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

func (*ListCustomizedImagesDescriptor) GetFullMethodName

func (d *ListCustomizedImagesDescriptor) GetFullMethodName() string

func (*ListCustomizedImagesDescriptor) GetMethodName

func (d *ListCustomizedImagesDescriptor) GetMethodName() string

func (*ListCustomizedImagesDescriptor) GetProtoPkgName

func (d *ListCustomizedImagesDescriptor) GetProtoPkgName() string

func (*ListCustomizedImagesDescriptor) GetResourceDescriptor

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

func (*ListCustomizedImagesDescriptor) GetServerMsgReflectHandle

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

func (*ListCustomizedImagesDescriptor) GetServiceDomain

func (d *ListCustomizedImagesDescriptor) GetServiceDomain() string

func (*ListCustomizedImagesDescriptor) GetServiceVersion

func (d *ListCustomizedImagesDescriptor) GetServiceVersion() string

func (*ListCustomizedImagesDescriptor) GetVerb

func (*ListCustomizedImagesDescriptor) HasResource

func (d *ListCustomizedImagesDescriptor) HasResource() bool

func (*ListCustomizedImagesDescriptor) IsClientStream

func (d *ListCustomizedImagesDescriptor) IsClientStream() bool

func (*ListCustomizedImagesDescriptor) IsCollection

func (d *ListCustomizedImagesDescriptor) IsCollection() bool

func (*ListCustomizedImagesDescriptor) IsPlural

func (d *ListCustomizedImagesDescriptor) IsPlural() bool

func (*ListCustomizedImagesDescriptor) IsServerStream

func (d *ListCustomizedImagesDescriptor) IsServerStream() bool

func (*ListCustomizedImagesDescriptor) IsUnary

func (d *ListCustomizedImagesDescriptor) IsUnary() bool

func (*ListCustomizedImagesDescriptor) NewEmptyClientMsg

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

func (*ListCustomizedImagesDescriptor) NewEmptyServerMsg

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

func (*ListCustomizedImagesDescriptor) RequestHasResourceBody

func (d *ListCustomizedImagesDescriptor) RequestHasResourceBody() bool

type ListCustomizedImagesDescriptorClientMsgHandle

type ListCustomizedImagesDescriptorClientMsgHandle struct{}

func (*ListCustomizedImagesDescriptorClientMsgHandle) ExtractCollectionName

func (*ListCustomizedImagesDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListCustomizedImagesDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListCustomizedImagesDescriptorClientMsgHandle) ExtractResourceName

func (*ListCustomizedImagesDescriptorClientMsgHandle) ExtractResourceNames

type ListCustomizedImagesDescriptorServerMsgHandle

type ListCustomizedImagesDescriptorServerMsgHandle struct{}

func (*ListCustomizedImagesDescriptorServerMsgHandle) ExtractCollectionName

func (*ListCustomizedImagesDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListCustomizedImagesDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListCustomizedImagesDescriptorServerMsgHandle) ExtractResourceName

func (*ListCustomizedImagesDescriptorServerMsgHandle) ExtractResourceNames

type ListCustomizedImagesRequest

type ListCustomizedImagesRequest struct {

	// Parent name of ntt.devices.v1alpha2.CustomizedImage
	Parent *customized_image.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer CustomizedImages 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
	// [ListCustomizedImagesResponse.next_page_token][ntt.devices.v1alpha2.ListCustomizedImagesResponse.next_page_token]
	PageToken *customized_image.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 *customized_image.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 *customized_image.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 *customized_image.CustomizedImage_FieldMask `` /* 147-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 [ListCustomizedImages][ntt.devices.v1alpha2.ListCustomizedImages]

func (*ListCustomizedImagesRequest) Descriptor

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

Deprecated, Use ListCustomizedImagesRequest.ProtoReflect.Descriptor instead.

func (*ListCustomizedImagesRequest) GetFieldMask

func (*ListCustomizedImagesRequest) GetFilter

func (*ListCustomizedImagesRequest) GetIncludePagingInfo

func (m *ListCustomizedImagesRequest) GetIncludePagingInfo() bool

func (*ListCustomizedImagesRequest) GetOrderBy

func (*ListCustomizedImagesRequest) GetPageSize

func (m *ListCustomizedImagesRequest) GetPageSize() int32

func (*ListCustomizedImagesRequest) GetPageToken

func (*ListCustomizedImagesRequest) GetParent

func (*ListCustomizedImagesRequest) GetView

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

func (*ListCustomizedImagesRequest) GotenMessage

func (*ListCustomizedImagesRequest) GotenMessage()

func (*ListCustomizedImagesRequest) GotenValidate

func (obj *ListCustomizedImagesRequest) GotenValidate() error

func (*ListCustomizedImagesRequest) Marshal

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

func (*ListCustomizedImagesRequest) MarshalJSON

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

func (*ListCustomizedImagesRequest) ProtoMessage

func (*ListCustomizedImagesRequest) ProtoMessage()

func (*ListCustomizedImagesRequest) ProtoReflect

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

func (*ListCustomizedImagesRequest) Reset

func (m *ListCustomizedImagesRequest) Reset()

func (*ListCustomizedImagesRequest) SetFieldMask

func (*ListCustomizedImagesRequest) SetFilter

func (*ListCustomizedImagesRequest) SetIncludePagingInfo

func (m *ListCustomizedImagesRequest) SetIncludePagingInfo(fv bool)

func (*ListCustomizedImagesRequest) SetOrderBy

func (*ListCustomizedImagesRequest) SetPageSize

func (m *ListCustomizedImagesRequest) SetPageSize(fv int32)

func (*ListCustomizedImagesRequest) SetPageToken

func (*ListCustomizedImagesRequest) SetParent

func (*ListCustomizedImagesRequest) SetView

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

func (*ListCustomizedImagesRequest) String

func (m *ListCustomizedImagesRequest) String() string

func (*ListCustomizedImagesRequest) Unmarshal

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

func (*ListCustomizedImagesRequest) UnmarshalJSON

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

type ListCustomizedImagesResponse

type ListCustomizedImagesResponse struct {

	// The list of CustomizedImages
	CustomizedImages []*customized_image.CustomizedImage `` /* 138-byte string literal not displayed */
	// A token to retrieve previous page of results. Pass this value in the
	// [ListCustomizedImagesRequest.page_token][ntt.devices.v1alpha2.ListCustomizedImagesRequest.page_token]
	PrevPageToken *customized_image.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListCustomizedImagesRequest.page_token][ntt.devices.v1alpha2.ListCustomizedImagesRequest.page_token]
	NextPageToken *customized_image.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 CustomizedImages 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 [ListCustomizedImages][ntt.devices.v1alpha2.ListCustomizedImages]

func (*ListCustomizedImagesResponse) Descriptor

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

Deprecated, Use ListCustomizedImagesResponse.ProtoReflect.Descriptor instead.

func (*ListCustomizedImagesResponse) GetCurrentOffset

func (m *ListCustomizedImagesResponse) GetCurrentOffset() int32

func (*ListCustomizedImagesResponse) GetCustomizedImages

func (*ListCustomizedImagesResponse) GetNextPageToken

func (*ListCustomizedImagesResponse) GetPrevPageToken

func (*ListCustomizedImagesResponse) GetTotalResultsCount

func (m *ListCustomizedImagesResponse) GetTotalResultsCount() int32

func (*ListCustomizedImagesResponse) GotenMessage

func (*ListCustomizedImagesResponse) GotenMessage()

func (*ListCustomizedImagesResponse) GotenValidate

func (obj *ListCustomizedImagesResponse) GotenValidate() error

func (*ListCustomizedImagesResponse) Marshal

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

func (*ListCustomizedImagesResponse) MarshalJSON

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

func (*ListCustomizedImagesResponse) ProtoMessage

func (*ListCustomizedImagesResponse) ProtoMessage()

func (*ListCustomizedImagesResponse) ProtoReflect

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

func (*ListCustomizedImagesResponse) Reset

func (m *ListCustomizedImagesResponse) Reset()

func (*ListCustomizedImagesResponse) SetCurrentOffset

func (m *ListCustomizedImagesResponse) SetCurrentOffset(fv int32)

func (*ListCustomizedImagesResponse) SetCustomizedImages

func (m *ListCustomizedImagesResponse) SetCustomizedImages(fv []*customized_image.CustomizedImage)

func (*ListCustomizedImagesResponse) SetNextPageToken

func (*ListCustomizedImagesResponse) SetPrevPageToken

func (*ListCustomizedImagesResponse) SetTotalResultsCount

func (m *ListCustomizedImagesResponse) SetTotalResultsCount(fv int32)

func (*ListCustomizedImagesResponse) String

func (*ListCustomizedImagesResponse) Unmarshal

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

func (*ListCustomizedImagesResponse) UnmarshalJSON

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

type RequestUrlDescriptor

type RequestUrlDescriptor struct{}

func GetRequestUrlDescriptor

func GetRequestUrlDescriptor() *RequestUrlDescriptor

func (*RequestUrlDescriptor) GetApiDescriptor

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

func (*RequestUrlDescriptor) GetApiName

func (d *RequestUrlDescriptor) GetApiName() string

func (*RequestUrlDescriptor) GetClientMsgReflectHandle

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

func (*RequestUrlDescriptor) GetFullMethodName

func (d *RequestUrlDescriptor) GetFullMethodName() string

func (*RequestUrlDescriptor) GetMethodName

func (d *RequestUrlDescriptor) GetMethodName() string

func (*RequestUrlDescriptor) GetProtoPkgName

func (d *RequestUrlDescriptor) GetProtoPkgName() string

func (*RequestUrlDescriptor) GetResourceDescriptor

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

func (*RequestUrlDescriptor) GetServerMsgReflectHandle

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

func (*RequestUrlDescriptor) GetServiceDomain

func (d *RequestUrlDescriptor) GetServiceDomain() string

func (*RequestUrlDescriptor) GetServiceVersion

func (d *RequestUrlDescriptor) GetServiceVersion() string

func (*RequestUrlDescriptor) GetVerb

func (d *RequestUrlDescriptor) GetVerb() string

func (*RequestUrlDescriptor) HasResource

func (d *RequestUrlDescriptor) HasResource() bool

func (*RequestUrlDescriptor) IsClientStream

func (d *RequestUrlDescriptor) IsClientStream() bool

func (*RequestUrlDescriptor) IsCollection

func (d *RequestUrlDescriptor) IsCollection() bool

func (*RequestUrlDescriptor) IsPlural

func (d *RequestUrlDescriptor) IsPlural() bool

func (*RequestUrlDescriptor) IsServerStream

func (d *RequestUrlDescriptor) IsServerStream() bool

func (*RequestUrlDescriptor) IsUnary

func (d *RequestUrlDescriptor) IsUnary() bool

func (*RequestUrlDescriptor) NewEmptyClientMsg

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

func (*RequestUrlDescriptor) NewEmptyServerMsg

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

func (*RequestUrlDescriptor) RequestHasResourceBody

func (d *RequestUrlDescriptor) RequestHasResourceBody() bool

type RequestUrlDescriptorClientMsgHandle

type RequestUrlDescriptorClientMsgHandle struct{}

func (*RequestUrlDescriptorClientMsgHandle) ExtractCollectionName

func (h *RequestUrlDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*RequestUrlDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*RequestUrlDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*RequestUrlDescriptorClientMsgHandle) ExtractResourceName

func (*RequestUrlDescriptorClientMsgHandle) ExtractResourceNames

type RequestUrlDescriptorServerMsgHandle

type RequestUrlDescriptorServerMsgHandle struct{}

func (*RequestUrlDescriptorServerMsgHandle) ExtractCollectionName

func (h *RequestUrlDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*RequestUrlDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*RequestUrlDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*RequestUrlDescriptorServerMsgHandle) ExtractResourceName

func (*RequestUrlDescriptorServerMsgHandle) ExtractResourceNames

type RequestUrlRequest

type RequestUrlRequest struct {

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

Request message for method [RequestUrl][ntt.devices.v1alpha2.RequestUrl]

func (*RequestUrlRequest) Descriptor

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

Deprecated, Use RequestUrlRequest.ProtoReflect.Descriptor instead.

func (*RequestUrlRequest) GetName

func (m *RequestUrlRequest) GetName() *customized_image.Name

func (*RequestUrlRequest) GotenMessage

func (*RequestUrlRequest) GotenMessage()

func (*RequestUrlRequest) GotenValidate

func (obj *RequestUrlRequest) GotenValidate() error

func (*RequestUrlRequest) Marshal

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

func (*RequestUrlRequest) MarshalJSON

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

func (*RequestUrlRequest) ProtoMessage

func (*RequestUrlRequest) ProtoMessage()

func (*RequestUrlRequest) ProtoReflect

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

func (*RequestUrlRequest) Reset

func (m *RequestUrlRequest) Reset()

func (*RequestUrlRequest) SetName

func (m *RequestUrlRequest) SetName(fv *customized_image.Name)

func (*RequestUrlRequest) String

func (m *RequestUrlRequest) String() string

func (*RequestUrlRequest) Unmarshal

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

func (*RequestUrlRequest) UnmarshalJSON

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

type RequestUrlResponse

type RequestUrlResponse struct {
	Url     string   `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty" firestore:"url"`
	Headers []string `protobuf:"bytes,2,rep,name=headers,proto3" json:"headers,omitempty" firestore:"headers"`
	// contains filtered or unexported fields
}

Response message for method [RequestUrl][ntt.devices.v1alpha2.RequestUrl]

func (*RequestUrlResponse) Descriptor

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

Deprecated, Use RequestUrlResponse.ProtoReflect.Descriptor instead.

func (*RequestUrlResponse) GetHeaders

func (m *RequestUrlResponse) GetHeaders() []string

func (*RequestUrlResponse) GetUrl

func (m *RequestUrlResponse) GetUrl() string

func (*RequestUrlResponse) GotenMessage

func (*RequestUrlResponse) GotenMessage()

func (*RequestUrlResponse) GotenValidate

func (obj *RequestUrlResponse) GotenValidate() error

func (*RequestUrlResponse) Marshal

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

func (*RequestUrlResponse) MarshalJSON

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

func (*RequestUrlResponse) ProtoMessage

func (*RequestUrlResponse) ProtoMessage()

func (*RequestUrlResponse) ProtoReflect

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

func (*RequestUrlResponse) Reset

func (m *RequestUrlResponse) Reset()

func (*RequestUrlResponse) SetHeaders

func (m *RequestUrlResponse) SetHeaders(fv []string)

func (*RequestUrlResponse) SetUrl

func (m *RequestUrlResponse) SetUrl(fv string)

func (*RequestUrlResponse) String

func (m *RequestUrlResponse) String() string

func (*RequestUrlResponse) Unmarshal

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

func (*RequestUrlResponse) UnmarshalJSON

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

type UpdateCustomizedImageDescriptor

type UpdateCustomizedImageDescriptor struct{}

func GetUpdateCustomizedImageDescriptor

func GetUpdateCustomizedImageDescriptor() *UpdateCustomizedImageDescriptor

func (*UpdateCustomizedImageDescriptor) GetApiDescriptor

func (*UpdateCustomizedImageDescriptor) GetApiName

func (d *UpdateCustomizedImageDescriptor) GetApiName() string

func (*UpdateCustomizedImageDescriptor) GetClientMsgReflectHandle

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

func (*UpdateCustomizedImageDescriptor) GetFullMethodName

func (d *UpdateCustomizedImageDescriptor) GetFullMethodName() string

func (*UpdateCustomizedImageDescriptor) GetMethodName

func (d *UpdateCustomizedImageDescriptor) GetMethodName() string

func (*UpdateCustomizedImageDescriptor) GetProtoPkgName

func (d *UpdateCustomizedImageDescriptor) GetProtoPkgName() string

func (*UpdateCustomizedImageDescriptor) GetResourceDescriptor

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

func (*UpdateCustomizedImageDescriptor) GetServerMsgReflectHandle

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

func (*UpdateCustomizedImageDescriptor) GetServiceDomain

func (d *UpdateCustomizedImageDescriptor) GetServiceDomain() string

func (*UpdateCustomizedImageDescriptor) GetServiceVersion

func (d *UpdateCustomizedImageDescriptor) GetServiceVersion() string

func (*UpdateCustomizedImageDescriptor) GetVerb

func (*UpdateCustomizedImageDescriptor) HasResource

func (d *UpdateCustomizedImageDescriptor) HasResource() bool

func (*UpdateCustomizedImageDescriptor) IsClientStream

func (d *UpdateCustomizedImageDescriptor) IsClientStream() bool

func (*UpdateCustomizedImageDescriptor) IsCollection

func (d *UpdateCustomizedImageDescriptor) IsCollection() bool

func (*UpdateCustomizedImageDescriptor) IsPlural

func (d *UpdateCustomizedImageDescriptor) IsPlural() bool

func (*UpdateCustomizedImageDescriptor) IsServerStream

func (d *UpdateCustomizedImageDescriptor) IsServerStream() bool

func (*UpdateCustomizedImageDescriptor) IsUnary

func (*UpdateCustomizedImageDescriptor) NewEmptyClientMsg

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

func (*UpdateCustomizedImageDescriptor) NewEmptyServerMsg

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

func (*UpdateCustomizedImageDescriptor) RequestHasResourceBody

func (d *UpdateCustomizedImageDescriptor) RequestHasResourceBody() bool

type UpdateCustomizedImageDescriptorClientMsgHandle

type UpdateCustomizedImageDescriptorClientMsgHandle struct{}

func (*UpdateCustomizedImageDescriptorClientMsgHandle) ExtractCollectionName

func (*UpdateCustomizedImageDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*UpdateCustomizedImageDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*UpdateCustomizedImageDescriptorClientMsgHandle) ExtractResourceName

func (*UpdateCustomizedImageDescriptorClientMsgHandle) ExtractResourceNames

type UpdateCustomizedImageDescriptorServerMsgHandle

type UpdateCustomizedImageDescriptorServerMsgHandle struct{}

func (*UpdateCustomizedImageDescriptorServerMsgHandle) ExtractCollectionName

func (*UpdateCustomizedImageDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*UpdateCustomizedImageDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*UpdateCustomizedImageDescriptorServerMsgHandle) ExtractResourceName

func (*UpdateCustomizedImageDescriptorServerMsgHandle) ExtractResourceNames

type UpdateCustomizedImageRequest

type UpdateCustomizedImageRequest struct {

	// CustomizedImage resource body
	CustomizedImage *customized_image.CustomizedImage `` /* 134-byte string literal not displayed */
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *customized_image.CustomizedImage_FieldMask `` /* 151-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 *UpdateCustomizedImageRequest_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 [UpdateCustomizedImage][ntt.devices.v1alpha2.UpdateCustomizedImage]

func (*UpdateCustomizedImageRequest) Descriptor

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

Deprecated, Use UpdateCustomizedImageRequest.ProtoReflect.Descriptor instead.

func (*UpdateCustomizedImageRequest) GetAllowMissing

func (m *UpdateCustomizedImageRequest) GetAllowMissing() bool

func (*UpdateCustomizedImageRequest) GetCas

func (*UpdateCustomizedImageRequest) GetCustomizedImage

func (*UpdateCustomizedImageRequest) GetUpdateMask

func (*UpdateCustomizedImageRequest) GotenMessage

func (*UpdateCustomizedImageRequest) GotenMessage()

func (*UpdateCustomizedImageRequest) GotenValidate

func (obj *UpdateCustomizedImageRequest) GotenValidate() error

func (*UpdateCustomizedImageRequest) Marshal

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

func (*UpdateCustomizedImageRequest) MarshalJSON

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

func (*UpdateCustomizedImageRequest) ProtoMessage

func (*UpdateCustomizedImageRequest) ProtoMessage()

func (*UpdateCustomizedImageRequest) ProtoReflect

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

func (*UpdateCustomizedImageRequest) Reset

func (m *UpdateCustomizedImageRequest) Reset()

func (*UpdateCustomizedImageRequest) SetAllowMissing

func (m *UpdateCustomizedImageRequest) SetAllowMissing(fv bool)

func (*UpdateCustomizedImageRequest) SetCas

func (*UpdateCustomizedImageRequest) SetCustomizedImage

func (*UpdateCustomizedImageRequest) SetUpdateMask

func (*UpdateCustomizedImageRequest) String

func (*UpdateCustomizedImageRequest) Unmarshal

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

func (*UpdateCustomizedImageRequest) UnmarshalJSON

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

type UpdateCustomizedImageRequest_CAS

type UpdateCustomizedImageRequest_CAS struct {

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

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

Deprecated, Use UpdateCustomizedImageRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateCustomizedImageRequest_CAS) GetConditionalState

func (*UpdateCustomizedImageRequest_CAS) GetFieldMask

func (*UpdateCustomizedImageRequest_CAS) GotenMessage

func (*UpdateCustomizedImageRequest_CAS) GotenMessage()

func (*UpdateCustomizedImageRequest_CAS) GotenValidate

func (obj *UpdateCustomizedImageRequest_CAS) GotenValidate() error

func (*UpdateCustomizedImageRequest_CAS) Marshal

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

func (*UpdateCustomizedImageRequest_CAS) MarshalJSON

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

func (*UpdateCustomizedImageRequest_CAS) ProtoMessage

func (*UpdateCustomizedImageRequest_CAS) ProtoMessage()

func (*UpdateCustomizedImageRequest_CAS) ProtoReflect

func (*UpdateCustomizedImageRequest_CAS) Reset

func (*UpdateCustomizedImageRequest_CAS) SetConditionalState

func (*UpdateCustomizedImageRequest_CAS) SetFieldMask

func (*UpdateCustomizedImageRequest_CAS) String

func (*UpdateCustomizedImageRequest_CAS) Unmarshal

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

func (*UpdateCustomizedImageRequest_CAS) UnmarshalJSON

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

type WatchCustomizedImageClientStream

type WatchCustomizedImageClientStream interface {
	Recv() (*WatchCustomizedImageResponse, error)
	grpc.ClientStream
}

type WatchCustomizedImageDescriptor

type WatchCustomizedImageDescriptor struct{}

func GetWatchCustomizedImageDescriptor

func GetWatchCustomizedImageDescriptor() *WatchCustomizedImageDescriptor

func (*WatchCustomizedImageDescriptor) GetApiDescriptor

func (*WatchCustomizedImageDescriptor) GetApiName

func (d *WatchCustomizedImageDescriptor) GetApiName() string

func (*WatchCustomizedImageDescriptor) GetClientMsgReflectHandle

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

func (*WatchCustomizedImageDescriptor) GetFullMethodName

func (d *WatchCustomizedImageDescriptor) GetFullMethodName() string

func (*WatchCustomizedImageDescriptor) GetMethodName

func (d *WatchCustomizedImageDescriptor) GetMethodName() string

func (*WatchCustomizedImageDescriptor) GetProtoPkgName

func (d *WatchCustomizedImageDescriptor) GetProtoPkgName() string

func (*WatchCustomizedImageDescriptor) GetResourceDescriptor

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

func (*WatchCustomizedImageDescriptor) GetServerMsgReflectHandle

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

func (*WatchCustomizedImageDescriptor) GetServiceDomain

func (d *WatchCustomizedImageDescriptor) GetServiceDomain() string

func (*WatchCustomizedImageDescriptor) GetServiceVersion

func (d *WatchCustomizedImageDescriptor) GetServiceVersion() string

func (*WatchCustomizedImageDescriptor) GetVerb

func (*WatchCustomizedImageDescriptor) HasResource

func (d *WatchCustomizedImageDescriptor) HasResource() bool

func (*WatchCustomizedImageDescriptor) IsClientStream

func (d *WatchCustomizedImageDescriptor) IsClientStream() bool

func (*WatchCustomizedImageDescriptor) IsCollection

func (d *WatchCustomizedImageDescriptor) IsCollection() bool

func (*WatchCustomizedImageDescriptor) IsPlural

func (d *WatchCustomizedImageDescriptor) IsPlural() bool

func (*WatchCustomizedImageDescriptor) IsServerStream

func (d *WatchCustomizedImageDescriptor) IsServerStream() bool

func (*WatchCustomizedImageDescriptor) IsUnary

func (d *WatchCustomizedImageDescriptor) IsUnary() bool

func (*WatchCustomizedImageDescriptor) NewEmptyClientMsg

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

func (*WatchCustomizedImageDescriptor) NewEmptyServerMsg

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

func (*WatchCustomizedImageDescriptor) RequestHasResourceBody

func (d *WatchCustomizedImageDescriptor) RequestHasResourceBody() bool

type WatchCustomizedImageDescriptorClientMsgHandle

type WatchCustomizedImageDescriptorClientMsgHandle struct{}

func (*WatchCustomizedImageDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchCustomizedImageDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchCustomizedImageDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchCustomizedImageDescriptorClientMsgHandle) ExtractResourceName

func (*WatchCustomizedImageDescriptorClientMsgHandle) ExtractResourceNames

type WatchCustomizedImageDescriptorServerMsgHandle

type WatchCustomizedImageDescriptorServerMsgHandle struct{}

func (*WatchCustomizedImageDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchCustomizedImageDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchCustomizedImageDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchCustomizedImageDescriptorServerMsgHandle) ExtractResourceName

func (*WatchCustomizedImageDescriptorServerMsgHandle) ExtractResourceNames

type WatchCustomizedImageRequest

type WatchCustomizedImageRequest struct {

	// Name of ntt.devices.v1alpha2.CustomizedImage
	Name *customized_image.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 *customized_image.CustomizedImage_FieldMask `` /* 147-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 [WatchCustomizedImage][ntt.devices.v1alpha2.WatchCustomizedImage]

func (*WatchCustomizedImageRequest) Descriptor

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

Deprecated, Use WatchCustomizedImageRequest.ProtoReflect.Descriptor instead.

func (*WatchCustomizedImageRequest) GetFieldMask

func (*WatchCustomizedImageRequest) GetName

func (*WatchCustomizedImageRequest) GetView

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

func (*WatchCustomizedImageRequest) GotenMessage

func (*WatchCustomizedImageRequest) GotenMessage()

func (*WatchCustomizedImageRequest) GotenValidate

func (obj *WatchCustomizedImageRequest) GotenValidate() error

func (*WatchCustomizedImageRequest) Marshal

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

func (*WatchCustomizedImageRequest) MarshalJSON

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

func (*WatchCustomizedImageRequest) ProtoMessage

func (*WatchCustomizedImageRequest) ProtoMessage()

func (*WatchCustomizedImageRequest) ProtoReflect

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

func (*WatchCustomizedImageRequest) Reset

func (m *WatchCustomizedImageRequest) Reset()

func (*WatchCustomizedImageRequest) SetFieldMask

func (*WatchCustomizedImageRequest) SetName

func (*WatchCustomizedImageRequest) SetView

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

func (*WatchCustomizedImageRequest) String

func (m *WatchCustomizedImageRequest) String() string

func (*WatchCustomizedImageRequest) Unmarshal

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

func (*WatchCustomizedImageRequest) UnmarshalJSON

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

type WatchCustomizedImageResponse

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

WatchCustomizedImageResponse

func (*WatchCustomizedImageResponse) Descriptor

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

Deprecated, Use WatchCustomizedImageResponse.ProtoReflect.Descriptor instead.

func (*WatchCustomizedImageResponse) GetChange

func (*WatchCustomizedImageResponse) GotenMessage

func (*WatchCustomizedImageResponse) GotenMessage()

func (*WatchCustomizedImageResponse) GotenValidate

func (obj *WatchCustomizedImageResponse) GotenValidate() error

func (*WatchCustomizedImageResponse) Marshal

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

func (*WatchCustomizedImageResponse) MarshalJSON

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

func (*WatchCustomizedImageResponse) ProtoMessage

func (*WatchCustomizedImageResponse) ProtoMessage()

func (*WatchCustomizedImageResponse) ProtoReflect

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

func (*WatchCustomizedImageResponse) Reset

func (m *WatchCustomizedImageResponse) Reset()

func (*WatchCustomizedImageResponse) SetChange

func (*WatchCustomizedImageResponse) String

func (*WatchCustomizedImageResponse) Unmarshal

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

func (*WatchCustomizedImageResponse) UnmarshalJSON

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

type WatchCustomizedImagesClientStream

type WatchCustomizedImagesClientStream interface {
	Recv() (*WatchCustomizedImagesResponse, error)
	grpc.ClientStream
}

type WatchCustomizedImagesDescriptor

type WatchCustomizedImagesDescriptor struct{}

func GetWatchCustomizedImagesDescriptor

func GetWatchCustomizedImagesDescriptor() *WatchCustomizedImagesDescriptor

func (*WatchCustomizedImagesDescriptor) GetApiDescriptor

func (*WatchCustomizedImagesDescriptor) GetApiName

func (d *WatchCustomizedImagesDescriptor) GetApiName() string

func (*WatchCustomizedImagesDescriptor) GetClientMsgReflectHandle

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

func (*WatchCustomizedImagesDescriptor) GetFullMethodName

func (d *WatchCustomizedImagesDescriptor) GetFullMethodName() string

func (*WatchCustomizedImagesDescriptor) GetMethodName

func (d *WatchCustomizedImagesDescriptor) GetMethodName() string

func (*WatchCustomizedImagesDescriptor) GetProtoPkgName

func (d *WatchCustomizedImagesDescriptor) GetProtoPkgName() string

func (*WatchCustomizedImagesDescriptor) GetResourceDescriptor

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

func (*WatchCustomizedImagesDescriptor) GetServerMsgReflectHandle

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

func (*WatchCustomizedImagesDescriptor) GetServiceDomain

func (d *WatchCustomizedImagesDescriptor) GetServiceDomain() string

func (*WatchCustomizedImagesDescriptor) GetServiceVersion

func (d *WatchCustomizedImagesDescriptor) GetServiceVersion() string

func (*WatchCustomizedImagesDescriptor) GetVerb

func (*WatchCustomizedImagesDescriptor) HasResource

func (d *WatchCustomizedImagesDescriptor) HasResource() bool

func (*WatchCustomizedImagesDescriptor) IsClientStream

func (d *WatchCustomizedImagesDescriptor) IsClientStream() bool

func (*WatchCustomizedImagesDescriptor) IsCollection

func (d *WatchCustomizedImagesDescriptor) IsCollection() bool

func (*WatchCustomizedImagesDescriptor) IsPlural

func (d *WatchCustomizedImagesDescriptor) IsPlural() bool

func (*WatchCustomizedImagesDescriptor) IsServerStream

func (d *WatchCustomizedImagesDescriptor) IsServerStream() bool

func (*WatchCustomizedImagesDescriptor) IsUnary

func (*WatchCustomizedImagesDescriptor) NewEmptyClientMsg

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

func (*WatchCustomizedImagesDescriptor) NewEmptyServerMsg

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

func (*WatchCustomizedImagesDescriptor) RequestHasResourceBody

func (d *WatchCustomizedImagesDescriptor) RequestHasResourceBody() bool

type WatchCustomizedImagesDescriptorClientMsgHandle

type WatchCustomizedImagesDescriptorClientMsgHandle struct{}

func (*WatchCustomizedImagesDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchCustomizedImagesDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchCustomizedImagesDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchCustomizedImagesDescriptorClientMsgHandle) ExtractResourceName

func (*WatchCustomizedImagesDescriptorClientMsgHandle) ExtractResourceNames

type WatchCustomizedImagesDescriptorServerMsgHandle

type WatchCustomizedImagesDescriptorServerMsgHandle struct{}

func (*WatchCustomizedImagesDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchCustomizedImagesDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchCustomizedImagesDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchCustomizedImagesDescriptorServerMsgHandle) ExtractResourceName

func (*WatchCustomizedImagesDescriptorServerMsgHandle) ExtractResourceNames

type WatchCustomizedImagesRequest

type WatchCustomizedImagesRequest 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.devices.v1alpha2.CustomizedImage
	Parent *customized_image.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer CustomizedImages 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 *customized_image.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 *customized_image.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 *customized_image.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 CustomizedImage that don't
	// affect any of masked fields won't be sent back.
	FieldMask *customized_image.CustomizedImage_FieldMask `` /* 147-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
	// CustomizedImage 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 [WatchCustomizedImages][ntt.devices.v1alpha2.WatchCustomizedImages]

func (*WatchCustomizedImagesRequest) Descriptor

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

Deprecated, Use WatchCustomizedImagesRequest.ProtoReflect.Descriptor instead.

func (*WatchCustomizedImagesRequest) GetFieldMask

func (*WatchCustomizedImagesRequest) GetFilter

func (*WatchCustomizedImagesRequest) GetMaxChunkSize

func (m *WatchCustomizedImagesRequest) GetMaxChunkSize() int32

func (*WatchCustomizedImagesRequest) GetOrderBy

func (*WatchCustomizedImagesRequest) GetPageSize

func (m *WatchCustomizedImagesRequest) GetPageSize() int32

func (*WatchCustomizedImagesRequest) GetPageToken

func (*WatchCustomizedImagesRequest) GetParent

func (*WatchCustomizedImagesRequest) GetResumeToken

func (m *WatchCustomizedImagesRequest) GetResumeToken() string

func (*WatchCustomizedImagesRequest) GetStartingTime

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

func (*WatchCustomizedImagesRequest) GetType

func (*WatchCustomizedImagesRequest) GetView

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

func (*WatchCustomizedImagesRequest) GotenMessage

func (*WatchCustomizedImagesRequest) GotenMessage()

func (*WatchCustomizedImagesRequest) GotenValidate

func (obj *WatchCustomizedImagesRequest) GotenValidate() error

func (*WatchCustomizedImagesRequest) Marshal

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

func (*WatchCustomizedImagesRequest) MarshalJSON

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

func (*WatchCustomizedImagesRequest) ProtoMessage

func (*WatchCustomizedImagesRequest) ProtoMessage()

func (*WatchCustomizedImagesRequest) ProtoReflect

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

func (*WatchCustomizedImagesRequest) Reset

func (m *WatchCustomizedImagesRequest) Reset()

func (*WatchCustomizedImagesRequest) SetFieldMask

func (*WatchCustomizedImagesRequest) SetFilter

func (*WatchCustomizedImagesRequest) SetMaxChunkSize

func (m *WatchCustomizedImagesRequest) SetMaxChunkSize(fv int32)

func (*WatchCustomizedImagesRequest) SetOrderBy

func (*WatchCustomizedImagesRequest) SetPageSize

func (m *WatchCustomizedImagesRequest) SetPageSize(fv int32)

func (*WatchCustomizedImagesRequest) SetPageToken

func (*WatchCustomizedImagesRequest) SetParent

func (*WatchCustomizedImagesRequest) SetResumeToken

func (m *WatchCustomizedImagesRequest) SetResumeToken(fv string)

func (*WatchCustomizedImagesRequest) SetStartingTime

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

func (*WatchCustomizedImagesRequest) SetType

func (*WatchCustomizedImagesRequest) SetView

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

func (*WatchCustomizedImagesRequest) String

func (*WatchCustomizedImagesRequest) Unmarshal

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

func (*WatchCustomizedImagesRequest) UnmarshalJSON

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

type WatchCustomizedImagesResponse

type WatchCustomizedImagesResponse struct {

	// Changes of CustomizedImages
	CustomizedImageChanges []*customized_image.CustomizedImageChange `` /* 164-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 CustomizedImages 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 *WatchCustomizedImagesResponse_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 (CustomizedImages 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
}

WatchCustomizedImagesResponse

func (*WatchCustomizedImagesResponse) Descriptor

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

Deprecated, Use WatchCustomizedImagesResponse.ProtoReflect.Descriptor instead.

func (*WatchCustomizedImagesResponse) GetCustomizedImageChanges

func (m *WatchCustomizedImagesResponse) GetCustomizedImageChanges() []*customized_image.CustomizedImageChange

func (*WatchCustomizedImagesResponse) GetIsCurrent

func (m *WatchCustomizedImagesResponse) GetIsCurrent() bool

func (*WatchCustomizedImagesResponse) GetIsHardReset

func (m *WatchCustomizedImagesResponse) GetIsHardReset() bool

func (*WatchCustomizedImagesResponse) GetIsSoftReset

func (m *WatchCustomizedImagesResponse) GetIsSoftReset() bool

func (*WatchCustomizedImagesResponse) GetPageTokenChange

func (*WatchCustomizedImagesResponse) GetResumeToken

func (m *WatchCustomizedImagesResponse) GetResumeToken() string

func (*WatchCustomizedImagesResponse) GetSnapshotSize

func (m *WatchCustomizedImagesResponse) GetSnapshotSize() int64

func (*WatchCustomizedImagesResponse) GotenMessage

func (*WatchCustomizedImagesResponse) GotenMessage()

func (*WatchCustomizedImagesResponse) GotenValidate

func (obj *WatchCustomizedImagesResponse) GotenValidate() error

func (*WatchCustomizedImagesResponse) Marshal

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

func (*WatchCustomizedImagesResponse) MarshalJSON

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

func (*WatchCustomizedImagesResponse) ProtoMessage

func (*WatchCustomizedImagesResponse) ProtoMessage()

func (*WatchCustomizedImagesResponse) ProtoReflect

func (*WatchCustomizedImagesResponse) Reset

func (m *WatchCustomizedImagesResponse) Reset()

func (*WatchCustomizedImagesResponse) SetCustomizedImageChanges

func (m *WatchCustomizedImagesResponse) SetCustomizedImageChanges(fv []*customized_image.CustomizedImageChange)

func (*WatchCustomizedImagesResponse) SetIsCurrent

func (m *WatchCustomizedImagesResponse) SetIsCurrent(fv bool)

func (*WatchCustomizedImagesResponse) SetIsHardReset

func (m *WatchCustomizedImagesResponse) SetIsHardReset(fv bool)

func (*WatchCustomizedImagesResponse) SetIsSoftReset

func (m *WatchCustomizedImagesResponse) SetIsSoftReset(fv bool)

func (*WatchCustomizedImagesResponse) SetPageTokenChange

func (*WatchCustomizedImagesResponse) SetResumeToken

func (m *WatchCustomizedImagesResponse) SetResumeToken(fv string)

func (*WatchCustomizedImagesResponse) SetSnapshotSize

func (m *WatchCustomizedImagesResponse) SetSnapshotSize(fv int64)

func (*WatchCustomizedImagesResponse) String

func (*WatchCustomizedImagesResponse) Unmarshal

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

func (*WatchCustomizedImagesResponse) UnmarshalJSON

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

type WatchCustomizedImagesResponse_PageTokenChange

type WatchCustomizedImagesResponse_PageTokenChange struct {

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

func (*WatchCustomizedImagesResponse_PageTokenChange) Descriptor

Deprecated, Use WatchCustomizedImagesResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchCustomizedImagesResponse_PageTokenChange) GetNextPageToken

func (*WatchCustomizedImagesResponse_PageTokenChange) GetPrevPageToken

func (*WatchCustomizedImagesResponse_PageTokenChange) GotenMessage

func (*WatchCustomizedImagesResponse_PageTokenChange) GotenValidate

func (*WatchCustomizedImagesResponse_PageTokenChange) Marshal

func (*WatchCustomizedImagesResponse_PageTokenChange) MarshalJSON

func (*WatchCustomizedImagesResponse_PageTokenChange) ProtoMessage

func (*WatchCustomizedImagesResponse_PageTokenChange) ProtoReflect

func (*WatchCustomizedImagesResponse_PageTokenChange) Reset

func (*WatchCustomizedImagesResponse_PageTokenChange) SetNextPageToken

func (*WatchCustomizedImagesResponse_PageTokenChange) SetPrevPageToken

func (*WatchCustomizedImagesResponse_PageTokenChange) String

func (*WatchCustomizedImagesResponse_PageTokenChange) Unmarshal

func (*WatchCustomizedImagesResponse_PageTokenChange) UnmarshalJSON

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

Jump to

Keyboard shortcuts

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