Documentation
¶
Index ¶
- Variables
- type OpWaitForProviderResults
- func (*OpWaitForProviderResults) Descriptor() ([]byte, []int)deprecated
- func (x *OpWaitForProviderResults) GetDeployable() *runtime.Deployable
- func (x *OpWaitForProviderResults) GetInstanceTypeSource() *protos.FileDescriptorSetAndDeps
- func (x *OpWaitForProviderResults) GetResourceClass() *schema.ResourceClass
- func (x *OpWaitForProviderResults) GetResourceInstanceId() string
- func (*OpWaitForProviderResults) ProtoMessage()
- func (x *OpWaitForProviderResults) ProtoReflect() protoreflect.Message
- func (x *OpWaitForProviderResults) Reset()
- func (x *OpWaitForProviderResults) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_internal_resources_op_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type OpWaitForProviderResults ¶
type OpWaitForProviderResults struct { ResourceInstanceId string `protobuf:"bytes,1,opt,name=resource_instance_id,json=resourceInstanceId,proto3" json:"resource_instance_id,omitempty"` Deployable *runtime.Deployable `protobuf:"bytes,2,opt,name=deployable,proto3" json:"deployable,omitempty"` ResourceClass *schema.ResourceClass `protobuf:"bytes,3,opt,name=resource_class,json=resourceClass,proto3" json:"resource_class,omitempty"` InstanceTypeSource *protos.FileDescriptorSetAndDeps `protobuf:"bytes,4,opt,name=instance_type_source,json=instanceTypeSource,proto3" json:"instance_type_source,omitempty"` // contains filtered or unexported fields }
func (*OpWaitForProviderResults) Descriptor
deprecated
func (*OpWaitForProviderResults) Descriptor() ([]byte, []int)
Deprecated: Use OpWaitForProviderResults.ProtoReflect.Descriptor instead.
func (*OpWaitForProviderResults) GetDeployable ¶
func (x *OpWaitForProviderResults) GetDeployable() *runtime.Deployable
func (*OpWaitForProviderResults) GetInstanceTypeSource ¶
func (x *OpWaitForProviderResults) GetInstanceTypeSource() *protos.FileDescriptorSetAndDeps
func (*OpWaitForProviderResults) GetResourceClass ¶
func (x *OpWaitForProviderResults) GetResourceClass() *schema.ResourceClass
func (*OpWaitForProviderResults) GetResourceInstanceId ¶
func (x *OpWaitForProviderResults) GetResourceInstanceId() string
func (*OpWaitForProviderResults) ProtoMessage ¶
func (*OpWaitForProviderResults) ProtoMessage()
func (*OpWaitForProviderResults) ProtoReflect ¶
func (x *OpWaitForProviderResults) ProtoReflect() protoreflect.Message
func (*OpWaitForProviderResults) Reset ¶
func (x *OpWaitForProviderResults) Reset()
func (*OpWaitForProviderResults) String ¶
func (x *OpWaitForProviderResults) String() string
Click to show internal directories.
Click to hide internal directories.