oracle

package
v0.5.0-alpha Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	RunRMANRequest_GCSOptType_name = map[int32]string{
		0: "UPLOAD",
	}
	RunRMANRequest_GCSOptType_value = map[string]int32{
		"UPLOAD": 0,
	}
)

Enum value maps for RunRMANRequest_GCSOptType.

View Source
var (
	GetDatabaseTypeResponse_DatabaseType_name = map[int32]string{
		0: "UNKNOWN_DATABASE_TYPE",
		1: "ORACLE_12_2_ENTERPRISE",
		2: "ORACLE_12_2_ENTERPRISE_NONCDB",
	}
	GetDatabaseTypeResponse_DatabaseType_value = map[string]int32{
		"UNKNOWN_DATABASE_TYPE":         0,
		"ORACLE_12_2_ENTERPRISE":        1,
		"ORACLE_12_2_ENTERPRISE_NONCDB": 2,
	}
)

Enum value maps for GetDatabaseTypeResponse_DatabaseType.

View Source
var (
	DatabaseState_name = map[int32]string{
		0: "DATABASE_STATE_UNSPECIFIED",
		1: "CREATING",
		2: "READY",
		3: "STOPPING",
		4: "STOPPED",
		5: "UPDATING",
		6: "DELETING",
		7: "DATABASE_STATE_ERROR",
	}
	DatabaseState_value = map[string]int32{
		"DATABASE_STATE_UNSPECIFIED": 0,
		"CREATING":                   1,
		"READY":                      2,
		"STOPPING":                   3,
		"STOPPED":                    4,
		"UPDATING":                   5,
		"DELETING":                   6,
		"DATABASE_STATE_ERROR":       7,
	}
)

Enum value maps for DatabaseState.

View Source
var (
	ListenerState_name = map[int32]string{
		0: "LISTENER_STATE_UNSPECIFIED",
		1: "UP",
		2: "DOWN",
		3: "LISTENER_STATE_ERROR",
	}
	ListenerState_value = map[string]int32{
		"LISTENER_STATE_UNSPECIFIED": 0,
		"UP":                         1,
		"DOWN":                       2,
		"LISTENER_STATE_ERROR":       3,
	}
)

Enum value maps for ListenerState.

View Source
var (
	BounceDatabaseRequest_Operation_name = map[int32]string{
		0: "UNKNOWN",
		1: "STARTUP",
		2: "SHUTDOWN",
	}
	BounceDatabaseRequest_Operation_value = map[string]int32{
		"UNKNOWN":  0,
		"STARTUP":  1,
		"SHUTDOWN": 2,
	}
)

Enum value maps for BounceDatabaseRequest_Operation.

View Source
var (
	BounceListenerRequest_Operation_name = map[int32]string{
		0: "UNKNOWN",
		1: "START",
		2: "STOP",
	}
	BounceListenerRequest_Operation_value = map[string]int32{
		"UNKNOWN": 0,
		"START":   1,
		"STOP":    2,
	}
)

Enum value maps for BounceListenerRequest_Operation.

View Source
var DatabaseDaemonProxy_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "agents.oracle.DatabaseDaemonProxy",
	HandlerType: (*DatabaseDaemonProxyServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "BounceDatabase",
			Handler:    _DatabaseDaemonProxy_BounceDatabase_Handler,
		},
		{
			MethodName: "BounceListener",
			Handler:    _DatabaseDaemonProxy_BounceListener_Handler,
		},
		{
			MethodName: "ProxyRunDbca",
			Handler:    _DatabaseDaemonProxy_ProxyRunDbca_Handler,
		},
		{
			MethodName: "ProxyRunNID",
			Handler:    _DatabaseDaemonProxy_ProxyRunNID_Handler,
		},
		{
			MethodName: "ProxyRunInitOracle",
			Handler:    _DatabaseDaemonProxy_ProxyRunInitOracle_Handler,
		},
		{
			MethodName: "ProxyFetchServiceImageMetaData",
			Handler:    _DatabaseDaemonProxy_ProxyFetchServiceImageMetaData_Handler,
		},
		{
			MethodName: "SetDnfsState",
			Handler:    _DatabaseDaemonProxy_SetDnfsState_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "oracle/pkg/agents/oracle/dbdaemon_proxy.proto",
}

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

View Source
var DatabaseDaemon_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "agents.oracle.DatabaseDaemon",
	HandlerType: (*DatabaseDaemonServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateDirs",
			Handler:    _DatabaseDaemon_CreateDirs_Handler,
		},
		{
			MethodName: "ReadDir",
			Handler:    _DatabaseDaemon_ReadDir_Handler,
		},
		{
			MethodName: "DeleteDir",
			Handler:    _DatabaseDaemon_DeleteDir_Handler,
		},
		{
			MethodName: "BounceDatabase",
			Handler:    _DatabaseDaemon_BounceDatabase_Handler,
		},
		{
			MethodName: "BounceListener",
			Handler:    _DatabaseDaemon_BounceListener_Handler,
		},
		{
			MethodName: "CheckDatabaseState",
			Handler:    _DatabaseDaemon_CheckDatabaseState_Handler,
		},
		{
			MethodName: "RunSQLPlus",
			Handler:    _DatabaseDaemon_RunSQLPlus_Handler,
		},
		{
			MethodName: "RunSQLPlusFormatted",
			Handler:    _DatabaseDaemon_RunSQLPlusFormatted_Handler,
		},
		{
			MethodName: "KnownPDBs",
			Handler:    _DatabaseDaemon_KnownPDBs_Handler,
		},
		{
			MethodName: "RunRMAN",
			Handler:    _DatabaseDaemon_RunRMAN_Handler,
		},
		{
			MethodName: "RunRMANAsync",
			Handler:    _DatabaseDaemon_RunRMANAsync_Handler,
		},
		{
			MethodName: "RunDataGuard",
			Handler:    _DatabaseDaemon_RunDataGuard_Handler,
		},
		{
			MethodName: "TNSPing",
			Handler:    _DatabaseDaemon_TNSPing_Handler,
		},
		{
			MethodName: "NID",
			Handler:    _DatabaseDaemon_NID_Handler,
		},
		{
			MethodName: "GetDatabaseType",
			Handler:    _DatabaseDaemon_GetDatabaseType_Handler,
		},
		{
			MethodName: "GetDatabaseName",
			Handler:    _DatabaseDaemon_GetDatabaseName_Handler,
		},
		{
			MethodName: "CreatePasswordFile",
			Handler:    _DatabaseDaemon_CreatePasswordFile_Handler,
		},
		{
			MethodName: "SetListenerRegistration",
			Handler:    _DatabaseDaemon_SetListenerRegistration_Handler,
		},
		{
			MethodName: "BootstrapStandby",
			Handler:    _DatabaseDaemon_BootstrapStandby_Handler,
		},
		{
			MethodName: "CreateCDBAsync",
			Handler:    _DatabaseDaemon_CreateCDBAsync_Handler,
		},
		{
			MethodName: "BootstrapDatabaseAsync",
			Handler:    _DatabaseDaemon_BootstrapDatabaseAsync_Handler,
		},
		{
			MethodName: "CreateListener",
			Handler:    _DatabaseDaemon_CreateListener_Handler,
		},
		{
			MethodName: "FileExists",
			Handler:    _DatabaseDaemon_FileExists_Handler,
		},
		{
			MethodName: "PhysicalRestoreAsync",
			Handler:    _DatabaseDaemon_PhysicalRestoreAsync_Handler,
		},
		{
			MethodName: "DataPumpImportAsync",
			Handler:    _DatabaseDaemon_DataPumpImportAsync_Handler,
		},
		{
			MethodName: "DataPumpExportAsync",
			Handler:    _DatabaseDaemon_DataPumpExportAsync_Handler,
		},
		{
			MethodName: "ApplyDataPatchAsync",
			Handler:    _DatabaseDaemon_ApplyDataPatchAsync_Handler,
		},
		{
			MethodName: "ListOperations",
			Handler:    _DatabaseDaemon_ListOperations_Handler,
		},
		{
			MethodName: "GetOperation",
			Handler:    _DatabaseDaemon_GetOperation_Handler,
		},
		{
			MethodName: "DeleteOperation",
			Handler:    _DatabaseDaemon_DeleteOperation_Handler,
		},
		{
			MethodName: "RecoverConfigFile",
			Handler:    _DatabaseDaemon_RecoverConfigFile_Handler,
		},
		{
			MethodName: "DownloadDirectoryFromGCS",
			Handler:    _DatabaseDaemon_DownloadDirectoryFromGCS_Handler,
		},
		{
			MethodName: "FetchServiceImageMetaData",
			Handler:    _DatabaseDaemon_FetchServiceImageMetaData_Handler,
		},
		{
			MethodName: "CreateFile",
			Handler:    _DatabaseDaemon_CreateFile_Handler,
		},
		{
			MethodName: "BootstrapDatabase",
			Handler:    _DatabaseDaemon_BootstrapDatabase_Handler,
		},
		{
			MethodName: "SetDnfsState",
			Handler:    _DatabaseDaemon_SetDnfsState_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "oracle/pkg/agents/oracle/dbdaemon.proto",
}

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

View Source
var File_oracle_pkg_agents_oracle_dbdaemon_proto protoreflect.FileDescriptor
View Source
var File_oracle_pkg_agents_oracle_dbdaemon_proxy_proto protoreflect.FileDescriptor
View Source
var File_oracle_pkg_agents_oracle_oracle_proto protoreflect.FileDescriptor

Functions

func RegisterDatabaseDaemonProxyServer

func RegisterDatabaseDaemonProxyServer(s grpc.ServiceRegistrar, srv DatabaseDaemonProxyServer)

func RegisterDatabaseDaemonServer

func RegisterDatabaseDaemonServer(s grpc.ServiceRegistrar, srv DatabaseDaemonServer)

Types

type ApplyDataPatchAsyncRequest

