[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googledataflow.pp line 2233
type TStreamLocation = class(TGoogleBaseObject) |
protected |
procedure SetstreamingStageLocation(); virtual; |
procedure SetpubsubLocation(); virtual; |
procedure SetsideInputLocation(); virtual; |
procedure SetcustomSourceLocation(); virtual; |
published |
property streamingStageLocation: TStreamingStageLocation; [rw] |
property pubsubLocation: TPubsubLocation; [rw] |
property sideInputLocation: TStreamingSideInputLocation; [rw] |
property customSourceLocation: TCustomSourceLocation; [rw] |
end; |
| |
| |
TObject |