opportunity_grpc_service

package
v0.0.0-...-e265171 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2024 License: Apache-2.0 Imports: 10 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	OpportunityMaskField_name = map[int32]string{
		0: "OPPORTUNITY_PROPERTY_NONE",
		1: "OPPORTUNITY_PROPERTY_ALL",
		2: "OPPORTUNITY_PROPERTY_NAME",
		3: "OPPORTUNITY_PROPERTY_AMOUNT",
		4: "OPPORTUNITY_PROPERTY_COMMENTS",
		5: "OPPORTUNITY_PROPERTY_RENEWAL_LIKELIHOOD",
		6: "OPPORTUNITY_PROPERTY_MAX_AMOUNT",
		7: "OPPORTUNITY_PROPERTY_RENEW_APPROVED",
		8: "OPPORTUNITY_PROPERTY_RENEWED_AT",
		9: "OPPORTUNITY_PROPERTY_ADJUSTED_RATE",
	}
	OpportunityMaskField_value = map[string]int32{
		"OPPORTUNITY_PROPERTY_NONE":               0,
		"OPPORTUNITY_PROPERTY_ALL":                1,
		"OPPORTUNITY_PROPERTY_NAME":               2,
		"OPPORTUNITY_PROPERTY_AMOUNT":             3,
		"OPPORTUNITY_PROPERTY_COMMENTS":           4,
		"OPPORTUNITY_PROPERTY_RENEWAL_LIKELIHOOD": 5,
		"OPPORTUNITY_PROPERTY_MAX_AMOUNT":         6,
		"OPPORTUNITY_PROPERTY_RENEW_APPROVED":     7,
		"OPPORTUNITY_PROPERTY_RENEWED_AT":         8,
		"OPPORTUNITY_PROPERTY_ADJUSTED_RATE":      9,
	}
)

Enum value maps for OpportunityMaskField.

View Source
var (
	OpportunityInternalType_name = map[int32]string{
		0: "NBO",
		1: "UPSELL",
		2: "CROSS_SELL",
	}
	OpportunityInternalType_value = map[string]int32{
		"NBO":        0,
		"UPSELL":     1,
		"CROSS_SELL": 2,
	}
)

Enum value maps for OpportunityInternalType.

View Source
var (
	OpportunityInternalStage_name = map[int32]string{
		0: "OPEN",
		1: "EVALUATING",
		2: "CLOSED_WON",
		3: "CLOSED_LOST",
	}
	OpportunityInternalStage_value = map[string]int32{
		"OPEN":        0,
		"EVALUATING":  1,
		"CLOSED_WON":  2,
		"CLOSED_LOST": 3,
	}
)

Enum value maps for OpportunityInternalStage.

View Source
var (
	RenewalLikelihood_name = map[int32]string{
		0: "HIGH_RENEWAL",
		1: "MEDIUM_RENEWAL",
		2: "LOW_RENEWAL",
		3: "ZERO_RENEWAL",
	}
	RenewalLikelihood_value = map[string]int32{
		"HIGH_RENEWAL":   0,
		"MEDIUM_RENEWAL": 1,
		"LOW_RENEWAL":    2,
		"ZERO_RENEWAL":   3,
	}
)

Enum value maps for RenewalLikelihood.

View Source
var File_opportunity_proto protoreflect.FileDescriptor
View Source
var OpportunityGrpcService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "opportunityGrpcService",
	HandlerType: (*OpportunityGrpcServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateOpportunity",
			Handler:    _OpportunityGrpcService_CreateOpportunity_Handler,
		},
		{
			MethodName: "CreateRenewalOpportunity",
			Handler:    _OpportunityGrpcService_CreateRenewalOpportunity_Handler,
		},
		{
			MethodName: "UpdateRenewalOpportunity",
			Handler:    _OpportunityGrpcService_UpdateRenewalOpportunity_Handler,
		},
		{
			MethodName: "UpdateOpportunity",
			Handler:    _OpportunityGrpcService_UpdateOpportunity_Handler,
		},
		{
			MethodName: "CloseLooseOpportunity",
			Handler:    _OpportunityGrpcService_CloseLooseOpportunity_Handler,
		},
		{
			MethodName: "CloseWinOpportunity",
			Handler:    _OpportunityGrpcService_CloseWinOpportunity_Handler,
		},
		{
			MethodName: "UpdateRenewalOpportunityNextCycleDate",
			Handler:    _OpportunityGrpcService_UpdateRenewalOpportunityNextCycleDate_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "opportunity.proto",
}