type ApplyDataPatchAsyncRequest struct {
	LroInput *LROInput `protobuf:"bytes,1,opt,name=lro_input,json=lroInput,proto3" json:"lro_input,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyDataPatchAsyncRequest) Descriptor deprecated

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

Deprecated: Use ApplyDataPatchAsyncRequest.ProtoReflect.Descriptor instead.

func (*ApplyDataPatchAsyncRequest) GetLroInput

func (x *ApplyDataPatchAsyncRequest) GetLroInput() *LROInput

func (*ApplyDataPatchAsyncRequest) ProtoMessage

func (*ApplyDataPatchAsyncRequest) ProtoMessage()

func (*ApplyDataPatchAsyncRequest) ProtoReflect

func (*ApplyDataPatchAsyncRequest) Reset

func (x *ApplyDataPatchAsyncRequest) Reset()

func (*ApplyDataPatchAsyncRequest) String

func (x *ApplyDataPatchAsyncRequest) String() string

type ApplyDataPatchResponse

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

func (*ApplyDataPatchResponse) Descriptor deprecated

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

Deprecated: Use ApplyDataPatchResponse.ProtoReflect.Descriptor instead.

func (*ApplyDataPatchResponse) ProtoMessage

func (*ApplyDataPatchResponse) ProtoMessage()

func (*ApplyDataPatchResponse) ProtoReflect

func (x *ApplyDataPatchResponse) ProtoReflect() protoreflect.Message

func (*ApplyDataPatchResponse) Reset

func (x *ApplyDataPatchResponse) Reset()

func (*ApplyDataPatchResponse) String

func (x *ApplyDataPatchResponse) String() string

type BootstrapDatabaseAsyncRequest

type BootstrapDatabaseAsyncRequest struct {
	SyncRequest *BootstrapDatabaseRequest `protobuf:"bytes,1,opt,name=sync_request,json=syncRequest,proto3" json:"sync_request,omitempty"`
	LroInput    *LROInput                 `protobuf:"bytes,2,opt,name=lro_input,json=lroInput,proto3" json:"lro_input,omitempty"`
	// contains filtered or unexported fields
}

func (*BootstrapDatabaseAsyncRequest) Descriptor deprecated

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

Deprecated: Use BootstrapDatabaseAsyncRequest.ProtoReflect.Descriptor instead.

func (*BootstrapDatabaseAsyncRequest) GetLroInput

func (x *BootstrapDatabaseAsyncRequest) GetLroInput() *LROInput

func (*BootstrapDatabaseAsyncRequest) GetSyncRequest

func (*BootstrapDatabaseAsyncRequest) ProtoMessage

func (*BootstrapDatabaseAsyncRequest) ProtoMessage()

func (*BootstrapDatabaseAsyncRequest) ProtoReflect

func (*BootstrapDatabaseAsyncRequest) Reset

func (x *BootstrapDatabaseAsyncRequest) Reset()

func (*BootstrapDatabaseAsyncRequest) String

type BootstrapDatabaseRequest

type BootstrapDatabaseRequest struct {
	CdbName  string `protobuf:"bytes,1,opt,name=cdb_name,json=cdbName,proto3" json:"cdb_name,omitempty"`
	DbDomain string `protobuf:"bytes,2,opt,name=db_domain,json=dbDomain,proto3" json:"db_domain,omitempty"`
	// contains filtered or unexported fields
}

func (*BootstrapDatabaseRequest) Descriptor deprecated

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

Deprecated: Use BootstrapDatabaseRequest.ProtoReflect.Descriptor instead.

func (*BootstrapDatabaseRequest) GetCdbName

func (x *BootstrapDatabaseRequest) GetCdbName() string

func (*BootstrapDatabaseRequest) GetDbDomain

func (x *BootstrapDatabaseRequest) GetDbDomain() string

func (*BootstrapDatabaseRequest) ProtoMessage

func (*BootstrapDatabaseRequest) ProtoMessage()

func (*BootstrapDatabaseRequest) ProtoReflect

func (x *BootstrapDatabaseRequest) ProtoReflect() protoreflect.Message

func (*BootstrapDatabaseRequest) Reset

func (x *BootstrapDatabaseRequest) Reset()

func (*BootstrapDatabaseRequest) String

func (x *BootstrapDatabaseRequest) String() string

type BootstrapDatabaseResponse

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

func (*BootstrapDatabaseResponse) Descriptor deprecated

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

Deprecated: Use BootstrapDatabaseResponse.ProtoReflect.Descriptor instead.

func (*BootstrapDatabaseResponse) ProtoMessage

func (*BootstrapDatabaseResponse) ProtoMessage()

func (*BootstrapDatabaseResponse) ProtoReflect

func (*BootstrapDatabaseResponse) Reset

func (x *BootstrapDatabaseResponse) Reset()

func (*BootstrapDatabaseResponse) String

func (x *BootstrapDatabaseResponse) String() string

type BootstrapStandbyRequest

type BootstrapStandbyRequest struct {
	CdbName string `protobuf:"bytes,1,opt,name=cdb_name,json=cdbName,proto3" json:"cdb_name,omitempty"`
	// contains filtered or unexported fields
}

func (*BootstrapStandbyRequest) Descriptor deprecated

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

Deprecated: Use BootstrapStandbyRequest.ProtoReflect.Descriptor instead.

func (*BootstrapStandbyRequest) GetCdbName

func (x *BootstrapStandbyRequest) GetCdbName() string

func (*BootstrapStandbyRequest) ProtoMessage

func (*BootstrapStandbyRequest) ProtoMessage()

func (*BootstrapStandbyRequest) ProtoReflect

func (x *BootstrapStandbyRequest) ProtoReflect() protoreflect.Message

func (*BootstrapStandbyRequest) Reset

func (x *BootstrapStandbyRequest) Reset()

func (*BootstrapStandbyRequest) String

func (x *BootstrapStandbyRequest) String() string

type BootstrapStandbyResponse

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

func (*BootstrapStandbyResponse) Descriptor deprecated

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

Deprecated: Use BootstrapStandbyResponse.ProtoReflect.Descriptor instead.

func (*BootstrapStandbyResponse) ProtoMessage

func (*BootstrapStandbyResponse) ProtoMessage()

func (*BootstrapStandbyResponse) ProtoReflect

func (x *BootstrapStandbyResponse) ProtoReflect() protoreflect.Message

func (*BootstrapStandbyResponse) Reset

func (x *BootstrapStandbyResponse) Reset()

func (*BootstrapStandbyResponse) String

func (x *BootstrapStandbyResponse) String() string

type BounceDatabaseRequest

type BounceDatabaseRequest struct {
	DatabaseName string `protobuf:"bytes,1,opt,name=database_name,json=databaseName,proto3" json:"database_name,omitempty"`
	// operation: startup / shutdown
	Operation BounceDatabaseRequest_Operation `protobuf:"varint,2,opt,name=operation,proto3,enum=agents.oracle.BounceDatabaseRequest_Operation" json:"operation,omitempty"`
	// option: nomount/mount/open or immediate/transactional/abort
	Option string `protobuf:"bytes,3,opt,name=option,proto3" json:"option,omitempty"`
	// avoid_config_backup: by default we backup the config except for scenarios
	// when it isn't possible (like bootstrapping)
	AvoidConfigBackup bool `protobuf:"varint,4,opt,name=avoid_config_backup,json=avoidConfigBackup,proto3" json:"avoid_config_backup,omitempty"`
	// contains filtered or unexported fields
}

func (*BounceDatabaseRequest) Descriptor deprecated

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

Deprecated: Use BounceDatabaseRequest.ProtoReflect.Descriptor instead.

func (*BounceDatabaseRequest) GetAvoidConfigBackup

func (x *BounceDatabaseRequest) GetAvoidConfigBackup() bool

func (*BounceDatabaseRequest) GetDatabaseName

func (x *BounceDatabaseRequest) GetDatabaseName() string

func (*BounceDatabaseRequest) GetOperation

func (*BounceDatabaseRequest) GetOption

func (x *BounceDatabaseRequest) GetOption() string

func (*BounceDatabaseRequest) ProtoMessage

func (*BounceDatabaseRequest) ProtoMessage()

func (*BounceDatabaseRequest) ProtoReflect

func (x *BounceDatabaseRequest) ProtoReflect() protoreflect.Message

func (*BounceDatabaseRequest) Reset

func (x *BounceDatabaseRequest) Reset()

func (*BounceDatabaseRequest) String

func (x *BounceDatabaseRequest) String() string

type BounceDatabaseRequest_Operation

type BounceDatabaseRequest_Operation int32

Allowed database bounce operations.

const (
	// UNKNOWN is an unacceptable database operation
	// to be rejected by the DatabaseDaemon.
	BounceDatabaseRequest_UNKNOWN BounceDatabaseRequest_Operation = 0
	// STARTUP is an operation that starts a database
	// bringing it up to a state defined by OPTION
	// (default OPTION is open).
	BounceDatabaseRequest_STARTUP BounceDatabaseRequest_Operation = 1
	// SHUTDOWN is an operation that stops a database.
	// The way a database is stopped using SHUTDOWN
	// operation is determined by OPTION
	// (default OPTION is immediate).
	BounceDatabaseRequest_SHUTDOWN BounceDatabaseRequest_Operation = 2
)

func (BounceDatabaseRequest_Operation) Descriptor

func (BounceDatabaseRequest_Operation) Enum

func (BounceDatabaseRequest_Operation) EnumDescriptor deprecated

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

Deprecated: Use BounceDatabaseRequest_Operation.Descriptor instead.

func (BounceDatabaseRequest_Operation) Number

func (BounceDatabaseRequest_Operation) String

func (BounceDatabaseRequest_Operation) Type

type BounceDatabaseResponse

type BounceDatabaseResponse struct {

	// Possible states: READY, STOPPED, ERROR.
	DatabaseState DatabaseState `` /* 134-byte string literal not displayed */
	ErrorMsg      []string      `protobuf:"bytes,2,rep,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"`
	// contains filtered or unexported fields
}

BounceDatabaseResponse is a message containing a response from a BounceDatabase request. database_state is set to ERROR if an expected error occurs (e.g. a security verification check fails). Otherwise database_state is set to nil and an unexpected error is returned via error.

func (*BounceDatabaseResponse) Descriptor deprecated

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

Deprecated: Use BounceDatabaseResponse.ProtoReflect.Descriptor instead.

func (*BounceDatabaseResponse) GetDatabaseState

func (x *BounceDatabaseResponse) GetDatabaseState() DatabaseState

func (*BounceDatabaseResponse) GetErrorMsg

func (x *BounceDatabaseResponse) GetErrorMsg() []string

func (*BounceDatabaseResponse) ProtoMessage

func (*BounceDatabaseResponse) ProtoMessage()

func (*BounceDatabaseResponse) ProtoReflect

func (x *BounceDatabaseResponse) ProtoReflect() protoreflect.Message

func (*BounceDatabaseResponse) Reset

func (x *BounceDatabaseResponse) Reset()

func (*BounceDatabaseResponse) String

func (x *BounceDatabaseResponse) String() string

type BounceListenerRequest

type BounceListenerRequest struct {
	ListenerName string `protobuf:"bytes,1,opt,name=listener_name,json=listenerName,proto3" json:"listener_name,omitempty"`
	// TNS_ADMIN is the user specified path to Oracle configuration files.
	TnsAdmin string `protobuf:"bytes,2,opt,name=tns_admin,json=tnsAdmin,proto3" json:"tns_admin,omitempty"`
	// operation: start / stop
	Operation BounceListenerRequest_Operation `protobuf:"varint,3,opt,name=operation,proto3,enum=agents.oracle.BounceListenerRequest_Operation" json:"operation,omitempty"`
	// contains filtered or unexported fields
}

func (*BounceListenerRequest) Descriptor deprecated

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

Deprecated: Use BounceListenerRequest.ProtoReflect.Descriptor instead.

func (*BounceListenerRequest) GetListenerName

func (x *BounceListenerRequest) GetListenerName() string

func (*BounceListenerRequest) GetOperation

func (*BounceListenerRequest) GetTnsAdmin

func (x *BounceListenerRequest) GetTnsAdmin() string

func (*BounceListenerRequest) ProtoMessage

func (*BounceListenerRequest) ProtoMessage()

func (*BounceListenerRequest) ProtoReflect

func (x *BounceListenerRequest) ProtoReflect() protoreflect.Message

func (*BounceListenerRequest) Reset

func (x *BounceListenerRequest) Reset()

func (*BounceListenerRequest) String

func (x *BounceListenerRequest) String() string

type BounceListenerRequest_Operation

type BounceListenerRequest_Operation int32

Allowed listener bounce operations.

const (
	// UNKNOWN is an unacceptable listener operation
	// to be rejected by the DatabaseDaemon.
	BounceListenerRequest_UNKNOWN BounceListenerRequest_Operation = 0
	// START is an operation that starts a listener.
	BounceListenerRequest_START BounceListenerRequest_Operation = 1
	// STOP is an operation that stops a listener.
	BounceListenerRequest_STOP BounceListenerRequest_Operation = 2
)

func (BounceListenerRequest_Operation) Descriptor

func (BounceListenerRequest_Operation) Enum

func (BounceListenerRequest_Operation) EnumDescriptor deprecated

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

Deprecated: Use BounceListenerRequest_Operation.Descriptor instead.

func (BounceListenerRequest_Operation) Number

func (BounceListenerRequest_Operation) String

func (BounceListenerRequest_Operation) Type

type BounceListenerResponse

type BounceListenerResponse struct {

	// Possible states: READY, STOPPED, ERROR.
	ListenerState ListenerState `` /* 134-byte string literal not displayed */
	ErrorMsg      []string      `protobuf:"bytes,2,rep,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"`
	// contains filtered or unexported fields
}

BounceListenerResponse is a message containing a response from a BounceListener request. listener_state is set to ERROR if an expected error occurs (e.g. a security verification check fails). Otherwise listener_state is set to nil and an unexpected error is returned via error.

func (*BounceListenerResponse) Descriptor deprecated

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

Deprecated: Use BounceListenerResponse.ProtoReflect.Descriptor instead.

func (*BounceListenerResponse) GetErrorMsg

func (x *BounceListenerResponse) GetErrorMsg() []string

func (*BounceListenerResponse) GetListenerState

func (x *BounceListenerResponse) GetListenerState() ListenerState

func (*BounceListenerResponse) ProtoMessage

func (*BounceListenerResponse) ProtoMessage()

func (*BounceListenerResponse) ProtoReflect

func (x *BounceListenerResponse) ProtoReflect() protoreflect.Message

func (*BounceListenerResponse) Reset

func (x *BounceListenerResponse) Reset()

func (*BounceListenerResponse) String

func (x *BounceListenerResponse) String() string

type CheckDatabaseStateRequest

type CheckDatabaseStateRequest struct {
	DatabaseName string `protobuf:"bytes,1,opt,name=database_name,json=databaseName,proto3" json:"database_name,omitempty"`
	IsCdb        bool   `protobuf:"varint,2,opt,name=is_cdb,json=isCdb,proto3" json:"is_cdb,omitempty"`
	DbDomain     string `protobuf:"bytes,3,opt,name=db_domain,json=dbDomain,proto3" json:"db_domain,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckDatabaseStateRequest) Descriptor deprecated

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

Deprecated: Use CheckDatabaseStateRequest.ProtoReflect.Descriptor instead.

func (*CheckDatabaseStateRequest) GetDatabaseName

func (x *CheckDatabaseStateRequest) GetDatabaseName() string

func (*CheckDatabaseStateRequest) GetDbDomain

func (x *CheckDatabaseStateRequest) GetDbDomain() string

func (*CheckDatabaseStateRequest) GetIsCdb

func (x *CheckDatabaseStateRequest) GetIsCdb() bool

func (*CheckDatabaseStateRequest) ProtoMessage

func (*CheckDatabaseStateRequest) ProtoMessage()

func (*CheckDatabaseStateRequest) ProtoReflect

func (*CheckDatabaseStateRequest) Reset

func (x *CheckDatabaseStateRequest) Reset()

func (*CheckDatabaseStateRequest) String

func (x *CheckDatabaseStateRequest) String() string

type CheckDatabaseStateResponse

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

func (*CheckDatabaseStateResponse) Descriptor deprecated

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

Deprecated: Use CheckDatabaseStateResponse.ProtoReflect.Descriptor instead.

func (*CheckDatabaseStateResponse) ProtoMessage

func (*CheckDatabaseStateResponse) ProtoMessage()

func (*CheckDatabaseStateResponse) ProtoReflect

func (*CheckDatabaseStateResponse) Reset

func (x *CheckDatabaseStateResponse) Reset()

func (*CheckDatabaseStateResponse) String

func (x *CheckDatabaseStateResponse) String() string

type CreateCDBAsyncRequest

type CreateCDBAsyncRequest struct {
	SyncRequest *CreateCDBRequest `protobuf:"bytes,1,opt,name=sync_request,json=syncRequest,proto3" json:"sync_request,omitempty"`
	LroInput    *LROInput         `protobuf:"bytes,2,opt,name=lro_input,json=lroInput,proto3" json:"lro_input,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCDBAsyncRequest) Descriptor deprecated

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

Deprecated: Use CreateCDBAsyncRequest.ProtoReflect.Descriptor instead.

func (*CreateCDBAsyncRequest) GetLroInput

func (x *CreateCDBAsyncRequest) GetLroInput() *LROInput

func (*CreateCDBAsyncRequest) GetSyncRequest

func (x *CreateCDBAsyncRequest) GetSyncRequest() *CreateCDBRequest

func (*CreateCDBAsyncRequest) ProtoMessage

func (*CreateCDBAsyncRequest) ProtoMessage()

func (*CreateCDBAsyncRequest) ProtoReflect

func (x *CreateCDBAsyncRequest) ProtoReflect() protoreflect.Message

func (*CreateCDBAsyncRequest) Reset

func (x *CreateCDBAsyncRequest) Reset()

func (*CreateCDBAsyncRequest) String

func (x *CreateCDBAsyncRequest) String() string

type CreateCDBRequest

type CreateCDBRequest struct {
	OracleHome       string   `protobuf:"bytes,1,opt,name=oracle_home,json=oracleHome,proto3" json:"oracle_home,omitempty"`
	DatabaseName     string   `protobuf:"bytes,2,opt,name=database_name,json=databaseName,proto3" json:"database_name,omitempty"`
	DbUniqueName     string   `protobuf:"bytes,3,opt,name=db_unique_name,json=dbUniqueName,proto3" json:"db_unique_name,omitempty"`
	CharacterSet     string   `protobuf:"bytes,4,opt,name=character_set,json=characterSet,proto3" json:"character_set,omitempty"`
	MemoryPercent    int32    `protobuf:"varint,5,opt,name=memory_percent,json=memoryPercent,proto3" json:"memory_percent,omitempty"`
	AdditionalParams []string `protobuf:"bytes,6,rep,name=additional_params,json=additionalParams,proto3" json:"additional_params,omitempty"`
	Version          string   `protobuf:"bytes,7,opt,name=version,proto3" json:"version,omitempty"`
	DbDomain         string   `protobuf:"bytes,8,opt,name=db_domain,json=dbDomain,proto3" json:"db_domain,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCDBRequest) Descriptor deprecated

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

Deprecated: Use CreateCDBRequest.ProtoReflect.Descriptor instead.

func (*CreateCDBRequest) GetAdditionalParams

func (x *CreateCDBRequest) GetAdditionalParams() []string

func (*CreateCDBRequest) GetCharacterSet

func (x *CreateCDBRequest) GetCharacterSet() string

func (*CreateCDBRequest) GetDatabaseName

func (x *CreateCDBRequest) GetDatabaseName() string

func (*CreateCDBRequest) GetDbDomain

func (x *CreateCDBRequest) GetDbDomain() string

func (*CreateCDBRequest) GetDbUniqueName

func (x *CreateCDBRequest) GetDbUniqueName() string

func (*CreateCDBRequest) GetMemoryPercent

func (x *CreateCDBRequest) GetMemoryPercent() int32

func (*CreateCDBRequest) GetOracleHome

func (x *CreateCDBRequest) GetOracleHome() string

func (*CreateCDBRequest) GetVersion

func (x *CreateCDBRequest) GetVersion() string

func (*CreateCDBRequest) ProtoMessage

func (*CreateCDBRequest) ProtoMessage()

func (*CreateCDBRequest) ProtoReflect

func (x *CreateCDBRequest) ProtoReflect() protoreflect.Message

func (*CreateCDBRequest) Reset

func (x *CreateCDBRequest) Reset()

func (*CreateCDBRequest) String

func (x *CreateCDBRequest) String() string

type CreateCDBResponse

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

func (*CreateCDBResponse) Descriptor deprecated

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

Deprecated: Use CreateCDBResponse.ProtoReflect.Descriptor instead.

func (*CreateCDBResponse) ProtoMessage

func (*CreateCDBResponse) ProtoMessage()

func (*CreateCDBResponse) ProtoReflect

func (x *CreateCDBResponse) ProtoReflect() protoreflect.Message

func (*CreateCDBResponse) Reset

func (x *CreateCDBResponse) Reset()

func (*CreateCDBResponse) String

func (x *CreateCDBResponse) String() string

type CreateDirsRequest

type CreateDirsRequest struct {
	Dirs []*CreateDirsRequest_DirInfo `protobuf:"bytes,1,rep,name=dirs,proto3" json:"dirs,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDirsRequest) Descriptor deprecated

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

Deprecated: Use CreateDirsRequest.ProtoReflect.Descriptor instead.

func (*CreateDirsRequest) GetDirs

func (*CreateDirsRequest) ProtoMessage

func (*CreateDirsRequest) ProtoMessage()

func (*CreateDirsRequest) ProtoReflect

func (x *CreateDirsRequest) ProtoReflect() protoreflect.Message

func (*CreateDirsRequest) Reset

func (x *CreateDirsRequest) Reset()

func (*CreateDirsRequest) String

func (x *CreateDirsRequest) String() string

type CreateDirsRequest_DirInfo

type CreateDirsRequest_DirInfo struct {

	// path is a directory name.
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// perm is the permission bits perm (before umask) are used for path
	Perm uint32 `protobuf:"varint,2,opt,name=perm,proto3" json:"perm,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDirsRequest_DirInfo) Descriptor deprecated

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

Deprecated: Use CreateDirsRequest_DirInfo.ProtoReflect.Descriptor instead.

func (*CreateDirsRequest_DirInfo) GetPath

func (x *CreateDirsRequest_DirInfo) GetPath() string

func (*CreateDirsRequest_DirInfo) GetPerm

func (x *CreateDirsRequest_DirInfo) GetPerm() uint32

func (*CreateDirsRequest_DirInfo) ProtoMessage

func (*CreateDirsRequest_DirInfo) ProtoMessage()

func (*CreateDirsRequest_DirInfo) ProtoReflect

func (*CreateDirsRequest_DirInfo) Reset

func (x *CreateDirsRequest_DirInfo) Reset()

func (*CreateDirsRequest_DirInfo) String

func (x *CreateDirsRequest_DirInfo) String() string

type CreateDirsResponse

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

func (*CreateDirsResponse) Descriptor deprecated

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

Deprecated: Use CreateDirsResponse.ProtoReflect.Descriptor instead.

func (*CreateDirsResponse) ProtoMessage

func (*CreateDirsResponse) ProtoMessage()

func (*CreateDirsResponse) ProtoReflect

func (x *CreateDirsResponse) ProtoReflect() protoreflect.Message

func (*CreateDirsResponse) Reset

func (x *CreateDirsResponse) Reset()

func (*CreateDirsResponse) String

func (x *CreateDirsResponse) String() string

type CreateFileRequest

type CreateFileRequest struct {
	Path    string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateFileRequest) Descriptor deprecated

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

Deprecated: Use CreateFileRequest.ProtoReflect.Descriptor instead.

func (*CreateFileRequest) GetContent

func (x *CreateFileRequest) GetContent() string

func (*CreateFileRequest) GetPath

func (x *CreateFileRequest) GetPath() string

func (*CreateFileRequest) ProtoMessage

func (*CreateFileRequest) ProtoMessage()

func (*CreateFileRequest) ProtoReflect

func (x *CreateFileRequest) ProtoReflect() protoreflect.Message

func (*CreateFileRequest) Reset

func (x *CreateFileRequest) Reset()

func (*CreateFileRequest) String

func (x *CreateFileRequest) String() string

type CreateFileResponse

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

func (*CreateFileResponse) Descriptor deprecated

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

Deprecated: Use CreateFileResponse.ProtoReflect.Descriptor instead.

func (*CreateFileResponse) ProtoMessage

func (*CreateFileResponse) ProtoMessage()

func (*CreateFileResponse) ProtoReflect

func (x *CreateFileResponse) ProtoReflect() protoreflect.Message

func (*CreateFileResponse) Reset

func (x *CreateFileResponse) Reset()

func (*CreateFileResponse) String

func (x *CreateFileResponse) String() string

type CreateListenerRequest

type CreateListenerRequest struct {
	DatabaseName   string `protobuf:"bytes,1,opt,name=database_name,json=databaseName,proto3" json:"database_name,omitempty"`
	Port           int32  `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"`
	Protocol       string `protobuf:"bytes,3,opt,name=protocol,proto3" json:"protocol,omitempty"`
	OracleHome     string `protobuf:"bytes,4,opt,name=oracle_home,json=oracleHome,proto3" json:"oracle_home,omitempty"`
	DbDomain       string `protobuf:"bytes,5,opt,name=db_domain,json=dbDomain,proto3" json:"db_domain,omitempty"`
	ExcludePdb     bool   `protobuf:"varint,6,opt,name=exclude_pdb,json=excludePdb,proto3" json:"exclude_pdb,omitempty"`
	CdbServiceName string `protobuf:"bytes,7,opt,name=cdb_service_name,json=cdbServiceName,proto3" json:"cdb_service_name,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateListenerRequest) Descriptor deprecated

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

Deprecated: Use CreateListenerRequest.ProtoReflect.Descriptor instead.

func (*CreateListenerRequest) GetCdbServiceName

func (x *CreateListenerRequest) GetCdbServiceName() string

func (*CreateListenerRequest) GetDatabaseName

func (x *CreateListenerRequest) GetDatabaseName() string

func (*CreateListenerRequest) GetDbDomain

func (x *CreateListenerRequest) GetDbDomain() string

func (*CreateListenerRequest) GetExcludePdb

func (x *CreateListenerRequest) GetExcludePdb() bool

func (*CreateListenerRequest) GetOracleHome

func (x *CreateListenerRequest) GetOracleHome() string

func (*CreateListenerRequest) GetPort

func (x *CreateListenerRequest) GetPort() int32

func (*CreateListenerRequest) GetProtocol

func (x *CreateListenerRequest) GetProtocol() string

func (*CreateListenerRequest) ProtoMessage

func (*CreateListenerRequest) ProtoMessage()

func (*CreateListenerRequest) ProtoReflect

func (x *CreateListenerRequest) ProtoReflect() protoreflect.Message

func (*CreateListenerRequest) Reset

func (x *CreateListenerRequest) Reset()

func (*CreateListenerRequest) String

func (x *CreateListenerRequest) String() string

type CreateListenerResponse

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

func (*CreateListenerResponse) Descriptor deprecated

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

Deprecated: Use CreateListenerResponse.ProtoReflect.Descriptor instead.

func (*CreateListenerResponse) ProtoMessage

func (*CreateListenerResponse) ProtoMessage()

func (*CreateListenerResponse) ProtoReflect

func (x *CreateListenerResponse) ProtoReflect() protoreflect.Message

func (*CreateListenerResponse) Reset

func (x *CreateListenerResponse) Reset()

func (*CreateListenerResponse) String

func (x *CreateListenerResponse) String() string

type CreatePasswordFileRequest

type CreatePasswordFileRequest struct {
	DatabaseName string `protobuf:"bytes,1,opt,name=database_name,json=databaseName,proto3" json:"database_name,omitempty"`
	SysPassword  string `protobuf:"bytes,2,opt,name=sys_password,json=sysPassword,proto3" json:"sys_password,omitempty"`
	Dir          string `protobuf:"bytes,3,opt,name=dir,proto3" json:"dir,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePasswordFileRequest) Descriptor deprecated

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

Deprecated: Use CreatePasswordFileRequest.ProtoReflect.Descriptor instead.

func (*CreatePasswordFileRequest) GetDatabaseName

func (x *CreatePasswordFileRequest) GetDatabaseName() string

func (*CreatePasswordFileRequest) GetDir

func (x *CreatePasswordFileRequest) GetDir() string

func (*CreatePasswordFileRequest) GetSysPassword

func (x *CreatePasswordFileRequest) GetSysPassword() string

func (*CreatePasswordFileRequest) ProtoMessage

func (*CreatePasswordFileRequest) ProtoMessage()

func (*CreatePasswordFileRequest) ProtoReflect

func (*CreatePasswordFileRequest) Reset

func (x *CreatePasswordFileRequest) Reset()

func (*CreatePasswordFileRequest) String

func (x *CreatePasswordFileRequest) String() string

type CreatePasswordFileResponse

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

func (*CreatePasswordFileResponse) Descriptor deprecated

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

Deprecated: Use CreatePasswordFileResponse.ProtoReflect.Descriptor instead.

func (*CreatePasswordFileResponse) ProtoMessage

func (*CreatePasswordFileResponse) ProtoMessage()

func (*CreatePasswordFileResponse) ProtoReflect

func (*CreatePasswordFileResponse) Reset

func (x *CreatePasswordFileResponse) Reset()

func (*CreatePasswordFileResponse) String

func (x *CreatePasswordFileResponse) String() string

type DataPumpExportAsyncRequest

type DataPumpExportAsyncRequest struct {
	SyncRequest *DataPumpExportRequest `protobuf:"bytes,1,opt,name=sync_request,json=syncRequest,proto3" json:"sync_request,omitempty"`
	LroInput    *LROInput              `protobuf:"bytes,2,opt,name=lro_input,json=lroInput,proto3" json:"lro_input,omitempty"`
	// contains filtered or unexported fields
}

func (*DataPumpExportAsyncRequest) Descriptor deprecated

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

Deprecated: Use DataPumpExportAsyncRequest.ProtoReflect.Descriptor instead.

func (*DataPumpExportAsyncRequest) GetLroInput

func (x *DataPumpExportAsyncRequest) GetLroInput() *LROInput

func (*DataPumpExportAsyncRequest) GetSyncRequest

func (*DataPumpExportAsyncRequest) ProtoMessage

func (*DataPumpExportAsyncRequest) ProtoMessage()

func (*DataPumpExportAsyncRequest) ProtoReflect

func (*DataPumpExportAsyncRequest) Reset

func (x *DataPumpExportAsyncRequest) Reset()

func (*DataPumpExportAsyncRequest) String

func (x *DataPumpExportAsyncRequest) String() string

type DataPumpExportRequest

type DataPumpExportRequest struct {
	PdbName       string   `protobuf:"bytes,1,opt,name=pdb_name,json=pdbName,proto3" json:"pdb_name,omitempty"`
	DbDomain      string   `protobuf:"bytes,2,opt,name=db_domain,json=dbDomain,proto3" json:"db_domain,omitempty"`
	ObjectType    string   `protobuf:"bytes,3,opt,name=object_type,json=objectType,proto3" json:"object_type,omitempty"`
	Objects       string   `protobuf:"bytes,4,opt,name=objects,proto3" json:"objects,omitempty"`
	CommandParams []string `protobuf:"bytes,5,rep,name=command_params,json=commandParams,proto3" json:"command_params,omitempty"`
	GcsPath       string   `protobuf:"bytes,6,opt,name=gcs_path,json=gcsPath,proto3" json:"gcs_path,omitempty"`
	GcsLogPath    string   `protobuf:"bytes,7,opt,name=gcs_log_path,json=gcsLogPath,proto3" json:"gcs_log_path,omitempty"`
	FlashbackTime string   `protobuf:"bytes,8,opt,name=flashback_time,json=flashbackTime,proto3" json:"flashback_time,omitempty"`
	// contains filtered or unexported fields
}

func (*DataPumpExportRequest) Descriptor deprecated

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

Deprecated: Use DataPumpExportRequest.ProtoReflect.Descriptor instead.

func (*DataPumpExportRequest) GetCommandParams

func (x *DataPumpExportRequest) GetCommandParams() []string

func (*DataPumpExportRequest) GetDbDomain

func (x *DataPumpExportRequest) GetDbDomain() string

func (*DataPumpExportRequest) GetFlashbackTime

func (x *DataPumpExportRequest) GetFlashbackTime() string

func (*DataPumpExportRequest) GetGcsLogPath

func (x *DataPumpExportRequest) GetGcsLogPath() string

func (*DataPumpExportRequest) GetGcsPath

func (x *DataPumpExportRequest) GetGcsPath() string

func (*DataPumpExportRequest) GetObjectType

func (x *DataPumpExportRequest) GetObjectType() string

func (*DataPumpExportRequest) GetObjects

func (x *DataPumpExportRequest) GetObjects() string

func (*DataPumpExportRequest) GetPdbName

func (x *DataPumpExportRequest) GetPdbName() string

func (*DataPumpExportRequest) ProtoMessage

func (*DataPumpExportRequest) ProtoMessage()

func (*DataPumpExportRequest) ProtoReflect

func (x *DataPumpExportRequest) ProtoReflect() protoreflect.Message

func (*DataPumpExportRequest) Reset

func (x *DataPumpExportRequest) Reset()

func (*DataPumpExportRequest) String

func (x *DataPumpExportRequest) String() string

type DataPumpExportResponse

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

func (*DataPumpExportResponse) Descriptor deprecated

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

Deprecated: Use DataPumpExportResponse.ProtoReflect.Descriptor instead.

func (*DataPumpExportResponse) ProtoMessage

func (*DataPumpExportResponse) ProtoMessage()

func (*DataPumpExportResponse) ProtoReflect

func (x *DataPumpExportResponse) ProtoReflect() protoreflect.Message

func (*DataPumpExportResponse) Reset

func (x *DataPumpExportResponse) Reset()

func (*DataPumpExportResponse) String

func (x *DataPumpExportResponse) String() string

type DataPumpImportAsyncRequest

type DataPumpImportAsyncRequest struct {
	SyncRequest *DataPumpImportRequest `protobuf:"bytes,1,opt,name=sync_request,json=syncRequest,proto3" json:"sync_request,omitempty"`
	LroInput    *LROInput              `protobuf:"bytes,2,opt,name=lro_input,json=lroInput,proto3" json:"lro_input,omitempty"`
	// contains filtered or unexported fields
}

func (*DataPumpImportAsyncRequest) Descriptor deprecated

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

Deprecated: Use DataPumpImportAsyncRequest.ProtoReflect.Descriptor instead.

func (*DataPumpImportAsyncRequest) GetLroInput

func (x *DataPumpImportAsyncRequest) GetLroInput() *LROInput

func (*DataPumpImportAsyncRequest) GetSyncRequest

func (*DataPumpImportAsyncRequest) ProtoMessage

func (*DataPumpImportAsyncRequest) ProtoMessage()

func (*DataPumpImportAsyncRequest) ProtoReflect

func (*DataPumpImportAsyncRequest) Reset

func (x *DataPumpImportAsyncRequest) Reset()

func (*DataPumpImportAsyncRequest) String

func (x *DataPumpImportAsyncRequest) String() string

type DataPumpImportRequest

type DataPumpImportRequest struct {
	PdbName       string   `protobuf:"bytes,1,opt,name=pdb_name,json=pdbName,proto3" json:"pdb_name,omitempty"`
	DbDomain      string   `protobuf:"bytes,2,opt,name=db_domain,json=dbDomain,proto3" json:"db_domain,omitempty"`
	CommandParams []string `protobuf:"bytes,3,rep,name=command_params,json=commandParams,proto3" json:"command_params,omitempty"`
	// GCS path to input dump file
	GcsPath string `protobuf:"bytes,4,opt,name=gcs_path,json=gcsPath,proto3" json:"gcs_path,omitempty"`
	// GCS path to output log file
	GcsLogPath string `protobuf:"bytes,5,opt,name=gcs_log_path,json=gcsLogPath,proto3" json:"gcs_log_path,omitempty"`
	// contains filtered or unexported fields
}

func (*DataPumpImportRequest) Descriptor deprecated

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

Deprecated: Use DataPumpImportRequest.ProtoReflect.Descriptor instead.

func (*DataPumpImportRequest) GetCommandParams

func (x *DataPumpImportRequest) GetCommandParams() []string

func (*DataPumpImportRequest) GetDbDomain

func (x *DataPumpImportRequest) GetDbDomain() string

func (*DataPumpImportRequest) GetGcsLogPath

func (x *DataPumpImportRequest) GetGcsLogPath() string

func (*DataPumpImportRequest) GetGcsPath

func (x *DataPumpImportRequest) GetGcsPath() string

func (*DataPumpImportRequest) GetPdbName

func (x *DataPumpImportRequest) GetPdbName() string

func (*DataPumpImportRequest) ProtoMessage

func (*DataPumpImportRequest) ProtoMessage()

func (*DataPumpImportRequest) ProtoReflect

func (x *DataPumpImportRequest) ProtoReflect() protoreflect.Message

func (*DataPumpImportRequest) Reset

func (x *DataPumpImportRequest) Reset()

func (*DataPumpImportRequest) String

func (x *DataPumpImportRequest) String() string

type DataPumpImportResponse

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

func (*DataPumpImportResponse) Descriptor deprecated

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

Deprecated: Use DataPumpImportResponse.ProtoReflect.Descriptor instead.

func (*DataPumpImportResponse) ProtoMessage

func (*DataPumpImportResponse) ProtoMessage()

func (*DataPumpImportResponse) ProtoReflect

func (x *DataPumpImportResponse) ProtoReflect() protoreflect.Message

func (*DataPumpImportResponse) Reset

func (x *DataPumpImportResponse) Reset()

func (*DataPumpImportResponse) String

func (x *DataPumpImportResponse) String() string

type DatabaseDaemonClient

type DatabaseDaemonClient interface {
	// CreateDirs RPC call to create directories along with any necessary parents.
	CreateDirs(ctx context.Context, in *CreateDirsRequest, opts ...grpc.CallOption) (*CreateDirsResponse, error)
	// ReadDir RPC call to read the directory named by path and returns Fileinfos
	// for the path and children.
	ReadDir(ctx context.Context, in *ReadDirRequest, opts ...grpc.CallOption) (*ReadDirResponse, error)
	// DeleteDir RPC to call remove path.
	DeleteDir(ctx context.Context, in *DeleteDirRequest, opts ...grpc.CallOption) (*DeleteDirResponse, error)
	// BounceDatabase RPC call to start/stop a database.
	BounceDatabase(ctx context.Context, in *BounceDatabaseRequest, opts ...grpc.CallOption) (*BounceDatabaseResponse, error)
	// BounceListener RPC call to start/stop a listener.
	BounceListener(ctx context.Context, in *BounceListenerRequest, opts ...grpc.CallOption) (*BounceListenerResponse, error)
	// CheckDatabaseState RPC call verifies the database is running.
	CheckDatabaseState(ctx context.Context, in *CheckDatabaseStateRequest, opts ...grpc.CallOption) (*CheckDatabaseStateResponse, error)
	// RunSQLPlus RPC call executes Oracle's sqlplus utility.
	RunSQLPlus(ctx context.Context, in *RunSQLPlusCMDRequest, opts ...grpc.CallOption) (*RunCMDResponse, error)
	// RunSQLPlusFormatted RPC is similar to RunSQLPlus, but for queries.
	RunSQLPlusFormatted(ctx context.Context, in *RunSQLPlusCMDRequest, opts ...grpc.CallOption) (*RunCMDResponse, error)
	// KnownPDBs RPC call returns a list of known PDBs.
	KnownPDBs(ctx context.Context, in *KnownPDBsRequest, opts ...grpc.CallOption) (*KnownPDBsResponse, error)
	// RunRMAN RPC call executes Oracle's rman utility.
	RunRMAN(ctx context.Context, in *RunRMANRequest, opts ...grpc.CallOption) (*RunRMANResponse, error)
	// RunRMANAsync RPC call executes Oracle's rman utility asynchronously.
	RunRMANAsync(ctx context.Context, in *RunRMANAsyncRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// RunDataGuardBroker RPC call executes Oracle's Data Guard command line
	// utility.
	RunDataGuard(ctx context.Context, in *RunDataGuardRequest, opts ...grpc.CallOption) (*RunDataGuardResponse, error)
	// TNSPing RPC call executes Oracle's tnsping utility.
	TNSPing(ctx context.Context, in *TNSPingRequest, opts ...grpc.CallOption) (*TNSPingResponse, error)
	// NID changes a database id and/or database name.
	NID(ctx context.Context, in *NIDRequest, opts ...grpc.CallOption) (*NIDResponse, error)
	// GetDatabaseType returns database type(eg. ORACLE_12_2_ENTERPRISE_NONCDB)
	GetDatabaseType(ctx context.Context, in *GetDatabaseTypeRequest, opts ...grpc.CallOption) (*GetDatabaseTypeResponse, error)
	// GetDatabaseName returns database name.
	GetDatabaseName(ctx context.Context, in *GetDatabaseNameRequest, opts ...grpc.CallOption) (*GetDatabaseNameResponse, error)
	// CreatePasswordFile creates a password file for the database.
	CreatePasswordFile(ctx context.Context, in *CreatePasswordFileRequest, opts ...grpc.CallOption) (*CreatePasswordFileResponse, error)
	// SetListenerRegistration sets a static listener registration and restarts
	// the listener.
	SetListenerRegistration(ctx context.Context, in *SetListenerRegistrationRequest, opts ...grpc.CallOption) (*BounceListenerResponse, error)
	// BootstrapStandby performs bootstrap tasks that have to be done by dbdaemon.
	BootstrapStandby(ctx context.Context, in *BootstrapStandbyRequest, opts ...grpc.CallOption) (*BootstrapStandbyResponse, error)
	// CreateCDBAsync creates a database instance asynchronously.
	CreateCDBAsync(ctx context.Context, in *CreateCDBAsyncRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// BootstrapDatabaseAsync bootstraps seeded database asynchronously.
	BootstrapDatabaseAsync(ctx context.Context, in *BootstrapDatabaseAsyncRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// CreateListener creates a database listener.
	CreateListener(ctx context.Context, in *CreateListenerRequest, opts ...grpc.CallOption) (*CreateListenerResponse, error)
	// FileExists runs a simple check to confirm whether a requested file
	// exists in a database container or not.
	// An example of where FileExists is used is a check on
	// the provisioning_successful file, but any file (nor a dir) can be
	// checked via this RPC call.
	FileExists(ctx context.Context, in *FileExistsRequest, opts ...grpc.CallOption) (*FileExistsResponse, error)
	// PhysicalRestoreAsync runs RMAN and SQL queries in sequence to restore
	// a database from an RMAN backup.
	PhysicalRestoreAsync(ctx context.Context, in *PhysicalRestoreAsyncRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// DataPumpImportAsync imports data from a .dmp file to an existing PDB.
	DataPumpImportAsync(ctx context.Context, in *DataPumpImportAsyncRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// DataPumpExportAsync exports data to a .dmp file using expdp
	DataPumpExportAsync(ctx context.Context, in *DataPumpExportAsyncRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// ApplyDataPatchAsync applies Oracle `datapatch` utility
	// and starts DB (CDB+PDBs) up after patching
	ApplyDataPatchAsync(ctx context.Context, in *ApplyDataPatchAsyncRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// ListOperations lists operations that match the specified filter in the
	// request.
	ListOperations(ctx context.Context, in *longrunning.ListOperationsRequest, opts ...grpc.CallOption) (*longrunning.ListOperationsResponse, error)
	// GetOperation gets the latest state of a long-running operation. Clients can
	// use this method to poll the operation result.
	GetOperation(ctx context.Context, in *longrunning.GetOperationRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// DeleteOperation deletes a long-running operation. This method indicates
	// that the client is no longer interested in the operation result. It does
	// not cancel the operation.
	DeleteOperation(ctx context.Context, in *longrunning.DeleteOperationRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// RecoverConfigFile creates a binary pfile from the backed up spfile
	RecoverConfigFile(ctx context.Context, in *RecoverConfigFileRequest, opts ...grpc.CallOption) (*RecoverConfigFileResponse, error)
	// DownloadDirectoryFromGCS downloads a directory from GCS bucket to local
	// path.
	DownloadDirectoryFromGCS(ctx context.Context, in *DownloadDirectoryFromGCSRequest, opts ...grpc.CallOption) (*DownloadDirectoryFromGCSResponse, error)
	// FetchServiceImageMetaData returns the service image metadata.
	FetchServiceImageMetaData(ctx context.Context, in *FetchServiceImageMetaDataRequest, opts ...grpc.CallOption) (*FetchServiceImageMetaDataResponse, error)
	// CreateFile creates file based on file path and content.
	CreateFile(ctx context.Context, in *CreateFileRequest, opts ...grpc.CallOption) (*CreateFileResponse, error)
	// BootstrapDatabase bootstraps seeded database by executing init_oracle
	BootstrapDatabase(ctx context.Context, in *BootstrapDatabaseRequest, opts ...grpc.CallOption) (*BootstrapDatabaseResponse, error)
	// SetDnfsState sets dNFS state
	SetDnfsState(ctx context.Context, in *SetDnfsStateRequest, opts ...grpc.CallOption) (*SetDnfsStateResponse, error)
}

DatabaseDaemonClient is the client API for DatabaseDaemon 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 DatabaseDaemonProxyClient

type DatabaseDaemonProxyClient interface {
	// BounceDatabase RPC call to start/stop a database.
	BounceDatabase(ctx context.Context, in *BounceDatabaseRequest, opts ...grpc.CallOption) (*BounceDatabaseResponse, error)
	// BounceListener RPC call to start/stop a listener.
	BounceListener(ctx context.Context, in *BounceListenerRequest, opts ...grpc.CallOption) (*BounceListenerResponse, error)
	// ProxyRunDbca execute the dbca command with the given parameters
	ProxyRunDbca(ctx context.Context, in *ProxyRunDbcaRequest, opts ...grpc.CallOption) (*ProxyRunDbcaResponse, error)
	// ProxyRunNID RPC call executes database rename operations
	ProxyRunNID(ctx context.Context, in *ProxyRunNIDRequest, opts ...grpc.CallOption) (*ProxyRunNIDResponse, error)
	// ProxyRunInitOracle RPC call exec init_oracle binary with specified params
	ProxyRunInitOracle(ctx context.Context, in *ProxyRunInitOracleRequest, opts ...grpc.CallOption) (*ProxyRunInitOracleResponse, error)
	// ProxyFetchServiceImageMetaData returns metadata from the oracledb container
	ProxyFetchServiceImageMetaData(ctx context.Context, in *ProxyFetchServiceImageMetaDataRequest, opts ...grpc.CallOption) (*ProxyFetchServiceImageMetaDataResponse, error)
	// SetDnfsState set dNFS state
	SetDnfsState(ctx context.Context, in *SetDnfsStateRequest, opts ...grpc.CallOption) (*SetDnfsStateResponse, error)
}

DatabaseDaemonProxyClient is the client API for DatabaseDaemonProxy 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 DatabaseDaemonProxyServer

type DatabaseDaemonProxyServer interface {
	// BounceDatabase RPC call to start/stop a database.
	BounceDatabase(context.Context, *BounceDatabaseRequest) (*BounceDatabaseResponse, error)
	// BounceListener RPC call to start/stop a listener.
	BounceListener(context.Context, *BounceListenerRequest) (*BounceListenerResponse, error)
	// ProxyRunDbca execute the dbca command with the given parameters
	ProxyRunDbca(context.Context, *ProxyRunDbcaRequest) (*ProxyRunDbcaResponse, error)
	// ProxyRunNID RPC call executes database rename operations
	ProxyRunNID(context.Context, *ProxyRunNIDRequest) (*ProxyRunNIDResponse, error)
	// ProxyRunInitOracle RPC call exec init_oracle binary with specified params
	ProxyRunInitOracle(context.Context, *ProxyRunInitOracleRequest) (*ProxyRunInitOracleResponse, error)
	// ProxyFetchServiceImageMetaData returns metadata from the oracledb container
	ProxyFetchServiceImageMetaData(context.Context, *ProxyFetchServiceImageMetaDataRequest) (*ProxyFetchServiceImageMetaDataResponse, error)
	// SetDnfsState set dNFS state
	SetDnfsState(context.Context, *SetDnfsStateRequest) (*SetDnfsStateResponse, error)
	// contains filtered or unexported methods
}

DatabaseDaemonProxyServer is the server API for DatabaseDaemonProxy service. All implementations must embed UnimplementedDatabaseDaemonProxyServer for forward compatibility

type DatabaseDaemonServer

type DatabaseDaemonServer interface {
	// CreateDirs RPC call to create directories along with any necessary parents.
	CreateDirs(context.Context, *CreateDirsRequest) (*CreateDirsResponse, error)
	// ReadDir RPC call to read the directory named by path and returns Fileinfos
	// for the path and children.
	ReadDir(context.Context, *ReadDirRequest) (*ReadDirResponse, error)
	// DeleteDir RPC to call remove path.
	DeleteDir(context.Context, *DeleteDirRequest) (*DeleteDirResponse, error)
	// BounceDatabase RPC call to start/stop a database.
	BounceDatabase(context.Context, *BounceDatabaseRequest) (*BounceDatabaseResponse, error)
	// BounceListener RPC call to start/stop a listener.
	BounceListener(context.Context, *BounceListenerRequest) (*BounceListenerResponse, error)
	// CheckDatabaseState RPC call verifies the database is running.
	CheckDatabaseState(context.Context, *CheckDatabaseStateRequest) (*CheckDatabaseStateResponse, error)
	// RunSQLPlus RPC call executes Oracle's sqlplus utility.
	RunSQLPlus(context.Context, *RunSQLPlusCMDRequest) (*RunCMDResponse, error)
	// RunSQLPlusFormatted RPC is similar to RunSQLPlus, but for queries.
	RunSQLPlusFormatted(context.Context, *RunSQLPlusCMDRequest) (*RunCMDResponse, error)
	// KnownPDBs RPC call returns a list of known PDBs.
	KnownPDBs(context.Context, *KnownPDBsRequest) (*KnownPDBsResponse, error)
	// RunRMAN RPC call executes Oracle's rman utility.
	RunRMAN(context.Context, *RunRMANRequest) (*RunRMANResponse, error)
	// RunRMANAsync RPC call executes Oracle's rman utility asynchronously.
	RunRMANAsync(context.Context, *RunRMANAsyncRequest) (*longrunning.Operation, error)
	// RunDataGuardBroker RPC call executes Oracle's Data Guard command line
	// utility.
	RunDataGuard(context.Context, *RunDataGuardRequest) (*RunDataGuardResponse, error)
	// TNSPing RPC call executes Oracle's tnsping utility.
	TNSPing(context.Context, *TNSPingRequest) (*TNSPingResponse, error)
	// NID changes a database id and/or database name.
	NID(context.Context, *NIDRequest) (*NIDResponse, error)
	// GetDatabaseType returns database type(eg. ORACLE_12_2_ENTERPRISE_NONCDB)
	GetDatabaseType(context.Context, *GetDatabaseTypeRequest) (*GetDatabaseTypeResponse, error)
	// GetDatabaseName returns database name.
	GetDatabaseName(context.Context, *GetDatabaseNameRequest) (*GetDatabaseNameResponse, error)
	// CreatePasswordFile creates a password file for the database.
	CreatePasswordFile(context.Context, *CreatePasswordFileRequest) (*CreatePasswordFileResponse, error)
	// SetListenerRegistration sets a static listener registration and restarts
	// the listener.
	SetListenerRegistration(context.Context, *SetListenerRegistrationRequest) (*BounceListenerResponse, error)
	// BootstrapStandby performs bootstrap tasks that have to be done by dbdaemon.
	BootstrapStandby(context.Context, *BootstrapStandbyRequest) (*BootstrapStandbyResponse, error)
	// CreateCDBAsync creates a database instance asynchronously.
	CreateCDBAsync(context.Context, *CreateCDBAsyncRequest) (*longrunning.Operation, error)
	// BootstrapDatabaseAsync bootstraps seeded database asynchronously.
	BootstrapDatabaseAsync(context.Context, *BootstrapDatabaseAsyncRequest) (*longrunning.Operation, error)
	// CreateListener creates a database listener.
	CreateListener(context.Context, *CreateListenerRequest) (*CreateListenerResponse, error)
	// FileExists runs a simple check to confirm whether a requested file
	// exists in a database container or not.
	// An example of where FileExists is used is a check on
	// the provisioning_successful file, but any file (nor a dir) can be
	// checked via this RPC call.
	FileExists(context.Context, *FileExistsRequest) (*FileExistsResponse, error)
	// PhysicalRestoreAsync runs RMAN and SQL queries in sequence to restore
	// a database from an RMAN backup.
	PhysicalRestoreAsync(context.Context, *PhysicalRestoreAsyncRequest) (*longrunning.Operation, error)
	// DataPumpImportAsync imports data from a .dmp file to an existing PDB.
	DataPumpImportAsync(context.Context, *DataPumpImportAsyncRequest) (*longrunning.Operation, error)
	// DataPumpExportAsync exports data to a .dmp file using expdp
	DataPumpExportAsync(context.Context, *DataPumpExportAsyncRequest) (*longrunning.Operation, error)
	// ApplyDataPatchAsync applies Oracle `datapatch` utility
	// and starts DB (CDB+PDBs) up after patching
	ApplyDataPatchAsync(context.Context, *ApplyDataPatchAsyncRequest) (*longrunning.Operation, error)
	// ListOperations lists operations that match the specified filter in the
	// request.
	ListOperations(context.Context, *longrunning.ListOperationsRequest) (*longrunning.ListOperationsResponse, error)
	// GetOperation gets the latest state of a long-running operation. Clients can
	// use this method to poll the operation result.
	GetOperation(context.Context, *longrunning.GetOperationRequest) (*longrunning.Operation, error)
	// DeleteOperation deletes a long-running operation. This method indicates
	// that the client is no longer interested in the operation result. It does
	// not cancel the operation.
	DeleteOperation(context.Context, *longrunning.DeleteOperationRequest) (*emptypb.Empty, error)
	// RecoverConfigFile creates a binary pfile from the backed up spfile
	RecoverConfigFile(context.Context, *RecoverConfigFileRequest) (*RecoverConfigFileResponse, error)
	// DownloadDirectoryFromGCS downloads a directory from GCS bucket to local
	// path.
	DownloadDirectoryFromGCS(context.Context, *DownloadDirectoryFromGCSRequest) (*DownloadDirectoryFromGCSResponse, error)
	// FetchServiceImageMetaData returns the service image metadata.
	FetchServiceImageMetaData(context.Context, *FetchServiceImageMetaDataRequest) (*FetchServiceImageMetaDataResponse, error)
	// CreateFile creates file based on file path and content.
	CreateFile(context.Context, *CreateFileRequest) (*CreateFileResponse, error)
	// BootstrapDatabase bootstraps seeded database by executing init_oracle
	BootstrapDatabase(context.Context, *BootstrapDatabaseRequest) (*BootstrapDatabaseResponse, error)
	// SetDnfsState sets dNFS state
	SetDnfsState(context.Context, *SetDnfsStateRequest) (*SetDnfsStateResponse, error)
	// contains filtered or unexported methods
}

DatabaseDaemonServer is the server API for DatabaseDaemon service. All implementations must embed UnimplementedDatabaseDaemonServer for forward compatibility

type DatabaseState

type DatabaseState int32

DatabaseState represents different states of a database.

const (
	// Not set.
	DatabaseState_DATABASE_STATE_UNSPECIFIED DatabaseState = 0
	// Being created.
	DatabaseState_CREATING DatabaseState = 1
	// Has been created and is fully usable.
	DatabaseState_READY DatabaseState = 2
	// Being stopped.
	DatabaseState_STOPPING DatabaseState = 3
	// Stopped.
	DatabaseState_STOPPED DatabaseState = 4
	// Being updated.
	DatabaseState_UPDATING DatabaseState = 5
	// Being deleted.
	DatabaseState_DELETING DatabaseState = 6
	// Being repaired and may be unusable.
	DatabaseState_DATABASE_STATE_ERROR DatabaseState = 7
)

func (DatabaseState) Descriptor

func (DatabaseState) Enum

func (x DatabaseState) Enum() *DatabaseState

func (DatabaseState) EnumDescriptor deprecated

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

Deprecated: Use DatabaseState.Descriptor instead.

func (DatabaseState) Number

func (DatabaseState) String

func (x DatabaseState) String() string

func (DatabaseState) Type

type DeleteDirRequest

type DeleteDirRequest struct {

	// path is a directory name to be deleted.
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// set force to false if removes a file or (empty) directory
	// DeleteDir removes path and any children it contains if force set to true
	Force bool `protobuf:"varint,2,opt,name=force,proto3" json:"force,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDirRequest) Descriptor deprecated

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

Deprecated: Use DeleteDirRequest.ProtoReflect.Descriptor instead.

func (*DeleteDirRequest) GetForce

func (x *DeleteDirRequest) GetForce() bool

func (*DeleteDirRequest) GetPath

func (x *DeleteDirRequest) GetPath() string

func (*DeleteDirRequest) ProtoMessage

func (*DeleteDirRequest) ProtoMessage()

func (*DeleteDirRequest) ProtoReflect

func (x *DeleteDirRequest) ProtoReflect() protoreflect.Message

func (*DeleteDirRequest) Reset

func (x *DeleteDirRequest) Reset()

func (*DeleteDirRequest) String

func (x *DeleteDirRequest) String() string

type DeleteDirResponse

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

func (*DeleteDirResponse) Descriptor deprecated

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

Deprecated: Use DeleteDirResponse.ProtoReflect.Descriptor instead.

func (*DeleteDirResponse) ProtoMessage

func (*DeleteDirResponse) ProtoMessage()

func (*DeleteDirResponse) ProtoReflect

func (x *DeleteDirResponse) ProtoReflect() protoreflect.Message

func (*DeleteDirResponse) Reset

func (x *DeleteDirResponse) Reset()

func (*DeleteDirResponse) String

func (x *DeleteDirResponse) String() string

type DownloadDirectoryFromGCSRequest

type DownloadDirectoryFromGCSRequest struct {
	GcsPath               string `protobuf:"bytes,1,opt,name=gcs_path,json=gcsPath,proto3" json:"gcs_path,omitempty"`
	LocalPath             string `protobuf:"bytes,2,opt,name=local_path,json=localPath,proto3" json:"local_path,omitempty"`
	AccessPermissionCheck bool   `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DownloadDirectoryFromGCSRequest) Descriptor deprecated

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

Deprecated: Use DownloadDirectoryFromGCSRequest.ProtoReflect.Descriptor instead.

func (*DownloadDirectoryFromGCSRequest) GetAccessPermissionCheck

func (x *DownloadDirectoryFromGCSRequest) GetAccessPermissionCheck() bool

func (*DownloadDirectoryFromGCSRequest) GetGcsPath

func (x *DownloadDirectoryFromGCSRequest) GetGcsPath() string

func (*DownloadDirectoryFromGCSRequest) GetLocalPath

func (x *DownloadDirectoryFromGCSRequest) GetLocalPath() string

func (*DownloadDirectoryFromGCSRequest) ProtoMessage

func (*DownloadDirectoryFromGCSRequest) ProtoMessage()

func (*DownloadDirectoryFromGCSRequest) ProtoReflect

func (*DownloadDirectoryFromGCSRequest) Reset

func (*DownloadDirectoryFromGCSRequest) String

type DownloadDirectoryFromGCSResponse

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

func (*DownloadDirectoryFromGCSResponse) Descriptor deprecated

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

Deprecated: Use DownloadDirectoryFromGCSResponse.ProtoReflect.Descriptor instead.

func (*DownloadDirectoryFromGCSResponse) ProtoMessage

func (*DownloadDirectoryFromGCSResponse) ProtoMessage()

func (*DownloadDirectoryFromGCSResponse) ProtoReflect

func (*DownloadDirectoryFromGCSResponse) Reset

func (*DownloadDirectoryFromGCSResponse) String

type FetchServiceImageMetaDataRequest

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

func (*FetchServiceImageMetaDataRequest) Descriptor deprecated

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

Deprecated: Use FetchServiceImageMetaDataRequest.ProtoReflect.Descriptor instead.

func (*FetchServiceImageMetaDataRequest) ProtoMessage

func (*FetchServiceImageMetaDataRequest) ProtoMessage()

func (*FetchServiceImageMetaDataRequest) ProtoReflect

func (*FetchServiceImageMetaDataRequest) Reset

func (*FetchServiceImageMetaDataRequest) String

type FetchServiceImageMetaDataResponse

type FetchServiceImageMetaDataResponse struct {
	Version     string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	CdbName     string `protobuf:"bytes,2,opt,name=cdb_name,json=cdbName,proto3" json:"cdb_name,omitempty"`
	OracleHome  string `protobuf:"bytes,3,opt,name=oracle_home,json=oracleHome,proto3" json:"oracle_home,omitempty"`
	SeededImage bool   `protobuf:"varint,4,opt,name=seeded_image,json=seededImage,proto3" json:"seeded_image,omitempty"`
	// contains filtered or unexported fields
}

func (*FetchServiceImageMetaDataResponse) Descriptor deprecated

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

Deprecated: Use FetchServiceImageMetaDataResponse.ProtoReflect.Descriptor instead.

func (*FetchServiceImageMetaDataResponse) GetCdbName

func (x *FetchServiceImageMetaDataResponse) GetCdbName() string

func (*FetchServiceImageMetaDataResponse) GetOracleHome

func (x *FetchServiceImageMetaDataResponse) GetOracleHome() string

func (*FetchServiceImageMetaDataResponse) GetSeededImage

func (x *FetchServiceImageMetaDataResponse) GetSeededImage() bool

func (*FetchServiceImageMetaDataResponse) GetVersion

func (x *FetchServiceImageMetaDataResponse) GetVersion() string

func (*FetchServiceImageMetaDataResponse) ProtoMessage

func (*FetchServiceImageMetaDataResponse) ProtoMessage()

func (*FetchServiceImageMetaDataResponse) ProtoReflect

func (*FetchServiceImageMetaDataResponse) Reset

func (*FetchServiceImageMetaDataResponse) String

type FileExistsRequest

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

func (*FileExistsRequest) Descriptor deprecated

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

Deprecated: Use FileExistsRequest.ProtoReflect.Descriptor instead.

func (*FileExistsRequest) GetName

func (x *FileExistsRequest) GetName() string

func (*FileExistsRequest) ProtoMessage

func (*FileExistsRequest) ProtoMessage()

func (*FileExistsRequest) ProtoReflect

func (x *FileExistsRequest) ProtoReflect() protoreflect.Message

func (*FileExistsRequest) Reset

func (x *FileExistsRequest) Reset()

func (*FileExistsRequest) String

func (x *FileExistsRequest) String() string

type FileExistsResponse

type FileExistsResponse struct {
	Exists bool `protobuf:"varint,1,opt,name=exists,proto3" json:"exists,omitempty"`
	// contains filtered or unexported fields
}

func (*FileExistsResponse) Descriptor deprecated

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

Deprecated: Use FileExistsResponse.ProtoReflect.Descriptor instead.

func (*FileExistsResponse) GetExists

func (x *FileExistsResponse) GetExists() bool

func (*FileExistsResponse) ProtoMessage

func (*FileExistsResponse) ProtoMessage()

func (*FileExistsResponse) ProtoReflect

func (x *FileExistsResponse) ProtoReflect() protoreflect.Message

func (*FileExistsResponse) Reset

func (x *FileExistsResponse) Reset()

func (*FileExistsResponse) String

func (x *FileExistsResponse) String() string

type GetDatabaseNameRequest

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

func (*GetDatabaseNameRequest) Descriptor deprecated

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

Deprecated: Use GetDatabaseNameRequest.ProtoReflect.Descriptor instead.

func (*GetDatabaseNameRequest) ProtoMessage

func (*GetDatabaseNameRequest) ProtoMessage()

func (*GetDatabaseNameRequest) ProtoReflect

func (x *GetDatabaseNameRequest) ProtoReflect() protoreflect.Message

func (*GetDatabaseNameRequest) Reset

func (x *GetDatabaseNameRequest) Reset()

func (*GetDatabaseNameRequest) String

func (x *GetDatabaseNameRequest) String() string

type GetDatabaseNameResponse

type GetDatabaseNameResponse struct {
	DatabaseName string `protobuf:"bytes,1,opt,name=database_name,json=databaseName,proto3" json:"database_name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDatabaseNameResponse) Descriptor deprecated

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

Deprecated: Use GetDatabaseNameResponse.ProtoReflect.Descriptor instead.

func (*GetDatabaseNameResponse) GetDatabaseName

func (x *GetDatabaseNameResponse) GetDatabaseName() string

func (*GetDatabaseNameResponse) ProtoMessage

func (*GetDatabaseNameResponse) ProtoMessage()

func (*GetDatabaseNameResponse) ProtoReflect

func (x *GetDatabaseNameResponse) ProtoReflect() protoreflect.Message

func (*GetDatabaseNameResponse) Reset

func (x *GetDatabaseNameResponse) Reset()

func (*GetDatabaseNameResponse) String

func (x *GetDatabaseNameResponse) String() string

type GetDatabaseTypeRequest

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

func (*GetDatabaseTypeRequest) Descriptor deprecated

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

Deprecated: Use GetDatabaseTypeRequest.ProtoReflect.Descriptor instead.

func (*GetDatabaseTypeRequest) ProtoMessage

func (*GetDatabaseTypeRequest) ProtoMessage()

func (*GetDatabaseTypeRequest) ProtoReflect

func (x *GetDatabaseTypeRequest) ProtoReflect() protoreflect.Message

func (*GetDatabaseTypeRequest) Reset

func (x *GetDatabaseTypeRequest) Reset()

func (*GetDatabaseTypeRequest) String

func (x *GetDatabaseTypeRequest) String() string

type GetDatabaseTypeResponse

type GetDatabaseTypeResponse struct {
	DatabaseType GetDatabaseTypeResponse_DatabaseType `` /* 154-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetDatabaseTypeResponse) Descriptor deprecated

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

Deprecated: Use GetDatabaseTypeResponse.ProtoReflect.Descriptor instead.

func (*GetDatabaseTypeResponse) GetDatabaseType

func (*GetDatabaseTypeResponse) ProtoMessage

func (*GetDatabaseTypeResponse) ProtoMessage()

func (*GetDatabaseTypeResponse) ProtoReflect

func (x *GetDatabaseTypeResponse) ProtoReflect() protoreflect.Message

func (*GetDatabaseTypeResponse) Reset

func (x *GetDatabaseTypeResponse) Reset()

func (*GetDatabaseTypeResponse) String

func (x *GetDatabaseTypeResponse) String() string

type GetDatabaseTypeResponse_DatabaseType

type GetDatabaseTypeResponse_DatabaseType int32
const (
	GetDatabaseTypeResponse_UNKNOWN_DATABASE_TYPE         GetDatabaseTypeResponse_DatabaseType = 0
	GetDatabaseTypeResponse_ORACLE_12_2_ENTERPRISE        GetDatabaseTypeResponse_DatabaseType = 1
	GetDatabaseTypeResponse_ORACLE_12_2_ENTERPRISE_NONCDB GetDatabaseTypeResponse_DatabaseType = 2
)

func (GetDatabaseTypeResponse_DatabaseType) Descriptor

func (GetDatabaseTypeResponse_DatabaseType) Enum

func (GetDatabaseTypeResponse_DatabaseType) EnumDescriptor deprecated

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

Deprecated: Use GetDatabaseTypeResponse_DatabaseType.Descriptor instead.

func (GetDatabaseTypeResponse_DatabaseType) Number

func (GetDatabaseTypeResponse_DatabaseType) String

func (GetDatabaseTypeResponse_DatabaseType) Type

type KnownPDBsRequest

type KnownPDBsRequest struct {

	// By default a SEED PDB is not included, but a caller can override it here.
	IncludeSeed bool `protobuf:"varint,1,opt,name=include_seed,json=includeSeed,proto3" json:"include_seed,omitempty"`
	// By default a state of a PDB is ignored, but a caller may request a list
	// of PDBs only in the OPEN state (as opposed to just MOUNTED).
	OnlyOpen bool `protobuf:"varint,2,opt,name=only_open,json=onlyOpen,proto3" json:"only_open,omitempty"`
	// contains filtered or unexported fields
}

KnownPDBsRequest is a message used for getting a list of known PDBs in a CDB.

func (*KnownPDBsRequest) Descriptor deprecated

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

Deprecated: Use KnownPDBsRequest.ProtoReflect.Descriptor instead.

func (*KnownPDBsRequest) GetIncludeSeed

func (x *KnownPDBsRequest) GetIncludeSeed() bool

func (*KnownPDBsRequest) GetOnlyOpen

func (x *KnownPDBsRequest) GetOnlyOpen() bool

func (*KnownPDBsRequest) ProtoMessage

func (*KnownPDBsRequest) ProtoMessage()

func (*KnownPDBsRequest) ProtoReflect

func (x *KnownPDBsRequest) ProtoReflect() protoreflect.Message

func (*KnownPDBsRequest) Reset

func (x *KnownPDBsRequest) Reset()

func (*KnownPDBsRequest) String

func (x *KnownPDBsRequest) String() string

type KnownPDBsResponse

type KnownPDBsResponse struct {
	KnownPdbs []string `protobuf:"bytes,1,rep,name=known_pdbs,json=knownPdbs,proto3" json:"known_pdbs,omitempty"`
	// contains filtered or unexported fields
}

KnownPDBsResponse is a message returning a list of known PDBs.

func (*KnownPDBsResponse) Descriptor deprecated

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

Deprecated: Use KnownPDBsResponse.ProtoReflect.Descriptor instead.

func (*KnownPDBsResponse) GetKnownPdbs

func (x *KnownPDBsResponse) GetKnownPdbs() []string

func (*KnownPDBsResponse) ProtoMessage

func (*KnownPDBsResponse) ProtoMessage()

func (*KnownPDBsResponse) ProtoReflect

func (x *KnownPDBsResponse) ProtoReflect() protoreflect.Message

func (*KnownPDBsResponse) Reset

func (x *KnownPDBsResponse) Reset()

func (*KnownPDBsResponse) String

func (x *KnownPDBsResponse) String() string

type LROInput

type LROInput struct {

	// Optional identifier of requested operation.
	// If not provided a random id will be generated.
	OperationId string `protobuf:"bytes,1,opt,name=operation_id,json=operationId,proto3" json:"operation_id,omitempty"`
	// contains filtered or unexported fields
}

LROInput is a common part of input requests for all Async operations.

func (*LROInput) Descriptor deprecated

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

Deprecated: Use LROInput.ProtoReflect.Descriptor instead.

func (*LROInput) GetOperationId

func (x *LROInput) GetOperationId() string

func (*LROInput) ProtoMessage

func (*LROInput) ProtoMessage()

func (*LROInput) ProtoReflect

func (x *LROInput) ProtoReflect() protoreflect.Message

func (*LROInput) Reset

func (x *LROInput) Reset()

func (*LROInput) String

func (x *LROInput) String() string

type ListenerState

type ListenerState int32

ListenerState defines whether a listener is up, down or in error state.

const (
	ListenerState_LISTENER_STATE_UNSPECIFIED ListenerState = 0
	ListenerState_UP                         ListenerState = 1
	ListenerState_DOWN                       ListenerState = 2
	// enum values use C++ scoping rules, meaning that enum values
	// are siblings of their type, not children of it.
	// Therefore an ERROR must be unique across all enums in this proto.
	ListenerState_LISTENER_STATE_ERROR ListenerState = 3
)

func (ListenerState) Descriptor

func (ListenerState) Enum

func (x ListenerState) Enum() *ListenerState

func (ListenerState) EnumDescriptor deprecated

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

Deprecated: Use ListenerState.Descriptor instead.

func (ListenerState) Number

func (ListenerState) String

func (x ListenerState) String() string

func (ListenerState) Type

type LocalConnection

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

func (*LocalConnection) Descriptor deprecated

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

Deprecated: Use LocalConnection.ProtoReflect.Descriptor instead.

func (*LocalConnection) ProtoMessage

func (*LocalConnection) ProtoMessage()

func (*LocalConnection) ProtoReflect

func (x *LocalConnection) ProtoReflect() protoreflect.Message

func (*LocalConnection) Reset

func (x *LocalConnection) Reset()

func (*LocalConnection) String

func (x *LocalConnection) String() string

type NIDRequest

type NIDRequest struct {

	// ORACLE_SID env value
	Sid string `protobuf:"bytes,1,opt,name=sid,proto3" json:"sid,omitempty"`
	// Optional new database name if rename of database is also required.
	DatabaseName string `protobuf:"bytes,2,opt,name=database_name,json=databaseName,proto3" json:"database_name,omitempty"`
	// contains filtered or unexported fields
}

func (*NIDRequest) Descriptor deprecated

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

Deprecated: Use NIDRequest.ProtoReflect.Descriptor instead.

func (*NIDRequest) GetDatabaseName

func (x *NIDRequest) GetDatabaseName() string

func (*NIDRequest) GetSid

func (x *NIDRequest) GetSid() string

func (*NIDRequest) ProtoMessage

func (*NIDRequest) ProtoMessage()

func (*NIDRequest) ProtoReflect

func (x *NIDRequest) ProtoReflect() protoreflect.Message

func (*NIDRequest) Reset

func (x *NIDRequest) Reset()

func (*NIDRequest) String

func (x *NIDRequest) String() string

type NIDResponse

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

func (*NIDResponse) Descriptor deprecated

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

Deprecated: Use NIDResponse.ProtoReflect.Descriptor instead.

func (*NIDResponse) ProtoMessage

func (*NIDResponse) ProtoMessage()

func (*NIDResponse) ProtoReflect

func (x *NIDResponse) ProtoReflect() protoreflect.Message

func (*NIDResponse) Reset

func (x *NIDResponse) Reset()

func (*NIDResponse) String

func (x *NIDResponse) String() string

type PhysicalRestoreAsyncRequest

type PhysicalRestoreAsyncRequest struct {
	SyncRequest *PhysicalRestoreRequest `protobuf:"bytes,1,opt,name=sync_request,json=syncRequest,proto3" json:"sync_request,omitempty"`
	LroInput    *LROInput               `protobuf:"bytes,2,opt,name=lro_input,json=lroInput,proto3" json:"lro_input,omitempty"`
	// contains filtered or unexported fields
}

func (*PhysicalRestoreAsyncRequest) Descriptor deprecated

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

Deprecated: Use PhysicalRestoreAsyncRequest.ProtoReflect.Descriptor instead.

func (*PhysicalRestoreAsyncRequest) GetLroInput

func (x *PhysicalRestoreAsyncRequest) GetLroInput() *LROInput

func (*PhysicalRestoreAsyncRequest) GetSyncRequest

func (*PhysicalRestoreAsyncRequest) ProtoMessage

func (*PhysicalRestoreAsyncRequest) ProtoMessage()

func (*PhysicalRestoreAsyncRequest) ProtoReflect

func (*PhysicalRestoreAsyncRequest) Reset

func (x *PhysicalRestoreAsyncRequest) Reset()

func (*PhysicalRestoreAsyncRequest) String

func (x *PhysicalRestoreAsyncRequest) String() string

type PhysicalRestoreRequest

type PhysicalRestoreRequest struct {
	RestoreStatement          string                                   `protobuf:"bytes,1,opt,name=restore_statement,json=restoreStatement,proto3" json:"restore_statement,omitempty"`
	LatestRecoverableScnQuery string                                   `` /* 140-byte string literal not displayed */
	RecoverStatementTemplate  string                                   `` /* 135-byte string literal not displayed */
	PitrRestoreInput          *PhysicalRestoreRequest_PITRRestoreInput `protobuf:"bytes,4,opt,name=pitr_restore_input,json=pitrRestoreInput,proto3" json:"pitr_restore_input,omitempty"`
	// contains filtered or unexported fields
}

func (*PhysicalRestoreRequest) Descriptor deprecated

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

Deprecated: Use PhysicalRestoreRequest.ProtoReflect.Descriptor instead.

func (*PhysicalRestoreRequest) GetLatestRecoverableScnQuery

func (x *PhysicalRestoreRequest) GetLatestRecoverableScnQuery() string

func (*PhysicalRestoreRequest) GetPitrRestoreInput

func (*PhysicalRestoreRequest) GetRecoverStatementTemplate

func (x *PhysicalRestoreRequest) GetRecoverStatementTemplate() string

func (*PhysicalRestoreRequest) GetRestoreStatement

func (x *PhysicalRestoreRequest) GetRestoreStatement() string

func (*PhysicalRestoreRequest) ProtoMessage

func (*PhysicalRestoreRequest) ProtoMessage()

func (*PhysicalRestoreRequest) ProtoReflect

func (x *PhysicalRestoreRequest) ProtoReflect() protoreflect.Message

func (*PhysicalRestoreRequest) Reset

func (x *PhysicalRestoreRequest) Reset()

func (*PhysicalRestoreRequest) String

func (x *PhysicalRestoreRequest) String() string

type PhysicalRestoreRequest_PITRRestoreInput

type PhysicalRestoreRequest_PITRRestoreInput struct {
	LogGcsPath  string                 `protobuf:"bytes,1,opt,name=log_gcs_path,json=logGcsPath,proto3" json:"log_gcs_path,omitempty"`
	Incarnation string                 `protobuf:"bytes,2,opt,name=incarnation,proto3" json:"incarnation,omitempty"`
	StartTime   *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	EndTime     *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	StartScn    int64                  `protobuf:"varint,5,opt,name=start_scn,json=startScn,proto3" json:"start_scn,omitempty"`
	EndScn      int64                  `protobuf:"varint,6,opt,name=end_scn,json=endScn,proto3" json:"end_scn,omitempty"`
	// contains filtered or unexported fields
}

func (*PhysicalRestoreRequest_PITRRestoreInput) Descriptor deprecated

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

Deprecated: Use PhysicalRestoreRequest_PITRRestoreInput.ProtoReflect.Descriptor instead.

func (*PhysicalRestoreRequest_PITRRestoreInput) GetEndScn

func (*PhysicalRestoreRequest_PITRRestoreInput) GetEndTime

func (*PhysicalRestoreRequest_PITRRestoreInput) GetIncarnation

func (x *PhysicalRestoreRequest_PITRRestoreInput) GetIncarnation() string

func (*PhysicalRestoreRequest_PITRRestoreInput) GetLogGcsPath

func (*PhysicalRestoreRequest_PITRRestoreInput) GetStartScn

func (*PhysicalRestoreRequest_PITRRestoreInput) GetStartTime

func (*PhysicalRestoreRequest_PITRRestoreInput) ProtoMessage

func (*PhysicalRestoreRequest_PITRRestoreInput) ProtoReflect

func (*PhysicalRestoreRequest_PITRRestoreInput) Reset

func (*PhysicalRestoreRequest_PITRRestoreInput) String

type ProxyFetchServiceImageMetaDataRequest

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

func (*ProxyFetchServiceImageMetaDataRequest) Descriptor deprecated

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

Deprecated: Use ProxyFetchServiceImageMetaDataRequest.ProtoReflect.Descriptor instead.

func (*ProxyFetchServiceImageMetaDataRequest) ProtoMessage

func (*ProxyFetchServiceImageMetaDataRequest) ProtoMessage()

func (*ProxyFetchServiceImageMetaDataRequest) ProtoReflect

func (*ProxyFetchServiceImageMetaDataRequest) Reset

func (*ProxyFetchServiceImageMetaDataRequest) String

type ProxyFetchServiceImageMetaDataResponse

type ProxyFetchServiceImageMetaDataResponse struct {
	Version     string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	CdbName     string `protobuf:"bytes,2,opt,name=cdb_name,json=cdbName,proto3" json:"cdb_name,omitempty"`
	OracleHome  string `protobuf:"bytes,3,opt,name=oracle_home,json=oracleHome,proto3" json:"oracle_home,omitempty"`
	SeededImage bool   `protobuf:"varint,4,opt,name=seeded_image,json=seededImage,proto3" json:"seeded_image,omitempty"`
	// contains filtered or unexported fields
}

func (*ProxyFetchServiceImageMetaDataResponse) Descriptor deprecated

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

Deprecated: Use ProxyFetchServiceImageMetaDataResponse.ProtoReflect.Descriptor instead.

func (*ProxyFetchServiceImageMetaDataResponse) GetCdbName

func (*ProxyFetchServiceImageMetaDataResponse) GetOracleHome

func (*ProxyFetchServiceImageMetaDataResponse) GetSeededImage

func (x *ProxyFetchServiceImageMetaDataResponse) GetSeededImage() bool

func (*ProxyFetchServiceImageMetaDataResponse) GetVersion

func (*ProxyFetchServiceImageMetaDataResponse) ProtoMessage

func (*ProxyFetchServiceImageMetaDataResponse) ProtoReflect

func (*ProxyFetchServiceImageMetaDataResponse) Reset

func (*ProxyFetchServiceImageMetaDataResponse) String

type ProxyRunDbcaRequest

type ProxyRunDbcaRequest struct {
	OracleHome   string   `protobuf:"bytes,1,opt,name=oracle_home,json=oracleHome,proto3" json:"oracle_home,omitempty"`
	DatabaseName string   `protobuf:"bytes,2,opt,name=database_name,json=databaseName,proto3" json:"database_name,omitempty"`
	Params       []string `protobuf:"bytes,3,rep,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

func (*ProxyRunDbcaRequest) Descriptor deprecated

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

Deprecated: Use ProxyRunDbcaRequest.ProtoReflect.Descriptor instead.

func (*ProxyRunDbcaRequest) GetDatabaseName

func (x *ProxyRunDbcaRequest) GetDatabaseName() string

func (*ProxyRunDbcaRequest) GetOracleHome

func (x *ProxyRunDbcaRequest) GetOracleHome() string

func (*ProxyRunDbcaRequest) GetParams

func (x *ProxyRunDbcaRequest) GetParams() []string

func (*ProxyRunDbcaRequest) ProtoMessage

func (*ProxyRunDbcaRequest) ProtoMessage()

func (*ProxyRunDbcaRequest) ProtoReflect

func (x *ProxyRunDbcaRequest) ProtoReflect() protoreflect.Message

func (*ProxyRunDbcaRequest) Reset

func (x *ProxyRunDbcaRequest) Reset()

func (*ProxyRunDbcaRequest) String

func (x *ProxyRunDbcaRequest) String() string

type ProxyRunDbcaResponse

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

func (*ProxyRunDbcaResponse) Descriptor deprecated

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

Deprecated: Use ProxyRunDbcaResponse.ProtoReflect.Descriptor instead.

func (*ProxyRunDbcaResponse) ProtoMessage

func (*ProxyRunDbcaResponse) ProtoMessage()

func (*ProxyRunDbcaResponse) ProtoReflect

func (x *ProxyRunDbcaResponse) ProtoReflect() protoreflect.Message

func (*ProxyRunDbcaResponse) Reset

func (x *ProxyRunDbcaResponse) Reset()

func (*ProxyRunDbcaResponse) String

func (x *ProxyRunDbcaResponse) String() string

type ProxyRunInitOracleRequest

type ProxyRunInitOracleRequest struct {
	Params []string `protobuf:"bytes,3,rep,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

func (*ProxyRunInitOracleRequest) Descriptor deprecated

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

Deprecated: Use ProxyRunInitOracleRequest.ProtoReflect.Descriptor instead.

func (*ProxyRunInitOracleRequest) GetParams

func (x *ProxyRunInitOracleRequest) GetParams() []string

func (*ProxyRunInitOracleRequest) ProtoMessage

func (*ProxyRunInitOracleRequest) ProtoMessage()

func (*ProxyRunInitOracleRequest) ProtoReflect

func (*ProxyRunInitOracleRequest) Reset

func (x *ProxyRunInitOracleRequest) Reset()

func (*ProxyRunInitOracleRequest) String

func (x *ProxyRunInitOracleRequest) String() string

type ProxyRunInitOracleResponse

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

func (*ProxyRunInitOracleResponse) Descriptor deprecated

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

Deprecated: Use ProxyRunInitOracleResponse.ProtoReflect.Descriptor instead.

func (*ProxyRunInitOracleResponse) ProtoMessage

func (*ProxyRunInitOracleResponse) ProtoMessage()

func (*ProxyRunInitOracleResponse) ProtoReflect

func (*ProxyRunInitOracleResponse) Reset

func (x *ProxyRunInitOracleResponse) Reset()

func (*ProxyRunInitOracleResponse) String

func (x *ProxyRunInitOracleResponse) String() string

type ProxyRunNIDRequest

type ProxyRunNIDRequest struct {
	SourceDbName string   `protobuf:"bytes,1,opt,name=source_db_name,json=sourceDbName,proto3" json:"source_db_name,omitempty"`
	DestDbName   string   `protobuf:"bytes,2,opt,name=dest_db_name,json=destDbName,proto3" json:"dest_db_name,omitempty"`
	Params       []string `protobuf:"bytes,3,rep,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

func (*ProxyRunNIDRequest) Descriptor deprecated

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

Deprecated: Use ProxyRunNIDRequest.ProtoReflect.Descriptor instead.

func (*ProxyRunNIDRequest) GetDestDbName

func (x *ProxyRunNIDRequest) GetDestDbName() string

func (*ProxyRunNIDRequest) GetParams

func (x *ProxyRunNIDRequest) GetParams() []string

func (*ProxyRunNIDRequest) GetSourceDbName

func (x *ProxyRunNIDRequest) GetSourceDbName() string

func (*ProxyRunNIDRequest) ProtoMessage

func (*ProxyRunNIDRequest) ProtoMessage()

func (*ProxyRunNIDRequest) ProtoReflect

func (x *ProxyRunNIDRequest) ProtoReflect() protoreflect.Message

func (*ProxyRunNIDRequest) Reset

func (x *ProxyRunNIDRequest) Reset()

func (*ProxyRunNIDRequest) String

func (x *ProxyRunNIDRequest) String() string

type ProxyRunNIDResponse

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

func (*ProxyRunNIDResponse) Descriptor deprecated

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

Deprecated: Use ProxyRunNIDResponse.ProtoReflect.Descriptor instead.

func (*ProxyRunNIDResponse) ProtoMessage

func (*ProxyRunNIDResponse) ProtoMessage()

func (*ProxyRunNIDResponse) ProtoReflect

func (x *ProxyRunNIDResponse) ProtoReflect() protoreflect.Message

func (*ProxyRunNIDResponse) Reset

func (x *ProxyRunNIDResponse) Reset()

func (*ProxyRunNIDResponse) String

func (x *ProxyRunNIDResponse) String() string

type ReadDirRequest

type ReadDirRequest struct {

	// path is a directory name.
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// set recursive to true if collect all files and directories metadata in the
	// file tree rooted at path. set recursive to false if only collect the first
	// level files and directories metadata.
	Recursive bool `protobuf:"varint,2,opt,name=recursive,proto3" json:"recursive,omitempty"`
	// set readFileContent to true if want to read file content as well.
	ReadFileContent bool `protobuf:"varint,3,opt,name=readFileContent,proto3" json:"readFileContent,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadDirRequest) Descriptor deprecated

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

Deprecated: Use ReadDirRequest.ProtoReflect.Descriptor instead.

func (*ReadDirRequest) GetPath

func (x *ReadDirRequest) GetPath() string

func (*ReadDirRequest) GetReadFileContent

func (x *ReadDirRequest) GetReadFileContent() bool

func (*ReadDirRequest) GetRecursive

func (x *ReadDirRequest) GetRecursive() bool

func (*ReadDirRequest) ProtoMessage

func (*ReadDirRequest) ProtoMessage()

func (*ReadDirRequest) ProtoReflect

func (x *ReadDirRequest) ProtoReflect() protoreflect.Message

func (*ReadDirRequest) Reset

func (x *ReadDirRequest) Reset()

func (*ReadDirRequest) String

func (x *ReadDirRequest) String() string

type ReadDirResponse

type ReadDirResponse struct {
	CurrPath *ReadDirResponse_FileInfo   `protobuf:"bytes,1,opt,name=currPath,proto3" json:"currPath,omitempty"`
	SubPaths []*ReadDirResponse_FileInfo `protobuf:"bytes,2,rep,name=subPaths,proto3" json:"subPaths,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadDirResponse) Descriptor deprecated

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

Deprecated: Use ReadDirResponse.ProtoReflect.Descriptor instead.

func (*ReadDirResponse) GetCurrPath

func (x *ReadDirResponse) GetCurrPath() *ReadDirResponse_FileInfo

func (*ReadDirResponse) GetSubPaths

func (x *ReadDirResponse) GetSubPaths() []*ReadDirResponse_FileInfo

func (*ReadDirResponse) ProtoMessage

func (*ReadDirResponse) ProtoMessage()

func (*ReadDirResponse) ProtoReflect

func (x *ReadDirResponse) ProtoReflect() protoreflect.Message

func (*ReadDirResponse) Reset

func (x *ReadDirResponse) Reset()

func (*ReadDirResponse) String

func (x *ReadDirResponse) String() string

type ReadDirResponse_FileInfo

type ReadDirResponse_FileInfo struct {
	Name    string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Size    int64                  `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	Mode    uint32                 `protobuf:"varint,3,opt,name=mode,proto3" json:"mode,omitempty"`
	ModTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=modTime,proto3" json:"modTime,omitempty"`
	IsDir   bool                   `protobuf:"varint,5,opt,name=isDir,proto3" json:"isDir,omitempty"`
	AbsPath string                 `protobuf:"bytes,6,opt,name=absPath,proto3" json:"absPath,omitempty"`
	Content string                 `protobuf:"bytes,7,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

FileInfo describes a file and is returned by Stat.

func (*ReadDirResponse_FileInfo) Descriptor deprecated

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

Deprecated: Use ReadDirResponse_FileInfo.ProtoReflect.Descriptor instead.

func (*ReadDirResponse_FileInfo) GetAbsPath

func (x *ReadDirResponse_FileInfo) GetAbsPath() string

func (*ReadDirResponse_FileInfo) GetContent

func (x *ReadDirResponse_FileInfo) GetContent() string

func (*ReadDirResponse_FileInfo) GetIsDir

func (x *ReadDirResponse_FileInfo) GetIsDir() bool

func (*ReadDirResponse_FileInfo) GetModTime

func (*ReadDirResponse_FileInfo) GetMode

func (x *ReadDirResponse_FileInfo) GetMode() uint32

func (*ReadDirResponse_FileInfo) GetName

func (x *ReadDirResponse_FileInfo) GetName() string

func (*ReadDirResponse_FileInfo) GetSize

func (x *ReadDirResponse_FileInfo) GetSize() int64

func (*ReadDirResponse_FileInfo) ProtoMessage

func (*ReadDirResponse_FileInfo) ProtoMessage()

func (*ReadDirResponse_FileInfo) ProtoReflect

func (x *ReadDirResponse_FileInfo) ProtoReflect() protoreflect.Message

func (*ReadDirResponse_FileInfo) Reset

func (x *ReadDirResponse_FileInfo) Reset()

func (*ReadDirResponse_FileInfo) String

func (x *ReadDirResponse_FileInfo) String() string

type RecoverConfigFileRequest

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

func (*RecoverConfigFileRequest) Descriptor deprecated

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

Deprecated: Use RecoverConfigFileRequest.ProtoReflect.Descriptor instead.

func (*RecoverConfigFileRequest) GetCdbName

func (x *RecoverConfigFileRequest) GetCdbName() string

func (*RecoverConfigFileRequest) ProtoMessage

func (*RecoverConfigFileRequest) ProtoMessage()

func (*RecoverConfigFileRequest) ProtoReflect

func (x *RecoverConfigFileRequest) ProtoReflect() protoreflect.Message

func (*RecoverConfigFileRequest) Reset

func (x *RecoverConfigFileRequest) Reset()

func (*RecoverConfigFileRequest) String

func (x *RecoverConfigFileRequest) String() string

type RecoverConfigFileResponse

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

func (*RecoverConfigFileResponse) Descriptor deprecated

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

Deprecated: Use RecoverConfigFileResponse.ProtoReflect.Descriptor instead.

func (*RecoverConfigFileResponse) ProtoMessage

func (*RecoverConfigFileResponse) ProtoMessage()

func (*RecoverConfigFileResponse) ProtoReflect

func (*RecoverConfigFileResponse) Reset

func (x *RecoverConfigFileResponse) Reset()

func (*RecoverConfigFileResponse) String

func (x *RecoverConfigFileResponse) String() string

type RunCMDResponse

type RunCMDResponse struct {
	Msg []string `protobuf:"bytes,1,rep,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*RunCMDResponse) Descriptor deprecated

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

Deprecated: Use RunCMDResponse.ProtoReflect.Descriptor instead.

func (*RunCMDResponse) GetMsg

func (x *RunCMDResponse) GetMsg() []string

func (*RunCMDResponse) ProtoMessage

func (*RunCMDResponse) ProtoMessage()

func (*RunCMDResponse) ProtoReflect

func (x *RunCMDResponse) ProtoReflect() protoreflect.Message

func (*RunCMDResponse) Reset

func (x *RunCMDResponse) Reset()

func (*RunCMDResponse) String

func (x *RunCMDResponse) String() string

type RunDataGuardRequest

type RunDataGuardRequest struct {

	// Scripts to be executed by dgmgrl in sequence.
	Scripts []string `protobuf:"bytes,1,rep,name=scripts,proto3" json:"scripts,omitempty"`
	// target is the primary database to connect to.
	Target string `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"`
	// contains filtered or unexported fields
}

func (*RunDataGuardRequest) Descriptor deprecated

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

Deprecated: Use RunDataGuardRequest.ProtoReflect.Descriptor instead.

func (*RunDataGuardRequest) GetScripts

func (x *RunDataGuardRequest) GetScripts() []string

func (*RunDataGuardRequest) GetTarget

func (x *RunDataGuardRequest) GetTarget() string

func (*RunDataGuardRequest) ProtoMessage

func (*RunDataGuardRequest) ProtoMessage()

func (*RunDataGuardRequest) ProtoReflect

func (x *RunDataGuardRequest) ProtoReflect() protoreflect.Message

func (*RunDataGuardRequest) Reset

func (x *RunDataGuardRequest) Reset()

func (*RunDataGuardRequest) String

func (x *RunDataGuardRequest) String() string

type RunDataGuardResponse

type RunDataGuardResponse struct {

	// Output of each script executed by dgmgrl.
	Output []string `protobuf:"bytes,1,rep,name=output,proto3" json:"output,omitempty"`
	// contains filtered or unexported fields
}

func (*RunDataGuardResponse) Descriptor deprecated

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

Deprecated: Use RunDataGuardResponse.ProtoReflect.Descriptor instead.

func (*RunDataGuardResponse) GetOutput

func (x *RunDataGuardResponse) GetOutput() []string

func (*RunDataGuardResponse) ProtoMessage

func (*RunDataGuardResponse) ProtoMessage()

func (*RunDataGuardResponse) ProtoReflect

func (x *RunDataGuardResponse) ProtoReflect() protoreflect.Message

func (*RunDataGuardResponse) Reset

func (x *RunDataGuardResponse) Reset()

func (*RunDataGuardResponse) String

func (x *RunDataGuardResponse) String() string

type RunRMANAsyncRequest

type RunRMANAsyncRequest struct {
	SyncRequest *RunRMANRequest `protobuf:"bytes,1,opt,name=sync_request,json=syncRequest,proto3" json:"sync_request,omitempty"`
	LroInput    *LROInput       `protobuf:"bytes,2,opt,name=lro_input,json=lroInput,proto3" json:"lro_input,omitempty"`
	// contains filtered or unexported fields
}

func (*RunRMANAsyncRequest) Descriptor deprecated

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

Deprecated: Use RunRMANAsyncRequest.ProtoReflect.Descriptor instead.

func (*RunRMANAsyncRequest) GetLroInput

func (x *RunRMANAsyncRequest) GetLroInput() *LROInput

func (*RunRMANAsyncRequest) GetSyncRequest

func (x *RunRMANAsyncRequest) GetSyncRequest() *RunRMANRequest

func (*RunRMANAsyncRequest) ProtoMessage

func (*RunRMANAsyncRequest) ProtoMessage()

func (*RunRMANAsyncRequest) ProtoReflect

func (x *RunRMANAsyncRequest) ProtoReflect() protoreflect.Message

func (*RunRMANAsyncRequest) Reset

func (x *RunRMANAsyncRequest) Reset()

func (*RunRMANAsyncRequest) String

func (x *RunRMANAsyncRequest) String() string

type RunRMANRequest

type RunRMANRequest struct {

	// Scripts to be executed by RMAN in sequence.
	Scripts []string `protobuf:"bytes,1,rep,name=scripts,proto3" json:"scripts,omitempty"`
	// sets TNS_ADMIN to override location for network configuration.
	TnsAdmin string `protobuf:"bytes,2,opt,name=tns_admin,json=tnsAdmin,proto3" json:"tns_admin,omitempty"`
	Suppress bool   `protobuf:"varint,3,opt,name=suppress,proto3" json:"suppress,omitempty"`
	// target is the primary database to connect to. This is usually
	// the source database in clone operations. This would be the
	// ES primary for the ES setup.
	Target string `protobuf:"bytes,4,opt,name=target,proto3" json:"target,omitempty"`
	// auxiliary is the secondary database to connect to.
	// this is the ES replica database in the ES setup
	Auxiliary string `protobuf:"bytes,5,opt,name=auxiliary,proto3" json:"auxiliary,omitempty"`
	// gcs_path is the destination gcs bucket for the backup
	GcsPath string `protobuf:"bytes,6,opt,name=gcs_path,json=gcsPath,proto3" json:"gcs_path,omitempty"`
	// local_path is the destination directory for the backup
	LocalPath string `protobuf:"bytes,7,opt,name=local_path,json=localPath,proto3" json:"local_path,omitempty"`
	// extra gcs operation to perform, currently support "upload"
	GcsOp RunRMANRequest_GCSOptType `protobuf:"varint,9,opt,name=gcs_op,json=gcsOp,proto3,enum=agents.oracle.RunRMANRequest_GCSOptType" json:"gcs_op,omitempty"`
	// run rman without target. This is required for rman duplicate "BACKUP
	// LOCATION" option.
	WithoutTarget bool `protobuf:"varint,10,opt,name=without_target,json=withoutTarget,proto3" json:"without_target,omitempty"`
	// contains filtered or unexported fields
}

func (*RunRMANRequest) Descriptor deprecated

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

Deprecated: Use RunRMANRequest.ProtoReflect.Descriptor instead.

func (*RunRMANRequest) GetAuxiliary

func (x *RunRMANRequest) GetAuxiliary() string

func (*RunRMANRequest) GetGcsOp

func (*RunRMANRequest) GetGcsPath

func (x *RunRMANRequest) GetGcsPath() string

func (*RunRMANRequest) GetLocalPath

func (x *RunRMANRequest) GetLocalPath() string

func (*RunRMANRequest) GetScripts

func (x *RunRMANRequest) GetScripts() []string

func (*RunRMANRequest) GetSuppress

func (x *RunRMANRequest) GetSuppress() bool

func (*RunRMANRequest) GetTarget

func (x *RunRMANRequest) GetTarget() string

func (*RunRMANRequest) GetTnsAdmin

func (x *RunRMANRequest) GetTnsAdmin() string

func (*RunRMANRequest) GetWithoutTarget

func (x *RunRMANRequest) GetWithoutTarget() bool

func (*RunRMANRequest) ProtoMessage

func (*RunRMANRequest) ProtoMessage()

func (*RunRMANRequest) ProtoReflect

func (x *RunRMANRequest) ProtoReflect() protoreflect.Message

func (*RunRMANRequest) Reset

func (x *RunRMANRequest) Reset()

func (*RunRMANRequest) String

func (x *RunRMANRequest) String() string

type RunRMANRequest_GCSOptType

type RunRMANRequest_GCSOptType int32
const (
	RunRMANRequest_UPLOAD RunRMANRequest_GCSOptType = 0
)

func (RunRMANRequest_GCSOptType) Descriptor

func (RunRMANRequest_GCSOptType) Enum

func (RunRMANRequest_GCSOptType) EnumDescriptor deprecated

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

Deprecated: Use RunRMANRequest_GCSOptType.Descriptor instead.

func (RunRMANRequest_GCSOptType) Number

func (RunRMANRequest_GCSOptType) String

func (x RunRMANRequest_GCSOptType) String() string

func (RunRMANRequest_GCSOptType) Type

type RunRMANResponse

type RunRMANResponse struct {

	// Output of each script executed by RMAN.
	Output []string `protobuf:"bytes,1,rep,name=output,proto3" json:"output,omitempty"`
	// contains filtered or unexported fields
}

func (*RunRMANResponse) Descriptor deprecated

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

Deprecated: Use RunRMANResponse.ProtoReflect.Descriptor instead.

func (*RunRMANResponse) GetOutput

func (x *RunRMANResponse) GetOutput() []string

func (*RunRMANResponse) ProtoMessage

func (*RunRMANResponse) ProtoMessage()

func (*RunRMANResponse) ProtoReflect

func (x *RunRMANResponse) ProtoReflect() protoreflect.Message

func (*RunRMANResponse) Reset

func (x *RunRMANResponse) Reset()

func (*RunRMANResponse) String

func (x *RunRMANResponse) String() string

type RunSQLPlusCMDRequest

type RunSQLPlusCMDRequest struct {
	Commands []string `protobuf:"bytes,1,rep,name=commands,proto3" json:"commands,omitempty"`
	// Optional TnsAdmin location for custom sql env settings.
	TnsAdmin string `protobuf:"bytes,2,opt,name=tns_admin,json=tnsAdmin,proto3" json:"tns_admin,omitempty"`
	Suppress bool   `protobuf:"varint,3,opt,name=suppress,proto3" json:"suppress,omitempty"`
	// Connection target.
	//
	// Types that are assignable to ConnectInfo:
	//	*RunSQLPlusCMDRequest_Local
	//	*RunSQLPlusCMDRequest_Dsn
	//	*RunSQLPlusCMDRequest_DatabaseName
	ConnectInfo isRunSQLPlusCMDRequest_ConnectInfo `protobuf_oneof:"connectInfo"`
	// Quiet mode, suppress all output.
	Quiet bool `protobuf:"varint,7,opt,name=quiet,proto3" json:"quiet,omitempty"`
	// contains filtered or unexported fields
}

func (*RunSQLPlusCMDRequest) Descriptor deprecated

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

Deprecated: Use RunSQLPlusCMDRequest.ProtoReflect.Descriptor instead.

func (*RunSQLPlusCMDRequest) GetCommands

func (x *RunSQLPlusCMDRequest) GetCommands() []string

func (*RunSQLPlusCMDRequest) GetConnectInfo

func (m *RunSQLPlusCMDRequest) GetConnectInfo() isRunSQLPlusCMDRequest_ConnectInfo

func (*RunSQLPlusCMDRequest) GetDatabaseName

func (x *RunSQLPlusCMDRequest) GetDatabaseName() string

func (*RunSQLPlusCMDRequest) GetDsn

func (x *RunSQLPlusCMDRequest) GetDsn() string

func (*RunSQLPlusCMDRequest) GetLocal

func (x *RunSQLPlusCMDRequest) GetLocal() *LocalConnection

func (*RunSQLPlusCMDRequest) GetQuiet

func (x *RunSQLPlusCMDRequest) GetQuiet() bool

func (*RunSQLPlusCMDRequest) GetSuppress

func (x *RunSQLPlusCMDRequest) GetSuppress() bool

func (*RunSQLPlusCMDRequest) GetTnsAdmin

func (x *RunSQLPlusCMDRequest) GetTnsAdmin() string

func (*RunSQLPlusCMDRequest) ProtoMessage

func (*RunSQLPlusCMDRequest) ProtoMessage()

func (*RunSQLPlusCMDRequest) ProtoReflect

func (x *RunSQLPlusCMDRequest) ProtoReflect() protoreflect.Message

func (*RunSQLPlusCMDRequest) Reset

func (x *RunSQLPlusCMDRequest) Reset()

func (*RunSQLPlusCMDRequest) String

func (x *RunSQLPlusCMDRequest) String() string

type RunSQLPlusCMDRequest_DatabaseName

type RunSQLPlusCMDRequest_DatabaseName struct {
	// Connect to local by non-local database.
	// Explicitly sets the ORACLE_SID. This is required to
	// to support an ES replica.
	DatabaseName string `protobuf:"bytes,6,opt,name=database_name,json=databaseName,proto3,oneof"`
}

type RunSQLPlusCMDRequest_Dsn

type RunSQLPlusCMDRequest_Dsn struct {
	// dsn string used to connect to an external database. This is to support
	// connecting to an external server from the DB container. Formats
	// supported are listed here
	// https://github.com/godror/godror/blob/main/README.md#connect
	Dsn string `protobuf:"bytes,5,opt,name=dsn,proto3,oneof"`
}

type RunSQLPlusCMDRequest_Local

type RunSQLPlusCMDRequest_Local struct {
	// Connect to local database.
	Local *LocalConnection `protobuf:"bytes,4,opt,name=local,proto3,oneof"`
}

type SetDnfsStateRequest

type SetDnfsStateRequest struct {
	Enable bool `protobuf:"varint,1,opt,name=enable,proto3" json:"enable,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDnfsStateRequest) Descriptor deprecated

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

Deprecated: Use SetDnfsStateRequest.ProtoReflect.Descriptor instead.

func (*SetDnfsStateRequest) GetEnable

func (x *SetDnfsStateRequest) GetEnable() bool

func (*SetDnfsStateRequest) ProtoMessage

func (*SetDnfsStateRequest) ProtoMessage()

func (*SetDnfsStateRequest) ProtoReflect

func (x *SetDnfsStateRequest) ProtoReflect() protoreflect.Message

func (*SetDnfsStateRequest) Reset

func (x *SetDnfsStateRequest) Reset()

func (*SetDnfsStateRequest) String

func (x *SetDnfsStateRequest) String() string

type SetDnfsStateResponse

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

func (*SetDnfsStateResponse) Descriptor deprecated

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

Deprecated: Use SetDnfsStateResponse.ProtoReflect.Descriptor instead.

func (*SetDnfsStateResponse) ProtoMessage

func (*SetDnfsStateResponse) ProtoMessage()

func (*SetDnfsStateResponse) ProtoReflect

func (x *SetDnfsStateResponse) ProtoReflect() protoreflect.Message

func (*SetDnfsStateResponse) Reset

func (x *SetDnfsStateResponse) Reset()

func (*SetDnfsStateResponse) String

func (x *SetDnfsStateResponse) String() string

type SetListenerRegistrationRequest

type SetListenerRegistrationRequest struct {

	// global_database_name is the name of the database
	// unique name with domain name.
	GlobalDatabaseName string `protobuf:"bytes,1,opt,name=global_database_name,json=globalDatabaseName,proto3" json:"global_database_name,omitempty"`
	// database_name is the name of the database. This is same
	// between ES primary and replica
	DatabaseName string `protobuf:"bytes,2,opt,name=database_name,json=databaseName,proto3" json:"database_name,omitempty"`
	// contains filtered or unexported fields
}

func (*SetListenerRegistrationRequest) Descriptor deprecated

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

Deprecated: Use SetListenerRegistrationRequest.ProtoReflect.Descriptor instead.

func (*SetListenerRegistrationRequest) GetDatabaseName

func (x *SetListenerRegistrationRequest) GetDatabaseName() string

func (*SetListenerRegistrationRequest) GetGlobalDatabaseName

func (x *SetListenerRegistrationRequest) GetGlobalDatabaseName() string

func (*SetListenerRegistrationRequest) ProtoMessage

func (*SetListenerRegistrationRequest) ProtoMessage()

func (*SetListenerRegistrationRequest) ProtoReflect

func (*SetListenerRegistrationRequest) Reset

func (x *SetListenerRegistrationRequest) Reset()

func (*SetListenerRegistrationRequest) String

type TNSPingRequest

type TNSPingRequest struct {

	// connect information, it can be EZCONNECT/tns connect string
	ConnectionString string `protobuf:"bytes,1,opt,name=connection_string,json=connectionString,proto3" json:"connection_string,omitempty"`
	// contains filtered or unexported fields
}

func (*TNSPingRequest) Descriptor deprecated

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

Deprecated: Use TNSPingRequest.ProtoReflect.Descriptor instead.

func (*TNSPingRequest) GetConnectionString

func (x *TNSPingRequest) GetConnectionString() string

func (*TNSPingRequest) ProtoMessage

func (*TNSPingRequest) ProtoMessage()

func (*TNSPingRequest) ProtoReflect

func (x *TNSPingRequest) ProtoReflect() protoreflect.Message

func (*TNSPingRequest) Reset

func (x *TNSPingRequest) Reset()

func (*TNSPingRequest) String

func (x *TNSPingRequest) String() string

type TNSPingResponse

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

func (*TNSPingResponse) Descriptor deprecated

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

Deprecated: Use TNSPingResponse.ProtoReflect.Descriptor instead.

func (*TNSPingResponse) ProtoMessage

func (*TNSPingResponse) ProtoMessage()

func (*TNSPingResponse) ProtoReflect

func (x *TNSPingResponse) ProtoReflect() protoreflect.Message

func (*TNSPingResponse) Reset

func (x *TNSPingResponse) Reset()

func (*TNSPingResponse) String

func (x *TNSPingResponse) String() string

type UnimplementedDatabaseDaemonProxyServer

type UnimplementedDatabaseDaemonProxyServer struct {
}

UnimplementedDatabaseDaemonProxyServer must be embedded to have forward compatible implementations.

func (UnimplementedDatabaseDaemonProxyServer) BounceDatabase

func (UnimplementedDatabaseDaemonProxyServer) BounceListener

func (UnimplementedDatabaseDaemonProxyServer) ProxyRunDbca

func (UnimplementedDatabaseDaemonProxyServer) ProxyRunInitOracle

func (UnimplementedDatabaseDaemonProxyServer) ProxyRunNID

func (UnimplementedDatabaseDaemonProxyServer) SetDnfsState

type UnimplementedDatabaseDaemonServer

type UnimplementedDatabaseDaemonServer struct {
}

UnimplementedDatabaseDaemonServer must be embedded to have forward compatible implementations.

func (UnimplementedDatabaseDaemonServer) ApplyDataPatchAsync

func (UnimplementedDatabaseDaemonServer) BootstrapDatabase

func (UnimplementedDatabaseDaemonServer) BootstrapDatabaseAsync

func (UnimplementedDatabaseDaemonServer) BootstrapStandby

func (UnimplementedDatabaseDaemonServer) BounceDatabase

func (UnimplementedDatabaseDaemonServer) BounceListener

func (UnimplementedDatabaseDaemonServer) CheckDatabaseState

func (UnimplementedDatabaseDaemonServer) CreateCDBAsync

func (UnimplementedDatabaseDaemonServer) CreateDirs

func (UnimplementedDatabaseDaemonServer) CreateFile

func (UnimplementedDatabaseDaemonServer) CreateListener

func (UnimplementedDatabaseDaemonServer) CreatePasswordFile

func (UnimplementedDatabaseDaemonServer) DataPumpExportAsync

func (UnimplementedDatabaseDaemonServer) DataPumpImportAsync

func (UnimplementedDatabaseDaemonServer) DeleteDir

func (UnimplementedDatabaseDaemonServer) DeleteOperation

func (UnimplementedDatabaseDaemonServer) FileExists

func (UnimplementedDatabaseDaemonServer) GetDatabaseName

func (UnimplementedDatabaseDaemonServer) GetDatabaseType

func (UnimplementedDatabaseDaemonServer) GetOperation

func (UnimplementedDatabaseDaemonServer) KnownPDBs

func (UnimplementedDatabaseDaemonServer) NID

func (UnimplementedDatabaseDaemonServer) PhysicalRestoreAsync

func (UnimplementedDatabaseDaemonServer) ReadDir

func (UnimplementedDatabaseDaemonServer) RecoverConfigFile

func (UnimplementedDatabaseDaemonServer) RunDataGuard

func (UnimplementedDatabaseDaemonServer) RunRMAN

func (UnimplementedDatabaseDaemonServer) RunRMANAsync

func (UnimplementedDatabaseDaemonServer) RunSQLPlus

func (UnimplementedDatabaseDaemonServer) RunSQLPlusFormatted

func (UnimplementedDatabaseDaemonServer) SetDnfsState

func (UnimplementedDatabaseDaemonServer) SetListenerRegistration

func (UnimplementedDatabaseDaemonServer) TNSPing

type UnsafeDatabaseDaemonProxyServer

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

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

type UnsafeDatabaseDaemonServer

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

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

Jump to

Keyboard shortcuts

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