OpportunityGrpcService_ServiceDesc is the grpc.ServiceDesc for OpportunityGrpcService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterOpportunityGrpcServiceServer

func RegisterOpportunityGrpcServiceServer(s grpc.ServiceRegistrar, srv OpportunityGrpcServiceServer)

Types

type CloseLooseOpportunityGrpcRequest

type CloseLooseOpportunityGrpcRequest struct {
	Id             string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Tenant         string                 `protobuf:"bytes,2,opt,name=tenant,proto3" json:"tenant,omitempty"`
	LoggedInUserId string                 `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"`
	AppSource      string                 `protobuf:"bytes,4,opt,name=appSource,proto3" json:"appSource,omitempty"`
	ClosedAt       *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=closedAt,proto3" json:"closedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*CloseLooseOpportunityGrpcRequest) Descriptor deprecated

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

Deprecated: Use CloseLooseOpportunityGrpcRequest.ProtoReflect.Descriptor instead.

func (*CloseLooseOpportunityGrpcRequest) GetAppSource

func (x *CloseLooseOpportunityGrpcRequest) GetAppSource() string

func (*CloseLooseOpportunityGrpcRequest) GetClosedAt

func (*CloseLooseOpportunityGrpcRequest) GetId

func (*CloseLooseOpportunityGrpcRequest) GetLoggedInUserId

func (x *CloseLooseOpportunityGrpcRequest) GetLoggedInUserId() string

func (*CloseLooseOpportunityGrpcRequest) GetTenant

func (*CloseLooseOpportunityGrpcRequest) ProtoMessage

func (*CloseLooseOpportunityGrpcRequest) ProtoMessage()

func (*CloseLooseOpportunityGrpcRequest) ProtoReflect

func (*CloseLooseOpportunityGrpcRequest) Reset

func (*CloseLooseOpportunityGrpcRequest) String

type CloseWinOpportunityGrpcRequest

type CloseWinOpportunityGrpcRequest struct {
	Id             string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Tenant         string                 `protobuf:"bytes,2,opt,name=tenant,proto3" json:"tenant,omitempty"`
	LoggedInUserId string                 `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"`
	AppSource      string                 `protobuf:"bytes,4,opt,name=appSource,proto3" json:"appSource,omitempty"`
	ClosedAt       *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=closedAt,proto3" json:"closedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*CloseWinOpportunityGrpcRequest) Descriptor deprecated

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

Deprecated: Use CloseWinOpportunityGrpcRequest.ProtoReflect.Descriptor instead.

func (*CloseWinOpportunityGrpcRequest) GetAppSource

func (x *CloseWinOpportunityGrpcRequest) GetAppSource() string

func (*CloseWinOpportunityGrpcRequest) GetClosedAt

func (*CloseWinOpportunityGrpcRequest) GetId

func (*CloseWinOpportunityGrpcRequest) GetLoggedInUserId

func (x *CloseWinOpportunityGrpcRequest) GetLoggedInUserId() string

func (*CloseWinOpportunityGrpcRequest) GetTenant

func (x *CloseWinOpportunityGrpcRequest) GetTenant() string

func (*CloseWinOpportunityGrpcRequest) ProtoMessage

func (*CloseWinOpportunityGrpcRequest) ProtoMessage()

func (*CloseWinOpportunityGrpcRequest) ProtoReflect

func (*CloseWinOpportunityGrpcRequest) Reset

func (x *CloseWinOpportunityGrpcRequest) Reset()

func (*CloseWinOpportunityGrpcRequest) String

type CreateOpportunityGrpcRequest

type CreateOpportunityGrpcRequest struct {
	Tenant               string                       `protobuf:"bytes,2,opt,name=tenant,proto3" json:"tenant,omitempty"`
	LoggedInUserId       string                       `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"`
	Name                 string                       `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Amount               float64                      `protobuf:"fixed64,5,opt,name=amount,proto3" json:"amount,omitempty"`
	InternalType         OpportunityInternalType      `protobuf:"varint,6,opt,name=internalType,proto3,enum=OpportunityInternalType" json:"internalType,omitempty"`
	ExternalType         string                       `protobuf:"bytes,7,opt,name=externalType,proto3" json:"externalType,omitempty"`
	InternalStage        OpportunityInternalStage     `protobuf:"varint,8,opt,name=internalStage,proto3,enum=OpportunityInternalStage" json:"internalStage,omitempty"`
	ExternalStage        string                       `protobuf:"bytes,9,opt,name=externalStage,proto3" json:"externalStage,omitempty"`
	EstimatedCloseDate   *timestamppb.Timestamp       `protobuf:"bytes,10,opt,name=estimatedCloseDate,proto3" json:"estimatedCloseDate,omitempty"`
	OwnerUserId          string                       `protobuf:"bytes,11,opt,name=ownerUserId,proto3" json:"ownerUserId,omitempty"`
	CreatedByUserId      string                       `protobuf:"bytes,12,opt,name=createdByUserId,proto3" json:"createdByUserId,omitempty"`
	CreatedAt            *timestamppb.Timestamp       `protobuf:"bytes,13,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt            *timestamppb.Timestamp       `protobuf:"bytes,14,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	GeneralNotes         string                       `protobuf:"bytes,15,opt,name=generalNotes,proto3" json:"generalNotes,omitempty"`
	NextSteps            string                       `protobuf:"bytes,16,opt,name=nextSteps,proto3" json:"nextSteps,omitempty"`
	SourceFields         *common.SourceFields         `protobuf:"bytes,17,opt,name=sourceFields,proto3" json:"sourceFields,omitempty"`
	ExternalSystemFields *common.ExternalSystemFields `protobuf:"bytes,18,opt,name=externalSystemFields,proto3" json:"externalSystemFields,omitempty"`
	OrganizationId       string                       `protobuf:"bytes,19,opt,name=organizationId,proto3" json:"organizationId,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOpportunityGrpcRequest) Descriptor deprecated

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

Deprecated: Use CreateOpportunityGrpcRequest.ProtoReflect.Descriptor instead.

func (*CreateOpportunityGrpcRequest) GetAmount

func (x *CreateOpportunityGrpcRequest) GetAmount() float64

func (*CreateOpportunityGrpcRequest) GetCreatedAt

func (*CreateOpportunityGrpcRequest) GetCreatedByUserId

func (x *CreateOpportunityGrpcRequest) GetCreatedByUserId() string

func (*CreateOpportunityGrpcRequest) GetEstimatedCloseDate

func (x *CreateOpportunityGrpcRequest) GetEstimatedCloseDate() *timestamppb.Timestamp

func (*CreateOpportunityGrpcRequest) GetExternalStage

func (x *CreateOpportunityGrpcRequest) GetExternalStage() string

func (*CreateOpportunityGrpcRequest) GetExternalSystemFields

func (x *CreateOpportunityGrpcRequest) GetExternalSystemFields() *common.ExternalSystemFields

func (*CreateOpportunityGrpcRequest) GetExternalType

func (x *CreateOpportunityGrpcRequest) GetExternalType() string

func (*CreateOpportunityGrpcRequest) GetGeneralNotes

func (x *CreateOpportunityGrpcRequest) GetGeneralNotes() string

func (*CreateOpportunityGrpcRequest) GetInternalStage

func (*CreateOpportunityGrpcRequest) GetInternalType

func (*CreateOpportunityGrpcRequest) GetLoggedInUserId

func (x *CreateOpportunityGrpcRequest) GetLoggedInUserId() string

func (*CreateOpportunityGrpcRequest) GetName

func (x *CreateOpportunityGrpcRequest) GetName() string

func (*CreateOpportunityGrpcRequest) GetNextSteps

func (x *CreateOpportunityGrpcRequest) GetNextSteps() string

func (*CreateOpportunityGrpcRequest) GetOrganizationId

func (x *CreateOpportunityGrpcRequest) GetOrganizationId() string

func (*CreateOpportunityGrpcRequest) GetOwnerUserId

func (x *CreateOpportunityGrpcRequest) GetOwnerUserId() string

func (*CreateOpportunityGrpcRequest) GetSourceFields

func (x *CreateOpportunityGrpcRequest) GetSourceFields() *common.SourceFields

func (*CreateOpportunityGrpcRequest) GetTenant

func (x *CreateOpportunityGrpcRequest) GetTenant() string

func (*CreateOpportunityGrpcRequest) GetUpdatedAt

func (*CreateOpportunityGrpcRequest) ProtoMessage

func (*CreateOpportunityGrpcRequest) ProtoMessage()

func (*CreateOpportunityGrpcRequest) ProtoReflect

func (*CreateOpportunityGrpcRequest) Reset

func (x *CreateOpportunityGrpcRequest) Reset()

func (*CreateOpportunityGrpcRequest) String

type CreateRenewalOpportunityGrpcRequest

type CreateRenewalOpportunityGrpcRequest struct {
	Tenant              string                 `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
	LoggedInUserId      string                 `protobuf:"bytes,2,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"`
	ContractId          string                 `protobuf:"bytes,3,opt,name=contractId,proto3" json:"contractId,omitempty"`
	RenewalLikelihood   RenewalLikelihood      `protobuf:"varint,4,opt,name=renewalLikelihood,proto3,enum=RenewalLikelihood" json:"renewalLikelihood,omitempty"`
	SourceFields        *common.SourceFields   `protobuf:"bytes,5,opt,name=sourceFields,proto3" json:"sourceFields,omitempty"`
	CreatedAt           *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt           *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	RenewalApproved     bool                   `protobuf:"varint,8,opt,name=renewalApproved,proto3" json:"renewalApproved,omitempty"`
	RenewedAt           *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=renewedAt,proto3" json:"renewedAt,omitempty"`
	RenewalAdjustedRate int64                  `protobuf:"varint,10,opt,name=renewalAdjustedRate,proto3" json:"renewalAdjustedRate,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRenewalOpportunityGrpcRequest) Descriptor deprecated

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

Deprecated: Use CreateRenewalOpportunityGrpcRequest.ProtoReflect.Descriptor instead.

func (*CreateRenewalOpportunityGrpcRequest) GetContractId

func (x *CreateRenewalOpportunityGrpcRequest) GetContractId() string

func (*CreateRenewalOpportunityGrpcRequest) GetCreatedAt

func (*CreateRenewalOpportunityGrpcRequest) GetLoggedInUserId

func (x *CreateRenewalOpportunityGrpcRequest) GetLoggedInUserId() string

func (*CreateRenewalOpportunityGrpcRequest) GetRenewalAdjustedRate

func (x *CreateRenewalOpportunityGrpcRequest) GetRenewalAdjustedRate() int64

func (*CreateRenewalOpportunityGrpcRequest) GetRenewalApproved

func (x *CreateRenewalOpportunityGrpcRequest) GetRenewalApproved() bool

func (*CreateRenewalOpportunityGrpcRequest) GetRenewalLikelihood

func (x *CreateRenewalOpportunityGrpcRequest) GetRenewalLikelihood() RenewalLikelihood

func (*CreateRenewalOpportunityGrpcRequest) GetRenewedAt

func (*CreateRenewalOpportunityGrpcRequest) GetSourceFields

func (*CreateRenewalOpportunityGrpcRequest) GetTenant

func (*CreateRenewalOpportunityGrpcRequest) GetUpdatedAt

func (*CreateRenewalOpportunityGrpcRequest) ProtoMessage

func (*CreateRenewalOpportunityGrpcRequest) ProtoMessage()

func (*CreateRenewalOpportunityGrpcRequest) ProtoReflect

func (*CreateRenewalOpportunityGrpcRequest) Reset

func (*CreateRenewalOpportunityGrpcRequest) String

type OpportunityGrpcServiceClient

OpportunityGrpcServiceClient is the client API for OpportunityGrpcService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type OpportunityGrpcServiceServer

OpportunityGrpcServiceServer is the server API for OpportunityGrpcService service. All implementations should embed UnimplementedOpportunityGrpcServiceServer for forward compatibility

type OpportunityIdGrpcResponse

type OpportunityIdGrpcResponse struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*OpportunityIdGrpcResponse) Descriptor deprecated

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

Deprecated: Use OpportunityIdGrpcResponse.ProtoReflect.Descriptor instead.

func (*OpportunityIdGrpcResponse) GetId

func (x *OpportunityIdGrpcResponse) GetId() string

func (*OpportunityIdGrpcResponse) ProtoMessage

func (*OpportunityIdGrpcResponse) ProtoMessage()

func (*OpportunityIdGrpcResponse) ProtoReflect

func (*OpportunityIdGrpcResponse) Reset

func (x *OpportunityIdGrpcResponse) Reset()

func (*OpportunityIdGrpcResponse) String

func (x *OpportunityIdGrpcResponse) String() string

type OpportunityInternalStage

type OpportunityInternalStage int32

Define an enum for internalStage

const (
	OpportunityInternalStage_OPEN        OpportunityInternalStage = 0
	OpportunityInternalStage_EVALUATING  OpportunityInternalStage = 1
	OpportunityInternalStage_CLOSED_WON  OpportunityInternalStage = 2
	OpportunityInternalStage_CLOSED_LOST OpportunityInternalStage = 3
)

func (OpportunityInternalStage) Descriptor

func (OpportunityInternalStage) Enum

func (OpportunityInternalStage) EnumDescriptor deprecated

func (OpportunityInternalStage) EnumDescriptor() ([]byte, []int)

Deprecated: Use OpportunityInternalStage.Descriptor instead.

func (OpportunityInternalStage) Number

func (OpportunityInternalStage) String

func (x OpportunityInternalStage) String() string

func (OpportunityInternalStage) Type

type OpportunityInternalType

type OpportunityInternalType int32

Define an enum for internalType

const (
	OpportunityInternalType_NBO        OpportunityInternalType = 0
	OpportunityInternalType_UPSELL     OpportunityInternalType = 1
	OpportunityInternalType_CROSS_SELL OpportunityInternalType = 2
)

func (OpportunityInternalType) Descriptor

func (OpportunityInternalType) Enum

func (OpportunityInternalType) EnumDescriptor deprecated

func (OpportunityInternalType) EnumDescriptor() ([]byte, []int)

Deprecated: Use OpportunityInternalType.Descriptor instead.

func (OpportunityInternalType) Number

func (OpportunityInternalType) String

func (x OpportunityInternalType) String() string

func (OpportunityInternalType) Type

type OpportunityMaskField

type OpportunityMaskField int32
const (
	OpportunityMaskField_OPPORTUNITY_PROPERTY_NONE               OpportunityMaskField = 0 // No property, ignored by the server
	OpportunityMaskField_OPPORTUNITY_PROPERTY_ALL                OpportunityMaskField = 1 // All properties, if present in the list all other properties are ignored
	OpportunityMaskField_OPPORTUNITY_PROPERTY_NAME               OpportunityMaskField = 2
	OpportunityMaskField_OPPORTUNITY_PROPERTY_AMOUNT             OpportunityMaskField = 3
	OpportunityMaskField_OPPORTUNITY_PROPERTY_COMMENTS           OpportunityMaskField = 4
	OpportunityMaskField_OPPORTUNITY_PROPERTY_RENEWAL_LIKELIHOOD OpportunityMaskField = 5
	OpportunityMaskField_OPPORTUNITY_PROPERTY_MAX_AMOUNT         OpportunityMaskField = 6
	OpportunityMaskField_OPPORTUNITY_PROPERTY_RENEW_APPROVED     OpportunityMaskField = 7
	OpportunityMaskField_OPPORTUNITY_PROPERTY_RENEWED_AT         OpportunityMaskField = 8
	OpportunityMaskField_OPPORTUNITY_PROPERTY_ADJUSTED_RATE      OpportunityMaskField = 9
)

func (OpportunityMaskField) Descriptor

func (OpportunityMaskField) Enum

func (OpportunityMaskField) EnumDescriptor deprecated

func (OpportunityMaskField) EnumDescriptor() ([]byte, []int)

Deprecated: Use OpportunityMaskField.Descriptor instead.

func (OpportunityMaskField) Number

func (OpportunityMaskField) String

func (x OpportunityMaskField) String() string

func (OpportunityMaskField) Type

type RenewalLikelihood

type RenewalLikelihood int32
const (
	RenewalLikelihood_HIGH_RENEWAL   RenewalLikelihood = 0
	RenewalLikelihood_MEDIUM_RENEWAL RenewalLikelihood = 1
	RenewalLikelihood_LOW_RENEWAL    RenewalLikelihood = 2
	RenewalLikelihood_ZERO_RENEWAL   RenewalLikelihood = 3
)

func (RenewalLikelihood) Descriptor

func (RenewalLikelihood) Enum

func (RenewalLikelihood) EnumDescriptor deprecated

func (RenewalLikelihood) EnumDescriptor() ([]byte, []int)

Deprecated: Use RenewalLikelihood.Descriptor instead.

func (RenewalLikelihood) Number

func (RenewalLikelihood) String

func (x RenewalLikelihood) String() string

func (RenewalLikelihood) Type

type UnimplementedOpportunityGrpcServiceServer

type UnimplementedOpportunityGrpcServiceServer struct {
}

UnimplementedOpportunityGrpcServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedOpportunityGrpcServiceServer) CloseLooseOpportunity

func (UnimplementedOpportunityGrpcServiceServer) CloseWinOpportunity

func (UnimplementedOpportunityGrpcServiceServer) CreateOpportunity

func (UnimplementedOpportunityGrpcServiceServer) UpdateOpportunity

type UnsafeOpportunityGrpcServiceServer

type UnsafeOpportunityGrpcServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeOpportunityGrpcServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to OpportunityGrpcServiceServer will result in compilation errors.

type UpdateOpportunityGrpcRequest

type UpdateOpportunityGrpcRequest struct {
	Id                   string                       `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Tenant               string                       `protobuf:"bytes,2,opt,name=tenant,proto3" json:"tenant,omitempty"`
	LoggedInUserId       string                       `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"`
	Name                 string                       `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Amount               float64                      `protobuf:"fixed64,5,opt,name=amount,proto3" json:"amount,omitempty"`
	MaxAmount            float64                      `protobuf:"fixed64,6,opt,name=maxAmount,proto3" json:"maxAmount,omitempty"`
	ExternalType         string                       `protobuf:"bytes,7,opt,name=externalType,proto3" json:"externalType,omitempty"`
	ExternalStage        string                       `protobuf:"bytes,9,opt,name=externalStage,proto3" json:"externalStage,omitempty"`
	EstimatedCloseDate   *timestamppb.Timestamp       `protobuf:"bytes,10,opt,name=estimatedCloseDate,proto3" json:"estimatedCloseDate,omitempty"`
	OwnerUserId          string                       `protobuf:"bytes,11,opt,name=ownerUserId,proto3" json:"ownerUserId,omitempty"`
	CreatedByUserId      string                       `protobuf:"bytes,12,opt,name=createdByUserId,proto3" json:"createdByUserId,omitempty"`
	UpdatedAt            *timestamppb.Timestamp       `protobuf:"bytes,14,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	GeneralNotes         string                       `protobuf:"bytes,15,opt,name=generalNotes,proto3" json:"generalNotes,omitempty"`
	NextSteps            string                       `protobuf:"bytes,16,opt,name=nextSteps,proto3" json:"nextSteps,omitempty"`
	SourceFields         *common.SourceFields         `protobuf:"bytes,17,opt,name=sourceFields,proto3" json:"sourceFields,omitempty"`
	ExternalSystemFields *common.ExternalSystemFields `protobuf:"bytes,18,opt,name=externalSystemFields,proto3" json:"externalSystemFields,omitempty"`
	FieldsMask           []OpportunityMaskField       `protobuf:"varint,19,rep,packed,name=fieldsMask,proto3,enum=OpportunityMaskField" json:"fieldsMask,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOpportunityGrpcRequest) Descriptor deprecated

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

Deprecated: Use UpdateOpportunityGrpcRequest.ProtoReflect.Descriptor instead.

func (*UpdateOpportunityGrpcRequest) GetAmount

func (x *UpdateOpportunityGrpcRequest) GetAmount() float64

func (*UpdateOpportunityGrpcRequest) GetCreatedByUserId

func (x *UpdateOpportunityGrpcRequest) GetCreatedByUserId() string

func (*UpdateOpportunityGrpcRequest) GetEstimatedCloseDate

func (x *UpdateOpportunityGrpcRequest) GetEstimatedCloseDate() *timestamppb.Timestamp

func (*UpdateOpportunityGrpcRequest) GetExternalStage

func (x *UpdateOpportunityGrpcRequest) GetExternalStage() string

func (*UpdateOpportunityGrpcRequest) GetExternalSystemFields

func (x *UpdateOpportunityGrpcRequest) GetExternalSystemFields() *common.ExternalSystemFields

func (*UpdateOpportunityGrpcRequest) GetExternalType

func (x *UpdateOpportunityGrpcRequest) GetExternalType() string

func (*UpdateOpportunityGrpcRequest) GetFieldsMask

func (*UpdateOpportunityGrpcRequest) GetGeneralNotes

func (x *UpdateOpportunityGrpcRequest) GetGeneralNotes() string

func (*UpdateOpportunityGrpcRequest) GetId

func (*UpdateOpportunityGrpcRequest) GetLoggedInUserId

func (x *UpdateOpportunityGrpcRequest) GetLoggedInUserId() string

func (*UpdateOpportunityGrpcRequest) GetMaxAmount

func (x *UpdateOpportunityGrpcRequest) GetMaxAmount() float64

func (*UpdateOpportunityGrpcRequest) GetName

func (x *UpdateOpportunityGrpcRequest) GetName() string

func (*UpdateOpportunityGrpcRequest) GetNextSteps

func (x *UpdateOpportunityGrpcRequest) GetNextSteps() string

func (*UpdateOpportunityGrpcRequest) GetOwnerUserId

func (x *UpdateOpportunityGrpcRequest) GetOwnerUserId() string

func (*UpdateOpportunityGrpcRequest) GetSourceFields

func (x *UpdateOpportunityGrpcRequest) GetSourceFields() *common.SourceFields

func (*UpdateOpportunityGrpcRequest) GetTenant

func (x *UpdateOpportunityGrpcRequest) GetTenant() string

func (*UpdateOpportunityGrpcRequest) GetUpdatedAt

func (*UpdateOpportunityGrpcRequest) ProtoMessage

func (*UpdateOpportunityGrpcRequest) ProtoMessage()

func (*UpdateOpportunityGrpcRequest) ProtoReflect

func (*UpdateOpportunityGrpcRequest) Reset

func (x *UpdateOpportunityGrpcRequest) Reset()

func (*UpdateOpportunityGrpcRequest) String

type UpdateRenewalOpportunityGrpcRequest

type UpdateRenewalOpportunityGrpcRequest struct {
	Id                  string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Tenant              string                 `protobuf:"bytes,2,opt,name=tenant,proto3" json:"tenant,omitempty"`
	LoggedInUserId      string                 `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"`
	Comments            string                 `protobuf:"bytes,4,opt,name=comments,proto3" json:"comments,omitempty"`
	RenewalLikelihood   RenewalLikelihood      `protobuf:"varint,5,opt,name=renewalLikelihood,proto3,enum=RenewalLikelihood" json:"renewalLikelihood,omitempty"`
	UpdatedAt           *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	Amount              float64                `protobuf:"fixed64,7,opt,name=amount,proto3" json:"amount,omitempty"`
	SourceFields        *common.SourceFields   `protobuf:"bytes,8,opt,name=sourceFields,proto3" json:"sourceFields,omitempty"`
	FieldsMask          []OpportunityMaskField `protobuf:"varint,9,rep,packed,name=fieldsMask,proto3,enum=OpportunityMaskField" json:"fieldsMask,omitempty"`
	OwnerUserId         string                 `protobuf:"bytes,10,opt,name=ownerUserId,proto3" json:"ownerUserId,omitempty"`
	RenewalApproved     bool                   `protobuf:"varint,11,opt,name=renewalApproved,proto3" json:"renewalApproved,omitempty"`
	RenewedAt           *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=renewedAt,proto3" json:"renewedAt,omitempty"`
	RenewalAdjustedRate int64                  `protobuf:"varint,13,opt,name=renewalAdjustedRate,proto3" json:"renewalAdjustedRate,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRenewalOpportunityGrpcRequest) Descriptor deprecated

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

Deprecated: Use UpdateRenewalOpportunityGrpcRequest.ProtoReflect.Descriptor instead.

func (*UpdateRenewalOpportunityGrpcRequest) GetAmount

func (*UpdateRenewalOpportunityGrpcRequest) GetComments

func (*UpdateRenewalOpportunityGrpcRequest) GetFieldsMask

func (*UpdateRenewalOpportunityGrpcRequest) GetId

func (*UpdateRenewalOpportunityGrpcRequest) GetLoggedInUserId

func (x *UpdateRenewalOpportunityGrpcRequest) GetLoggedInUserId() string

func (*UpdateRenewalOpportunityGrpcRequest) GetOwnerUserId

func (x *UpdateRenewalOpportunityGrpcRequest) GetOwnerUserId() string

func (*UpdateRenewalOpportunityGrpcRequest) GetRenewalAdjustedRate

func (x *UpdateRenewalOpportunityGrpcRequest) GetRenewalAdjustedRate() int64

func (*UpdateRenewalOpportunityGrpcRequest) GetRenewalApproved

func (x *UpdateRenewalOpportunityGrpcRequest) GetRenewalApproved() bool

func (*UpdateRenewalOpportunityGrpcRequest) GetRenewalLikelihood

func (x *UpdateRenewalOpportunityGrpcRequest) GetRenewalLikelihood() RenewalLikelihood

func (*UpdateRenewalOpportunityGrpcRequest) GetRenewedAt

func (*UpdateRenewalOpportunityGrpcRequest) GetSourceFields

func (*UpdateRenewalOpportunityGrpcRequest) GetTenant

func (*UpdateRenewalOpportunityGrpcRequest) GetUpdatedAt

func (*UpdateRenewalOpportunityGrpcRequest) ProtoMessage

func (*UpdateRenewalOpportunityGrpcRequest) ProtoMessage()

func (*UpdateRenewalOpportunityGrpcRequest) ProtoReflect

func (*UpdateRenewalOpportunityGrpcRequest) Reset

func (*UpdateRenewalOpportunityGrpcRequest) String

type UpdateRenewalOpportunityNextCycleDateGrpcRequest

type UpdateRenewalOpportunityNextCycleDateGrpcRequest struct {
	OpportunityId  string                 `protobuf:"bytes,1,opt,name=opportunityId,proto3" json:"opportunityId,omitempty"`
	Tenant         string                 `protobuf:"bytes,2,opt,name=tenant,proto3" json:"tenant,omitempty"`
	LoggedInUserId string                 `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"`
	AppSource      string                 `protobuf:"bytes,4,opt,name=appSource,proto3" json:"appSource,omitempty"`
	RenewedAt      *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=renewedAt,proto3" json:"renewedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRenewalOpportunityNextCycleDateGrpcRequest) Descriptor deprecated

Deprecated: Use UpdateRenewalOpportunityNextCycleDateGrpcRequest.ProtoReflect.Descriptor instead.

func (*UpdateRenewalOpportunityNextCycleDateGrpcRequest) GetAppSource

func (*UpdateRenewalOpportunityNextCycleDateGrpcRequest) GetLoggedInUserId

func (*UpdateRenewalOpportunityNextCycleDateGrpcRequest) GetOpportunityId

func (*UpdateRenewalOpportunityNextCycleDateGrpcRequest) GetRenewedAt

func (*UpdateRenewalOpportunityNextCycleDateGrpcRequest) GetTenant

func (*UpdateRenewalOpportunityNextCycleDateGrpcRequest) ProtoMessage

func (*UpdateRenewalOpportunityNextCycleDateGrpcRequest) ProtoReflect

func (*UpdateRenewalOpportunityNextCycleDateGrpcRequest) Reset

func (*UpdateRenewalOpportunityNextCycleDateGrpcRequest) String

Jump to

Keyboard shortcuts

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